When I try to include SlackKit via Carthage, I get the following error on carthage update. My Cartfile only contains github "SlackKit/SlackKit" as documented.
/Carthage/Checkouts/SlackKit/SKServer/Sources/Conformers/SwifterServer.swift:25:8: error: failed to load module 'Swifter'
import Swifter
^
** ARCHIVE FAILED **
The following build commands failed:
CompileSwift normal arm64
CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler
CompileSwiftSources normal armv7 com.apple.xcode.tools.swift.compiler
CompileSwift normal armv7
(4 failures)
When I try to include SlackKit via Carthage, I get the following error on carthage update. My Cartfile only contains github "SlackKit/SlackKit" as documented.
The build log contains these errors: