$ make
mkdir -p .build/release
swift build -c release --build-path .build
/Users/dave/src/SourceKittenDaemon: error: package at '/Users/dave/src/SourceKittenDaemon' requires a minimum Swift tools version of 4.0.0 (currently 3.1.0)
make: *** [.build/release/sourcekittend] Error 1
I'm sure this is not a bug in SourceKittenDaemon, but it's blocking me. The only Swift compiler I have is 4.2, so I don't understand the complaint. Any ideas?
I'm sure this is not a bug in SourceKittenDaemon, but it's blocking me. The only Swift compiler I have is 4.2, so I don't understand the complaint. Any ideas?