When installed SwiftLint and enable permissions ended up with this error:
Plug-in ended with uncaught signal: 5
The Solution that has worked for me is to run this command:
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
Afterwards just re-open Xcode and it should now work : )