Installing SwiftLint via SPM installs dependencies that prevent the project from compiling. SourceKitten doesn't seem to consider this their problem: https://github.com/jpsim/SourceKitten/issues/612 Any proposed solution? Also, since I'm trying to move from Cocoapods > SPM, I'm running into another issue: In cocoapods you could do: ``` pod 'SwiftLint', :configurations => ['Debug'] ``` And SwiftLint wouldn't get included in your release builds. Is this possible with SPM?