This package will lint your .swift files in Atom through Swift Package Manager (SPM).
Uses bits and pieces from linter-swiftc (thank you @kepler0!)
$ apm install linter-swift-package-manager
You can configure linter-swift-package-manager by editing ~/.atom/config.cson
(choose Open
Your Config in Atom menu):
"linter-swift-package-manager":# The path to Swift.executablePath: "/usr/bin/swift"
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.