crossroadlabs / Express

Swift Express is a simple, yet unopinionated web application server written in Swift
GNU General Public License v3.0
848 stars 47 forks source link

** BUILD FAILED ** after "swift-express bootstrap" command #23

Closed moyoteg closed 8 years ago

moyoteg commented 8 years ago

I am getting this error after running the command:

swift-express bootstrap

Error:

** BUILD FAILED **

The following build commands failed:
    CompileSwift normal x86_64 /Users/Moi/Desktop/Swift Express/HelloExpress/Carthage/Checkouts/Result/Result/ResultType.swift
    CompileSwift normal x86_64 /Users/Moi/Desktop/Swift Express/HelloExpress/Carthage/Checkouts/Result/Result/Result.swift
    CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler
(3 failures)

Subtask Error: CarthageInstallLibs: bootstrap failed. Exit code 1
dileping commented 8 years ago

@moyoteg Thanks for the report. You see this most probably because of new xCode 7.3. We are working on Xcode 7.3, Swift 2.2 and Swift 3.0 support which is planned for release 0.4.

Stay tuned!