Skip to content
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

Installation fails due to missing swift-build binary #6

Open
ntpeters opened this issue May 20, 2016 · 1 comment
Open

Installation fails due to missing swift-build binary #6

ntpeters opened this issue May 20, 2016 · 1 comment

Comments

@ntpeters
Copy link

OSX: 10.11.5
Xcode: 7.3.1

When attempting to install via brew, I get the following error:

error: unable to invoke subcommand: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-build (No such file or directory)

It looks like swift-build is no longer included in the installation for Xcode 7.3, per discussion here: swift-build missing in xcode 7.3?

@neonichu
Copy link
Owner

I don't think it was ever included, only the snapshots from swift.org have it (but by now only some of them, because it was removed later in the release process). When originally developing this, Swift 2.2 implied this.

I'm going to update this to Swift 3 soon and this ambiguity should be gone again, because all variants of that should ship with the Swift Package Manager.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants