Re: [swift-users] swift build

2016-04-03 Thread Dave Yost via swift-users
On my 10.11.4 with /Applications/Xcode.app version 7.3, here is what I get when I run the commands you ran: $ xcodebuild -version warning: failed to load toolchain 'swift': Could not find toolchain: swiftXcode 7.3 Build version 7D175 $ $ xcrun --find swift /Applications/Xcode.app/Contents/Devel

Re: [swift-users] swift build

2016-04-03 Thread Daniel Dunbar via swift-users
If you build swift yourself you need to point directly at swift-build. Most people grab the pre-built toolchains from swift.org to start trying things out. Have you seen the instructions here: https://swift.org/download/#using-downloads - Daniel > On Apr 3, 2016, at 7:27 PM, Shawn Erickson v

Re: [swift-users] swift build

2016-04-03 Thread Shawn Erickson via swift-users
It isn't very clear what you have done or what you are actually doing. The path "path/to/bin/swift build" doesn't make much sense, it must be an example trying to imply you need to supply the path to the actual swift command on your system. Review https://github.com/apple/swift-package-manager/blo

[swift-users] swift build

2016-04-03 Thread Dave Yost via swift-users
This happens with the swift in Xcode 7.3 on 10.11.4, and it happens with the swift I just built from http://github.com/apple/swift $ /path/to/bin/swift build error: unable to invoke subcommand: /path-to/bin/swift-build (No such file or directory) $ There is no f