vapor / toolbox

Simplifies common command line tasks when using Vapor
MIT License
287 stars 85 forks source link

vapor on Ubuntu 21.10 #382

Closed iWECon closed 2 years ago

iWECon commented 2 years ago
❯ vapor --version
framework: 4.55.3
toolbox: 18.3.6

Ubuntu:

❯ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 21.10
Release:    21.10
Codename:   impish

And vapor build failed:

❯ vapor build
Building project...
Building for debugging...
error: emit-module command failed due to signal 9 (use -v to see invocation)VaporToolbox/exec.swift:55: Fatal error: result 1
[1]    1716372 illegal hardware instruction (core dumped)  vapor build

vapor run failed:

❯ vapor run
Building for debugging...
error: emit-module command failed due to signal 9 (use -v to see invocation)VaporToolbox/exec.swift:55: Fatal error: result 1
[1]    1717429 illegal hardware instruction (core dumped)  vapor run

vapor run migrate failed:

❯ vapor run migrate
Building for debugging...
error: emit-module command failed due to signal 9 (use -v to see invocation)VaporToolbox/exec.swift:55: Fatal error: result 1
[1]    1717595 illegal hardware instruction (core dumped)  vapor run migrate
0xTim commented 2 years ago

What's the output of swift build? There's shouldn't be anything breaking it, but Swift does not officially support 21.10 so there might be nothing we can do

iWECon commented 2 years ago

What's the output of swift build? There's shouldn't be anything breaking it, but Swift does not officially support 21.10 so there might be nothing we can do

❯ swift build
Building for debugging...
error: emit-module command failed due to signal 9 (use -v to see invocation)#

that means 20.04 is right? I will try to downgrade for testing.

0xTim commented 2 years ago

Yeah try with 20.04 instead. It could be Swift just doesn't work on 21.04 due to dependency issues

iWECon commented 2 years ago

@0xTim I downgrade to 20.04, but the same problem still exists...

Environments:

# vapor --version
framework: 4.55.3
toolbox: 18.3.6

# swift --version
Swift version 5.6 (swift-5.6-RELEASE)
Target: x86_64-unknown-linux-gnu

# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 20.04.3 LTS
Release:    20.04
Codename:   focal

vapor run migrate:

# vapor run migrate
Building for debugging...
[1/11] Wrapping AST for AsyncHTTPClient for debugging
VaporToolbox/exec.swift:55: Fatal error: result 1
Illegal instruction (core dumped)

swift build:

# swift build
Building for debugging...
error: emit-module command failed due to signal 9 (use -v to see invocation)
0xTim commented 2 years ago

What does swift build -v produce?

Have you tried building a plain empty Swift project?

iWECon commented 2 years ago

@0xTim Yes, it is an empty vapor project.

swift build -v lsb_release -r /usr/share/swift/usr/bin/swiftc -print-target-info /usr/share/swift/usr/bin/swift-frontend -frontend -print-target-info /usr/share/swift/usr/bin/swift-frontend -frontend -print-target-info /usr/share/swift/usr/bin/swift-frontend -frontend -emit-supported-features /tmp/TemporaryDirectory.d5c2dA/dummyInput-1.swift /usr/share/swift/usr/bin/swiftc -print-target-info /usr/share/swift/usr/bin/swift-frontend -frontend -print-target-info /usr/share/swift/usr/bin/swift-frontend -frontend -print-target-info /usr/share/swift/usr/bin/swift-frontend -frontend -emit-supported-features /tmp/TemporaryDirectory.zYWk7x/dummyInput-2.swift Planning build /usr/share/swift/usr/bin/swiftc -L /usr/share/swift/usr/lib/swift/pm/ManifestAPI -lPackageDescription -Xlinker -rpath -Xlinker /usr/share/swift/usr/lib/swift/pm/ManifestAPI -swift-version 5 -I /usr/share/swift/usr/lib/swift/pm/ManifestAPI -package-description-version 5.5.0 /root/github/test/hello/Package.swift -Xfrontend -disable-implicit-concurrency-module-import -o /tmp/TemporaryDirectory.WGqbez/hello-manifest /tmp/TemporaryDirectory.WGqbez/hello-manifest -fileno 16 -context '{"packageDirectory":"\/root\/github\/test\/hello"}' /usr/share/swift/usr/bin/swiftc -L /usr/share/swift/usr/lib/swift/pm/ManifestAPI -lPackageDescription -Xlinker -rpath -Xlinker /usr/share/swift/usr/lib/swift/pm/ManifestAPI -swift-version 5 -I /usr/share/swift/usr/lib/swift/pm/ManifestAPI -package-description-version 5.2.0 /root/github/test/hello/.build/checkouts/vapor/Package.swift -Xfrontend -disable-implicit-concurrency-module-import -o /tmp/TemporaryDirectory.vmmtbx/vapor-manifest /tmp/TemporaryDirectory.vmmtbx/vapor-manifest -fileno 16 -context '{"packageDirectory":"\/root\/github\/test\/hello\/.build\/checkouts\/vapor"}' /usr/share/swift/usr/bin/swiftc -L /usr/share/swift/usr/lib/swift/pm/ManifestAPI -lPackageDescription -Xlinker -rpath -Xlinker /usr/share/swift/usr/lib/swift/pm/ManifestAPI -swift-version 5 -I /usr/share/swift/usr/lib/swift/pm/ManifestAPI -package-description-version 5.0.0 /root/github/test/hello/.build/checkouts/swift-backtrace/Package.swift -Xfrontend -disable-implicit-concurrency-module-import -o /tmp/TemporaryDirectory.c416BA/swift-backtrace-manifest /usr/share/swift/usr/bin/swiftc -L /usr/share/swift/usr/lib/swift/pm/ManifestAPI -lPackageDescription -Xlinker -rpath -Xlinker /usr/share/swift/usr/lib/swift/pm/ManifestAPI -swift-version 5 -I /usr/share/swift/usr/lib/swift/pm/ManifestAPI -package-description-version 5.2.0 /root/github/test/hello/.build/checkouts/console-kit/Package.swift -Xfrontend -disable-implicit-concurrency-module-import -o /tmp/TemporaryDirectory.81c58v/console-kit-manifest /usr/share/swift/usr/bin/swiftc -L /usr/share/swift/usr/lib/swift/pm/ManifestAPI -lPackageDescription -Xlinker -rpath -Xlinker /usr/share/swift/usr/lib/swift/pm/ManifestAPI -swift-version 5 -I /usr/share/swift/usr/lib/swift/pm/ManifestAPI -package-description-version 5.2.0 /root/github/test/hello/.build/checkouts/multipart-kit/Package.swift -Xfrontend -disable-implicit-concurrency-module-import -o /tmp/TemporaryDirectory.o2eqUy/multipart-kit-manifest /usr/share/swift/usr/bin/swiftc -L /usr/share/swift/usr/lib/swift/pm/ManifestAPI -lPackageDescription -Xlinker -rpath -Xlinker /usr/share/swift/usr/lib/swift/pm/ManifestAPI -swift-version 5 -I /usr/share/swift/usr/lib/swift/pm/ManifestAPI -package-description-version 5.2.0 /root/github/test/hello/.build/checkouts/swift-nio/Package.swift -Xfrontend -disable-implicit-concurrency-module-import -o /tmp/TemporaryDirectory.wh0ZAz/swift-nio-manifest /usr/share/swift/usr/bin/swiftc -L /usr/share/swift/usr/lib/swift/pm/ManifestAPI -lPackageDescription -Xlinker -rpath -Xlinker /usr/share/swift/usr/lib/swift/pm/ManifestAPI -swift-version 5 -I /usr/share/swift/usr/lib/swift/pm/ManifestAPI -package-description-version 5.2.0 /root/github/test/hello/.build/checkouts/async-http-client/Package.swift -Xfrontend -disable-implicit-concurrency-module-import -o /tmp/TemporaryDirectory.UMH1Sz/async-http-client-manifest /usr/share/swift/usr/bin/swiftc -L /usr/share/swift/usr/lib/swift/pm/ManifestAPI -lPackageDescription -Xlinker -rpath -Xlinker /usr/share/swift/usr/lib/swift/pm/ManifestAPI -swift-version 5 -I /usr/share/swift/usr/lib/swift/pm/ManifestAPI -package-description-version 5.2.0 /root/github/test/hello/.build/checkouts/swift-nio-ssl/Package.swift -Xfrontend -disable-implicit-concurrency-module-import -o /tmp/TemporaryDirectory.rmX9DA/swift-nio-ssl-manifest /usr/share/swift/usr/bin/swiftc -L /usr/share/swift/usr/lib/swift/pm/ManifestAPI -lPackageDescription -Xlinker -rpath -Xlinker /usr/share/swift/usr/lib/swift/pm/ManifestAPI -swift-version 5 -I /usr/share/swift/usr/lib/swift/pm/ManifestAPI -package-description-version 5.2.0 /root/github/test/hello/.build/checkouts/swift-nio-http2/Package.swift -Xfrontend -disable-implicit-concurrency-module-import -o /tmp/TemporaryDirectory.5kkQ0y/swift-nio-http2-manifest /usr/share/swift/usr/bin/swiftc -L /usr/share/swift/usr/lib/swift/pm/ManifestAPI -lPackageDescription -Xlinker -rpath -Xlinker /usr/share/swift/usr/lib/swift/pm/ManifestAPI -swift-version 5 -I /usr/share/swift/usr/lib/swift/pm/ManifestAPI -package-description-version 5.2.0 /root/github/test/hello/.build/checkouts/swift-nio-extras/Package.swift -Xfrontend -disable-implicit-concurrency-module-import -o /tmp/TemporaryDirectory.PG17gz/swift-nio-extras-manifest /usr/share/swift/usr/bin/swiftc -L /usr/share/swift/usr/lib/swift/pm/ManifestAPI -lPackageDescription -Xlinker -rpath -Xlinker /usr/share/swift/usr/lib/swift/pm/ManifestAPI -swift-version 5 -I /usr/share/swift/usr/lib/swift/pm/ManifestAPI -package-description-version 5.2.0 /root/github/test/hello/.build/checkouts/async-kit/Package.swift -Xfrontend -disable-implicit-concurrency-module-import -o /tmp/TemporaryDirectory.cFKF5w/async-kit-manifest /usr/share/swift/usr/bin/swiftc -L /usr/share/swift/usr/lib/swift/pm/ManifestAPI -lPackageDescription -Xlinker -rpath -Xlinker /usr/share/swift/usr/lib/swift/pm/ManifestAPI -swift-version 5 -I /usr/share/swift/usr/lib/swift/pm/ManifestAPI -package-description-version 5.2.0 /root/github/test/hello/.build/checkouts/swift-crypto/Package.swift -Xfrontend -disable-implicit-concurrency-module-import -o /tmp/TemporaryDirectory.Nh6VZy/swift-crypto-manifest /usr/share/swift/usr/bin/swiftc -L /usr/share/swift/usr/lib/swift/pm/ManifestAPI -lPackageDescription -Xlinker -rpath -Xlinker /usr/share/swift/usr/lib/swift/pm/ManifestAPI -swift-version 5 -I /usr/share/swift/usr/lib/swift/pm/ManifestAPI -package-description-version 5.2.0 /root/github/test/hello/.build/checkouts/routing-kit/Package.swift -Xfrontend -disable-implicit-concurrency-module-import -o /tmp/TemporaryDirectory.bkMkvy/routing-kit-manifest /usr/share/swift/usr/bin/swiftc -L /usr/share/swift/usr/lib/swift/pm/ManifestAPI -lPackageDescription -Xlinker -rpath -Xlinker /usr/share/swift/usr/lib/swift/pm/ManifestAPI -swift-version 5 -I /usr/share/swift/usr/lib/swift/pm/ManifestAPI -package-description-version 5.0.0 /root/github/test/hello/.build/checkouts/swift-log/Package.swift -Xfrontend -disable-implicit-concurrency-module-import -o /tmp/TemporaryDirectory.Ofbu5v/swift-log-manifest /usr/share/swift/usr/bin/swiftc -L /usr/share/swift/usr/lib/swift/pm/ManifestAPI -lPackageDescription -Xlinker -rpath -Xlinker /usr/share/swift/usr/lib/swift/pm/ManifestAPI -swift-version 5 -I /usr/share/swift/usr/lib/swift/pm/ManifestAPI -package-description-version 5.2.0 /root/github/test/hello/.build/checkouts/websocket-kit/Package.swift -Xfrontend -disable-implicit-concurrency-module-import -o /tmp/TemporaryDirectory.r0h6rA/websocket-kit-manifest /usr/share/swift/usr/bin/swiftc -L /usr/share/swift/usr/lib/swift/pm/ManifestAPI -lPackageDescription -Xlinker -rpath -Xlinker /usr/share/swift/usr/lib/swift/pm/ManifestAPI -swift-version 4.2 -I /usr/share/swift/usr/lib/swift/pm/ManifestAPI -package-description-version 4.2.0 /root/github/test/hello/.build/checkouts/swift-metrics/Package.swift -Xfrontend -disable-implicit-concurrency-module-import -o /tmp/TemporaryDirectory.pxokhA/swift-metrics-manifest /tmp/TemporaryDirectory.cFKF5w/async-kit-manifest -fileno 16 -context '{"packageDirectory":"\/root\/github\/test\/hello\/.build\/checkouts\/async-kit"}' /tmp/TemporaryDirectory.81c58v/console-kit-manifest -fileno 22 -context '{"packageDirectory":"\/root\/github\/test\/hello\/.build\/checkouts\/console-kit"}' /tmp/TemporaryDirectory.o2eqUy/multipart-kit-manifest -fileno 24 -context '{"packageDirectory":"\/root\/github\/test\/hello\/.build\/checkouts\/multipart-kit"}' /tmp/TemporaryDirectory.c416BA/swift-backtrace-manifest -fileno 27 -context '{"packageDirectory":"\/root\/github\/test\/hello\/.build\/checkouts\/swift-backtrace"}' /tmp/TemporaryDirectory.bkMkvy/routing-kit-manifest -fileno 37 -context '{"packageDirectory":"\/root\/github\/test\/hello\/.build\/checkouts\/routing-kit"}' /tmp/TemporaryDirectory.5kkQ0y/swift-nio-http2-manifest -fileno 46 -context '{"packageDirectory":"\/root\/github\/test\/hello\/.build\/checkouts\/swift-nio-http2"}' /tmp/TemporaryDirectory.Ofbu5v/swift-log-manifest -fileno 61 -context '{"packageDirectory":"\/root\/github\/test\/hello\/.build\/checkouts\/swift-log"}' /tmp/TemporaryDirectory.UMH1Sz/async-http-client-manifest -fileno 67 -context '{"packageDirectory":"\/root\/github\/test\/hello\/.build\/checkouts\/async-http-client"}' /tmp/TemporaryDirectory.r0h6rA/websocket-kit-manifest -fileno 69 -context '{"packageDirectory":"\/root\/github\/test\/hello\/.build\/checkouts\/websocket-kit"}' /tmp/TemporaryDirectory.Nh6VZy/swift-crypto-manifest -fileno 29 -context '{"packageDirectory":"\/root\/github\/test\/hello\/.build\/checkouts\/swift-crypto"}' /tmp/TemporaryDirectory.pxokhA/swift-metrics-manifest -fileno 48 -context '{"packageDirectory":"\/root\/github\/test\/hello\/.build\/checkouts\/swift-metrics"}' /tmp/TemporaryDirectory.rmX9DA/swift-nio-ssl-manifest -fileno 16 -context '{"packageDirectory":"\/root\/github\/test\/hello\/.build\/checkouts\/swift-nio-ssl"}' /tmp/TemporaryDirectory.PG17gz/swift-nio-extras-manifest -fileno 19 -context '{"packageDirectory":"\/root\/github\/test\/hello\/.build\/checkouts\/swift-nio-extras"}' /tmp/TemporaryDirectory.wh0ZAz/swift-nio-manifest -fileno 20 -context '{"packageDirectory":"\/root\/github\/test\/hello\/.build\/checkouts\/swift-nio"}' /usr/share/swift/usr/bin/swiftc -L /usr/share/swift/usr/lib/swift/pm/ManifestAPI -lPackageDescription -Xlinker -rpath -Xlinker /usr/share/swift/usr/lib/swift/pm/ManifestAPI -swift-version 5 -I /usr/share/swift/usr/lib/swift/pm/ManifestAPI -package-description-version 5.2.0 /root/github/test/hello/.build/checkouts/swift-nio-transport-services/Package.swift -Xfrontend -disable-implicit-concurrency-module-import -o /tmp/TemporaryDirectory.E7x73v/swift-nio-transport-services-manifest /tmp/TemporaryDirectory.E7x73v/swift-nio-transport-services-manifest -fileno 16 -context '{"packageDirectory":"\/root\/github\/test\/hello\/.build\/checkouts\/swift-nio-transport-services"}' Building for debugging... /usr/share/swift/usr/bin/swiftc -modulewrap /root/github/test/hello/.build/x86_64-unknown-linux-gnu/debug/Backtrace.swiftmodule -o /root/github/test/hello/.build/x86_64-unknown-linux-gnu/debug/Backtrace.build/Backtrace.swiftmodule.o -target x86_64-unknown-linux-gnu /usr/share/swift/usr/bin/swiftc -module-name Vapor -incremental -emit-dependencies -emit-module -emit-module-path /root/github/test/hello/.build/x86_64-unknown-linux-gnu/debug/Vapor.swiftmodule -output-file-map /root/github/test/hello/.build/x86_64-unknown-linux-gnu/debug/Vapor.build/output-file-map.json -parse-as-library -c /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Application.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Authentication/AuthenticationCache.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Authentication/Authenticator.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Authentication/BasicAuthorization.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Authentication/BearerAuthorization.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Authentication/GuardMiddleware.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Authentication/RedirectMiddleware.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Authentication/SessionAuthenticatable.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Bcrypt/Bcrypt.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Cache/Application+Cache.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Cache/Cache.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Cache/CacheExpirationTime.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Cache/MemoryCache.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Cache/Request+Cache.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Client/Application+Clients.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Client/Client.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Client/ClientRequest.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Client/ClientResponse.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Client/Request+Client.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Commands/BootCommand.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Commands/CommandContext+Application.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Commands/RoutesCommand.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Concurrency/AnyResponse+Concurrency.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Concurrency/AsyncBasicResponder.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Concurrency/AsyncMiddleware.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Concurrency/AsyncPasswordHasher+Concurrency.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Concurrency/AsyncSessionDriver.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Concurrency/Authentication+Concurrency.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Concurrency/Cache+Concurrency.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Concurrency/Client+Concurrency.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Concurrency/FileIO+Concurrency.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Concurrency/Responder+Concurrency.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Concurrency/ResponseCodable+Concurrency.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Concurrency/RoutesBuilder+Concurrency.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Concurrency/ViewRenderer+Concurrency.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Concurrency/WebSocket+Concurrency.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Content/Content.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Content/ContentCoders.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Content/ContentConfiguration.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Content/ContentContainer.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Content/JSONCoder+Custom.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Content/JSONCoders+Content.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Content/PlaintextDecoder.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Content/PlaintextEncoder.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Content/SingleValueDecoder.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Content/URLQueryCoders.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Content/URLQueryContainer.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Core/Core.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Core/Running.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Deprecations/CORSMiddleware+AllowOriginSetting.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Deprecations/CORSMiddleware+Configuration+exposedHeaders.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Deprecations/DotEnvFile+load.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Deprecations/Routes+caseInsenstive.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Deprecations/Validatable+validate.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Environment/Environment+Process.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Environment/Environment+Secret.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Environment/Environment.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Error/Abort.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Error/AbortError.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Error/DebuggableError.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Error/Demangler.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Error/ErrorSource.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Error/StackTrace.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Exports.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Application+HTTP.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/BasicResponder.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/BodyStream.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Client/Application+HTTP+Client.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Client/EventLoopHTTPClient.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/EndpointCache.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/HTTPMethod+String.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/HTTPStatus.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPCookies.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaderCacheControl.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaderExpires.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaderLastModified.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaders+Cache.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaders+Connection.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaders+ContentDisposition.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaders+ContentRange.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaders+Directive.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaders+Forwarded.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaders+Link.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaders+Name.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaders.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPMediaType.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPMediaTypePreference.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Responder.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Server/Application+HTTP+Server.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Server/HTTPServer.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Server/HTTPServerHandler.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Server/HTTPServerRequestDecoder.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Server/HTTPServerResponseEncoder.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Server/HTTPServerUpgradeHandler.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Logging/Logger+Report.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Logging/LoggingSystem+Environment.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Middleware/Application+Middleware.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Middleware/CORSMiddleware.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Middleware/ErrorMiddleware.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Middleware/FileMiddleware.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Middleware/Middleware.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Middleware/MiddlewareConfiguration.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Middleware/RouteLoggingMiddleware.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Multipart/File+Multipart.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Multipart/FormDataDecoder+Content.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Multipart/FormDataEncoder+Content.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Passwords/Application+Password.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Passwords/Application+Passwords.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Passwords/AsyncPasswordHasher.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Passwords/BcryptHasher.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Passwords/PasswordHasher.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Passwords/PlaintextHasher.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Passwords/Request+Password.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Request/Redirect.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Request/Request+Body.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Request/Request+BodyStream.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Request/Request.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Responder/Application+Responder.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Responder/DefaultResponder.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Response/Response+Body.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Response/Response.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Response/ResponseCodable.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Routing/Application+Routes.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Routing/Parameters+Require.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Routing/Request+WebSocket.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Routing/RouteCollection.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Routing/Routes.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Routing/RoutesBuilder+Group.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Routing/RoutesBuilder+Method.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Routing/RoutesBuilder+Middleware.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Routing/RoutesBuilder+WebSocket.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Routing/RoutesBuilder.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Security/OTP.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Server/Application+Servers.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Server/Server.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Sessions/Application+Sessions.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Sessions/MemorySessions.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Sessions/Request+Session.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Sessions/Session.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Sessions/SessionCache.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Sessions/SessionData.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Sessions/SessionDriver.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Sessions/SessionsConfiguration.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Sessions/SessionsMiddleware.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/URLEncodedForm/DateFormatter+threadSpecific.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/URLEncodedForm/URLEncodedFormData.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/URLEncodedForm/URLEncodedFormDecoder.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/URLEncodedForm/URLEncodedFormEncoder.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/URLEncodedForm/URLEncodedFormError.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/URLEncodedForm/URLEncodedFormParser.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/URLEncodedForm/URLEncodedFormSerializer.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/URLEncodedForm/URLQueryFragmentConvertible.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/AnyResponse.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/Array+Random.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/Base32.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/Base64.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/BasicCodingKey.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/ByteCount.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/Bytes+Hex.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/Bytes+SecureCompare.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/Collection+Safe.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/DataProtocol+Copy.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/DecoderUnwrapper.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/DirectoryConfiguration.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/DotEnv.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/Extendable.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/File.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/FileIO.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/LifecycleHandler.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/OptionalType.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/RFC1123.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/SocketAddress+Hostname.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/Storage.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/String+IsIPAddress.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/Thread.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/URI.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Validation/RangeResult.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Validation/Validatable.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Validation/Validation.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Validation/ValidationKey.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Validation/Validations.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Validation/ValidationsError.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Validation/Validator.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Validation/ValidatorResult.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Validation/Validators/And.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Validation/Validators/Case.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Validation/Validators/CharacterSet.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Validation/Validators/Count.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Validation/Validators/Email.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Validation/Validators/Empty.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Validation/Validators/In.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Validation/Validators/Nil.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Validation/Validators/NilIgnoring.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Validation/Validators/Not.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Validation/Validators/Or.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Validation/Validators/Range.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Validation/Validators/URL.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Validation/Validators/Valid.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/View/Application+Views.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/View/PlaintextRenderer.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/View/Request+View.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/View/View.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/View/ViewRenderer.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/_Deprecations.swift -I /root/github/test/hello/.build/x86_64-unknown-linux-gnu/debug -target x86_64-unknown-linux-gnu -swift-version 5 -enable-batch-mode -index-store-path /root/github/test/hello/.build/x86_64-unknown-linux-gnu/debug/index/store -Onone -enable-testing -g -j1 -DSWIFT_PACKAGE -DDEBUG -Xcc -fmodule-map-file=/root/github/test/hello/.build/checkouts/swift-crypto/Sources/CCryptoBoringSSLShims/include/module.modulemap -Xcc -I -Xcc /root/github/test/hello/.build/checkouts/swift-crypto/Sources/CCryptoBoringSSLShims/include -Xcc -fmodule-map-file=/root/github/test/hello/.build/checkouts/swift-crypto/Sources/CCryptoBoringSSL/include/module.modulemap -Xcc -I -Xcc /root/github/test/hello/.build/checkouts/swift-crypto/Sources/CCryptoBoringSSL/include -Xcc -fmodule-map-file=/root/github/test/hello/.build/x86_64-unknown-linux-gnu/debug/CNIOSHA1.build/module.modulemap -Xcc -I -Xcc /root/github/test/hello/.build/checkouts/swift-nio/Sources/CNIOSHA1/include -Xcc -fmodule-map-file=/root/github/test/hello/.build/x86_64-unknown-linux-gnu/debug/CBacktrace.build/module.modulemap -Xcc -I -Xcc /root/github/test/hello/.build/checkouts/swift-backtrace/Sources/CBacktrace/include -Xcc -fmodule-map-file=/root/github/test/hello/.build/x86_64-unknown-linux-gnu/debug/CNIOExtrasZlib.build/module.modulemap -Xcc -I -Xcc /root/github/test/hello/.build/checkouts/swift-nio-extras/Sources/CNIOExtrasZlib/include -Xcc -fmodule-map-file=/root/github/test/hello/.build/x86_64-unknown-linux-gnu/debug/CNIOBoringSSLShims.build/module.modulemap -Xcc -I -Xcc /root/github/test/hello/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSLShims/include -Xcc -fmodule-map-file=/root/github/test/hello/.build/x86_64-unknown-linux-gnu/debug/CNIOBoringSSL.build/module.modulemap -Xcc -I -Xcc /root/github/test/hello/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/include -Xcc -fmodule-map-file=/root/github/test/hello/.build/x86_64-unknown-linux-gnu/debug/CNIOHTTPParser.build/module.modulemap -Xcc -I -Xcc /root/github/test/hello/.build/checkouts/swift-nio/Sources/CNIOHTTPParser/include -Xcc -fmodule-map-file=/root/github/test/hello/.build/checkouts/swift-nio/Sources/CNIOWindows/include/module.modulemap -Xcc -I -Xcc /root/github/test/hello/.build/checkouts/swift-nio/Sources/CNIOWindows/include -Xcc -fmodule-map-file=/root/github/test/hello/.build/x86_64-unknown-linux-gnu/debug/CNIODarwin.build/module.modulemap -Xcc -I -Xcc /root/github/test/hello/.build/checkouts/swift-nio/Sources/CNIODarwin/include -Xcc -fmodule-map-file=/root/github/test/hello/.build/x86_64-unknown-linux-gnu/debug/CNIOLinux.build/module.modulemap -Xcc -I -Xcc /root/github/test/hello/.build/checkouts/swift-nio/Sources/CNIOLinux/include -Xcc -fmodule-map-file=/root/github/test/hello/.build/x86_64-unknown-linux-gnu/debug/CNIOAtomics.build/module.modulemap -Xcc -I -Xcc /root/github/test/hello/.build/checkouts/swift-nio/Sources/CNIOAtomics/include -Xcc -fmodule-map-file=/root/github/test/hello/.build/x86_64-unknown-linux-gnu/debug/CAsyncHTTPClient.build/module.modulemap -Xcc -I -Xcc /root/github/test/hello/.build/checkouts/async-http-client/Sources/CAsyncHTTPClient/include -Xcc -fmodule-map-file=/root/github/test/hello/.build/x86_64-unknown-linux-gnu/debug/CURLParser.build/module.modulemap -Xcc -I -Xcc /root/github/test/hello/.build/checkouts/vapor/Sources/CURLParser/include -Xcc -fmodule-map-file=/root/github/test/hello/.build/checkouts/vapor/Sources/CBcrypt/include/module.modulemap -Xcc -I -Xcc /root/github/test/hello/.build/checkouts/vapor/Sources/CBcrypt/include -Xcc -fmodule-map-file=/root/github/test/hello/.build/checkouts/vapor/Sources/CBase32/include/module.modulemap -Xcc -I -Xcc /root/github/test/hello/.build/checkouts/vapor/Sources/CBase32/include -module-cache-path /root/github/test/hello/.build/x86_64-unknown-linux-gnu/debug/ModuleCache -parseable-output -parse-as-library -color-diagnostics /usr/share/swift/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Application.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Authentication/AuthenticationCache.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Authentication/Authenticator.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Authentication/BasicAuthorization.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Authentication/BearerAuthorization.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Authentication/GuardMiddleware.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Authentication/RedirectMiddleware.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Authentication/SessionAuthenticatable.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Bcrypt/Bcrypt.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Cache/Application+Cache.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Cache/Cache.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Cache/CacheExpirationTime.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Cache/MemoryCache.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Cache/Request+Cache.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Client/Application+Clients.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Client/Client.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Client/ClientRequest.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Client/ClientResponse.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Client/Request+Client.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Commands/BootCommand.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Commands/CommandContext+Application.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Commands/RoutesCommand.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Concurrency/AnyResponse+Concurrency.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Concurrency/AsyncBasicResponder.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Concurrency/AsyncMiddleware.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Concurrency/AsyncPasswordHasher+Concurrency.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Concurrency/AsyncSessionDriver.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Concurrency/Authentication+Concurrency.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Concurrency/Cache+Concurrency.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Concurrency/Client+Concurrency.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Concurrency/FileIO+Concurrency.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Concurrency/Responder+Concurrency.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Concurrency/ResponseCodable+Concurrency.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Concurrency/RoutesBuilder+Concurrency.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Concurrency/ViewRenderer+Concurrency.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Concurrency/WebSocket+Concurrency.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Content/Content.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Content/ContentCoders.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Content/ContentConfiguration.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Content/ContentContainer.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Content/JSONCoder+Custom.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Content/JSONCoders+Content.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Content/PlaintextDecoder.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Content/PlaintextEncoder.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Content/SingleValueDecoder.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Content/URLQueryCoders.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Content/URLQueryContainer.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Core/Core.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Core/Running.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Deprecations/CORSMiddleware+AllowOriginSetting.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Deprecations/CORSMiddleware+Configuration+exposedHeaders.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Deprecations/DotEnvFile+load.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Deprecations/Routes+caseInsenstive.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Deprecations/Validatable+validate.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Environment/Environment+Process.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Environment/Environment+Secret.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Environment/Environment.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Error/Abort.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Error/AbortError.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Error/DebuggableError.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Error/Demangler.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Error/ErrorSource.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Error/StackTrace.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Exports.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Application+HTTP.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/BasicResponder.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/BodyStream.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Client/Application+HTTP+Client.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Client/EventLoopHTTPClient.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/EndpointCache.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/HTTPMethod+String.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/HTTPStatus.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPCookies.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaderCacheControl.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaderExpires.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaderLastModified.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaders+Cache.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaders+Connection.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaders+ContentDisposition.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaders+ContentRange.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaders+Directive.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaders+Forwarded.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaders+Link.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaders+Name.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPHeaders.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPMediaType.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Headers/HTTPMediaTypePreference.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Responder.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Server/Application+HTTP+Server.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Server/HTTPServer.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Server/HTTPServerHandler.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Server/HTTPServerRequestDecoder.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Server/HTTPServerResponseEncoder.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/HTTP/Server/HTTPServerUpgradeHandler.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Logging/Logger+Report.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Logging/LoggingSystem+Environment.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Middleware/Application+Middleware.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Middleware/CORSMiddleware.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Middleware/ErrorMiddleware.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Middleware/FileMiddleware.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Middleware/Middleware.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Middleware/MiddlewareConfiguration.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Middleware/RouteLoggingMiddleware.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Multipart/File+Multipart.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Multipart/FormDataDecoder+Content.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Multipart/FormDataEncoder+Content.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Passwords/Application+Password.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Passwords/Application+Passwords.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Passwords/AsyncPasswordHasher.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Passwords/BcryptHasher.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Passwords/PasswordHasher.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Passwords/PlaintextHasher.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Passwords/Request+Password.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Request/Redirect.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Request/Request+Body.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Request/Request+BodyStream.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Request/Request.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Responder/Application+Responder.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Responder/DefaultResponder.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Response/Response+Body.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Response/Response.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Response/ResponseCodable.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Routing/Application+Routes.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Routing/Parameters+Require.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Routing/Request+WebSocket.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Routing/RouteCollection.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Routing/Routes.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Routing/RoutesBuilder+Group.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Routing/RoutesBuilder+Method.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Routing/RoutesBuilder+Middleware.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Routing/RoutesBuilder+WebSocket.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Routing/RoutesBuilder.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Security/OTP.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Server/Application+Servers.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Server/Server.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Sessions/Application+Sessions.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Sessions/MemorySessions.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Sessions/Request+Session.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Sessions/Session.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Sessions/SessionCache.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Sessions/SessionData.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Sessions/SessionDriver.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Sessions/SessionsConfiguration.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Sessions/SessionsMiddleware.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/URLEncodedForm/DateFormatter+threadSpecific.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/URLEncodedForm/URLEncodedFormData.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/URLEncodedForm/URLEncodedFormDecoder.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/URLEncodedForm/URLEncodedFormEncoder.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/URLEncodedForm/URLEncodedFormError.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/URLEncodedForm/URLEncodedFormParser.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/URLEncodedForm/URLEncodedFormSerializer.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/URLEncodedForm/URLQueryFragmentConvertible.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/AnyResponse.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/Array+Random.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/Base32.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/Base64.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/BasicCodingKey.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/ByteCount.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/Bytes+Hex.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/Bytes+SecureCompare.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/Collection+Safe.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/DataProtocol+Copy.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/DecoderUnwrapper.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/DirectoryConfiguration.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/DotEnv.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/Extendable.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/File.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/FileIO.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/LifecycleHandler.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/OptionalType.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/RFC1123.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/SocketAddress+Hostname.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/Storage.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/String+IsIPAddress.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/Thread.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Utilities/URI.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Validation/RangeResult.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Validation/Validatable.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Validation/Validation.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Validation/ValidationKey.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Validation/Validations.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Validation/ValidationsError.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Validation/Validator.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Validation/ValidatorResult.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Validation/Validators/And.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Validation/Validators/Case.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Validation/Validators/CharacterSet.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Validation/Validators/Count.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Validation/Validators/Email.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Validation/Validators/Empty.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Validation/Validators/In.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Validation/Validators/Nil.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Validation/Validators/NilIgnoring.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Validation/Validators/Not.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Validation/Validators/Or.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Validation/Validators/Range.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Validation/Validators/URL.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/Validation/Validators/Valid.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/View/Application+Views.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/View/PlaintextRenderer.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/View/Request+View.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/View/View.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/View/ViewRenderer.swift /root/github/test/hello/.build/checkouts/vapor/Sources/Vapor/_Deprecations.swift -target x86_64-unknown-linux-gnu -disable-objc-interop -I /root/github/test/hello/.build/x86_64-unknown-linux-gnu/debug -color-diagnostics -enable-testing -g -module-cache-path /root/github/test/hello/.build/x86_64-unknown-linux-gnu/debug/ModuleCache -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -new-driver-path /usr/share/swift/usr/bin/swift-driver -resource-dir /usr/share/swift/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file=/root/github/test/hello/.build/checkouts/swift-crypto/Sources/CCryptoBoringSSLShims/include/module.modulemap -Xcc -I -Xcc /root/github/test/hello/.build/checkouts/swift-crypto/Sources/CCryptoBoringSSLShims/include -Xcc -fmodule-map-file=/root/github/test/hello/.build/checkouts/swift-crypto/Sources/CCryptoBoringSSL/include/module.modulemap -Xcc -I -Xcc /root/github/test/hello/.build/checkouts/swift-crypto/Sources/CCryptoBoringSSL/include -Xcc -fmodule-map-file=/root/github/test/hello/.build/x86_64-unknown-linux-gnu/debug/CNIOSHA1.build/module.modulemap -Xcc -I -Xcc /root/github/test/hello/.build/checkouts/swift-nio/Sources/CNIOSHA1/include -Xcc -fmodule-map-file=/root/github/test/hello/.build/x86_64-unknown-linux-gnu/debug/CBacktrace.build/module.modulemap -Xcc -I -Xcc /root/github/test/hello/.build/checkouts/swift-backtrace/Sources/CBacktrace/include -Xcc -fmodule-map-file=/root/github/test/hello/.build/x86_64-unknown-linux-gnu/debug/CNIOExtrasZlib.build/module.modulemap -Xcc -I -Xcc /root/github/test/hello/.build/checkouts/swift-nio-extras/Sources/CNIOExtrasZlib/include -Xcc -fmodule-map-file=/root/github/test/hello/.build/x86_64-unknown-linux-gnu/debug/CNIOBoringSSLShims.build/module.modulemap -Xcc -I -Xcc /root/github/test/hello/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSLShims/include -Xcc -fmodule-map-file=/root/github/test/hello/.build/x86_64-unknown-linux-gnu/debug/CNIOBoringSSL.build/module.modulemap -Xcc -I -Xcc /root/github/test/hello/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/include -Xcc -fmodule-map-file=/root/github/test/hello/.build/x86_64-unknown-linux-gnu/debug/CNIOHTTPParser.build/module.modulemap -Xcc -I -Xcc /root/github/test/hello/.build/checkouts/swift-nio/Sources/CNIOHTTPParser/include -Xcc -fmodule-map-file=/root/github/test/hello/.build/checkouts/swift-nio/Sources/CNIOWindows/include/module.modulemap -Xcc -I -Xcc /root/github/test/hello/.build/checkouts/swift-nio/Sources/CNIOWindows/include -Xcc -fmodule-map-file=/root/github/test/hello/.build/x86_64-unknown-linux-gnu/debug/CNIODarwin.build/module.modulemap -Xcc -I -Xcc /root/github/test/hello/.build/checkouts/swift-nio/Sources/CNIODarwin/include -Xcc -fmodule-map-file=/root/github/test/hello/.build/x86_64-unknown-linux-gnu/debug/CNIOLinux.build/module.modulemap -Xcc -I -Xcc /root/github/test/hello/.build/checkouts/swift-nio/Sources/CNIOLinux/include -Xcc -fmodule-map-file=/root/github/test/hello/.build/x86_64-unknown-linux-gnu/debug/CNIOAtomics.build/module.modulemap -Xcc -I -Xcc /root/github/test/hello/.build/checkouts/swift-nio/Sources/CNIOAtomics/include -Xcc -fmodule-map-file=/root/github/test/hello/.build/x86_64-unknown-linux-gnu/debug/CAsyncHTTPClient.build/module.modulemap -Xcc -I -Xcc /root/github/test/hello/.build/checkouts/async-http-client/Sources/CAsyncHTTPClient/include -Xcc -fmodule-map-file=/root/github/test/hello/.build/x86_64-unknown-linux-gnu/debug/CURLParser.build/module.modulemap -Xcc -I -Xcc /root/github/test/hello/.build/checkouts/vapor/Sources/CURLParser/include -Xcc -fmodule-map-file=/root/github/test/hello/.build/checkouts/vapor/Sources/CBcrypt/include/module.modulemap -Xcc -I -Xcc /root/github/test/hello/.build/checkouts/vapor/Sources/CBcrypt/include -Xcc -fmodule-map-file=/root/github/test/hello/.build/checkouts/vapor/Sources/CBase32/include/module.modulemap -Xcc -I -Xcc /root/github/test/hello/.build/checkouts/vapor/Sources/CBase32/include -module-name Vapor -emit-module-doc-path /root/github/test/hello/.build/x86_64-unknown-linux-gnu/debug/Vapor.swiftdoc -emit-module-source-info-path /root/github/test/hello/.build/x86_64-unknown-linux-gnu/debug/Vapor.swiftsourceinfo -parse-as-library -o /root/github/test/hello/.build/x86_64-unknown-linux-gnu/debug/Vapor.swiftmodule -emit-abi-descriptor-path /root/github/test/hello/.build/x86_64-unknown-linux-gnu/debug/Vapor.abi.json error: emit-module command failed due to signal 9 (use -v to see invocation)
iWECon commented 2 years ago

And I create a hello file of swift:

import Foundation

print("hello, world~")

and use swift hello.swift, it can output: hello, world~

iWECon commented 2 years ago

and i using swift docker official, it build on Ubuntu 18.04: docker pull swift docker run -it -v "${PWD}:/proj" swift /bin/bash ... swift build same problem still exists...

error: emit-module command failed due to signal 9 (use -v to see invocation)

Swift Dockerfile

iWECon commented 2 years ago

💢 I resolved it.

Seems like my server is running out of memory, I increased from 1 GB to 2 GB and both vapor/swift works fine.

iWECon commented 2 years ago

中文安装指南: install-vapor-toolbox-on-ubuntu