Ubuntu 14.04
Swift 3.0
ubuntu-trusty-64$ swift build
Cloning https://github.com/qutheory/vapor.git
git clone --recursive --depth 10 https://github.com/qutheory/vapor.git /home/vagrant/Swifts/vapor-3.0/Packages/vapor
Segmentation fault (core dumped)
Which Swift 3.0 snapshot are you using?
swift-DEVELOPMENT-SNAPSHOT-2016-03-24-a
That's the proper installation. What type of machine? If it hasn't started trying to build the project yet when it's crashing, it must be an issue with Swift on your system.
I was having this same issue occur, and found it to be that git was not installed on the system prior to running the vapor build command.
Most helpful comment
I was having this same issue occur, and found it to be that git was not installed on the system prior to running the
vapor buildcommand.