-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swift tools version misreported #77
Comments
Hm, that's weird. I just tried the above with Swift 4.2(swiftlang-1000.11.37.1 clang-1000.11.45.1) and it worked just fine. Are you building on macOS or Linux? $ make
mkdir -p .build/release
swift build -c release --build-path .build
warning: PackageDescription API v3 is deprecated and will be removed in the future; used by package(s): SourceKittenDaemon, Embassy, XcodeEdit
swift --version |
MacOS |
Catching straws here as you know all this much better than me Does adding verbose What's weird is that the original |
Sorry, what's "the original make?"
I guess not!
Maybe the necessary facilities are not built into my Apple-internal development Xcode. |
I've created a branch with an added xcodeproj. Does that work (or maybe provide additional hints)? https://github.com/terhechte/SourceKittenDaemon/tree/issue/77 |
It might work if I knew how to fetch the dependencies:
|
Does I can't just add the checkouts to the custom branch as they're themselves git repositories. I could zip them and add them if that would work for you. |
Does the output for the versions of everything look correct? xcode-select --print-path
xcodebuild -version
swift --version
swift build --version Probably some overlap checking those, just throwing out ideas and commands :D |
Looks like a Unfortunately, after updating the manifest I am continually getting timeouts during dependency resolution. Mostly -- as far as I can tell -- when the process gets to Clang_C, which seems to be a dependency of SourceKitten. Sometimes it's during a swiftc invocation, but other times |
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?
The text was updated successfully, but these errors were encountered: