Vapor doesn't work with xcode 9 and swift 4
问题 When I try to compiled my newly created vapor project with Xcode 9 I get 189 compile errors. What's the trick to making this work? I installed vapor and the toolbox, and create via 'vapor new test --template=api' and then 'vapor xcode' to start it up. 回答1: Check that everything is up to date. The following builds and runs for me at this time: Use latest vapor toolbox. Currently: vapor new test --template=api cd test swift package tools-version # 4.0.0 # use `swift package tools-version --set