Hello,
I just started reading the book and trying to run the server.
I get these errors:
/Users/nsd/Desktop/mcon-materials/00-book-server/.build/checkouts/vapor/Sources/Vapor/HTTP/Server/HTTPServer.swift:380:54: error: reference to captured var 'application' in concurrently-executing code
application: application!,
^
/Users/nsd/Desktop/mcon-materials/00-book-server/.build/checkouts/vapor/Sources/Vapor/HTTP/Server/HTTPServer.swift:388:46: error: reference to captured var 'application' in concurrently-executing code
application: application!,
^
M1 Pro
macOS 14.2.1
Xcode 15.2
swift --version:
swift-driver version: 1.87.3 Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
Target: arm64-apple-macosx14.0