Vapor: swift 3.0 package error

Created on 12 Apr 2016  路  4Comments  路  Source: vapor/vapor

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)

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 build command.

All 4 comments

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.

Was this page helpful?
0 / 5 - 0 ratings