Build Information
Failed to build vapor-wallet, reference main (251313
), with Swift 6.1 for Linux on 27 Apr 2025 20:38:22 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hsharghi/vapor-wallet.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/hsharghi/vapor-wallet
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2513136 Update LICENSE
Cloned https://github.com/hsharghi/vapor-wallet.git
Revision (git rev-parse @):
2513136b4ad7d1dae23d90fb48a655883dc550bc
SUCCESS checkout https://github.com/hsharghi/vapor-wallet.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/hsharghi/vapor-wallet.git
https://github.com/hsharghi/vapor-wallet.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "fluent",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent.git"
},
{
"identity" : "fluent-sqlite-driver",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-sqlite-driver.git"
},
{
"identity" : "fluent-mysql-driver",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-mysql-driver.git"
},
{
"identity" : "fluent-postgres-driver",
"requirement" : {
"range" : [
{
"lower_bound" : "2.7.2",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-postgres-driver.git"
}
],
"manifest_display_name" : "vapor-wallet",
"name" : "vapor-wallet",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "VaporWallet",
"targets" : [
"VaporWallet"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "VaporWalletTests",
"module_type" : "SwiftTarget",
"name" : "VaporWalletTests",
"path" : "Tests/VaporWalletTests",
"product_dependencies" : [
"XCTVapor",
"FluentSQLiteDriver",
"FluentMySQLDriver",
"FluentPostgresDriver"
],
"sources" : [
"Model+Test.swift",
"VaporWalletTests.swift",
"XCTest+async.swift"
],
"target_dependencies" : [
"VaporWallet"
],
"type" : "test"
},
{
"c99name" : "VaporWallet",
"module_type" : "SwiftTarget",
"name" : "VaporWallet",
"path" : "Sources/VaporWallet",
"product_dependencies" : [
"Vapor",
"Fluent"
],
"product_memberships" : [
"VaporWallet"
],
"sources" : [
"Errors/WalletErrors.swift",
"Extensions/Double+extensions.swift",
"HasWallet.swift",
"Middlewares/WalletModelMiddleware.swift",
"Middlewares/WalletTransactionModelMiddleware.swift",
"Migrations/CreateWallet.swift",
"Migrations/CreateWalletTransaction.swift",
"Models/Entities/Wallet.swift",
"Models/Entities/WalletTransaction.swift",
"WalletRepository.swift",
"WalletType.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/vapor/fluent-postgres-driver.git
Fetching https://github.com/vapor/fluent-mysql-driver.git
Fetching https://github.com/vapor/fluent-sqlite-driver.git
Fetching https://github.com/vapor/fluent.git
[1/2659] Fetching fluent-postgres-driver
[2660/5433] Fetching fluent-postgres-driver, fluent-mysql-driver
[2661/6780] Fetching fluent-postgres-driver, fluent-mysql-driver, fluent-sqlite-driver
[3044/20187] Fetching fluent-postgres-driver, fluent-mysql-driver, fluent-sqlite-driver, fluent
Fetched https://github.com/vapor/fluent-sqlite-driver.git from cache (0.28s)
Fetched https://github.com/vapor/fluent-postgres-driver.git from cache (0.29s)
[8137/16181] Fetching fluent-mysql-driver, fluent
[10954/90494] Fetching fluent-mysql-driver, fluent, vapor
Fetched https://github.com/vapor/fluent-mysql-driver.git from cache (1.82s)
Fetched https://github.com/vapor/fluent.git from cache (1.83s)
Fetched https://github.com/vapor/vapor.git from cache (1.86s)
Computing version for https://github.com/vapor/fluent-postgres-driver.git
Computed https://github.com/vapor/fluent-postgres-driver.git at 2.10.1 (2.38s)
Fetching https://github.com/vapor/postgres-kit.git
Fetching https://github.com/vapor/fluent-kit.git
[1/5355] Fetching postgres-kit
[5356/18599] Fetching postgres-kit, fluent-kit
Fetched https://github.com/vapor/postgres-kit.git from cache (0.54s)
Fetched https://github.com/vapor/fluent-kit.git from cache (0.54s)
Computing version for https://github.com/vapor/postgres-kit.git
Computed https://github.com/vapor/postgres-kit.git at 2.14.0 (1.04s)
Fetching https://github.com/vapor/postgres-nio.git
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/sql-kit.git
[1/2370] Fetching async-kit
[2371/8353] Fetching async-kit, sql-kit
[1855/5983] Fetching sql-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.27s)
[5506/18100] Fetching sql-kit, postgres-nio
Fetched https://github.com/vapor/sql-kit.git from cache (0.40s)
[10906/12117] Fetching postgres-nio
Fetched https://github.com/vapor/postgres-nio.git from cache (0.56s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (1.12s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-algorithms.git
[1/3836] Fetching swift-log
[1229/9739] Fetching swift-log, swift-algorithms
[9740/25981] Fetching swift-log, swift-algorithms, swift-collections
[10390/101417] Fetching swift-log, swift-algorithms, swift-collections, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (4.08s)
Fetched https://github.com/apple/swift-algorithms.git from cache (4.09s)
Fetched https://github.com/apple/swift-collections.git from cache (4.11s)
Fetched https://github.com/apple/swift-nio.git from cache (4.18s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (4.75s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.51s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.09s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.51s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.77s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.54s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.1 (0.53s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.87s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
[480/6058] Fetching swift-system, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.40s)
Fetched https://github.com/apple/swift-system.git from cache (0.40s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.91s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.49s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.25.0 (0.52s)
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2200] Fetching swift-metrics
[1277/4590] Fetching swift-metrics, swift-service-lifecycle
[3420/7209] Fetching swift-metrics, swift-service-lifecycle, swift-nio-transport-services
[7027/20993] Fetching swift-metrics, swift-service-lifecycle, swift-nio-transport-services, swift-crypto
[8175/35786] Fetching swift-metrics, swift-service-lifecycle, swift-nio-transport-services, swift-crypto, swift-nio-ssl
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.70s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.70s)
Fetched https://github.com/apple/swift-metrics.git from cache (1.70s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.73s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.73s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.7.0 (2.26s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4965] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.35s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.96s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.51s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.52s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.66s)
Computing version for https://github.com/vapor/fluent-mysql-driver.git
Computed https://github.com/vapor/fluent-mysql-driver.git at 4.7.1 (0.51s)
Fetching https://github.com/vapor/mysql-kit.git
[1/5132] Fetching mysql-kit
Fetched https://github.com/vapor/mysql-kit.git from cache (0.30s)
Computing version for https://github.com/vapor/mysql-kit.git
Computed https://github.com/vapor/mysql-kit.git at 4.9.0 (0.81s)
Fetching https://github.com/vapor/mysql-nio.git
[1/2217] Fetching mysql-nio
Fetched https://github.com/vapor/mysql-nio.git from cache (0.28s)
Computing version for https://github.com/vapor/mysql-nio.git
Computed https://github.com/vapor/mysql-nio.git at 1.7.2 (0.86s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 4.12.0 (0.53s)
Computing version for https://github.com/vapor/fluent-sqlite-driver.git
Computed https://github.com/vapor/fluent-sqlite-driver.git at 4.8.1 (0.50s)
Fetching https://github.com/vapor/sqlite-kit.git
[1/2112] Fetching sqlite-kit
Fetched https://github.com/vapor/sqlite-kit.git from cache (0.64s)
Computing version for https://github.com/vapor/sqlite-kit.git
Computed https://github.com/vapor/sqlite-kit.git at 4.5.2 (1.17s)
Fetching https://github.com/vapor/sqlite-nio.git
[1/1496] Fetching sqlite-nio
Fetched https://github.com/vapor/sqlite-nio.git from cache (0.90s)
Computing version for https://github.com/vapor/sqlite-nio.git
Computed https://github.com/vapor/sqlite-nio.git at 1.11.2 (1.45s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (0.65s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/4970] Fetching swift-distributed-tracing
[4971/6033] Fetching swift-distributed-tracing, swift-service-context
[6034/11695] Fetching swift-distributed-tracing, swift-service-context, swift-nio-extras
[6657/14903] Fetching swift-distributed-tracing, swift-service-context, swift-nio-extras, multipart-kit
[9834/17499] Fetching swift-distributed-tracing, swift-service-context, swift-nio-extras, multipart-kit, websocket-kit
[15929/28991] Fetching swift-distributed-tracing, swift-service-context, swift-nio-extras, multipart-kit, websocket-kit, swift-nio-http2
Fetched https://github.com/apple/swift-service-context.git from cache (1.29s)
Fetching https://github.com/vapor/routing-kit.git
[26389/27928] Fetching swift-distributed-tracing, swift-nio-extras, multipart-kit, websocket-kit, swift-nio-http2
[27929/48655] Fetching swift-distributed-tracing, swift-nio-extras, multipart-kit, websocket-kit, swift-nio-http2, routing-kit
Fetched https://github.com/vapor/websocket-kit.git from cache (1.70s)
[40463/46059] Fetching swift-distributed-tracing, swift-nio-extras, multipart-kit, swift-nio-http2, routing-kit
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.70s)
[35216/40397] Fetching swift-distributed-tracing, multipart-kit, swift-nio-http2, routing-kit
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.70s)
[30453/35427] Fetching multipart-kit, swift-nio-http2, routing-kit
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.71s)
Fetched https://github.com/vapor/multipart-kit.git from cache (1.77s)
[16168/20727] Fetching routing-kit
[16376/26212] Fetching routing-kit, console-kit
[26213/39999] Fetching routing-kit, console-kit, async-http-client
Fetched https://github.com/vapor/console-kit.git from cache (0.37s)
[22382/34514] Fetching routing-kit, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (0.95s)
[13374/13787] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (0.82s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (3.03s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.50s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.52s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.59s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1127] Fetching swift-http-structured-headers
[441/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.26s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.26s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (1.08s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.52s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.51s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.54s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.52s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.58s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.50s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.81s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.24s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.84s)
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/vapor/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.52.1
Creating working copy for https://github.com/vapor/fluent-mysql-driver.git
Working copy of https://github.com/vapor/fluent-mysql-driver.git resolved at 4.7.1
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/vapor/fluent-postgres-driver.git
Working copy of https://github.com/vapor/fluent-postgres-driver.git resolved at 2.10.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.0
Creating working copy for https://github.com/vapor/fluent.git
Working copy of https://github.com/vapor/fluent.git resolved at 4.12.0
Creating working copy for https://github.com/vapor/postgres-nio.git
Working copy of https://github.com/vapor/postgres-nio.git resolved at 1.25.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/vapor/mysql-nio.git
Working copy of https://github.com/vapor/mysql-nio.git resolved at 1.7.2
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/vapor/sqlite-kit.git
Working copy of https://github.com/vapor/sqlite-kit.git resolved at 4.5.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
Creating working copy for https://github.com/vapor/sqlite-nio.git
Working copy of https://github.com/vapor/sqlite-nio.git resolved at 1.11.2
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.1
Creating working copy for https://github.com/vapor/postgres-kit.git
Working copy of https://github.com/vapor/postgres-kit.git resolved at 2.14.0
Creating working copy for https://github.com/vapor/mysql-kit.git
Working copy of https://github.com/vapor/mysql-kit.git resolved at 4.9.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/vapor/fluent-sqlite-driver.git
Working copy of https://github.com/vapor/fluent-sqlite-driver.git resolved at 4.8.1
Building for debugging...
[0/834] Write sources
[49/834] Compiling CNIOWindows shim.c
[50/834] Compiling _AtomicsShims.c
[51/834] Compiling _NumericsShims _NumericsShims.c
[52/834] Compiling CNIOWindows WSAStartup.c
[53/834] Compiling CNIOWASI CNIOWASI.c
[54/834] Compiling CSystem shims.c
[55/834] Compiling CVaporBcrypt blf.c
[56/834] Compiling CNIOLinux liburing_shims.c
[57/834] Compiling CNIOSHA1 c_nio_sha1.c
[58/834] Compiling CNIOExtrasZlib empty.c
[59/834] Compiling CNIOLLHTTP c_nio_http.c
[60/834] Compiling CNIODarwin shim.c
[61/834] Compiling CNIOLinux shim.c
[62/834] Compiling CNIOLLHTTP c_nio_api.c
[63/834] Compiling fiat_p256_adx_mul.S
[64/834] Compiling fiat_p256_adx_sqr.S
[65/834] Compiling fiat_curve25519_adx_square.S
[66/834] Compiling fiat_curve25519_adx_mul.S
[67/834] Compiling CVaporBcrypt bcrypt.c
[67/834] Write swift-version-24593BA9C3E375BF.txt
[69/834] Compiling CNIOLLHTTP c_nio_llhttp.c
[70/834] Compiling CNIOBoringSSLShims shims.c
[71/840] Compiling tls_method.cc
[72/840] Compiling tls_record.cc
[73/840] Compiling tls13_enc.cc
[74/881] Compiling tls13_both.cc
[76/881] Emitting module ServiceContextModule
[76/881] Compiling tls13_client.cc
[77/881] Compiling tls13_server.cc
[79/906] Compiling _NIOBase64 Base64.swift
[80/906] Emitting module _NIOBase64
[81/906] Compiling RealModule ElementaryFunctions.swift
[82/908] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[83/908] Compiling InternalCollectionsUtilities Specialize.swift
[84/908] Compiling InternalCollectionsUtilities Debugging.swift
[85/908] Compiling InternalCollectionsUtilities Descriptions.swift
[88/913] Compiling CoreMetrics Metrics.swift
[89/913] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[90/913] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[91/913] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[92/913] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[93/913] Compiling RealModule Float+Real.swift
[94/913] Compiling RealModule Float80+Real.swift
[95/913] Compiling SystemPackage MachPort.swift
[96/913] Compiling SystemPackage PlatformString.swift
[97/913] Compiling SystemPackage SystemString.swift
[100/913] Compiling ServiceContextModule ServiceContextKey.swift
[102/913] Compiling _NIODataStructures _TinyArray.swift
[103/913] Compiling _NIODataStructures PriorityQueue.swift
[104/913] Compiling ServiceContextModule ServiceContext.swift
[105/913] Compiling RealModule Float16+Real.swift
[106/913] Compiling RealModule Real.swift
[107/913] Compiling InternalCollectionsUtilities _SortedCollection.swift
[108/913] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[109/913] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[110/913] Compiling InternalCollectionsUtilities Integer rank.swift
[111/913] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[114/913] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[115/913] Emitting module InternalCollectionsUtilities
[116/913] Compiling InternalCollectionsUtilities UInt+reversed.swift
[117/913] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[118/914] Compiling RealModule RealFunctions.swift
[121/914] Emitting module RealModule
[122/915] Emitting module SystemPackage
[137/915] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[138/915] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[139/916] Compiling SystemPackage Util+StringArray.swift
[140/916] Compiling SystemPackage Util.swift
[141/916] Compiling SystemPackage UtilConsumers.swift
[143/922] Compiling Instrumentation Instrument.swift
[144/922] Compiling Instrumentation NoOpInstrument.swift
[145/922] Emitting module CoreMetrics
[146/922] Compiling CoreMetrics Locks.swift
[147/922] Emitting module Logging
[148/922] Compiling Logging Locks.swift
[151/922] Compiling SystemPackage Constants.swift
[152/922] Compiling SystemPackage Exports.swift
[153/922] Compiling Logging MetadataProvider.swift
[154/923] Emitting module Instrumentation
[155/923] Emitting module _NIODataStructures
[156/923] Compiling _NIODataStructures Heap.swift
[157/924] Compiling Instrumentation MultiplexInstrument.swift
[158/924] Compiling Instrumentation InstrumentationSystem.swift
[161/924] Compiling Instrumentation Locks.swift
[162/925] Compiling SystemPackage Mocking.swift
[163/925] Compiling SystemPackage RawBuffer.swift
[164/925] Compiling SystemPackage Syscalls.swift
[165/925] Compiling SystemPackage WindowsSyscallAdapters.swift
[166/925] Compiling Logging LogHandler.swift
[167/925] Compiling Logging Logging.swift
[170/927] Compiling t1_enc.cc
[171/1039] Compiling ssl_versions.cc
[172/1073] Compiling ssl_x509.cc
[174/1073] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[175/1073] Compiling HeapModule Heap.swift
[176/1073] Compiling HeapModule Heap+Descriptions.swift
[177/1088] Compiling HeapModule _HeapNode.swift
[178/1164] Compiling HeapModule Heap+Invariants.swift
[179/1164] Compiling HeapModule Heap+UnsafeHandle.swift
[180/1164] Compiling Tracing TracingTime.swift
[181/1164] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[182/1164] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[183/1164] Compiling HashTreeCollections _HashNode+Structural union.swift
[184/1164] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[185/1164] Emitting module HeapModule
[186/1166] Emitting module Tracing
[187/1167] Compiling Tracing InstrumentationSystem+Tracing.swift
[188/1167] Compiling Tracing TracerProtocol.swift
[190/1167] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[191/1167] Compiling HashTreeCollections _HashNode+Storage.swift
[192/1167] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[193/1167] Compiling HashTreeCollections _HashNode.swift
[194/1167] Compiling HashTreeCollections TreeDictionary+Collection.swift
[195/1167] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[196/1167] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[197/1167] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[198/1167] Compiling HashTreeCollections _AncestorHashSlots.swift
[199/1167] Compiling HashTreeCollections _Bitmap.swift
[200/1167] Compiling HashTreeCollections _Bucket.swift
[201/1167] Compiling HashTreeCollections _Hash.swift
[202/1167] Compiling HashTreeCollections _HashLevel.swift
[203/1167] Compiling HashTreeCollections _HashNode+Builder.swift
[204/1167] Compiling HashTreeCollections _HashNode+Debugging.swift
[205/1167] Compiling HashTreeCollections _HashNode+Initializers.swift
[206/1167] Compiling HashTreeCollections _HashNode+Invariants.swift
[207/1167] Compiling HashTreeCollections _HashNode+Lookups.swift
[208/1174] Compiling Tracing Tracer.swift
[209/1174] Compiling Tracing TracerProtocol+Legacy.swift
[210/1174] Compiling HashTreeCollections TreeSet+Hashable.swift
[211/1174] Compiling HashTreeCollections TreeSet+Sendable.swift
[212/1174] Compiling HashTreeCollections TreeSet+Sequence.swift
[213/1174] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[214/1174] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[215/1174] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[216/1174] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[217/1174] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[218/1174] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[219/1174] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[220/1184] Compiling HashTreeCollections TreeDictionary+Filter.swift
[221/1184] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[222/1184] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[223/1184] Compiling HashTreeCollections TreeDictionary+Keys.swift
[224/1184] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[225/1184] Compiling HashTreeCollections TreeDictionary+Merge.swift
[226/1184] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[227/1184] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[228/1184] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[229/1184] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[230/1184] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[231/1184] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[232/1184] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[233/1184] Compiling HashTreeCollections _HashNode+Structural merge.swift
[234/1184] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[235/1184] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[236/1184] Compiling HashTreeCollections _HashNodeHeader.swift
[237/1184] Compiling HashTreeCollections _HashSlot.swift
[238/1184] Compiling HashTreeCollections _HashStack.swift
[239/1184] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[242/1184] Compiling DequeModule _DequeSlot.swift
[243/1184] Compiling DequeModule _UnsafeWrappedBuffer.swift
[244/1184] Compiling Tracing NoOpTracer.swift
[245/1184] Compiling Tracing SpanProtocol.swift
[251/1185] Compiling OrderedCollections OrderedSet+Sendable.swift
[252/1185] Compiling OrderedCollections OrderedSet+SubSequence.swift
[253/1185] Compiling OrderedCollections OrderedSet+Testing.swift
[254/1185] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[258/1194] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[259/1194] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[282/1194] Compiling HashTreeCollections TreeDictionary+Values.swift
[286/1194] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[287/1194] Compiling OrderedCollections OrderedSet.swift
[288/1194] Compiling OrderedCollections _UnsafeBitset.swift
[289/1194] Compiling HashTreeCollections TreeSet+Equatable.swift
[290/1194] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[291/1194] Compiling HashTreeCollections TreeSet+Extras.swift
[292/1194] Compiling HashTreeCollections TreeSet+Filter.swift
[293/1194] Compiling _RopeModule _CharacterRecognizer.swift
[294/1194] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[295/1194] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[296/1194] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[297/1194] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[298/1194] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[299/1194] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[300/1194] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[301/1194] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[302/1194] Compiling HashTreeCollections TreeSet.swift
[304/1194] Compiling HashTreeCollections _HashTreeIterator.swift
[305/1194] Compiling HashTreeCollections _HashTreeStatistics.swift
[306/1194] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[307/1194] Compiling HashTreeCollections _RawHashNode.swift
[308/1194] Compiling HashTreeCollections _UnmanagedHashNode.swift
[309/1194] Compiling HashTreeCollections _UnsafePath.swift
[310/1194] Compiling HashTreeCollections TreeDictionary+Codable.swift
[311/1194] Emitting module DequeModule
[340/1195] Compiling _RopeModule Rope+Join.swift
[341/1195] Compiling _RopeModule Rope+MutatingForEach.swift
[342/1195] Compiling _RopeModule Rope+Remove.swift
[343/1195] Compiling _RopeModule Rope+RemoveSubrange.swift
[344/1195] Compiling _RopeModule Rope+Split.swift
[345/1195] Compiling _RopeModule Optional Utilities.swift
[346/1195] Compiling _RopeModule String Utilities.swift
[347/1195] Compiling _RopeModule String.Index+ABI.swift
[349/1195] Emitting module RoutingKit
[350/1195] Emitting module OrderedCollections
[363/1196] Compiling RoutingKit PathComponent.swift
[364/1196] Compiling RoutingKit Router.swift
[365/1196] Compiling RoutingKit TrieRouter.swift
[366/1196] Emitting module _RopeModule
[366/1196] Compiling ssl_transcript.cc
[367/1196] Compiling ssl_stat.cc
[380/1196] Compiling RoutingKit AnyRouter.swift
[381/1196] Compiling RoutingKit Parameters.swift
[382/1197] Emitting module Metrics
[384/1197] Compiling Metrics Metrics.swift
[408/1198] Emitting module HashTreeCollections
[448/1200] Compiling ssl_session.cc
[449/1200] Compiling ssl_privkey.cc
[450/1200] Compiling ssl_key_share.cc
[451/1200] Compiling ssl_lib.cc
[452/1200] Compiling ssl_file.cc
[453/1200] Compiling ssl_credential.cc
[454/1200] Compiling ssl_cipher.cc
[455/1200] Compiling ssl_buffer.cc
[456/1200] Compiling ssl_cert.cc
[457/1200] Compiling ssl_asn1.cc
[458/1200] Compiling ssl_aead_ctx.cc
[459/1200] Compiling s3_pkt.cc
[460/1200] Compiling s3_lib.cc
[461/1200] Compiling s3_both.cc
[462/1200] Compiling handshake_server.cc
[463/1200] Compiling handshake_client.cc
[464/1200] Compiling handshake.cc
[465/1200] Compiling handoff.cc
[466/1200] Compiling extensions.cc
[467/1200] Compiling dtls_record.cc
[468/1200] Compiling encrypted_client_hello.cc
[469/1200] Compiling md5-x86_64-linux.S
[470/1200] Compiling md5-x86_64-apple.S
[471/1200] Compiling md5-586-linux.S
[472/1200] Compiling md5-586-apple.S
[473/1200] Compiling chacha20_poly1305_x86_64-linux.S
[474/1200] Compiling dtls_method.cc
[475/1200] Compiling chacha20_poly1305_armv8-win.S
[476/1200] Compiling chacha20_poly1305_x86_64-apple.S
[477/1200] Compiling chacha20_poly1305_armv8-linux.S
[478/1200] Compiling chacha20_poly1305_armv8-apple.S
[479/1200] Compiling chacha-x86_64-apple.S
[480/1200] Compiling chacha-x86_64-linux.S
[481/1200] Compiling chacha-x86-apple.S
[482/1200] Compiling err_data.cc
[483/1200] Compiling chacha-x86-linux.S
[484/1200] Compiling chacha-armv8-linux.S
[485/1200] Compiling chacha-armv8-apple.S
[486/1200] Compiling chacha-armv8-win.S
[487/1200] Compiling chacha-armv4-linux.S
[488/1200] Compiling aes128gcmsiv-x86_64-apple.S
[489/1200] Compiling aes128gcmsiv-x86_64-linux.S
[490/1200] Compiling x86_64-mont5-apple.S
[491/1200] Compiling x86_64-mont-linux.S
[492/1200] Compiling x86_64-mont5-linux.S
[493/1200] Compiling x86_64-mont-apple.S
[494/1200] Compiling x86-mont-linux.S
[495/1200] Compiling x86-mont-apple.S
[496/1200] Compiling vpaes-x86_64-linux.S
[497/1200] Compiling vpaes-x86-linux.S
[498/1200] Compiling vpaes-x86_64-apple.S
[499/1200] Compiling bio_ssl.cc
[500/1200] Compiling d1_srtp.cc
[501/1200] Compiling vpaes-x86-apple.S
[502/1200] Compiling vpaes-armv8-win.S
[503/1200] Compiling vpaes-armv8-linux.S
[504/1200] Compiling vpaes-armv8-apple.S
[505/1200] Compiling vpaes-armv7-linux.S
[506/1200] Compiling sha512-x86_64-linux.S
[507/1200] Compiling sha512-x86_64-apple.S
[508/1200] Compiling sha512-armv8-win.S
[509/1200] Compiling sha512-armv8-linux.S
[510/1200] Compiling sha512-armv8-apple.S
[511/1200] Compiling d1_pkt.cc
[512/1200] Compiling sha512-armv4-linux.S
[513/1200] Compiling sha512-586-apple.S
[514/1200] Compiling sha512-586-linux.S
[515/1200] Compiling sha256-x86_64-apple.S
[516/1200] Compiling sha256-armv8-win.S
[517/1200] Compiling sha256-x86_64-linux.S
[518/1200] Compiling sha256-armv8-linux.S
[519/1200] Compiling sha256-armv8-apple.S
[520/1200] Compiling sha256-armv4-linux.S
[521/1200] Compiling d1_lib.cc
[522/1200] Compiling sha256-586-linux.S
[523/1200] Compiling sha256-586-apple.S
[524/1200] Compiling sha1-x86_64-apple.S
[525/1200] Compiling sha1-armv8-win.S
[526/1200] Compiling sha1-x86_64-linux.S
[526/1200] Compiling sha1-armv8-linux.S
[528/1200] Compiling sha1-armv8-apple.S
[529/1200] Compiling sha1-armv4-large-linux.S
[530/1200] Compiling sha1-586-linux.S
[531/1200] Compiling sha1-586-apple.S
[532/1200] Compiling rdrand-x86_64-linux.S
[533/1200] Compiling rsaz-avx2-apple.S
[534/1200] Compiling rsaz-avx2-linux.S
[535/1200] Compiling rdrand-x86_64-apple.S
[536/1200] Compiling p256_beeu-x86_64-asm-linux.S
[537/1200] Compiling p256_beeu-x86_64-asm-apple.S
[538/1200] Compiling p256_beeu-armv8-asm-win.S
[539/1200] Compiling p256_beeu-armv8-asm-linux.S
[540/1200] Compiling p256_beeu-armv8-asm-apple.S
[541/1200] Compiling p256-armv8-asm-win.S
[542/1200] Compiling p256-x86_64-asm-apple.S
[543/1200] Compiling p256-armv8-asm-linux.S
[544/1200] Compiling p256-x86_64-asm-linux.S
[545/1200] Compiling p256-armv8-asm-apple.S
[546/1200] Compiling ghashv8-armv8-win.S
[547/1200] Compiling ghashv8-armv8-linux.S
[548/1200] Compiling ghashv8-armv8-apple.S
[549/1200] Compiling ghashv8-armv7-linux.S
[550/1200] Compiling ghash-x86_64-linux.S
[551/1200] Compiling ghash-x86_64-apple.S
[552/1200] Compiling ghash-x86-linux.S
[553/1200] Compiling ghash-x86-apple.S
[554/1200] Compiling ghash-ssse3-x86_64-linux.S
[555/1200] Compiling ghash-ssse3-x86_64-apple.S
[556/1200] Compiling ghash-ssse3-x86-linux.S
[557/1200] Compiling ghash-ssse3-x86-apple.S
[558/1200] Compiling ghash-neon-armv8-win.S
[559/1200] Compiling ghash-neon-armv8-linux.S
[560/1200] Compiling ghash-neon-armv8-apple.S
[561/1200] Compiling ghash-armv4-linux.S
[562/1200] Compiling co-586-linux.S
[563/1200] Compiling co-586-apple.S
[564/1200] Compiling bsaes-armv7-linux.S
[565/1200] Compiling bn-armv8-win.S
[566/1200] Compiling bn-armv8-linux.S
[567/1200] Compiling d1_both.cc
[568/1200] Compiling bn-armv8-apple.S
[569/1200] Compiling bn-586-linux.S
[570/1200] Compiling bn-586-apple.S
[571/1200] Compiling armv8-mont-win.S
[572/1200] Compiling armv4-mont-linux.S
[573/1200] Compiling armv8-mont-linux.S
[574/1200] Compiling armv8-mont-apple.S
[575/1200] Compiling aesv8-gcm-armv8-win.S
[576/1200] Compiling aesv8-gcm-armv8-linux.S
[577/1200] Compiling aesv8-gcm-armv8-apple.S
[578/1200] Compiling aesv8-armv8-win.S
[579/1200] Compiling aesv8-armv8-apple.S
[580/1200] Compiling aesv8-armv8-linux.S
[581/1200] Compiling aesv8-armv7-linux.S
[582/1200] Compiling aesni-x86_64-linux.S
[583/1200] Compiling aesni-x86_64-apple.S
[584/1200] Compiling aesni-x86-linux.S
[585/1200] Compiling aesni-x86-apple.S
[586/1200] Compiling aesni-gcm-x86_64-linux.S
[587/1200] Compiling aesni-gcm-x86_64-apple.S
[588/1200] Compiling aes-gcm-avx2-x86_64-apple.S
[589/1200] Compiling aes-gcm-avx2-x86_64-linux.S
[590/1200] Compiling aes-gcm-avx10-x86_64-apple.S
[591/1200] Compiling aes-gcm-avx10-x86_64-linux.S
[592/1200] Compiling x_sig.cc
[593/1200] Compiling x_val.cc
[594/1200] Compiling x_spki.cc
[595/1200] Compiling x_req.cc
[595/1200] Compiling x_x509a.cc
[597/1200] Compiling x_pubkey.cc
[597/1200] Compiling x_x509.cc
[599/1200] Compiling x_name.cc
[600/1200] Compiling x_exten.cc
[601/1200] Compiling x_algor.cc
[602/1200] Compiling x_attrib.cc
[603/1200] Compiling x509rset.cc
[604/1200] Compiling x_crl.cc
[605/1200] Compiling x_all.cc
[606/1200] Compiling x509spki.cc
[607/1200] Compiling x509name.cc
[608/1200] Compiling x509_txt.cc
[609/1200] Compiling x509cset.cc
[610/1200] Compiling x509_vpm.cc
[611/1200] Compiling x509_trs.cc
[611/1200] Compiling x509_v3.cc
[612/1200] Compiling x509_set.cc
[614/1200] Compiling x509_req.cc
[615/1200] Compiling x509_vfy.cc
[616/1200] Compiling x509_obj.cc
[617/1200] Compiling x509_d2.cc
[618/1200] Compiling x509_def.cc
[619/1200] Compiling x509.cc
[620/1200] Compiling x509_ext.cc
[621/1200] Compiling x509_lu.cc
[622/1200] Compiling x509_att.cc
[622/1200] Compiling x509_cmp.cc
[624/1200] Compiling v3_prn.cc
[625/1200] Compiling v3_skey.cc
[626/1200] Compiling v3_ocsp.cc
[627/1200] Compiling v3_pmaps.cc
[628/1200] Compiling v3_purp.cc
[629/1200] Compiling v3_utl.cc
[630/1200] Compiling v3_pcons.cc
[631/1200] Compiling v3_ncons.cc
[632/1200] Compiling v3_int.cc
[633/1200] Compiling v3_lib.cc
[634/1200] Compiling v3_info.cc
[635/1200] Compiling v3_ia5.cc
[636/1200] Compiling v3_extku.cc
[637/1200] Compiling v3_enum.cc
[637/1200] Compiling v3_genn.cc
[639/1200] Compiling v3_crld.cc
[640/1200] Compiling v3_cpols.cc
[641/1200] Compiling v3_conf.cc
[642/1200] Compiling v3_bitst.cc
[643/1200] Compiling v3_bcons.cc
[644/1200] Compiling v3_akeya.cc
[645/1200] Compiling v3_akey.cc
[646/1200] Compiling v3_alt.cc
[647/1200] Compiling t_x509a.cc
[648/1200] Compiling i2d_pr.cc
[649/1200] Compiling t_x509.cc
[650/1200] Compiling t_crl.cc
[651/1200] Compiling t_req.cc
[652/1200] Compiling name_print.cc
[653/1200] Compiling rsa_pss.cc
[654/1200] Compiling policy.cc
[655/1200] Compiling by_file.cc
[656/1200] Compiling by_dir.cc
[657/1200] Compiling voprf.cc
[658/1200] Compiling trust_token.cc
[659/1200] Compiling algorithm.cc
[660/1200] Compiling asn1_gen.cc
[661/1200] Compiling a_verify.cc
[662/1200] Compiling a_sign.cc
[663/1200] Compiling a_digest.cc
[664/1200] Compiling thread.cc
[665/1200] Compiling thread_win.cc
[666/1200] Compiling thread_pthread.cc
[667/1200] Compiling thread_none.cc
[668/1200] Compiling stack.cc
[669/1200] Compiling pmbtoken.cc
[670/1200] Compiling slhdsa.cc
[671/1200] Compiling sha512.cc
[672/1200] Compiling siphash.cc
[673/1200] Compiling sha256.cc
[674/1200] Compiling sha1.cc
[675/1200] Compiling rsa_extra.cc
[676/1200] Compiling spake2plus.cc
[677/1200] Compiling rsa_print.cc
[678/1200] Compiling rc4.cc
[679/1200] Compiling refcount.cc
[680/1200] Compiling windows.cc
[681/1200] Compiling trusty.cc
[681/1200] Compiling rsa_crypt.cc
[683/1200] Compiling rand.cc
[684/1200] Compiling urandom.cc
[685/1200] Compiling rsa_asn1.cc
[686/1200] Compiling ios.cc
[687/1200] Compiling getentropy.cc
[687/1200] Compiling passive.cc
[689/1200] Compiling poly1305_arm_asm.S
[690/1200] Compiling deterministic.cc
[691/1200] Compiling forkunsafe.cc
[691/1200] Compiling fork_detect.cc
[693/1200] Compiling poly1305_arm.cc
[694/1200] Compiling poly1305.cc
[695/1200] Compiling pool.cc
[696/1200] Compiling poly1305_vec.cc
[697/1200] Compiling pkcs7.cc
[698/1200] Compiling pkcs8.cc
[699/1200] Compiling pkcs8_x509.cc
[700/1200] Compiling p5_pbev2.cc
[701/1200] Compiling pkcs7_x509.cc
[702/1200] Compiling pem_xaux.cc
[703/1200] Compiling pem_x509.cc
[704/1200] Compiling pem_pkey.cc
[705/1200] Compiling mlkem.cc
[706/1200] Compiling obj_xref.cc
[707/1200] Compiling pem_pk8.cc
[708/1200] Compiling pem_oth.cc
[709/1200] Compiling pem_info.cc
[710/1200] Compiling mldsa.cc
[711/1200] Compiling pem_all.cc
[711/1200] Compiling pem_lib.cc
[713/1200] Compiling obj.cc
[714/1200] Compiling poly_rq_mul.S
[715/1200] Compiling fips_shared_support.cc
[716/1200] Compiling md5.cc
[717/1200] Compiling mem.cc
[718/1200] Compiling md4.cc
[719/1200] Compiling lhash.cc
[720/1200] Compiling hrss.cc
[721/1200] Compiling ex_data.cc
[722/1200] Compiling kyber.cc
[723/1200] Compiling sign.cc
[724/1200] Compiling scrypt.cc
[725/1200] Compiling hpke.cc
[726/1200] Compiling print.cc
[727/1200] Compiling pbkdf.cc
[728/1200] Compiling p_x25519.cc
[729/1200] Compiling p_x25519_asn1.cc
[730/1200] Compiling p_rsa_asn1.cc
[731/1200] Compiling p_ed25519.cc
[731/1200] Compiling p_rsa.cc
[733/1200] Compiling p_ed25519_asn1.cc
[733/1200] Compiling p_hkdf.cc
[735/1200] Compiling p_ec_asn1.cc
[736/1200] Compiling p_ec.cc
[737/1200] Compiling p_dh.cc
[738/1200] Compiling p_dh_asn1.cc
[739/1200] Compiling evp_ctx.cc
[740/1200] Compiling p_dsa_asn1.cc
[741/1200] Compiling evp.cc
[742/1200] Compiling err.cc
[743/1200] Compiling engine.cc
[744/1200] Compiling evp_asn1.cc
[745/1200] Compiling ecdh.cc
[746/1200] Compiling ecdsa_asn1.cc
[747/1200] Compiling hash_to_curve.cc
[748/1200] Compiling ec_derive.cc
[749/1200] Compiling dsa.cc
[750/1200] Compiling dsa_asn1.cc
[751/1200] Compiling ec_asn1.cc
[752/1200] Compiling params.cc
[753/1200] Compiling x25519-asm-arm.S
[754/1200] Compiling des.cc
[755/1200] Compiling digest_extra.cc
[756/1200] Compiling dh_asn1.cc
[757/1200] Compiling crypto.cc
[758/1200] Compiling spake25519.cc
[759/1200] Compiling cpu_intel.cc
[760/1200] Compiling cpu_arm_linux.cc
[761/1200] Compiling curve25519.cc
[762/1200] Compiling cpu_arm_freebsd.cc
[763/1200] Compiling cpu_aarch64_openbsd.cc
[764/1200] Compiling cpu_aarch64_win.cc
[765/1200] Compiling cpu_aarch64_sysreg.cc
[766/1200] Compiling bcm.cc
[767/1200] Compiling cpu_aarch64_linux.cc
[768/1200] Compiling cpu_aarch64_fuchsia.cc
[769/1200] Compiling curve25519_64_adx.cc
[770/1200] Compiling cpu_aarch64_apple.cc
[771/1200] Compiling tls_cbc.cc
[771/1200] Compiling get_cipher.cc
[773/1200] Compiling conf.cc
[774/1200] Compiling e_tls.cc
[774/1200] Compiling e_rc4.cc
[776/1200] Compiling e_rc2.cc
[776/1200] Compiling e_null.cc
[778/1200] Compiling e_des.cc
[779/1200] Compiling derive_key.cc
[780/1200] Compiling e_chacha20poly1305.cc
[781/1200] Compiling e_aesctrhmac.cc
[782/1200] Compiling e_aesgcmsiv.cc
[783/1200] Compiling chacha.cc
[784/1200] Compiling unicode.cc
[785/1200] Compiling buf.cc
[786/1200] Compiling cbb.cc
[787/1200] Compiling cbs.cc
[788/1200] Compiling ber.cc
[789/1200] Compiling asn1_compat.cc
[790/1200] Compiling bn_asn1.cc
[791/1200] Compiling blake2.cc
[792/1200] Compiling convert.cc
[793/1200] Compiling socket.cc
[794/1200] Compiling socket_helper.cc
[795/1200] Compiling printf.cc
[796/1200] Compiling pair.cc
[797/1200] Compiling hexdump.cc
[798/1200] Compiling file.cc
[799/1200] Compiling errno.cc
[800/1200] Compiling fd.cc
[801/1200] Compiling connect.cc
[802/1200] Compiling bio_mem.cc
[803/1200] Compiling bio.cc
[804/1200] Compiling base64.cc
[805/1200] Compiling tasn_typ.cc
[806/1200] Compiling tasn_fre.cc
[807/1200] Compiling tasn_utl.cc
[808/1200] Compiling tasn_enc.cc
[809/1200] Compiling tasn_new.cc
[810/1200] Compiling posix_time.cc
[811/1200] Compiling f_string.cc
[812/1200] Compiling f_int.cc
[813/1200] Compiling asn_pack.cc
[814/1200] Compiling tasn_dec.cc
[815/1200] Compiling asn1_par.cc
[816/1200] Compiling a_utctm.cc
[817/1200] Compiling a_octet.cc
[818/1200] Compiling a_type.cc
[819/1200] Compiling asn1_lib.cc
[820/1200] Compiling a_time.cc
[821/1200] Compiling a_strnid.cc
[822/1200] Compiling a_strex.cc
[823/1200] Compiling a_object.cc
[824/1200] Compiling a_i2d_fp.cc
[825/1200] Compiling a_dup.cc
[826/1200] Compiling a_d2i_fp.cc
[827/1200] Compiling a_mbstr.cc
[828/1200] Compiling a_gentm.cc
[829/1200] Compiling a_int.cc
[830/1200] Compiling fiat_p256_adx_sqr.S
[831/1200] Compiling fiat_p256_adx_mul.S
[832/1200] Compiling fiat_curve25519_adx_square.S
[833/1200] Compiling fiat_curve25519_adx_mul.S
[834/1200] Compiling md5-x86_64-linux.S
[835/1200] Compiling md5-586-linux.S
[836/1200] Compiling md5-x86_64-apple.S
[837/1200] Compiling md5-586-apple.S
[838/1200] Compiling a_bool.cc
[839/1200] Compiling a_bitstr.cc
[840/1200] Compiling chacha20_poly1305_x86_64-apple.S
[841/1200] Compiling chacha20_poly1305_armv8-win.S
[842/1200] Compiling chacha20_poly1305_armv8-linux.S
[843/1200] Compiling chacha20_poly1305_x86_64-linux.S
[844/1200] Compiling chacha20_poly1305_armv8-apple.S
[845/1200] Compiling CCryptoBoringSSLShims shims.c
[846/1200] Compiling chacha-x86_64-linux.S
[847/1200] Compiling chacha-x86-linux.S
[848/1200] Compiling chacha-x86_64-apple.S
[849/1200] Compiling chacha-x86-apple.S
[850/1200] Compiling chacha-armv8-linux.S
[851/1200] Compiling chacha-armv8-win.S
[852/1200] Compiling chacha-armv8-apple.S
[853/1200] Compiling chacha-armv4-linux.S
[854/1200] Compiling aes128gcmsiv-x86_64-apple.S
[855/1200] Compiling aes128gcmsiv-x86_64-linux.S
[856/1200] Compiling x86_64-mont5-linux.S
[857/1200] Compiling x86_64-mont5-apple.S
[858/1200] Compiling x86_64-mont-linux.S
[859/1200] Compiling x86_64-mont-apple.S
[860/1200] Compiling x86-mont-linux.S
[861/1200] Compiling x86-mont-apple.S
[862/1200] Compiling err_data.cc
[863/1200] Compiling vpaes-x86_64-linux.S
[864/1200] Compiling vpaes-x86_64-apple.S
[865/1200] Compiling vpaes-x86-linux.S
[866/1200] Compiling vpaes-x86-apple.S
[867/1200] Compiling vpaes-armv8-win.S
[868/1200] Compiling vpaes-armv8-linux.S
[869/1200] Compiling vpaes-armv7-linux.S
[870/1200] Compiling vpaes-armv8-apple.S
[871/1200] Compiling sha512-x86_64-linux.S
[872/1200] Compiling sha512-x86_64-apple.S
[873/1200] Compiling sha512-armv8-win.S
[874/1200] Compiling sha512-armv8-linux.S
[875/1200] Compiling sha512-armv8-apple.S
[876/1200] Compiling sha512-armv4-linux.S
[877/1200] Compiling sha512-586-linux.S
[878/1200] Compiling sha512-586-apple.S
[879/1200] Compiling sha256-x86_64-apple.S
[880/1200] Compiling sha256-armv8-linux.S
[881/1200] Compiling sha256-armv8-win.S
[882/1200] Compiling sha256-x86_64-linux.S
[883/1200] Compiling sha256-armv8-apple.S
[884/1200] Compiling sha256-armv4-linux.S
[885/1200] Compiling sha256-586-linux.S
[886/1200] Compiling sha256-586-apple.S
[887/1200] Compiling sha1-x86_64-apple.S
[888/1200] Compiling sha1-armv8-win.S
[889/1200] Compiling sha1-x86_64-linux.S
[890/1200] Compiling sha1-armv8-apple.S
[891/1200] Compiling sha1-armv8-linux.S
[892/1200] Compiling sha1-armv4-large-linux.S
[893/1200] Compiling sha1-586-linux.S
[894/1200] Compiling sha1-586-apple.S
[895/1200] Compiling rdrand-x86_64-linux.S
[896/1200] Compiling rsaz-avx2-apple.S
[897/1200] Compiling rdrand-x86_64-apple.S
[898/1200] Compiling rsaz-avx2-linux.S
[899/1200] Compiling p256_beeu-x86_64-asm-linux.S
[900/1200] Compiling p256_beeu-x86_64-asm-apple.S
[901/1200] Compiling p256_beeu-armv8-asm-win.S
[902/1200] Compiling p256_beeu-armv8-asm-linux.S
[903/1200] Compiling p256_beeu-armv8-asm-apple.S
[904/1200] Compiling p256-x86_64-asm-apple.S
[905/1200] Compiling p256-x86_64-asm-linux.S
[906/1200] Compiling p256-armv8-asm-win.S
[907/1200] Compiling p256-armv8-asm-apple.S
[908/1200] Compiling p256-armv8-asm-linux.S
[909/1200] Compiling ghashv8-armv8-win.S
[910/1200] Compiling ghashv8-armv8-linux.S
[911/1200] Compiling ghashv8-armv8-apple.S
[912/1200] Compiling ghashv8-armv7-linux.S
[913/1200] Compiling ghash-x86_64-apple.S
[914/1200] Compiling ghash-x86-linux.S
[915/1200] Compiling ghash-x86_64-linux.S
[916/1200] Compiling ghash-x86-apple.S
[917/1200] Compiling ghash-ssse3-x86_64-linux.S
[918/1200] Compiling ghash-ssse3-x86_64-apple.S
[919/1200] Compiling ghash-ssse3-x86-linux.S
[920/1200] Compiling ghash-ssse3-x86-apple.S
[921/1200] Compiling ghash-neon-armv8-win.S
[922/1200] Compiling ghash-neon-armv8-apple.S
[923/1200] Compiling ghash-neon-armv8-linux.S
[924/1200] Compiling co-586-linux.S
[925/1200] Compiling ghash-armv4-linux.S
[926/1200] Compiling bsaes-armv7-linux.S
[927/1200] Compiling co-586-apple.S
[928/1200] Compiling bn-armv8-linux.S
[929/1200] Compiling bn-armv8-win.S
[930/1200] Compiling bn-armv8-apple.S
[931/1200] Compiling bn-586-linux.S
[932/1200] Compiling bn-586-apple.S
[933/1200] Compiling armv8-mont-win.S
[934/1200] Compiling armv8-mont-linux.S
[935/1200] Compiling armv8-mont-apple.S
[936/1200] Compiling armv4-mont-linux.S
[937/1200] Compiling aesv8-gcm-armv8-win.S
[938/1200] Compiling aesv8-gcm-armv8-linux.S
[939/1200] Compiling aesv8-gcm-armv8-apple.S
[940/1200] Compiling aesv8-armv8-win.S
[941/1200] Compiling aesv8-armv8-linux.S
[942/1200] Compiling aesv8-armv8-apple.S
[943/1200] Compiling aesv8-armv7-linux.S
[944/1200] Compiling aesni-x86_64-apple.S
[945/1200] Compiling aesni-x86_64-linux.S
[946/1200] Compiling aesni-x86-apple.S
[946/1200] Compiling aesni-x86-linux.S
[948/1200] Compiling aesni-gcm-x86_64-linux.S
[949/1200] Compiling aesni-gcm-x86_64-apple.S
[950/1200] Compiling aes-gcm-avx10-x86_64-linux.S
[951/1200] Compiling aes-gcm-avx10-x86_64-apple.S
[952/1200] Compiling x_x509.cc
[953/1200] Compiling x_spki.cc
[954/1200] Compiling x_sig.cc
[955/1200] Compiling x_x509a.cc
[956/1200] Compiling x_val.cc
[957/1200] Compiling x_req.cc
[958/1200] Compiling c-nioatomics.c
[959/1200] Compiling x_name.cc
[960/1200] Compiling x_pubkey.cc
[961/1200] Compiling x_exten.cc
[962/1200] Compiling x_attrib.cc
[963/1200] Compiling x_crl.cc
[964/1200] Compiling x_all.cc
[965/1200] Compiling c-atomics.c
[966/1200] Compiling x_algor.cc
[967/1206] Compiling x509rset.cc
[968/1206] Compiling x509spki.cc
[969/1206] Compiling x509_vpm.cc
[970/1206] Compiling x509name.cc
[971/1206] Compiling x509cset.cc
[973/1206] Compiling NIOConcurrencyHelpers NIOLock.swift
[974/1206] Emitting module NIOConcurrencyHelpers
[974/1206] Compiling x509_vfy.cc
[975/1206] Compiling x509_v3.cc
[977/1206] Compiling NIOConcurrencyHelpers lock.swift
[978/1206] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[979/1206] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[980/1206] Compiling NIOConcurrencyHelpers atomics.swift
[981/1207] Compiling x509_txt.cc
[982/1207] Compiling x509_set.cc
[983/1207] Compiling x509_trs.cc
[984/1207] Compiling x509_obj.cc
[985/1233] Compiling x509_req.cc
[986/1233] Compiling x509_lu.cc
[987/1233] Compiling x509_ext.cc
[989/1233] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[990/1233] Compiling ConsoleKitTerminal ConsoleClear.swift
[991/1233] Compiling ConsoleKitTerminal Console+Ask.swift
[992/1233] Compiling ConsoleKitTerminal Console+Choose.swift
[993/1233] Emitting module ConsoleKitTerminal
[993/1236] Compiling x509_d2.cc
[994/1236] Compiling x509_def.cc
[995/1236] Compiling v3_utl.cc
[996/1236] Compiling x509_cmp.cc
[998/1236] Compiling ConsoleKitTerminal ActivityBar.swift
[999/1236] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1000/1236] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1001/1236] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1002/1236] Compiling ConsoleKitTerminal CustomActivity.swift
[1003/1236] Compiling ConsoleKitTerminal LoadingBar.swift
[1004/1236] Compiling ConsoleKitTerminal ProgressBar.swift
[1005/1236] Compiling ConsoleKitTerminal Console+Clear.swift
[1005/1236] Compiling x509_att.cc
[1007/1236] Compiling ConsoleKitTerminal Console+Wait.swift
[1008/1236] Compiling ConsoleKitTerminal ConsoleColor.swift
[1009/1236] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1010/1236] Compiling ConsoleKitTerminal Console+Confirm.swift
[1011/1236] Compiling ConsoleKitTerminal Console+Input.swift
[1012/1236] Compiling ConsoleKitTerminal Console+Center.swift
[1013/1236] Compiling ConsoleKitTerminal Console+Output.swift
[1014/1236] Compiling ConsoleKitTerminal ConsoleText.swift
[1015/1236] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1016/1236] Compiling ConsoleKitTerminal ANSI.swift
[1017/1236] Compiling ConsoleKitTerminal Console.swift
[1018/1236] Compiling ConsoleKitTerminal Terminal.swift
[1019/1236] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1019/1236] Compiling x509.cc
[1020/1236] Compiling v3_skey.cc
[1021/1236] Compiling v3_purp.cc
[1022/1236] Compiling v3_prn.cc
[1024/1236] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1025/1236] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1026/1236] Compiling ConsoleKitTerminal LoggerFragment.swift
[1026/1237] Compiling v3_pmaps.cc
[1027/1237] Compiling v3_ocsp.cc
[1028/1237] Compiling v3_pcons.cc
[1030/1237] Compiling v3_ncons.cc
[1031/1256] Compiling v3_lib.cc
[1032/1259] Compiling v3_int.cc
[1033/1259] Compiling v3_info.cc
[1034/1259] Compiling v3_ia5.cc
[1035/1259] Compiling v3_genn.cc
[1037/1259] Compiling ConsoleKitCommands CommandSignature.swift
[1038/1259] Compiling ConsoleKitCommands Flag.swift
[1039/1259] Compiling ConsoleKitCommands Option.swift
[1040/1261] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1041/1261] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1042/1261] Compiling ConsoleKitCommands Argument.swift
[1043/1261] Compiling ConsoleKitCommands CommandGroup.swift
[1044/1261] Compiling ConsoleKitCommands CommandInput.swift
[1045/1261] Compiling ConsoleKitCommands Commands.swift
[1046/1261] Emitting module ConsoleKitCommands
[1047/1261] Compiling ConsoleKitCommands AsyncCommands.swift
[1048/1261] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1049/1261] Compiling ConsoleKitCommands AnyCommand.swift
[1050/1261] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1051/1261] Compiling ConsoleKitCommands AsyncCommand.swift
[1052/1261] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1052/1261] Compiling v3_extku.cc
[1053/1261] Compiling v3_crld.cc
[1054/1261] Compiling v3_enum.cc
[1056/1261] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1057/1261] Compiling ConsoleKitCommands Utilities.swift
[1057/1261] Compiling v3_cpols.cc
[1058/1261] Compiling v3_conf.cc
[1059/1261] Compiling v3_bitst.cc
[1060/1261] Compiling v3_bcons.cc
[1061/1261] Compiling v3_akeya.cc
[1062/1261] Compiling v3_akey.cc
[1063/1261] Compiling v3_alt.cc
[1064/1261] Compiling t_x509a.cc
[1065/1261] Compiling t_x509.cc
[1066/1261] Compiling t_req.cc
[1068/1261] Compiling ConsoleKitCommands Command.swift
[1069/1261] Compiling ConsoleKitCommands CommandContext.swift
[1070/1261] Compiling ConsoleKitCommands CommandError.swift
[1071/1261] Compiling ConsoleKitCommands Console+Run.swift
[1072/1261] Compiling ConsoleKitCommands ConsoleError.swift
[1073/1261] Compiling ConsoleKitCommands Completion.swift
[1074/1262] Compiling t_crl.cc
[1075/1263] Compiling i2d_pr.cc
[1076/1264] Compiling name_print.cc
[1078/1264] Compiling ConsoleKit Exports.swift
[1079/1264] Emitting module ConsoleKit
[1079/1264] Compiling rsa_pss.cc
[1080/1265] Compiling policy.cc
[1082/1265] Compiling by_file.cc
[1083/1265] Compiling by_dir.cc
[1084/1265] Compiling asn1_gen.cc
[1085/1265] Compiling algorithm.cc
[1086/1265] Compiling voprf.cc
[1087/1265] Compiling trust_token.cc
[1088/1265] Compiling a_digest.cc
[1089/1265] Compiling a_verify.cc
[1090/1265] Compiling thread_win.cc
[1091/1265] Compiling a_sign.cc
[1092/1265] Compiling pmbtoken.cc
[1093/1265] Compiling thread_pthread.cc
[1094/1265] Compiling thread.cc
[1095/1265] Compiling thread_none.cc
[1096/1265] Compiling wots.cc
[1096/1265] Compiling thash.cc
[1098/1265] Compiling stack.cc
[1099/1265] Compiling slhdsa.cc
[1100/1265] Compiling merkle.cc
[1101/1265] Compiling fors.cc
[1102/1265] Compiling sha512.cc
[1103/1265] Compiling siphash.cc
[1104/1265] Compiling sha256.cc
[1105/1265] Compiling sha1.cc
[1106/1265] Compiling rsa_print.cc
[1107/1265] Compiling rsa_extra.cc
[1108/1265] Compiling rc4.cc
[1109/1265] Compiling refcount.cc
[1110/1265] Compiling rsa_crypt.cc
[1111/1265] Compiling rsa_asn1.cc
[1112/1265] Compiling windows.cc
[1113/1265] Compiling trusty.cc
[1114/1265] Compiling urandom.cc
[1115/1265] Compiling rand_extra.cc
[1116/1265] Compiling ios.cc
[1117/1265] Compiling getentropy.cc
[1118/1265] Compiling passive.cc
[1118/1265] Compiling poly1305_arm_asm.S
[1120/1265] Compiling deterministic.cc
[1121/1265] Compiling forkunsafe.cc
[1122/1265] Compiling fork_detect.cc
[1123/1265] Compiling pool.cc
[1124/1265] Compiling poly1305_vec.cc
[1125/1265] Compiling poly1305_arm.cc
[1126/1265] Compiling poly1305.cc
[1127/1265] Compiling pkcs7.cc
[1128/1265] Compiling pkcs8_x509.cc
[1129/1265] Compiling pkcs8.cc
[1130/1265] Compiling p5_pbev2.cc
[1131/1265] Compiling pkcs7_x509.cc
[1132/1265] Compiling pem_xaux.cc
[1133/1265] Compiling pem_x509.cc
[1134/1265] Compiling pem_pkey.cc
[1135/1265] Compiling pem_pk8.cc
[1136/1265] Compiling obj_xref.cc
[1137/1265] Compiling mlkem.cc
[1138/1265] Compiling pem_oth.cc
[1139/1265] Compiling pem_info.cc
[1140/1265] Compiling obj.cc
[1141/1265] Compiling pem_lib.cc
[1142/1265] Compiling pem_all.cc
[1143/1265] Compiling mldsa.cc
[1144/1265] Compiling poly_rq_mul.S
[1145/1265] Compiling fips_shared_support.cc
[1146/1265] Compiling mem.cc
[1147/1265] Compiling md5.cc
[1148/1265] Compiling md4.cc
[1149/1265] Compiling lhash.cc
[1150/1265] Compiling kyber.cc
[1151/1265] Compiling hpke.cc
[1152/1265] Compiling ex_data.cc
[1153/1265] Compiling hrss.cc
[1154/1265] Compiling sign.cc
[1155/1265] Compiling scrypt.cc
[1156/1265] Compiling print.cc
[1157/1265] Compiling pbkdf.cc
[1158/1265] Compiling p_x25519.cc
[1159/1265] Compiling p_x25519_asn1.cc
[1160/1265] Compiling p_rsa_asn1.cc
[1161/1265] Compiling p_rsa.cc
[1162/1265] Compiling p_hkdf.cc
[1163/1265] Compiling p_ed25519.cc
[1164/1265] Compiling p_ed25519_asn1.cc
[1165/1265] Compiling p_ec_asn1.cc
[1166/1265] Compiling p_ec.cc
[1167/1265] Compiling p_dh.cc
[1168/1265] Compiling p_dsa_asn1.cc
[1169/1265] Compiling p_dh_asn1.cc
[1170/1265] Compiling evp_ctx.cc
[1171/1265] Compiling evp_asn1.cc
[1172/1265] Compiling evp.cc
[1173/1265] Compiling err.cc
[1174/1265] Compiling engine.cc
[1175/1265] Compiling ecdh_extra.cc
[1176/1265] Compiling ecdsa_asn1.cc
[1177/1265] Compiling hash_to_curve.cc
[1178/1265] Compiling ec_derive.cc
[1179/1265] Compiling ec_asn1.cc
[1180/1265] Compiling dsa_asn1.cc
[1181/1265] Compiling dsa.cc
[1182/1265] Compiling params.cc
[1183/1265] Compiling digest_extra.cc
[1184/1265] Compiling x25519-asm-arm.S
[1185/1265] Compiling dh_asn1.cc
[1186/1265] Compiling des.cc
[1187/1265] Compiling spake25519.cc
[1188/1265] Compiling crypto.cc
[1189/1265] Compiling cpu_intel.cc
[1190/1265] Compiling cpu_arm_linux.cc
[1191/1265] Compiling cpu_arm_freebsd.cc
[1192/1265] Compiling curve25519.cc
[1193/1265] Compiling cpu_aarch64_openbsd.cc
[1193/1265] Compiling cpu_aarch64_win.cc
[1195/1265] Compiling cpu_aarch64_sysreg.cc
[1196/1265] Compiling cpu_aarch64_linux.cc
[1197/1265] Compiling cpu_aarch64_fuchsia.cc
[1198/1265] Compiling cpu_aarch64_apple.cc
[1199/1265] Compiling curve25519_64_adx.cc
[1199/1265] Compiling bcm.cc
[1201/1265] Compiling tls_cbc.cc
[1202/1265] Compiling e_tls.cc
[1203/1265] Compiling conf.cc
[1204/1265] Compiling e_rc4.cc
[1205/1265] Compiling e_null.cc
[1206/1265] Compiling e_rc2.cc
[1207/1265] Compiling e_des.cc
[1208/1265] Compiling e_chacha20poly1305.cc
[1209/1265] Compiling derive_key.cc
[1210/1265] Compiling e_aesgcmsiv.cc
[1211/1265] Compiling e_aesctrhmac.cc
[1212/1265] Compiling cipher_extra.cc
[1213/1265] Compiling unicode.cc
[1214/1265] Compiling chacha.cc
[1215/1265] Compiling cbb.cc
[1216/1265] Compiling ber.cc
[1217/1265] Compiling buf.cc
[1218/1265] Compiling cbs.cc
[1219/1265] Compiling asn1_compat.cc
[1220/1265] Compiling bn_asn1.cc
[1221/1265] Compiling convert.cc
[1222/1265] Compiling blake2.cc
[1223/1265] Compiling printf.cc
[1224/1265] Compiling pair.cc
[1225/1265] Compiling hexdump.cc
[1226/1265] Compiling file.cc
[1227/1265] Compiling fd.cc
[1228/1265] Compiling errno.cc
[1229/1265] Compiling bio_mem.cc
[1230/1265] Compiling bio.cc
[1231/1265] Compiling base64.cc
[1232/1265] Compiling tasn_typ.cc
[1233/1265] Compiling tasn_fre.cc
[1234/1265] Compiling tasn_utl.cc
[1235/1265] Compiling tasn_new.cc
[1236/1265] Compiling tasn_enc.cc
[1237/1265] Compiling f_string.cc
[1238/1265] Compiling posix_time.cc
[1239/1265] Compiling tasn_dec.cc
[1240/1265] Compiling f_int.cc
[1241/1265] Compiling asn1_par.cc
[1241/1265] Compiling asn_pack.cc
[1243/1265] Compiling asn1_lib.cc
[1244/1265] Compiling a_utctm.cc
[1245/1265] Compiling a_type.cc
[1246/1265] Compiling a_time.cc
[1247/1265] Compiling a_octet.cc
[1248/1265] Compiling a_strnid.cc
[1249/1265] Compiling a_strex.cc
[1250/1265] Compiling a_object.cc
[1251/1265] Compiling a_i2d_fp.cc
[1252/1265] Compiling a_mbstr.cc
[1253/1265] Write sources
[1254/1265] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1255/1265] Write sources
[1256/1265] Compiling a_int.cc
[1257/1265] Write sources
[1260/1265] Compiling a_gentm.cc
[1261/1265] Compiling a_dup.cc
[1262/1265] Compiling a_d2i_fp.cc
[1263/1311] Compiling a_bool.cc
[1264/1326] Compiling a_bitstr.cc
[1266/1370] Compiling Algorithms AdjacentPairs.swift
[1267/1370] Compiling Algorithms Chain.swift
[1268/1370] Compiling Algorithms Chunked.swift
[1269/1370] Compiling Algorithms Combinations.swift
[1270/1370] Compiling Algorithms Compacted.swift
[1271/1370] Compiling Algorithms Cycle.swift
[1272/1370] Compiling Algorithms EitherSequence.swift
[1273/1377] Compiling Algorithms Joined.swift
[1274/1377] Compiling Algorithms Keyed.swift
[1275/1379] Compiling Algorithms MinMax.swift
[1276/1379] Compiling Algorithms Partition.swift
[1277/1379] Compiling Algorithms Permutations.swift
[1278/1379] Compiling Algorithms Product.swift
[1282/1379] Emitting module BitCollections
[1284/1379] Compiling Algorithms FirstNonNil.swift
[1285/1379] Compiling Algorithms FlattenCollection.swift
[1289/1379] Compiling Atomics IntegerOperations.swift
[1290/1379] Compiling Atomics Unmanaged extensions.swift
[1291/1379] Compiling Algorithms Split.swift
[1292/1379] Compiling Algorithms Stride.swift
[1293/1379] Compiling Algorithms Suffix.swift
[1294/1382] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1295/1382] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1296/1382] Compiling BitCollections BitArray+Extras.swift
[1297/1382] Compiling BitCollections BitArray+Fill.swift
[1298/1382] Compiling BitCollections BitArray+Hashable.swift
[1299/1382] Compiling BitCollections BitArray+Initializers.swift
[1300/1382] Compiling BitCollections BitArray+Invariants.swift
[1301/1382] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1308/1382] Compiling Algorithms Rotate.swift
[1310/1382] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1311/1382] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1312/1382] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1313/1382] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1314/1382] Compiling BitCollections BitSet+SetAlgebra union.swift
[1315/1382] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1316/1382] Compiling BitCollections BitSet.Counted.swift
[1320/1382] Compiling CryptoBoringWrapper RandomBytes.swift
[1327/1382] Emitting module CryptoBoringWrapper
[1328/1382] Compiling BitCollections BitSet.Index.swift
[1329/1382] Compiling BitCollections BitSet._UnsafeHandle.swift
[1330/1382] Compiling BitCollections BitSet.swift
[1331/1382] Compiling BitCollections Range+Utilities.swift
[1332/1382] Compiling BitCollections Slice+Utilities.swift
[1333/1382] Compiling BitCollections UInt+Tricks.swift
[1334/1382] Compiling BitCollections _Word.swift
[1335/1382] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1336/1382] Compiling CryptoBoringWrapper EllipticCurve.swift
[1339/1382] Compiling Algorithms Grouped.swift
[1340/1382] Compiling Algorithms Indexed.swift
[1341/1382] Compiling Algorithms Intersperse.swift
[1344/1382] Compiling BitCollections BitArray+RandomBits.swift
[1345/1382] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1346/1382] Compiling BitCollections BitArray+Shifts.swift
[1347/1382] Compiling BitCollections BitArray+Testing.swift
[1348/1382] Compiling BitCollections BitArray._UnsafeHandle.swift
[1349/1382] Compiling BitCollections BitArray.swift
[1350/1382] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1351/1382] Compiling BitCollections BitSet+Codable.swift
[1354/1382] Compiling Algorithms Trim.swift
[1355/1382] Compiling Algorithms Unique.swift
[1356/1382] Compiling Algorithms Windows.swift
[1357/1382] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1358/1382] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1359/1382] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1360/1383] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1362/1383] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1363/1383] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1376/1386] Emitting module Collections
[1377/1386] Compiling Collections Collections.swift
[1378/1458] Compiling Crypto ASN1Identifier.swift
[1379/1458] Compiling Crypto ASN1Integer.swift
[1380/1458] Compiling Crypto ASN1Null.swift
[1381/1458] Compiling Crypto ASN1OctetString.swift
[1383/1458] Emitting module Atomics
[1384/1458] Compiling Crypto PEMDocument.swift
[1385/1458] Compiling Crypto AES-GCM.swift
[1386/1458] Compiling Crypto AES-GCM_boring.swift
[1388/1518] Emitting module Algorithms
[1389/1519] Emitting module Crypto
[1390/1519] Compiling NIOCore DeadChannel.swift
[1391/1519] Compiling NIOCore DispatchQueue+WithFuture.swift
[1392/1519] Compiling NIOCore EventLoop+Deprecated.swift
[1393/1519] Compiling NIOCore EventLoop+SerialExecutor.swift
[1394/1519] Compiling NIOCore EventLoop.swift
[1395/1519] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1396/1519] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1397/1519] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1398/1519] Compiling NIOCore EventLoopFuture.swift
[1399/1519] Compiling NIOCore FileDescriptor.swift
[1401/1528] Compiling Crypto SymmetricKeys.swift
[1402/1528] Compiling Crypto HMAC.swift
[1403/1528] Compiling Crypto MACFunctions.swift
[1404/1528] Compiling Crypto MessageAuthenticationCode.swift
[1405/1528] Compiling Crypto AES.swift
[1406/1528] Compiling Crypto ECDSASignature_boring.swift
[1407/1528] Compiling Crypto ECDSA_boring.swift
[1408/1528] Compiling Crypto EdDSA_boring.swift
[1409/1528] Compiling Crypto ECDSA.swift
[1410/1528] Compiling Crypto Ed25519.swift
[1411/1528] Compiling NIOCore GlobalSingletons.swift
[1412/1528] Compiling NIOCore IO.swift
[1413/1528] Compiling NIOCore IOData.swift
[1414/1528] Compiling NIOCore IPProtocol.swift
[1415/1528] Compiling NIOCore IntegerBitPacking.swift
[1416/1528] Compiling NIOCore IntegerTypes.swift
[1417/1528] Compiling NIOCore Interfaces.swift
[1418/1528] Compiling NIOCore Linux.swift
[1419/1528] Compiling Crypto NISTCurvesKeys.swift
[1420/1528] Compiling Crypto X25519Keys.swift
[1421/1528] Compiling NIOCore ByteBuffer-views.swift
[1422/1528] Compiling NIOCore Channel.swift
[1423/1528] Compiling NIOCore ChannelHandler.swift
[1424/1528] Compiling NIOCore ChannelHandlers.swift
[1425/1528] Compiling NIOCore ChannelInvoker.swift
[1426/1528] Compiling NIOCore ChannelOption.swift
[1427/1528] Compiling NIOCore ChannelPipeline.swift
[1428/1528] Compiling NIOCore CircularBuffer.swift
[1429/1528] Compiling NIOCore Codec.swift
[1430/1528] Compiling NIOCore ConvenienceOptionSupport.swift
[1431/1528] Compiling NIOCore FileHandle.swift
[1432/1528] Compiling NIOCore FileRegion.swift
[1433/1528] Compiling NIOCore MarkedCircularBuffer.swift
[1434/1528] Compiling NIOCore MulticastChannel.swift
[1435/1528] Compiling NIOCore NIOAny.swift
[1436/1528] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1437/1528] Compiling NIOCore NIOLoopBound.swift
[1438/1528] Compiling NIOCore NIOScheduledCallback.swift
[1439/1528] Compiling NIOCore NIOSendable.swift
[1440/1528] Compiling NIOCore RecvByteBufferAllocator.swift
[1449/1536] Compiling NIOCore BSDSocketAPI.swift
[1450/1536] Compiling NIOCore ByteBuffer-aux.swift
[1451/1536] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1452/1536] Compiling NIOCore ByteBuffer-conversions.swift
[1453/1536] Compiling NIOCore ByteBuffer-core.swift
[1454/1536] Compiling NIOCore ByteBuffer-hex.swift
[1455/1536] Compiling NIOCore ByteBuffer-int.swift
[1456/1536] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1457/1536] Compiling NIOCore ByteBuffer-multi-int.swift
[1458/1536] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1459/1536] Compiling NIOCore AddressedEnvelope.swift
[1460/1536] Compiling NIOCore AsyncAwaitSupport.swift
[1461/1536] Compiling NIOCore AsyncChannel.swift
[1462/1536] Compiling NIOCore AsyncChannelHandler.swift
[1463/1536] Compiling NIOCore AsyncChannelInboundStream.swift
[1464/1536] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1465/1536] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1466/1536] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1467/1536] Compiling NIOCore NIOAsyncWriter.swift
[1468/1536] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1469/1536] Compiling Crypto Signature.swift
[1470/1536] Compiling Crypto CryptoKitErrors_boring.swift
[1471/1536] Compiling Crypto RNG_boring.swift
[1472/1536] Compiling Crypto SafeCompare_boring.swift
[1473/1536] Compiling Crypto Zeroization_boring.swift
[1474/1536] Compiling Crypto PrettyBytes.swift
[1475/1536] Compiling Crypto SafeCompare.swift
[1476/1536] Compiling Crypto SecureBytes.swift
[1477/1536] Compiling Crypto Zeroization.swift
[1503/1537] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1504/1537] Compiling NIOCore SocketAddresses.swift
[1505/1537] Compiling NIOCore SocketOptionProvider.swift
[1506/1537] Compiling NIOCore SystemCallHelpers.swift
[1507/1537] Compiling NIOCore TimeAmount+Duration.swift
[1508/1537] Compiling NIOCore TypeAssistedChannelHandler.swift
[1509/1537] Compiling NIOCore UniversalBootstrapSupport.swift
[1510/1537] Compiling NIOCore Utilities.swift
[1537/1537] Emitting module NIOCore
[1539/1589] Compiling NIOEmbedded Embedded.swift
[1540/1589] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1541/1589] Compiling NIOEmbedded AsyncTestingChannel.swift
[1542/1589] Emitting module NIOEmbedded
[1544/1590] Emitting module NIOPosix
[1545/1596] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1546/1596] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1547/1596] Compiling NIOPosix PosixSingletons.swift
[1548/1596] Compiling NIOPosix RawSocketBootstrap.swift
[1549/1596] Compiling NIOPosix Resolver.swift
[1550/1596] Compiling NIOPosix Selectable.swift
[1551/1596] Compiling NIOPosix IO.swift
[1552/1596] Compiling NIOPosix IntegerBitPacking.swift
[1553/1596] Compiling NIOPosix IntegerTypes.swift
[1554/1596] Compiling NIOPosix Linux.swift
[1555/1596] Compiling NIOPosix LinuxCPUSet.swift
[1556/1596] Compiling NIOPosix LinuxUring.swift
[1557/1596] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1558/1596] Compiling NIOPosix ThreadPosix.swift
[1559/1596] Compiling NIOPosix ThreadWindows.swift
[1560/1596] Compiling NIOPosix UnsafeTransfer.swift
[1561/1596] Compiling NIOPosix Utilities.swift
[1562/1596] Compiling NIOPosix VsockAddress.swift
[1563/1596] Compiling NIOPosix VsockChannelEvents.swift
[1564/1596] Compiling NIOPosix SelectableChannel.swift
[1565/1596] Compiling NIOPosix SelectableEventLoop.swift
[1566/1596] Compiling NIOPosix SelectorEpoll.swift
[1567/1596] Compiling NIOPosix SelectorGeneric.swift
[1568/1596] Compiling NIOPosix SelectorKqueue.swift
[1569/1596] Compiling NIOPosix SelectorUring.swift
[1570/1596] Compiling NIOPosix ServerSocket.swift
[1571/1596] Compiling NIOPosix Socket.swift
[1572/1596] Compiling NIOPosix SocketChannel.swift
[1573/1596] Compiling NIOPosix SocketProtocols.swift
[1574/1596] Compiling NIOPosix System.swift
[1575/1596] Compiling NIOPosix Thread.swift
[1576/1596] Compiling NIOPosix Bootstrap.swift
[1577/1596] Compiling NIOPosix ControlMessage.swift
[1578/1596] Compiling NIOPosix DatagramVectorReadManager.swift
[1579/1596] Compiling NIOPosix Errors+Any.swift
[1580/1596] Compiling NIOPosix FileDescriptor.swift
[1581/1596] Compiling NIOPosix GetaddrinfoResolver.swift
[1582/1596] Compiling NIOPosix HappyEyeballs.swift
[1583/1596] Compiling NIOPosix NIOThreadPool.swift
[1584/1596] Compiling NIOPosix NonBlockingFileIO.swift
[1585/1596] Compiling NIOPosix PendingDatagramWritesManager.swift
[1586/1596] Compiling NIOPosix PendingWritesManager.swift
[1587/1596] Compiling NIOPosix PipeChannel.swift
[1588/1596] Compiling NIOPosix PipePair.swift
[1589/1596] Compiling NIOPosix Pool.swift
[1590/1596] Compiling NIOPosix BSDSocketAPICommon.swift
[1591/1596] Compiling NIOPosix BSDSocketAPIPosix.swift
[1592/1596] Compiling NIOPosix BSDSocketAPIWindows.swift
[1593/1596] Compiling NIOPosix BaseSocket.swift
[1594/1596] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1595/1596] Compiling NIOPosix BaseSocketChannel.swift
[1596/1596] Compiling NIOPosix BaseStreamSocketChannel.swift
[1598/1656] Compiling NIO Exports.swift
[1599/1656] Emitting module NIO
[1601/1657] Compiling AsyncKit ConnectionPoolError.swift
[1602/1657] Compiling AsyncKit ConnectionPoolItem.swift
[1603/1657] Compiling AsyncKit ConnectionPoolSource.swift
[1604/1716] Compiling SQLKit SQLCreateEnumBuilder.swift
[1605/1716] Compiling SQLKit SQLCreateIndexBuilder.swift
[1606/1716] Compiling SQLKit SQLCreateTableBuilder.swift
[1607/1790] Emitting module _NIOFileSystem
[1608/1794] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[1609/1794] Compiling SQLKit SQLSelectBuilder.swift
[1610/1794] Compiling SQLKit SQLSubqueryBuilder.swift
[1611/1794] Compiling SQLKit SQLUnionBuilder.swift
[1612/1794] Compiling SQLKit SQLUpdateBuilder.swift
[1613/1794] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[1614/1794] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1615/1794] Compiling NIOTLS TLSEvents.swift
[1616/1794] Compiling NIOTLS SNIHandler.swift
[1617/1794] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1618/1794] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1619/1795] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1620/1795] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1621/1795] Compiling NIOSOCKS SOCKSResponse.swift
[1622/1795] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1623/1795] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1624/1795] Emitting module NIOTLS
[1625/1795] Emitting module NIOSOCKS
[1626/1795] Compiling NIOHTTP1 HTTPEncoder.swift
[1627/1795] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1628/1795] Emitting module NIOFoundationCompat
[1629/1795] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1630/1795] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1631/1795] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1632/1796] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1633/1796] Compiling NIOSOCKS ClientStateMachine.swift
[1634/1796] Compiling SQLKit SQLColumnUpdateBuilder.swift
[1635/1796] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[1637/1825] Compiling NIOSSL LinuxCABundle.swift
[1638/1825] Compiling NIOSSL NIOSSLClientHandler.swift
[1639/1825] Compiling NIOSOCKS ServerStateMachine.swift
[1641/1826] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1642/1827] Compiling NIOSSL SSLCertificateExtensions.swift
[1643/1827] Compiling NIOSSL SSLConnection.swift
[1644/1829] Compiling NIOSSL SafeCompare.swift
[1645/1829] Compiling NIOSSL Zeroization.swift
[1646/1829] Compiling SQLKit SQLAlias.swift
[1647/1829] Compiling SQLKit SQLBetween.swift
[1648/1829] Compiling SQLKit SQLColumn.swift
[1649/1829] Compiling SQLKit SQLConstraint.swift
[1650/1829] Compiling SQLKit SQLDataType.swift
[1651/1829] Compiling SQLKit SQLDirection.swift
[1652/1829] Compiling _NIOFileSystem SystemFileHandle.swift
[1653/1829] Compiling _NIOFileSystem Utilities.swift
[1654/1829] Compiling _NIOFileSystem OpenOptions.swift
[1655/1829] Compiling _NIOFileSystem String+FileSystem.swift
[1656/1829] Compiling SQLKit SQLQueryString.swift
[1659/1841] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1660/1841] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1661/1841] Compiling NIOSSL SSLInit.swift
[1662/1841] Compiling NIOSSL SSLPKCS12Bundle.swift
[1663/1841] Compiling NIOSSL SSLPrivateKey.swift
[1664/1841] Compiling NIOSSL NIOSSLServerHandler.swift
[1665/1841] Compiling NIOSSL ObjectIdentifier.swift
[1666/1841] Compiling NIOSSL PosixPort.swift
[1667/1841] Compiling NIOSSL SSLCallbacks.swift
[1668/1841] Compiling NIOSSL NIOSSLSecureBytes.swift
[1669/1841] Compiling NIOSSL RNG.swift
[1671/1841] Compiling NIOSSL CustomPrivateKey.swift
[1672/1841] Compiling NIOSSL IdentityVerification.swift
[1673/1841] Compiling NIOSSL SSLPublicKey.swift
[1674/1841] Compiling NIOSSL SubjectAlternativeName.swift
[1675/1841] Compiling NIOSSL SSLCertificate.swift
[1685/1863] Emitting module NIOTransportServices
[1686/1863] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1687/1863] Compiling NIOTransportServices NIOTSSingletons.swift
[1688/1863] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1689/1863] Compiling NIOTransportServices StateManagedChannel.swift
[1690/1863] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1691/1863] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1692/1865] Compiling SQLKit SQLDropIndex.swift
[1693/1865] Compiling SQLKit SQLDropTable.swift
[1694/1865] Compiling SQLKit SQLDropTrigger.swift
[1695/1865] Compiling SQLKit SQLInsert.swift
[1696/1865] Compiling SQLKit SQLSelect.swift
[1697/1865] Compiling SQLKit SQLUnion.swift
[1698/1865] Compiling SQLKit SQLUpdate.swift
[1699/1865] Compiling SQLKit SQLExpression.swift
[1700/1865] Compiling SQLKit SQLSerializer.swift
[1701/1865] Compiling SQLKit SQLStatement.swift
[1702/1865] Compiling SQLKit SQLBinaryExpression.swift
[1703/1865] Compiling SQLKit SQLBinaryOperator.swift
[1704/1865] Compiling SQLKit SQLBind.swift
[1705/1865] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1706/1865] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1707/1865] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1708/1865] Compiling NIOTransportServices NIOTSBootstraps.swift
[1709/1865] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1710/1865] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1711/1865] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1712/1865] Compiling NIOTransportServices NIOTSErrors.swift
[1713/1865] Compiling NIOTransportServices NIOTSEventLoop.swift
[1714/1865] Compiling NIOTransportServices AcceptHandler.swift
[1715/1865] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1716/1865] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1717/1865] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1718/1865] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1719/1865] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1720/1865] Compiling SQLKit SQLPredicateBuilder.swift
[1721/1865] Compiling SQLKit SQLQueryBuilder.swift
[1722/1865] Compiling SQLKit SQLQueryFetcher.swift
[1723/1865] Compiling SQLKit SQLReturningBuilder.swift
[1724/1865] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[1725/1865] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[1726/1865] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1727/1865] Compiling SQLKit SQLDatabase.swift
[1728/1865] Compiling SQLKit SQLDatabaseReportedVersion.swift
[1729/1865] Compiling SQLKit SQLDialect.swift
[1730/1865] Compiling SQLKit SQLDatabase+Deprecated.swift
[1731/1865] Compiling SQLKit SQLError.swift
[1732/1865] Compiling SQLKit SQLExpressions+Deprecated.swift
[1733/1865] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1734/1865] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1735/1866] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1736/1866] Compiling SQLKit SQLColumnAssignment.swift
[1737/1866] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1738/1866] Compiling SQLKit SQLColumnDefinition.swift
[1739/1866] Compiling SQLKit SQLCommonTableExpression.swift
[1740/1866] Compiling SQLKit SQLConflictAction.swift
[1741/1866] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1742/1866] Compiling SQLKit SQLDropBehaviour.swift
[1743/1866] Compiling SQLKit SQLEnumDataType.swift
[1744/1866] Compiling SQLKit SQLExcludedColumn.swift
[1745/1866] Compiling SQLKit SQLForeignKey.swift
[1746/1866] Compiling SQLKit SQLJoin.swift
[1747/1866] Compiling SQLKit SQLJoinMethod.swift
[1748/1866] Compiling SQLKit SQLLockingClause.swift
[1749/1866] Compiling SQLKit SQLOrderBy.swift
[1750/1866] Compiling SQLKit SQLReturning.swift
[1751/1866] Compiling SQLKit SQLSubquery.swift
[1752/1866] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1753/1866] Compiling SQLKit SQLAlterEnum.swift
[1754/1866] Compiling SQLKit SQLAlterTable.swift
[1755/1866] Compiling SQLKit SQLCreateEnum.swift
[1756/1866] Compiling SQLKit SQLCreateIndex.swift
[1757/1866] Compiling SQLKit SQLCreateTable.swift
[1758/1866] Compiling SQLKit SQLCreateTrigger.swift
[1759/1866] Compiling SQLKit SQLDelete.swift
[1760/1866] Compiling SQLKit SQLDropEnum.swift
[1783/1866] Emitting module SQLKit
[1803/1869] Emitting module AsyncKit
[1814/1869] Emitting module NIOSSL
[1833/1870] Compiling SQLKit SQLFunction.swift
[1834/1870] Compiling SQLKit SQLGroupExpression.swift
[1835/1870] Compiling SQLKit SQLIdentifier.swift
[1836/1870] Compiling SQLKit SQLList.swift
[1837/1870] Compiling SQLKit SQLLiteral.swift
[1838/1870] Compiling SQLKit SQLRaw.swift
[1839/1870] Compiling SQLKit SQLCodingUtilities.swift
[1840/1870] Compiling SQLKit SQLQueryEncoder.swift
[1841/1870] Compiling SQLKit SQLRow.swift
[1842/1870] Compiling SQLKit SQLRowDecoder.swift
[1843/1870] Compiling SQLKit SomeCodingKey.swift
[1844/1870] Compiling SQLKit StringHandling.swift
[1845/1871] Emitting module NIOHTTP1
[1852/1992] Compiling NIOFileSystem Exports.swift
[1853/1992] Emitting module NIOFileSystem
[1854/1992] Compiling FluentKit Database+Concurrency.swift
[1855/1992] Compiling FluentKit EnumBuilder+Concurrency.swift
[1856/1992] Compiling FluentKit Model+Concurrency.swift
[1857/1992] Compiling FluentKit ModelResponder+Concurrency.swift
[1858/1992] Compiling FluentKit OptionalChild+Concurrency.swift
[1859/1992] Compiling FluentKit OptionalParent+Concurrency.swift
[1860/1992] Compiling FluentKit Parent+Concurrency.swift
[1861/1992] Compiling FluentKit QueryBuilder+Concurrency.swift
[1862/1992] Compiling FluentKit EnumProperty.swift
[1863/1992] Compiling FluentKit AsyncMigration.swift
[1864/1992] Compiling FluentKit AsyncModelMiddleware.swift
[1865/1992] Compiling FluentKit Children+Concurrency.swift
[1866/1993] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1867/1993] Compiling FluentKit FluentError.swift
[1868/1993] Compiling FluentKit ModelMiddleware.swift
[1869/1993] Compiling FluentKit ModelResponder.swift
[1870/1994] Emitting module _NIOFileSystemFoundationCompat
[1871/1994] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1872/1995] Emitting module NIOHTTPCompression
[1874/1995] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1876/1996] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1878/1996] Compiling NIOWebSocket WebSocketOpcode.swift
[1879/1996] Compiling NIOHPACK IndexedHeaderTable.swift
[1880/1996] Compiling NIOHPACK IntegerCoding.swift
[1881/1997] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1882/1997] Compiling NIOHPACK HuffmanTables.swift
[1883/2016] Compiling NIOHPACK StaticHeaderTable.swift
[1884/2034] Compiling NIOHTTPCompression HTTPCompression.swift
[1885/2034] Compiling NIOHTTPCompression HTTPDecompression.swift
[1886/2034] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1887/2034] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1888/2034] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1889/2034] Compiling NIOWebSocket WebSocketFrame.swift
[1890/2034] Compiling NIOHPACK HuffmanCoding.swift
[1891/2034] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1892/2034] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1893/2034] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1894/2034] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1895/2035] Emitting module NIOWebSocket
[1896/2035] Compiling NIOExtras DebugInboundEventsHandler.swift
[1897/2035] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1900/2036] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1901/2036] Compiling NIOExtras JSONRPCFraming.swift
[1902/2036] Emitting module NIOHPACK
[1903/2038] Compiling NIOExtras LineBasedFrameDecoder.swift
[1904/2038] Compiling NIOExtras RequestResponseHandler.swift
[1909/2040] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1910/2040] Compiling NIOExtras NIOExtrasError.swift
[1911/2040] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1912/2040] Compiling NIOExtras NIORequestIdentifiable.swift
[1919/2041] Emitting module MultipartKit
[1927/2041] Emitting module NIOExtras
[1931/2041] Compiling MultipartKit MultipartSerializer.swift
[1932/2041] Compiling MultipartKit Utilities.swift
[1933/2041] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1934/2041] Compiling NIOExtras LengthFieldPrepender.swift
[1937/2041] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1938/2041] Compiling NIOExtras PCAPRingBuffer.swift
[1939/2041] Compiling NIOExtras QuiescingHelper.swift
[1946/2041] Compiling NIOExtras UnsafeTransfer.swift
[1951/2101] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1952/2101] Compiling NIOHTTP2 SendingRstStreamState.swift
[1953/2101] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1954/2101] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1955/2101] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1956/2101] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1957/2101] Compiling NIOHTTP2 HasLocalSettings.swift
[1958/2101] Compiling NIOHTTP2 HasRemoteSettings.swift
[1959/2101] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1960/2101] Compiling NIOHTTP2 QuiescingState.swift
[1961/2101] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1962/2101] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1963/2101] Compiling NIOHTTP2 StateMachineResult.swift
[1964/2101] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1965/2101] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1966/2101] Compiling NIOHTTP2 MayReceiveFrames.swift
[1967/2101] Compiling NIOHTTP2 ReceivingDataState.swift
[1968/2101] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1969/2101] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1970/2101] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1971/2101] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1972/2101] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1973/2101] Compiling NIOHTTP2 MaySendFrames.swift
[1974/2101] Compiling NIOHTTP2 SendingDataState.swift
[1975/2101] Compiling NIOHTTP2 SendingGoawayState.swift
[1976/2101] Compiling NIOHTTP2 SendingHeadersState.swift
[1977/2113] Emitting module FluentKit
[1986/2129] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1987/2129] Compiling NIOHTTP2 DOSHeuristics.swift
[1988/2129] Compiling NIOHTTP2 Error+Any.swift
[1989/2129] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1990/2129] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1991/2129] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1992/2129] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1993/2129] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1994/2129] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1995/2129] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1996/2129] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1997/2129] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2006/2129] Compiling WebSocketKit Exports.swift
[2007/2129] Compiling WebSocketKit WebSocket+Connect.swift
[2008/2129] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2009/2129] Emitting module WebSocketKit
[2010/2129] Compiling WebSocketKit WebSocket+Concurrency.swift
[2011/2129] Compiling WebSocketKit WebSocketHandler.swift
[2012/2129] Compiling FluentKit QueryBuilder+Group.swift
[2013/2129] Compiling FluentKit QueryBuilder+Join+DirectRelations.swift
[2014/2129] Compiling FluentKit QueryBuilder+Join.swift
[2015/2129] Compiling FluentKit QueryBuilder+Paginate.swift
[2016/2129] Compiling FluentKit QueryBuilder+Range.swift
[2017/2129] Compiling FluentKit QueryBuilder+Set.swift
[2018/2129] Compiling FluentKit QueryBuilder+Sort.swift
[2019/2129] Compiling FluentKit QueryBuilder.swift
[2020/2129] Compiling FluentKit DatabaseQuery+Action.swift
[2021/2129] Compiling FluentKit DatabaseQuery+Aggregate.swift
[2022/2129] Compiling FluentKit DatabaseQuery+Field.swift
[2023/2129] Compiling FluentKit DatabaseQuery+Filter.swift
[2024/2129] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2025/2129] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2026/2129] Compiling NIOHTTP2 HTTP2StreamID.swift
[2027/2129] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2028/2129] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2029/2129] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2030/2129] Compiling NIOHTTP2 InboundEventBuffer.swift
[2031/2129] Compiling NIOHTTP2 InboundWindowManager.swift
[2032/2129] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2033/2129] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2034/2129] Compiling NIOHTTP2 StreamChannelList.swift
[2035/2129] Compiling NIOHTTP2 StreamMap.swift
[2036/2129] Compiling WebSocketKit WebSocketClient.swift
[2037/2129] Compiling WebSocketKit WebSocket.swift
[2039/2130] Compiling FluentKit DatabaseQuery+Join.swift
[2040/2130] Compiling FluentKit DatabaseQuery+Range.swift
[2041/2130] Compiling FluentKit DatabaseQuery+Sort.swift
[2042/2130] Compiling FluentKit DatabaseQuery+Value.swift
[2043/2130] Compiling FluentKit DatabaseQuery.swift
[2044/2130] Compiling FluentKit QueryHistory.swift
[2045/2130] Compiling FluentKit DatabaseSchema.swift
[2046/2130] Compiling FluentKit SchemaBuilder.swift
[2047/2130] Compiling FluentKit OptionalType.swift
[2048/2130] Compiling FluentKit RandomGeneratable.swift
[2049/2130] Compiling FluentKit SomeCodingKey.swift
[2050/2130] Compiling FluentKit UnsafeMutableTransferBox.swift
[2051/2130] Emitting module NIOHTTP2
[2060/2130] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2061/2130] Compiling NIOHTTP2 HTTP2Error.swift
[2062/2130] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2063/2130] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2064/2130] Compiling NIOHTTP2 HTTP2Frame.swift
[2065/2130] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2066/2130] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2067/2130] Compiling NIOHTTP2 HTTP2PingData.swift
[2068/2130] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2069/2130] Compiling NIOHTTP2 HTTP2Settings.swift
[2070/2130] Compiling NIOHTTP2 HTTP2Stream.swift
[2071/2130] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2072/2130] Compiling NIOHTTP2 StreamStateMachine.swift
[2073/2130] Compiling NIOHTTP2 UnsafeTransfer.swift
[2074/2130] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2075/2130] Compiling FluentKit CompositeID.swift
[2076/2130] Compiling FluentKit CompositeOptionalChild.swift
[2077/2130] Compiling FluentKit CompositeOptionalParent.swift
[2078/2130] Compiling FluentKit CompositeParent.swift
[2079/2130] Compiling FluentKit Field.swift
[2080/2130] Compiling FluentKit FieldKey.swift
[2081/2130] Compiling FluentKit Group.swift
[2082/2130] Compiling FluentKit ID.swift
[2083/2130] Compiling FluentKit OptionalBoolean.swift
[2134/2192] Emitting module AsyncHTTPClient
[2135/2200] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2136/2200] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2137/2200] Compiling AsyncHTTPClient Transaction.swift
[2138/2200] Compiling AsyncHTTPClient Base64.swift
[2139/2200] Compiling AsyncHTTPClient BasicAuth.swift
[2140/2200] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2141/2200] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2142/2200] Compiling AsyncHTTPClient ConnectionPool.swift
[2143/2200] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2144/2200] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2145/2200] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2146/2200] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2147/2200] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2148/2200] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2149/2200] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2150/2200] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2151/2200] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2152/2200] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2153/2200] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2154/2200] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2155/2200] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2156/2200] Compiling AsyncHTTPClient HTTP1Connection.swift
[2157/2200] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2158/2200] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2159/2200] Compiling AsyncHTTPClient HTTP2Connection.swift
[2160/2200] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2161/2200] Compiling AsyncHTTPClient RequestBag.swift
[2162/2200] Compiling AsyncHTTPClient RequestValidation.swift
[2163/2200] Compiling AsyncHTTPClient SSLContextCache.swift
[2164/2200] Compiling AsyncHTTPClient Scheme.swift
[2165/2200] Compiling AsyncHTTPClient Singleton.swift
[2166/2200] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2167/2200] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2168/2200] Compiling AsyncHTTPClient Utils.swift
[2169/2200] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2170/2200] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2171/2200] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2172/2200] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2173/2200] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2174/2200] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2175/2200] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2176/2200] Compiling AsyncHTTPClient RequestBodyLength.swift
[2177/2200] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2178/2200] Compiling AsyncHTTPClient ConnectionTarget.swift
[2179/2200] Compiling AsyncHTTPClient DeconstructedURL.swift
[2180/2200] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2181/2200] Compiling AsyncHTTPClient FoundationExtensions.swift
[2182/2200] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2183/2200] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2184/2200] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2185/2200] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2186/2200] Compiling AsyncHTTPClient RequestOptions.swift
[2187/2200] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2188/2200] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2189/2200] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2190/2200] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2191/2200] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2192/2200] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2193/2200] Compiling AsyncHTTPClient HTTPClient.swift
[2194/2200] Compiling AsyncHTTPClient HTTPHandler.swift
[2195/2200] Compiling AsyncHTTPClient LRUCache.swift
[2196/2200] Compiling AsyncHTTPClient NWErrorHandler.swift
[2197/2200] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2198/2200] Compiling AsyncHTTPClient TLSConfiguration.swift
[2199/2200] Compiling AsyncHTTPClient RedirectState.swift
[2200/2200] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2202/2370] Compiling Vapor HTTPServerResponseEncoder.swift
[2203/2370] Compiling Vapor HTTPServerUpgradeHandler.swift
[2204/2370] Compiling Vapor Logger+Report.swift
[2205/2370] Compiling Vapor LoggingSystem+Environment.swift
[2206/2370] Compiling Vapor Application+Middleware.swift
[2207/2370] Compiling Vapor CORSMiddleware.swift
[2208/2370] Compiling Vapor ErrorMiddleware.swift
[2209/2370] Compiling Vapor FileMiddleware.swift
[2210/2370] Compiling Vapor Middleware.swift
[2211/2370] Compiling Vapor MiddlewareConfiguration.swift
[2212/2370] Compiling Vapor ResponseCompressionMiddleware.swift
[2213/2370] Compiling Vapor RouteLoggingMiddleware.swift
[2214/2370] Compiling Vapor TracingMiddleware.swift
[2215/2370] Compiling Vapor File+Multipart.swift
[2216/2370] Compiling Vapor FormDataDecoder+Content.swift
[2217/2370] Compiling Vapor FormDataEncoder+Content.swift
[2218/2370] Compiling Vapor Application+Password.swift
[2219/2370] Compiling Vapor Application+Passwords.swift
[2220/2370] Compiling Vapor AsyncPasswordHasher.swift
[2221/2370] Compiling Vapor BcryptHasher.swift
[2222/2370] Compiling Vapor PasswordHasher.swift
[2223/2370] Compiling Vapor PlaintextHasher.swift
[2224/2370] Compiling Vapor Request+Password.swift
[2225/2370] Compiling Vapor Redirect.swift
[2226/2394] Compiling Vapor Request+Body.swift
[2227/2394] Compiling Vapor Request+BodyStream.swift
[2228/2394] Compiling Vapor Request.swift
[2229/2394] Compiling Vapor Application+Responder.swift
[2230/2394] Compiling Vapor DefaultResponder.swift
[2231/2394] Compiling Vapor Response+Body.swift
[2232/2394] Compiling Vapor Response.swift
[2233/2394] Compiling Vapor ResponseCodable.swift
[2234/2394] Compiling Vapor Application+Routes.swift
[2235/2394] Compiling Vapor Parameters+Require.swift
[2236/2394] Compiling Vapor Request+WebSocket.swift
[2237/2394] Compiling Vapor Route.swift
[2238/2394] Compiling Vapor RouteCollection.swift
[2239/2394] Compiling Vapor Routes.swift
[2240/2394] Compiling Vapor RoutesBuilder+Group.swift
[2241/2394] Compiling Vapor RoutesBuilder+Method.swift
[2242/2394] Compiling Vapor RoutesBuilder+Middleware.swift
[2243/2394] Compiling Vapor RoutesBuilder+WebSocket.swift
[2244/2394] Compiling Vapor RoutesBuilder.swift
[2245/2394] Compiling Vapor OTP.swift
[2246/2394] Compiling Vapor Application+Servers.swift
[2247/2394] Compiling Vapor Server.swift
[2248/2394] Compiling Vapor App+Service.swift
[2249/2394] Compiling Vapor Req+Service.swift
[2250/2418] Compiling Vapor Application.swift
[2251/2418] Compiling Vapor AuthenticationCache.swift
[2252/2418] Compiling Vapor Authenticator.swift
[2253/2418] Compiling Vapor BasicAuthorization.swift
[2254/2418] Compiling Vapor BearerAuthorization.swift
[2255/2418] Compiling Vapor GuardMiddleware.swift
[2256/2418] Compiling Vapor RedirectMiddleware.swift
[2257/2418] Compiling Vapor SessionAuthenticatable.swift
[2258/2418] Compiling Vapor Bcrypt.swift
[2259/2418] Compiling Vapor Application+Cache.swift
[2260/2418] Compiling Vapor Cache.swift
[2261/2418] Compiling Vapor CacheExpirationTime.swift
[2262/2418] Compiling Vapor MemoryCache.swift
[2263/2418] Compiling Vapor Request+Cache.swift
[2264/2418] Compiling Vapor Application+Clients.swift
[2265/2418] Compiling Vapor Client.swift
[2266/2418] Compiling Vapor ClientRequest.swift
[2267/2418] Compiling Vapor ClientResponse.swift
[2268/2418] Compiling Vapor Request+Client.swift
[2269/2418] Compiling Vapor BootCommand.swift
[2270/2418] Compiling Vapor CommandContext+Application.swift
[2271/2418] Compiling Vapor RoutesCommand.swift
[2272/2418] Compiling Vapor ServeCommand.swift
[2273/2418] Compiling Vapor AnyResponse+Concurrency.swift
[2274/2418] Emitting module Vapor
[2275/2418] Compiling Vapor AsyncBasicResponder.swift
[2276/2418] Compiling Vapor AsyncMiddleware.swift
[2277/2418] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2278/2418] Compiling Vapor AsyncSessionDriver.swift
[2279/2418] Compiling Vapor Authentication+Concurrency.swift
[2280/2418] Compiling Vapor Cache+Concurrency.swift
[2281/2418] Compiling Vapor Client+Concurrency.swift
[2282/2418] Compiling Vapor RequestBody+Concurrency.swift
[2283/2418] Compiling Vapor Responder+Concurrency.swift
[2284/2418] Compiling Vapor ResponseCodable+Concurrency.swift
[2285/2418] Compiling Vapor RoutesBuilder+Concurrency.swift
[2286/2418] Compiling Vapor ViewRenderer+Concurrency.swift
[2287/2418] Compiling Vapor WebSocket+Concurrency.swift
[2288/2418] Compiling Vapor ContainerGetPathExecutor.swift
[2289/2418] Compiling Vapor Content.swift
[2290/2418] Compiling Vapor ContentCoders.swift
[2291/2418] Compiling Vapor ContentConfiguration.swift
[2292/2418] Compiling Vapor ContentContainer.swift
[2293/2418] Compiling Vapor JSONCoder+Custom.swift
[2294/2418] Compiling Vapor JSONCoders+Content.swift
[2295/2418] Compiling Vapor PlaintextDecoder.swift
[2296/2418] Compiling Vapor PlaintextEncoder.swift
[2297/2418] Compiling Vapor URLQueryCoders.swift
[2298/2418] Compiling Vapor URLQueryContainer.swift
[2299/2418] Compiling Vapor Service.swift
[2300/2418] Compiling Vapor Application+Sessions.swift
[2301/2418] Compiling Vapor MemorySessions.swift
[2302/2418] Compiling Vapor Request+Session.swift
[2303/2418] Compiling Vapor Session.swift
[2304/2418] Compiling Vapor SessionCache.swift
[2305/2418] Compiling Vapor SessionData.swift
[2306/2418] Compiling Vapor SessionDriver.swift
[2307/2418] Compiling Vapor SessionsConfiguration.swift
[2308/2418] Compiling Vapor SessionsMiddleware.swift
[2309/2418] Compiling Vapor URLEncodedFormData.swift
[2310/2418] Compiling Vapor URLEncodedFormDecoder.swift
[2311/2418] Compiling Vapor URLEncodedFormEncoder.swift
[2312/2418] Compiling Vapor URLEncodedFormError.swift
[2313/2418] Compiling Vapor URLEncodedFormParser.swift
[2314/2418] Compiling Vapor URLEncodedFormSerializer.swift
[2315/2418] Compiling Vapor URLQueryFragmentConvertible.swift
[2316/2418] Compiling Vapor AnyResponse.swift
[2317/2418] Compiling Vapor Array+Random.swift
[2318/2418] Compiling Vapor Base32.swift
[2319/2418] Compiling Vapor Base64.swift
[2320/2418] Compiling Vapor BaseN.swift
[2321/2418] Compiling Vapor BasicCodingKey.swift
[2322/2418] Compiling Vapor ByteCount.swift
[2323/2418] Compiling Vapor Validator.swift
[2324/2418] Compiling Vapor ValidatorResult.swift
[2325/2418] Compiling Vapor And.swift
[2326/2418] Compiling Vapor Case.swift
[2327/2418] Compiling Vapor CharacterSet.swift
[2328/2418] Compiling Vapor Count.swift
[2329/2418] Compiling Vapor Custom.swift
[2330/2418] Compiling Vapor Email.swift
[2331/2418] Compiling Vapor Empty.swift
[2332/2418] Compiling Vapor In.swift
[2333/2418] Compiling Vapor Nil.swift
[2334/2418] Compiling Vapor NilIgnoring.swift
[2335/2418] Compiling Vapor Not.swift
[2336/2418] Compiling Vapor Or.swift
[2337/2418] Compiling Vapor Pattern.swift
[2338/2418] Compiling Vapor Range.swift
[2339/2418] Compiling Vapor URL.swift
[2340/2418] Compiling Vapor Valid.swift
[2341/2418] Compiling Vapor Application+Views.swift
[2342/2418] Compiling Vapor PlaintextRenderer.swift
[2343/2418] Compiling Vapor Request+View.swift
[2344/2418] Compiling Vapor View.swift
[2345/2418] Compiling Vapor ViewRenderer.swift
[2346/2418] Compiling Vapor _Deprecations.swift
[2347/2418] Compiling Vapor Bytes+Hex.swift
[2348/2418] Compiling Vapor Bytes+SecureCompare.swift
[2349/2418] Compiling Vapor Collection+Safe.swift
[2350/2418] Compiling Vapor DataProtocol+Copy.swift
[2351/2418] Compiling Vapor DecoderUnwrapper.swift
[2352/2418] Compiling Vapor DirectoryConfiguration.swift
[2353/2418] Compiling Vapor DotEnv.swift
[2354/2418] Compiling Vapor Extendable.swift
[2355/2418] Compiling Vapor File.swift
[2356/2418] Compiling Vapor FileIO.swift
[2357/2418] Compiling Vapor LifecycleHandler.swift
[2358/2418] Compiling Vapor OptionalType.swift
[2359/2418] Compiling Vapor RFC1123.swift
[2360/2418] Compiling Vapor SocketAddress+Hostname.swift
[2361/2418] Compiling Vapor Storage.swift
[2362/2418] Compiling Vapor String+IsIPAddress.swift
[2363/2418] Compiling Vapor Thread.swift
[2364/2418] Compiling Vapor URI.swift
[2365/2418] Compiling Vapor RangeResult.swift
[2366/2418] Compiling Vapor Validatable.swift
[2367/2418] Compiling Vapor Validation.swift
[2368/2418] Compiling Vapor ValidationKey.swift
[2369/2418] Compiling Vapor Validations.swift
[2370/2418] Compiling Vapor ValidationsError.swift
[2371/2418] Compiling Vapor Core.swift
[2372/2418] Compiling Vapor Running.swift
[2373/2418] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2374/2418] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2375/2418] Compiling Vapor DotEnvFile+load.swift
[2376/2418] Compiling Vapor Routes+caseInsenstive.swift
[2377/2418] Compiling Vapor Validatable+validate.swift
[2378/2418] Compiling Vapor Environment+Process.swift
[2379/2418] Compiling Vapor Environment+Secret.swift
[2380/2418] Compiling Vapor Environment.swift
[2381/2418] Compiling Vapor Abort.swift
[2382/2418] Compiling Vapor AbortError.swift
[2383/2418] Compiling Vapor DebuggableError.swift
[2384/2418] Compiling Vapor Demangler.swift
[2385/2418] Compiling Vapor ErrorSource.swift
[2386/2418] Compiling Vapor StackTrace.swift
[2387/2418] Compiling Vapor Exports.swift
[2388/2418] Compiling Vapor Application+HTTP.swift
[2389/2418] Compiling Vapor BasicResponder.swift
[2390/2418] Compiling Vapor BodyStream.swift
[2391/2418] Compiling Vapor Application+HTTP+Client.swift
[2392/2418] Compiling Vapor EventLoopHTTPClient.swift
[2393/2418] Compiling Vapor EndpointCache.swift
[2394/2418] Compiling Vapor HTTPMethod+String.swift
[2395/2418] Compiling Vapor HTTPStatus.swift
[2396/2418] Compiling Vapor HTTPCookies.swift
[2397/2418] Compiling Vapor HTTPHeaderCacheControl.swift
[2398/2418] Compiling Vapor HTTPHeaderExpires.swift
[2399/2418] Compiling Vapor HTTPHeaderLastModified.swift
[2400/2418] Compiling Vapor HTTPHeaders+Cache.swift
[2401/2418] Compiling Vapor HTTPHeaders+Connection.swift
[2402/2418] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2403/2418] Compiling Vapor HTTPHeaders+ContentRange.swift
[2404/2418] Compiling Vapor HTTPHeaders+Directive.swift
[2405/2418] Compiling Vapor HTTPHeaders+Forwarded.swift
[2406/2418] Compiling Vapor HTTPHeaders+Link.swift
[2407/2418] Compiling Vapor HTTPHeaders+Name.swift
[2408/2418] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2409/2418] Compiling Vapor HTTPHeaders.swift
[2410/2418] Compiling Vapor HTTPMediaType.swift
[2411/2418] Compiling Vapor HTTPMediaTypePreference.swift
[2412/2418] Compiling Vapor Responder.swift
[2413/2418] Compiling Vapor Application+HTTP+Server.swift
[2414/2418] Compiling Vapor HTTPServer.swift
[2415/2418] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2416/2418] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2417/2418] Compiling Vapor HTTPServerHandler.swift
[2418/2418] Compiling Vapor HTTPServerRequestDecoder.swift
[2420/2434] Compiling Fluent FluentProvider+Concurrency.swift
[2421/2434] Compiling Fluent ModelCredentialsAuthenticatable+Concurrency.swift
[2422/2434] Emitting module Fluent
[2423/2436] Compiling Fluent Pagination+Concurrency.swift
[2424/2436] Compiling Fluent Sessions+Concurrency.swift
[2425/2436] Compiling Fluent Exports.swift
[2426/2436] Compiling Fluent Fluent+Cache.swift
[2427/2436] Compiling Fluent ModelAuthenticatable.swift
[2428/2436] Compiling Fluent ModelCredentialsAuthenticatable.swift
[2429/2436] Compiling Fluent FluentProvider.swift
[2430/2436] Compiling Fluent MigrateCommand.swift
[2431/2436] Compiling Fluent Fluent+History.swift
[2432/2436] Compiling Fluent Fluent+Paginate.swift
[2433/2436] Compiling Fluent Fluent+Pagination.swift
[2434/2436] Compiling Fluent Fluent+Sessions.swift
[2435/2436] Compiling Fluent ModelTokenAuthenticatable.swift
[2436/2436] Compiling Fluent PageLimit.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2438/2448] Emitting module VaporWallet
/host/spi-builder-workspace/Sources/VaporWallet/HasWallet.swift:11:8: error: no such module 'FluentPostgresDriver'
9 | import Vapor
10 | import Fluent
11 | import FluentPostgresDriver
| `- error: no such module 'FluentPostgresDriver'
12 |
13 | public protocol HasWallet: FluentKit.Model {
[2439/2448] Compiling VaporWallet HasWallet.swift
/host/spi-builder-workspace/Sources/VaporWallet/HasWallet.swift:11:8: error: no such module 'FluentPostgresDriver'
9 | import Vapor
10 | import Fluent
11 | import FluentPostgresDriver
| `- error: no such module 'FluentPostgresDriver'
12 |
13 | public protocol HasWallet: FluentKit.Model {
[2440/2448] Compiling VaporWallet WalletModelMiddleware.swift
/host/spi-builder-workspace/Sources/VaporWallet/HasWallet.swift:11:8: error: no such module 'FluentPostgresDriver'
9 | import Vapor
10 | import Fluent
11 | import FluentPostgresDriver
| `- error: no such module 'FluentPostgresDriver'
12 |
13 | public protocol HasWallet: FluentKit.Model {
[2441/2448] Compiling VaporWallet WalletErrors.swift
/host/spi-builder-workspace/Sources/VaporWallet/HasWallet.swift:11:8: error: no such module 'FluentPostgresDriver'
9 | import Vapor
10 | import Fluent
11 | import FluentPostgresDriver
| `- error: no such module 'FluentPostgresDriver'
12 |
13 | public protocol HasWallet: FluentKit.Model {
[2442/2448] Compiling VaporWallet Double+extensions.swift
/host/spi-builder-workspace/Sources/VaporWallet/HasWallet.swift:11:8: error: no such module 'FluentPostgresDriver'
9 | import Vapor
10 | import Fluent
11 | import FluentPostgresDriver
| `- error: no such module 'FluentPostgresDriver'
12 |
13 | public protocol HasWallet: FluentKit.Model {
[2443/2448] Compiling VaporWallet WalletTransactionModelMiddleware.swift
/host/spi-builder-workspace/Sources/VaporWallet/HasWallet.swift:11:8: error: no such module 'FluentPostgresDriver'
9 | import Vapor
10 | import Fluent
11 | import FluentPostgresDriver
| `- error: no such module 'FluentPostgresDriver'
12 |
13 | public protocol HasWallet: FluentKit.Model {
[2444/2448] Compiling VaporWallet CreateWallet.swift
/host/spi-builder-workspace/Sources/VaporWallet/HasWallet.swift:11:8: error: no such module 'FluentPostgresDriver'
9 | import Vapor
10 | import Fluent
11 | import FluentPostgresDriver
| `- error: no such module 'FluentPostgresDriver'
12 |
13 | public protocol HasWallet: FluentKit.Model {
[2445/2449] Compiling VaporWallet WalletType.swift
/host/spi-builder-workspace/Sources/VaporWallet/HasWallet.swift:11:8: error: no such module 'FluentPostgresDriver'
9 | import Vapor
10 | import Fluent
11 | import FluentPostgresDriver
| `- error: no such module 'FluentPostgresDriver'
12 |
13 | public protocol HasWallet: FluentKit.Model {
[2446/2449] Compiling VaporWallet WalletTransaction.swift
/host/spi-builder-workspace/Sources/VaporWallet/HasWallet.swift:11:8: error: no such module 'FluentPostgresDriver'
9 | import Vapor
10 | import Fluent
11 | import FluentPostgresDriver
| `- error: no such module 'FluentPostgresDriver'
12 |
13 | public protocol HasWallet: FluentKit.Model {
[2447/2449] Compiling VaporWallet CreateWalletTransaction.swift
/host/spi-builder-workspace/Sources/VaporWallet/HasWallet.swift:11:8: error: no such module 'FluentPostgresDriver'
9 | import Vapor
10 | import Fluent
11 | import FluentPostgresDriver
| `- error: no such module 'FluentPostgresDriver'
12 |
13 | public protocol HasWallet: FluentKit.Model {
[2448/2449] Compiling VaporWallet WalletRepository.swift
/host/spi-builder-workspace/Sources/VaporWallet/HasWallet.swift:11:8: error: no such module 'FluentPostgresDriver'
9 | import Vapor
10 | import Fluent
11 | import FluentPostgresDriver
| `- error: no such module 'FluentPostgresDriver'
12 |
13 | public protocol HasWallet: FluentKit.Model {
[2449/2449] Compiling VaporWallet Wallet.swift
/host/spi-builder-workspace/Sources/VaporWallet/HasWallet.swift:11:8: error: no such module 'FluentPostgresDriver'
9 | import Vapor
10 | import Fluent
11 | import FluentPostgresDriver
| `- error: no such module 'FluentPostgresDriver'
12 |
13 | public protocol HasWallet: FluentKit.Model {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/79] Compiling ServiceContextModule ServiceContextKey.swift
[3/79] Compiling SystemPackage FilePathWindows.swift
[4/79] Compiling SystemPackage FilePermissions.swift
[5/81] Compiling SystemPackage FilePathTempPosix.swift
[6/81] Compiling SystemPackage FilePathTempWindows.swift
[7/81] Compiling SystemPackage FilePathSyntax.swift
[8/81] Compiling SystemPackage FilePathTemp.swift
[9/81] Compiling RealModule Real.swift
[10/82] Emitting module ServiceContextModule
[11/82] Compiling ServiceContextModule ServiceContext.swift
[12/83] Compiling RealModule Float80+Real.swift
[13/83] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[14/83] Compiling CryptoBoringWrapper RandomBytes.swift
[15/83] Compiling RealModule Float+Real.swift
[16/83] Compiling RealModule ElementaryFunctions.swift
[17/83] Compiling RealModule Float16+Real.swift
[18/83] Compiling NIOConcurrencyHelpers NIOLock.swift
[19/83] Compiling RealModule RealFunctions.swift
[20/83] Emitting module _NIOBase64
[22/83] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[23/83] Emitting module CryptoBoringWrapper
[24/83] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[25/83] Compiling SystemPackage FilePathComponentView.swift
[26/83] Compiling SystemPackage FilePathComponents.swift
[27/83] Compiling SystemPackage FileOperations.swift
[28/83] Compiling SystemPackage FilePath.swift
[29/83] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[30/83] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[31/83] Compiling NIOConcurrencyHelpers lock.swift
[32/83] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[33/83] Compiling NIOConcurrencyHelpers atomics.swift
[37/83] Compiling _NIOBase64 Base64.swift
[38/83] Emitting module _NIODataStructures
[39/83] Emitting module RealModule
[40/85] Compiling _NIODataStructures PriorityQueue.swift
[41/85] Compiling _NIODataStructures Heap.swift
[42/85] Compiling _NIODataStructures _TinyArray.swift
[43/88] Emitting module NIOConcurrencyHelpers
[46/92] Compiling CryptoBoringWrapper EllipticCurve.swift
[47/92] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[48/92] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[49/92] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[53/93] Compiling SystemPackage Constants.swift
[54/93] Compiling SystemPackage Exports.swift
[61/96] Compiling Logging MetadataProvider.swift
[62/108] Emitting module SystemPackage
[63/111] Compiling SystemPackage Mocking.swift
[64/111] Compiling SystemPackage RawBuffer.swift
[65/111] Compiling SystemPackage Syscalls.swift
[66/111] Compiling SystemPackage WindowsSyscallAdapters.swift
[67/111] Compiling SystemPackage MachPort.swift
[68/111] Compiling SystemPackage PlatformString.swift
[69/111] Compiling SystemPackage SystemString.swift
[70/124] Compiling Atomics IntegerConformances.swift
[71/124] Compiling Atomics PointerConformances.swift
[72/124] Compiling Atomics Primitives.native.swift
[73/124] Emitting module InternalCollectionsUtilities
[74/124] Compiling Atomics AtomicOptionalWrappable.swift
[75/124] Compiling Atomics AtomicReference.swift
[76/124] Compiling Atomics Primitives.shims.swift
[77/124] Compiling Atomics AtomicInteger.swift
[78/125] Emitting module Logging
[79/150] Emitting module Instrumentation
[80/150] Compiling Algorithms EitherSequence.swift
[81/150] Compiling Algorithms FirstNonNil.swift
[82/150] Compiling Algorithms FlattenCollection.swift
[83/152] Compiling Instrumentation Instrument.swift
[84/152] Compiling Instrumentation NoOpInstrument.swift
[85/152] Compiling Instrumentation MultiplexInstrument.swift
[88/152] Compiling Algorithms Grouped.swift
[89/152] Compiling Algorithms Indexed.swift
[90/152] Compiling Algorithms Intersperse.swift
[91/173] Compiling Instrumentation InstrumentationSystem.swift
[92/173] Compiling Instrumentation Locks.swift
[93/184] Compiling Crypto ASN1Strings.swift
[94/184] Compiling Crypto ArraySliceBigint.swift
[95/184] Compiling Crypto ASN1Null.swift
[96/184] Compiling Crypto ASN1OctetString.swift
[97/224] Compiling Crypto GeneralizedTime.swift
[98/224] Compiling Crypto ObjectIdentifier.swift
[99/224] Compiling Crypto AES-GCM.swift
[100/224] Compiling Crypto AES-GCM_boring.swift
[101/224] Compiling Crypto ChaChaPoly_boring.swift
[102/224] Compiling Crypto ChaChaPoly.swift
[103/224] Compiling Crypto Cipher.swift
[104/224] Compiling Crypto Nonces.swift
[105/224] Compiling Crypto ASN1.swift
[106/224] Compiling Crypto ASN1Any.swift
[108/224] Compiling Crypto HashFunctions.swift
[109/224] Compiling Crypto HashFunctions_SHA2.swift
[110/224] Compiling Crypto HPKE-AEAD.swift
[111/225] Compiling Crypto ECDSASignature.swift
[112/225] Compiling Crypto PEMDocument.swift
[113/225] Emitting module CoreMetrics
[114/225] Compiling Crypto ASN1Boolean.swift
[115/225] Compiling Crypto ASN1Identifier.swift
[116/225] Compiling Crypto ASN1Integer.swift
[118/356] Compiling _RopeModule BigString+Chunk+Breaks.swift
[119/356] Compiling _RopeModule BigString+Chunk+Counts.swift
[120/356] Compiling _RopeModule BigString+Chunk+Description.swift
[121/356] Compiling _RopeModule BigString+Sequence.swift
[122/356] Compiling _RopeModule BigString+TextOutputStream.swift
[123/356] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[124/359] Compiling Logging LogHandler.swift
[125/359] Compiling Logging Logging.swift
[126/359] Compiling Logging Locks.swift
[127/360] Compiling Tracing InstrumentationSystem+Tracing.swift
[129/360] Compiling Tracing TracerProtocol.swift
[130/360] Compiling Tracing TracingTime.swift
[131/360] Compiling Tracing Tracer.swift
[132/360] Compiling Tracing TracerProtocol+Legacy.swift
[133/360] Compiling OrderedCollections _HashTable+Testing.swift
[134/360] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[135/360] Compiling OrderedCollections _HashTable.swift
[136/360] Compiling OrderedCollections _Hashtable+Header.swift
[137/360] Compiling OrderedCollections OrderedDictionary+Codable.swift
[138/360] Compiling _RopeModule BigString.swift
[139/360] Compiling _RopeModule BigString+Comparable.swift
[140/360] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[141/360] Compiling CoreMetrics Locks.swift
[142/360] Compiling CoreMetrics Metrics.swift
[143/361] Emitting module Tracing
[144/361] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[145/361] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[146/361] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[147/361] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[148/361] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[149/361] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[150/361] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[151/361] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[152/361] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[153/361] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[154/361] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[155/361] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[156/361] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[157/361] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[159/368] Compiling _RopeModule BigString+Hashing.swift
[160/368] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[161/368] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[174/375] Compiling _RopeModule BigString+CustomStringConvertible.swift
[175/375] Compiling _RopeModule BigString+Equatable.swift
[176/375] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[181/375] Compiling OrderedCollections OrderedSet+Initializers.swift
[182/375] Compiling OrderedCollections OrderedSet+Insertions.swift
[183/375] Compiling OrderedCollections OrderedSet+Invariants.swift
[184/375] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[185/375] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[186/375] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[187/375] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[188/375] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[189/375] Compiling Algorithms Trim.swift
[190/375] Compiling Algorithms Unique.swift
[191/375] Compiling Algorithms Windows.swift
[192/375] Compiling OrderedCollections OrderedSet+Descriptions.swift
[193/375] Compiling OrderedCollections OrderedSet+Diffing.swift
[194/375] Compiling OrderedCollections OrderedSet+Equatable.swift
[195/375] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[196/375] Compiling OrderedCollections OrderedSet+Hashable.swift
[200/375] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[201/375] Compiling HeapModule Heap+Descriptions.swift
[206/381] Compiling OrderedCollections OrderedSet+Sendable.swift
[207/381] Compiling OrderedCollections OrderedSet+SubSequence.swift
[208/381] Compiling OrderedCollections OrderedSet+Testing.swift
[209/381] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[210/381] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[211/381] Compiling OrderedCollections OrderedSet.swift
[212/390] Compiling Tracing NoOpTracer.swift
[213/390] Compiling Tracing SpanProtocol.swift
[214/391] Compiling HeapModule Heap.swift
[215/391] Compiling HeapModule _HeapNode.swift
[216/391] Compiling RoutingKit Router.swift
[217/391] Compiling HeapModule Heap+Invariants.swift
[218/391] Compiling HeapModule Heap+UnsafeHandle.swift
[219/391] Emitting module RoutingKit
[240/400] Compiling OrderedCollections _UnsafeBitset.swift
[241/400] Compiling _RopeModule Rope+Sequence.swift
[242/400] Compiling _RopeModule Rope+Append.swift
[243/400] Compiling _RopeModule Rope+Extract.swift
[244/400] Compiling _RopeModule Rope+Find.swift
[245/400] Compiling _RopeModule Rope+ForEachWhile.swift
[246/400] Compiling _RopeModule Rope+Insert.swift
[247/400] Compiling _RopeModule Rope+Join.swift
[248/400] Compiling _RopeModule Rope+MutatingForEach.swift
[249/400] Compiling _RopeModule Rope+Remove.swift
[250/400] Compiling RoutingKit PathComponent.swift
[251/400] Emitting module HeapModule
[252/401] Compiling RoutingKit AnyRouter.swift
[253/401] Compiling RoutingKit Parameters.swift
[265/401] Emitting module Crypto
[266/401] Compiling RoutingKit TrieRouter.swift
[267/402] Compiling OrderedCollections _HashTable+Bucket.swift
[268/402] Compiling OrderedCollections _HashTable+BucketIterator.swift
[269/402] Compiling OrderedCollections _HashTable+Constants.swift
[270/402] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[311/404] Emitting module Atomics
[324/473] Compiling Metrics Metrics.swift
[325/473] Emitting module Metrics
[326/489] Compiling HashTreeCollections _HashNode+Lookups.swift
[327/489] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[328/489] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[329/489] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[330/489] Compiling HashTreeCollections _HashNode+Structural union.swift
[331/489] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[332/489] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[333/489] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[334/489] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[335/489] Compiling HashTreeCollections _HashNode.swift
[337/497] Compiling DequeModule Deque+Codable.swift
[338/497] Compiling DequeModule Deque+Collection.swift
[339/497] Compiling DequeModule Deque+Equatable.swift
[340/497] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[341/497] Compiling DequeModule Deque+CustomReflectable.swift
[342/497] Compiling DequeModule Deque+Descriptions.swift
[343/497] Compiling DequeModule Deque+Testing.swift
[344/497] Compiling DequeModule Deque._Storage.swift
[345/497] Compiling DequeModule Deque+Extras.swift
[346/497] Compiling DequeModule Deque+Hashable.swift
[347/523] Compiling ConsoleKitTerminal CustomActivity.swift
[348/523] Compiling ConsoleKitTerminal LoadingBar.swift
[349/523] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[350/523] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[351/525] Compiling ConsoleKitTerminal Console+Confirm.swift
[352/525] Compiling ConsoleKitTerminal Console+Input.swift
[353/525] Emitting module OrderedCollections
[354/526] Compiling ConsoleKitTerminal ProgressBar.swift
[355/526] Compiling ConsoleKitTerminal Console+Clear.swift
[356/526] Compiling ConsoleKitTerminal Console+Ask.swift
[357/526] Compiling ConsoleKitTerminal Console+Choose.swift
[360/526] Compiling DequeModule _DequeSlot.swift
[361/526] Compiling DequeModule _UnsafeWrappedBuffer.swift
[362/526] Compiling ConsoleKitTerminal Console+Wait.swift
[363/526] Compiling ConsoleKitTerminal ConsoleColor.swift
[364/526] Compiling ConsoleKitTerminal ConsoleStyle.swift
[365/526] Compiling ConsoleKitTerminal ConsoleText.swift
[366/526] Compiling ConsoleKitTerminal ActivityBar.swift
[367/526] Compiling ConsoleKitTerminal ActivityIndicator.swift
[374/526] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[375/526] Compiling ConsoleKitTerminal ConsoleClear.swift
[376/526] Compiling HashTreeCollections TreeSet+Hashable.swift
[377/526] Compiling HashTreeCollections TreeSet+Sendable.swift
[378/526] Compiling HashTreeCollections TreeSet+Sequence.swift
[379/526] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[380/526] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[381/526] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[382/526] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[383/526] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[384/526] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[385/526] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[389/589] Compiling BitCollections BitArray+Hashable.swift
[390/589] Compiling BitCollections BitArray+Initializers.swift
[391/589] Compiling BitCollections BitArray+Invariants.swift
[392/589] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[393/589] Emitting module Algorithms
[394/593] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[395/593] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[396/593] Compiling BitCollections BitArray+Extras.swift
[397/593] Compiling BitCollections BitArray+Fill.swift
[398/593] Emitting module ConsoleKitTerminal
[399/593] Compiling HashTreeCollections TreeDictionary.swift
[400/593] Compiling HashTreeCollections TreeSet+Codable.swift
[401/593] Compiling HashTreeCollections TreeSet+Collection.swift
[402/593] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[403/593] Compiling HashTreeCollections TreeSet+Debugging.swift
[404/593] Compiling HashTreeCollections TreeSet+Descriptions.swift
[405/593] Compiling HashTreeCollections TreeSet+Equatable.swift
[406/593] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[407/593] Compiling HashTreeCollections TreeSet+Extras.swift
[408/593] Compiling HashTreeCollections TreeSet+Filter.swift
[409/593] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[410/593] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[411/593] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[412/593] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[413/593] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[414/593] Compiling BitCollections BitSet+SetAlgebra union.swift
[415/593] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[416/593] Compiling BitCollections BitSet.Counted.swift
[417/593] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[418/593] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[419/593] Compiling HashTreeCollections TreeDictionary+Values.swift
[420/593] Compiling BitCollections BitArray+RandomBits.swift
[421/593] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[422/593] Compiling BitCollections BitArray+Shifts.swift
[428/593] Compiling BitCollections BitArray+BitwiseOperations.swift
[429/593] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[430/593] Compiling BitCollections BitArray+Codable.swift
[431/593] Compiling BitCollections BitArray+Collection.swift
[432/593] Compiling BitCollections BitArray+Copy.swift
[433/593] Compiling BitCollections BitArray+CustomReflectable.swift
[434/593] Compiling BitCollections BitArray+Descriptions.swift
[435/593] Compiling BitCollections BitArray+Equatable.swift
[444/593] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[451/593] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[452/593] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[453/593] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[458/594] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[459/594] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[460/594] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[461/594] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[462/594] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[463/594] Compiling HashTreeCollections TreeSet.swift
[464/594] Emitting module _RopeModule
[465/594] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[466/594] Compiling ConsoleKitTerminal AnySendableHashable.swift
[467/594] Compiling ConsoleKitTerminal ConsoleLogger.swift
[468/594] Compiling ConsoleKitTerminal LoggerFragment.swift
[469/594] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[470/594] Compiling BitCollections BitSet+Extras.swift
[471/594] Compiling BitCollections BitSet+Hashable.swift
[483/601] Compiling BitCollections BitArray+Testing.swift
[484/601] Compiling BitCollections BitArray._UnsafeHandle.swift
[485/601] Compiling BitCollections BitArray.swift
[486/601] Compiling BitCollections BitSet+BidirectionalCollection.swift
[487/601] Compiling BitCollections BitSet+Codable.swift
[489/601] Emitting module DequeModule
[490/602] Compiling BitCollections BitSet+Initializers.swift
[491/602] Compiling BitCollections BitSet+Invariants.swift
[492/602] Compiling BitCollections BitSet+Random.swift
[493/602] Compiling BitCollections BitSet+SetAlgebra basics.swift
[494/602] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[495/602] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[496/602] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[503/602] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[504/602] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[505/602] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[506/602] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[507/602] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[508/602] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[550/602] Emitting module BitCollections
[597/663] Compiling NIOCore EventLoopFuture+Deprecated.swift
[598/663] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[599/663] Compiling NIOCore EventLoopFuture.swift
[600/663] Compiling NIOCore FileDescriptor.swift
[601/663] Compiling NIOCore FileHandle.swift
[602/663] Compiling NIOCore FileRegion.swift
[603/663] Compiling BitCollections _Word.swift
[605/686] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[606/686] Compiling ConsoleKitCommands AsyncCommand.swift
[607/686] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[608/686] Compiling ConsoleKitCommands CommandSignature.swift
[609/686] Compiling ConsoleKitCommands Flag.swift
[610/686] Compiling ConsoleKitCommands Option.swift
[611/688] Compiling ConsoleKitCommands AsyncCommands.swift
[612/688] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[613/688] Compiling ConsoleKitCommands AnyCommand.swift
[614/688] Emitting module ConsoleKitCommands
[615/688] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[616/688] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[617/688] Compiling ConsoleKitCommands Argument.swift
[618/688] Compiling ConsoleKitCommands Command.swift
[619/688] Compiling ConsoleKitCommands CommandContext.swift
[620/688] Compiling ConsoleKitCommands CommandError.swift
[621/688] Compiling ConsoleKitCommands CommandGroup.swift
[622/688] Compiling ConsoleKitCommands CommandInput.swift
[623/688] Compiling ConsoleKitCommands Commands.swift
[624/688] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[625/688] Compiling ConsoleKitCommands Utilities.swift
[626/688] Emitting module HashTreeCollections
[628/689] Compiling ConsoleKitCommands Console+Run.swift
[629/689] Compiling ConsoleKitCommands ConsoleError.swift
[630/689] Compiling ConsoleKitCommands Completion.swift
[638/690] Compiling NIOCore NIOSendable.swift
[639/690] Compiling NIOCore RecvByteBufferAllocator.swift
[648/702] Emitting module Collections
[649/702] Compiling Collections Collections.swift
[650/703] Emitting module ConsoleKit
[651/703] Compiling ConsoleKit Exports.swift
[654/704] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[655/704] Compiling NIOCore SocketAddresses.swift
[656/704] Compiling NIOCore SocketOptionProvider.swift
[657/704] Compiling NIOCore SystemCallHelpers.swift
[658/704] Compiling NIOCore TimeAmount+Duration.swift
[659/704] Compiling NIOCore TypeAssistedChannelHandler.swift
[660/704] Compiling NIOCore UniversalBootstrapSupport.swift
[661/704] Compiling NIOCore Utilities.swift
[662/704] Compiling NIOCore EventLoop.swift
[663/704] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[670/704] Compiling NIOCore AddressedEnvelope.swift
[671/704] Compiling NIOCore AsyncAwaitSupport.swift
[672/704] Compiling NIOCore AsyncChannel.swift
[673/704] Compiling NIOCore AsyncChannelHandler.swift
[674/704] Compiling NIOCore AsyncChannelInboundStream.swift
[675/704] Compiling NIOCore AsyncChannelOutboundWriter.swift
[676/704] Compiling NIOCore NIOAsyncSequenceProducer.swift
[677/704] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[678/704] Compiling NIOCore NIOAsyncWriter.swift
[679/704] Compiling NIOCore GlobalSingletons.swift
[680/704] Compiling NIOCore IO.swift
[681/704] Compiling NIOCore IOData.swift
[682/704] Compiling NIOCore IPProtocol.swift
[683/704] Compiling NIOCore IntegerBitPacking.swift
[684/704] Compiling NIOCore IntegerTypes.swift
[685/704] Compiling NIOCore Interfaces.swift
[686/704] Compiling NIOCore Linux.swift
[687/704] Compiling NIOCore ByteBuffer-multi-int.swift
[688/704] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[689/704] Compiling NIOCore ByteBuffer-views.swift
[690/704] Compiling NIOCore Channel.swift
[691/704] Compiling NIOCore ChannelHandler.swift
[692/704] Compiling NIOCore ChannelHandlers.swift
[693/704] Compiling NIOCore ChannelInvoker.swift
[694/704] Compiling NIOCore ChannelOption.swift
[695/704] Emitting module NIOCore
[706/756] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[707/756] Compiling NIOEmbedded Embedded.swift
[708/756] Emitting module NIOEmbedded
[709/756] Compiling NIOEmbedded AsyncTestingChannel.swift
[711/757] Compiling NIOPosix IO.swift
[712/757] Compiling NIOPosix IntegerBitPacking.swift
[713/757] Compiling NIOPosix IntegerTypes.swift
[714/757] Compiling NIOPosix Linux.swift
[715/757] Compiling NIOPosix LinuxCPUSet.swift
[716/757] Compiling NIOPosix LinuxUring.swift
[717/757] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[718/763] Compiling NIOPosix ThreadPosix.swift
[719/763] Compiling NIOPosix ThreadWindows.swift
[720/763] Compiling NIOPosix UnsafeTransfer.swift
[721/763] Compiling NIOPosix Utilities.swift
[722/763] Compiling NIOPosix VsockAddress.swift
[723/763] Compiling NIOPosix VsockChannelEvents.swift
[724/763] Compiling NIOPosix ServerSocket.swift
[725/763] Compiling NIOPosix Socket.swift
[726/763] Compiling NIOPosix SocketChannel.swift
[727/763] Compiling NIOPosix SocketProtocols.swift
[728/763] Compiling NIOPosix System.swift
[729/763] Compiling NIOPosix Thread.swift
[730/763] Emitting module NIOPosix
[731/763] Compiling NIOPosix Bootstrap.swift
[732/763] Compiling NIOPosix ControlMessage.swift
[733/763] Compiling NIOPosix DatagramVectorReadManager.swift
[734/763] Compiling NIOPosix Errors+Any.swift
[735/763] Compiling NIOPosix FileDescriptor.swift
[736/763] Compiling NIOPosix GetaddrinfoResolver.swift
[737/763] Compiling NIOPosix HappyEyeballs.swift
[738/763] Compiling NIOPosix SelectableChannel.swift
[739/763] Compiling NIOPosix SelectableEventLoop.swift
[740/763] Compiling NIOPosix SelectorEpoll.swift
[741/763] Compiling NIOPosix SelectorGeneric.swift
[742/763] Compiling NIOPosix SelectorKqueue.swift
[743/763] Compiling NIOPosix SelectorUring.swift
[744/763] Compiling NIOPosix BSDSocketAPICommon.swift
[745/763] Compiling NIOPosix BSDSocketAPIPosix.swift
[746/763] Compiling NIOPosix BSDSocketAPIWindows.swift
[747/763] Compiling NIOPosix BaseSocket.swift
[748/763] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[749/763] Compiling NIOPosix BaseSocketChannel.swift
[750/763] Compiling NIOPosix BaseStreamSocketChannel.swift
[751/763] Compiling NIOPosix PooledRecvBufferAllocator.swift
[752/763] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[753/763] Compiling NIOPosix PosixSingletons.swift
[754/763] Compiling NIOPosix RawSocketBootstrap.swift
[755/763] Compiling NIOPosix Resolver.swift
[756/763] Compiling NIOPosix Selectable.swift
[757/763] Compiling NIOPosix NIOThreadPool.swift
[758/763] Compiling NIOPosix NonBlockingFileIO.swift
[759/763] Compiling NIOPosix PendingDatagramWritesManager.swift
[760/763] Compiling NIOPosix PendingWritesManager.swift
[761/763] Compiling NIOPosix PipeChannel.swift
[762/763] Compiling NIOPosix PipePair.swift
[763/763] Compiling NIOPosix Pool.swift
[765/813] Emitting module NIO
[766/813] Compiling NIO Exports.swift
[768/824] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[769/824] Compiling _NIOFileSystem FileSystemError.swift
[770/824] Compiling _NIOFileSystem FileSystemProtocol.swift
[771/824] Compiling _NIOFileSystem FileType.swift
[772/824] Compiling _NIOFileSystem IOStrategy.swift
[773/824] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[774/859] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[775/859] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[776/859] Compiling NIOHTTP1 ByteCollectionUtils.swift
[777/859] Compiling NIOHTTP1 HTTPDecoder.swift
[778/859] Compiling NIOHTTP1 HTTPEncoder.swift
[779/869] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[780/869] Compiling NIOSOCKS SOCKSResponse.swift
[781/871] Compiling NIOTLS TLSEvents.swift
[782/878] Compiling SQLKit SQLAlterEnumBuilder.swift
[783/879] Compiling SQLKit SQLAlterTableBuilder.swift
[784/879] Compiling SQLKit SQLConflictUpdateBuilder.swift
[785/879] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[786/879] Compiling SQLKit SQLCreateEnumBuilder.swift
[787/879] Compiling SQLKit SQLCreateIndexBuilder.swift
[788/879] Compiling SQLKit SQLCreateTableBuilder.swift
[789/891] Compiling AsyncKit Optional+StrictMap.swift
[790/891] Compiling AsyncKit Exports.swift
[793/935] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[794/939] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[795/939] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[796/944] Compiling NIOSOCKS ServerStateMachine.swift
[797/962] Emitting module NIOTLS
[798/962] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[799/962] Compiling NIOSOCKS ClientStateMachine.swift
[802/962] Compiling SQLKit SQLCreateTriggerBuilder.swift
[803/962] Compiling SQLKit SQLDeleteBuilder.swift
[804/962] Emitting module NIOSOCKS
[807/962] Emitting module _NIOFileSystem
[808/963] Compiling SQLKit SQLQueryString.swift
[809/963] Compiling SQLKit SQLPredicateGroupBuilder.swift
[810/963] Compiling SQLKit SQLRawBuilder.swift
[811/963] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[812/963] Compiling SQLKit SQLSelectBuilder.swift
[813/963] Compiling SQLKit SQLSubqueryBuilder.swift
[814/963] Compiling SQLKit SQLUnionBuilder.swift
[815/963] Compiling SQLKit SQLUpdateBuilder.swift
[816/963] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[817/963] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[818/963] Compiling SQLKit Exports.swift
[819/965] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[820/965] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[821/965] Compiling SQLKit SQLColumn.swift
[822/965] Compiling SQLKit SQLConstraint.swift
[823/965] Compiling SQLKit SQLDataType.swift
[824/965] Compiling SQLKit SQLDirection.swift
[825/965] Compiling SQLKit SQLDistinct.swift
[826/965] Compiling SQLKit SQLForeignKeyAction.swift
[827/965] Compiling SQLKit SQLNestedSubpathExpression.swift
[828/965] Compiling SQLKit SQLQualifiedTable.swift
[830/965] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[831/965] Compiling NIOTLS SNIHandler.swift
[833/966] Emitting module NIOHTTP1
[834/966] Compiling SQLKit SQLDropTriggerBuilder.swift
[835/966] Compiling SQLKit SQLInsertBuilder.swift
[838/966] Emitting module NIOFoundationCompat
[839/966] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[841/996] Compiling SQLKit SQLDropIndex.swift
[842/996] Compiling SQLKit SQLDropTable.swift
[843/996] Compiling SQLKit SQLDropTrigger.swift
[844/996] Compiling SQLKit SQLInsert.swift
[845/996] Compiling SQLKit SQLSelect.swift
[846/996] Compiling SQLKit SQLUnion.swift
[847/996] Compiling SQLKit SQLUpdate.swift
[848/996] Compiling SQLKit SQLExpression.swift
[849/996] Compiling SQLKit SQLSerializer.swift
[850/996] Compiling SQLKit SQLStatement.swift
[851/996] Compiling SQLKit SQLBinaryExpression.swift
[852/996] Compiling SQLKit SQLBinaryOperator.swift
[853/996] Compiling SQLKit SQLBind.swift
[854/996] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[855/996] Compiling SQLKit SQLColumnAssignment.swift
[856/996] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[857/996] Compiling SQLKit SQLColumnDefinition.swift
[858/996] Compiling SQLKit SQLCommonTableExpression.swift
[859/996] Compiling SQLKit SQLConflictAction.swift
[860/996] Compiling SQLKit SQLConflictResolutionStrategy.swift
[861/996] Compiling SQLKit SQLDropBehaviour.swift
[862/996] Compiling SQLKit SQLEnumDataType.swift
[863/996] Compiling SQLKit SQLExcludedColumn.swift
[864/996] Compiling SQLKit SQLForeignKey.swift
[865/996] Compiling SQLKit SQLJoin.swift
[866/996] Compiling SQLKit SQLJoinMethod.swift
[867/996] Compiling SQLKit SQLLockingClause.swift
[868/996] Compiling SQLKit SQLOrderBy.swift
[869/996] Compiling SQLKit SQLReturning.swift
[870/996] Compiling SQLKit SQLSubquery.swift
[871/996] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[872/996] Compiling SQLKit SQLAlterEnum.swift
[873/996] Compiling SQLKit SQLAlterTable.swift
[874/996] Compiling SQLKit SQLCreateEnum.swift
[875/996] Compiling SQLKit SQLCreateIndex.swift
[876/996] Compiling SQLKit SQLCreateTable.swift
[877/996] Compiling SQLKit SQLCreateTrigger.swift
[878/996] Compiling SQLKit SQLDelete.swift
[879/996] Compiling SQLKit SQLDropEnum.swift
[880/1008] Compiling NIOSSL SSLPrivateKey.swift
[881/1008] Compiling NIOSSL NIOSSLServerHandler.swift
[882/1008] Compiling NIOSSL SSLContext.swift
[883/1008] Compiling NIOSSL LinuxCABundle.swift
[884/1008] Compiling NIOSSL SSLCertificateExtensions.swift
[885/1008] Compiling NIOSSL SSLConnection.swift
[886/1008] Compiling NIOSSL NIOSSLClientHandler.swift
[887/1008] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[888/1008] Compiling NIOSSL SSLInit.swift
[889/1008] Compiling NIOSSL SSLPKCS12Bundle.swift
[892/1008] Compiling NIOSSL ObjectIdentifier.swift
[893/1008] Compiling NIOSSL PosixPort.swift
[894/1008] Compiling NIOSSL SSLCallbacks.swift
[895/1008] Compiling NIOSSL SSLPublicKey.swift
[896/1008] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[897/1008] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[898/1008] Compiling NIOSSL SubjectAlternativeName.swift
[899/1008] Compiling NIOSSL NIOSSLSecureBytes.swift
[900/1008] Compiling NIOSSL RNG.swift
[901/1030] Compiling NIOTransportServices StateManagedChannel.swift
[902/1030] Compiling NIOTransportServices StateManagedListenerChannel.swift
[903/1030] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[904/1032] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[905/1032] Compiling NIOTransportServices NIOTSSingletons.swift
[906/1032] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[907/1032] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[908/1032] Compiling NIOTransportServices AcceptHandler.swift
[909/1032] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[910/1033] Compiling NIOTransportServices NIOTSBootstraps.swift
[911/1033] Compiling NIOTransportServices NIOTSChannelOptions.swift
[912/1033] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[913/1033] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[914/1033] Compiling NIOTransportServices NIOTSErrors.swift
[915/1033] Compiling NIOTransportServices NIOTSEventLoop.swift
[916/1033] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[917/1033] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[918/1033] Compiling NIOTransportServices NIOTSListenerChannel.swift
[919/1033] Emitting module NIOTransportServices
[920/1033] Compiling SQLKit SQLColumnUpdateBuilder.swift
[921/1033] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[922/1033] Compiling SQLKit SQLCommonUnionBuilder.swift
[923/1033] Compiling SQLKit SQLJoinBuilder.swift
[924/1033] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[925/1033] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[928/1033] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[929/1033] Compiling NIOTransportServices NIOTSDatagramListener.swift
[930/1033] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[932/1034] Emitting module SQLKit
[947/1034] Compiling SQLKit SQLPredicateBuilder.swift
[948/1034] Compiling SQLKit SQLQueryBuilder.swift
[949/1034] Compiling SQLKit SQLQueryFetcher.swift
[950/1034] Compiling SQLKit SQLReturningBuilder.swift
[951/1034] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[952/1034] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[953/1034] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[954/1034] Compiling SQLKit SQLDatabase.swift
[955/1034] Compiling SQLKit SQLDatabaseReportedVersion.swift
[956/1034] Compiling SQLKit SQLDialect.swift
[957/1034] Compiling SQLKit SQLDatabase+Deprecated.swift
[958/1034] Compiling SQLKit SQLError.swift
[959/1034] Compiling SQLKit SQLExpressions+Deprecated.swift
[960/1034] Compiling NIOSSL SafeCompare.swift
[961/1034] Compiling NIOSSL Zeroization.swift
[972/1034] Compiling SQLKit SQLPartialResultBuilder.swift
[990/1055] Emitting module NIOSSL
[991/1055] Emitting module AsyncKit
[992/1055] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[993/1055] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[994/1065] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[995/1065] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[996/1065] Compiling NIOHPACK HeaderTables.swift
[1006/1066] Emitting module NIOHTTPCompression
[1007/1066] Compiling NIOHTTPCompression HTTPCompression.swift
[1009/1084] Compiling NIOHTTPCompression HTTPDecompression.swift
[1010/1084] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1011/1084] Compiling NIOExtras NIOExtrasError.swift
[1012/1087] Compiling NIOHPACK IndexedHeaderTable.swift
[1013/1087] Compiling NIOHPACK HuffmanTables.swift
[1014/1087] Compiling NIOHPACK IntegerCoding.swift
[1016/1088] Compiling NIOExtras DebugInboundEventsHandler.swift
[1017/1088] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1018/1088] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1019/1088] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1020/1088] Compiling NIOExtras LengthFieldPrepender.swift
[1021/1088] Compiling NIOExtras LineBasedFrameDecoder.swift
[1022/1088] Compiling NIOHPACK HuffmanCoding.swift
[1023/1088] Compiling NIOExtras JSONRPCFraming.swift
[1026/1088] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1029/1088] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1030/1088] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1035/1088] Compiling NIOWebSocket WebSocketOpcode.swift
[1037/1089] Compiling NIOExtras NIORequestIdentifiable.swift
[1038/1089] Emitting module NIOWebSocket
[1039/1089] Compiling NIOHPACK StaticHeaderTable.swift
[1040/1089] Emitting module NIOHPACK
[1041/1090] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1044/1090] Compiling SQLKit SQLFunction.swift
[1045/1090] Compiling SQLKit SQLGroupExpression.swift
[1046/1090] Compiling SQLKit SQLIdentifier.swift
[1047/1090] Compiling SQLKit SQLList.swift
[1048/1090] Compiling SQLKit SQLLiteral.swift
[1049/1090] Compiling SQLKit SQLRaw.swift
[1050/1090] Compiling SQLKit SQLCodingUtilities.swift
[1051/1090] Compiling SQLKit SQLQueryEncoder.swift
[1052/1090] Compiling SQLKit SQLRow.swift
[1053/1090] Compiling SQLKit SQLRowDecoder.swift
[1054/1090] Compiling SQLKit SomeCodingKey.swift
[1055/1090] Compiling SQLKit StringHandling.swift
[1058/1090] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1063/1094] Compiling NIOWebSocket WebSocketFrame.swift
[1064/1094] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1065/1094] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1066/1095] Compiling NIOExtras PCAPRingBuffer.swift
[1067/1095] Compiling NIOExtras QuiescingHelper.swift
[1068/1095] Compiling NIOExtras RequestResponseHandler.swift
[1069/1095] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1071/1108] Compiling MultipartKit BasicCodingKey.swift
[1072/1108] Compiling MultipartKit MultipartError.swift
[1073/1108] Compiling MultipartKit Exports.swift
[1074/1108] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1075/1108] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1076/1108] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1077/1114] Compiling NIOSSL TLSConfiguration.swift
[1078/1114] Compiling NIOSSL UniversalBootstrapSupport.swift
[1079/1114] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1081/1115] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1086/1117] Emitting module _NIOFileSystemFoundationCompat
[1087/1117] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1089/1120] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1090/1120] Compiling MultipartKit FormDataDecoder.swift
[1091/1120] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1092/1120] Compiling MultipartKit MultipartFormData.swift
[1093/1120] Compiling MultipartKit MultipartParser.swift
[1094/1120] Compiling MultipartKit FormDataEncoder.swift
[1095/1120] Emitting module NIOExtras
[1102/1121] Emitting module MultipartKit
[1103/1121] Compiling MultipartKit MultipartPart.swift
[1104/1121] Compiling MultipartKit MultipartPartConvertible.swift
[1106/1156] Compiling NIOFileSystem Exports.swift
[1107/1156] Emitting module NIOFileSystem
[1108/1166] Compiling NIOHTTP2 ReceivingDataState.swift
[1109/1166] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1110/1166] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1111/1179] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1112/1179] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1113/1180] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1115/1181] Compiling NIOHTTP2 SendingRstStreamState.swift
[1116/1181] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1117/1181] Compiling NIOHTTP2 MaySendFrames.swift
[1118/1181] Compiling NIOHTTP2 SendingDataState.swift
[1119/1181] Compiling NIOHTTP2 SendingGoawayState.swift
[1120/1181] Compiling NIOHTTP2 SendingHeadersState.swift
[1121/1181] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1125/1277] Compiling WebSocketKit Exports.swift
[1126/1277] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1127/1277] Compiling FluentKit DatabaseEnum.swift
[1128/1277] Compiling FluentKit EnumBuilder.swift
[1129/1277] Compiling FluentKit EnumMetadata.swift
[1130/1277] Compiling FluentKit EnumProperty.swift
[1131/1277] Compiling FluentKit AsyncMigration.swift
[1132/1277] Compiling FluentKit AsyncModelMiddleware.swift
[1133/1277] Compiling FluentKit Children+Concurrency.swift
[1134/1277] Compiling FluentKit Database+Concurrency.swift
[1135/1285] Compiling WebSocketKit WebSocketHandler.swift
[1136/1285] Compiling FluentKit Migrations.swift
[1137/1285] Compiling FluentKit Migrator.swift
[1138/1285] Compiling FluentKit AnyModel.swift
[1139/1285] Compiling FluentKit EagerLoad.swift
[1140/1285] Compiling FluentKit Fields+Codable.swift
[1141/1285] Compiling FluentKit Fields.swift
[1142/1285] Compiling FluentKit MirrorBypass.swift
[1143/1285] Compiling FluentKit Model+CRUD.swift
[1144/1285] Compiling WebSocketKit WebSocket+Concurrency.swift
[1145/1285] Emitting module WebSocketKit
[1146/1285] Compiling WebSocketKit WebSocket+Connect.swift
[1147/1285] Compiling WebSocketKit WebSocket.swift
[1148/1285] Compiling WebSocketKit WebSocketClient.swift
[1150/1286] Compiling FluentKit QueryBuilder+Group.swift
[1151/1286] Compiling FluentKit QueryBuilder+Join+DirectRelations.swift
[1152/1286] Compiling FluentKit QueryBuilder+Join.swift
[1153/1286] Compiling FluentKit QueryBuilder+Paginate.swift
[1154/1286] Compiling FluentKit QueryBuilder+Range.swift
[1155/1286] Compiling FluentKit QueryBuilder+Set.swift
[1156/1286] Compiling FluentKit QueryBuilder+Sort.swift
[1157/1286] Compiling FluentKit QueryBuilder.swift
[1158/1286] Compiling FluentKit DatabaseQuery+Action.swift
[1159/1286] Compiling FluentKit DatabaseQuery+Aggregate.swift
[1160/1286] Compiling FluentKit DatabaseQuery+Field.swift
[1161/1286] Compiling FluentKit DatabaseQuery+Filter.swift
[1162/1286] Emitting module FluentKit
[1163/1298] Compiling FluentKit Siblings+Concurrency.swift
[1164/1298] Compiling FluentKit Database+Logging.swift
[1165/1298] Compiling FluentKit Database.swift
[1166/1298] Compiling FluentKit DatabaseID.swift
[1167/1298] Compiling FluentKit DatabaseInput.swift
[1168/1298] Compiling FluentKit DatabaseOutput.swift
[1169/1298] Compiling FluentKit Databases.swift
[1170/1298] Compiling FluentKit KeyPrefixingStrategy.swift
[1171/1298] Compiling FluentKit TransactionControlDatabase.swift
[1172/1298] Emitting module NIOHTTP2
[1176/1298] Compiling FluentKit Model.swift
[1177/1298] Compiling FluentKit ModelAlias.swift
[1178/1298] Compiling FluentKit Schema.swift
[1179/1298] Compiling FluentKit FieldOperators.swift
[1180/1298] Compiling FluentKit Operators.swift
[1181/1298] Compiling FluentKit ValueOperators+Array.swift
[1182/1298] Compiling FluentKit ValueOperators+String.swift
[1183/1298] Compiling FluentKit ValueOperators.swift
[1184/1298] Compiling FluentKit Boolean.swift
[1189/1298] Compiling FluentKit EnumBuilder+Concurrency.swift
[1190/1298] Compiling FluentKit Model+Concurrency.swift
[1191/1298] Compiling FluentKit ModelResponder+Concurrency.swift
[1192/1298] Compiling FluentKit OptionalChild+Concurrency.swift
[1193/1298] Compiling FluentKit OptionalParent+Concurrency.swift
[1194/1298] Compiling FluentKit Parent+Concurrency.swift
[1195/1298] Compiling FluentKit QueryBuilder+Concurrency.swift
[1196/1298] Compiling FluentKit Relation+Concurrency.swift
[1197/1298] Compiling FluentKit SchemaBuilder+Concurrency.swift
[1211/1298] Compiling FluentKit OptionalEnumProperty.swift
[1212/1298] Compiling FluentKit Exports.swift
[1213/1298] Compiling FluentKit FluentError.swift
[1214/1298] Compiling FluentKit ModelMiddleware.swift
[1215/1298] Compiling FluentKit ModelResponder.swift
[1216/1298] Compiling FluentKit Migration.swift
[1217/1298] Compiling FluentKit MigrationLog.swift
[1223/1298] Compiling NIOHTTP2 InboundWindowManager.swift
[1224/1298] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1225/1298] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1226/1298] Compiling NIOHTTP2 StreamChannelList.swift
[1227/1298] Compiling NIOHTTP2 StreamMap.swift
[1228/1298] Compiling NIOHTTP2 StreamStateMachine.swift
[1229/1298] Compiling NIOHTTP2 UnsafeTransfer.swift
[1230/1298] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1232/1298] Compiling FluentKit BooleanPropertyFormat.swift
[1233/1298] Compiling FluentKit Children.swift
[1234/1298] Compiling FluentKit CompositeChildren.swift
[1235/1298] Compiling FluentKit CompositeID.swift
[1236/1298] Compiling FluentKit CompositeOptionalChild.swift
[1237/1298] Compiling FluentKit CompositeOptionalParent.swift
[1238/1298] Compiling FluentKit CompositeParent.swift
[1239/1298] Compiling FluentKit DatabaseQuery+Join.swift
[1240/1298] Compiling FluentKit DatabaseQuery+Range.swift
[1241/1298] Compiling FluentKit DatabaseQuery+Sort.swift
[1242/1298] Compiling FluentKit DatabaseQuery+Value.swift
[1243/1298] Compiling FluentKit DatabaseQuery.swift
[1244/1298] Compiling FluentKit QueryHistory.swift
[1245/1298] Compiling FluentKit DatabaseSchema.swift
[1246/1298] Compiling FluentKit SchemaBuilder.swift
[1247/1298] Compiling FluentKit OptionalType.swift
[1248/1298] Compiling FluentKit RandomGeneratable.swift
[1249/1298] Compiling FluentKit SomeCodingKey.swift
[1250/1298] Compiling FluentKit UnsafeMutableTransferBox.swift
[1274/1298] Compiling FluentKit Parent.swift
[1275/1298] Compiling FluentKit Property.swift
[1276/1298] Compiling FluentKit Relation.swift
[1277/1298] Compiling FluentKit Siblings.swift
[1278/1298] Compiling FluentKit Timestamp.swift
[1279/1298] Compiling FluentKit TimestampFormat.swift
[1280/1298] Compiling FluentKit QueryBuilder+Aggregate.swift
[1281/1298] Compiling FluentKit QueryBuilder+EagerLoad.swift
[1282/1298] Compiling FluentKit QueryBuilder+Filter.swift
[1301/1359] Emitting module AsyncHTTPClient
[1302/1359] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1303/1359] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1304/1359] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1305/1359] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1306/1359] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1307/1359] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1308/1359] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1309/1359] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1310/1359] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1311/1367] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1312/1367] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1313/1367] Compiling AsyncHTTPClient Transaction.swift
[1314/1367] Compiling AsyncHTTPClient Base64.swift
[1315/1367] Compiling AsyncHTTPClient BasicAuth.swift
[1316/1367] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1317/1367] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1318/1367] Compiling AsyncHTTPClient ConnectionPool.swift
[1319/1367] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1320/1367] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1321/1367] Compiling AsyncHTTPClient RequestOptions.swift
[1322/1367] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1323/1367] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1324/1367] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1325/1367] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1326/1367] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1327/1367] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1328/1367] Compiling AsyncHTTPClient RequestBag.swift
[1329/1367] Compiling AsyncHTTPClient RequestValidation.swift
[1330/1367] Compiling AsyncHTTPClient SSLContextCache.swift
[1331/1367] Compiling AsyncHTTPClient Scheme.swift
[1332/1367] Compiling AsyncHTTPClient Singleton.swift
[1333/1367] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1334/1367] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1335/1367] Compiling AsyncHTTPClient Utils.swift
[1336/1367] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1337/1367] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1338/1367] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1339/1367] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1340/1367] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1341/1367] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1342/1367] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1343/1367] Compiling AsyncHTTPClient RequestBodyLength.swift
[1344/1367] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1345/1367] Compiling AsyncHTTPClient ConnectionTarget.swift
[1346/1367] Compiling AsyncHTTPClient DeconstructedURL.swift
[1347/1367] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1348/1367] Compiling AsyncHTTPClient FoundationExtensions.swift
[1349/1367] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1350/1367] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1351/1367] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1352/1367] Compiling AsyncHTTPClient HTTPClient.swift
[1353/1367] Compiling AsyncHTTPClient HTTPHandler.swift
[1354/1367] Compiling AsyncHTTPClient LRUCache.swift
[1355/1367] Compiling AsyncHTTPClient NWErrorHandler.swift
[1356/1367] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1357/1367] Compiling AsyncHTTPClient TLSConfiguration.swift
[1358/1367] Compiling AsyncHTTPClient RedirectState.swift
[1359/1367] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1360/1367] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1361/1367] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1362/1367] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1363/1367] Compiling AsyncHTTPClient HTTP1Connection.swift
[1364/1367] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1365/1367] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1366/1367] Compiling AsyncHTTPClient HTTP2Connection.swift
[1367/1367] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1369/1537] Compiling Vapor HTTPServerResponseEncoder.swift
[1370/1537] Compiling Vapor HTTPServerUpgradeHandler.swift
[1371/1537] Compiling Vapor Logger+Report.swift
[1372/1537] Compiling Vapor LoggingSystem+Environment.swift
[1373/1537] Compiling Vapor Application+Middleware.swift
[1374/1537] Compiling Vapor CORSMiddleware.swift
[1375/1537] Compiling Vapor ErrorMiddleware.swift
[1376/1537] Compiling Vapor FileMiddleware.swift
[1377/1537] Compiling Vapor Middleware.swift
[1378/1537] Compiling Vapor MiddlewareConfiguration.swift
[1379/1537] Compiling Vapor ResponseCompressionMiddleware.swift
[1380/1537] Compiling Vapor RouteLoggingMiddleware.swift
[1381/1537] Compiling Vapor TracingMiddleware.swift
[1382/1537] Compiling Vapor File+Multipart.swift
[1383/1537] Compiling Vapor FormDataDecoder+Content.swift
[1384/1537] Compiling Vapor FormDataEncoder+Content.swift
[1385/1537] Compiling Vapor Application+Password.swift
[1386/1537] Compiling Vapor Application+Passwords.swift
[1387/1537] Compiling Vapor AsyncPasswordHasher.swift
[1388/1537] Compiling Vapor BcryptHasher.swift
[1389/1537] Compiling Vapor PasswordHasher.swift
[1390/1537] Compiling Vapor PlaintextHasher.swift
[1391/1537] Compiling Vapor Request+Password.swift
[1392/1537] Compiling Vapor Redirect.swift
[1393/1561] Compiling Vapor Core.swift
[1394/1561] Compiling Vapor Running.swift
[1395/1561] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[1396/1561] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[1397/1561] Compiling Vapor DotEnvFile+load.swift
[1398/1561] Compiling Vapor Routes+caseInsenstive.swift
[1399/1561] Compiling Vapor Validatable+validate.swift
[1400/1561] Compiling Vapor Environment+Process.swift
[1401/1561] Compiling Vapor Environment+Secret.swift
[1402/1561] Compiling Vapor Environment.swift
[1403/1561] Compiling Vapor Abort.swift
[1404/1561] Compiling Vapor AbortError.swift
[1405/1561] Compiling Vapor DebuggableError.swift
[1406/1561] Compiling Vapor Demangler.swift
[1407/1561] Compiling Vapor ErrorSource.swift
[1408/1561] Compiling Vapor StackTrace.swift
[1409/1561] Compiling Vapor Exports.swift
[1410/1561] Compiling Vapor Application+HTTP.swift
[1411/1561] Compiling Vapor BasicResponder.swift
[1412/1561] Compiling Vapor BodyStream.swift
[1413/1561] Compiling Vapor Application+HTTP+Client.swift
[1414/1561] Compiling Vapor EventLoopHTTPClient.swift
[1415/1561] Compiling Vapor EndpointCache.swift
[1416/1561] Compiling Vapor HTTPMethod+String.swift
[1417/1561] Compiling Vapor Application.swift
[1418/1561] Compiling Vapor AuthenticationCache.swift
[1419/1561] Compiling Vapor Authenticator.swift
[1420/1561] Compiling Vapor BasicAuthorization.swift
[1421/1561] Compiling Vapor BearerAuthorization.swift
[1422/1561] Compiling Vapor GuardMiddleware.swift
[1423/1561] Compiling Vapor RedirectMiddleware.swift
[1424/1561] Compiling Vapor SessionAuthenticatable.swift
[1425/1561] Compiling Vapor Bcrypt.swift
[1426/1561] Compiling Vapor Application+Cache.swift
[1427/1561] Compiling Vapor Cache.swift
[1428/1561] Compiling Vapor CacheExpirationTime.swift
[1429/1561] Compiling Vapor MemoryCache.swift
[1430/1561] Compiling Vapor Request+Cache.swift
[1431/1561] Compiling Vapor Application+Clients.swift
[1432/1561] Compiling Vapor Client.swift
[1433/1561] Compiling Vapor ClientRequest.swift
[1434/1561] Compiling Vapor ClientResponse.swift
[1435/1561] Compiling Vapor Request+Client.swift
[1436/1561] Compiling Vapor BootCommand.swift
[1437/1561] Compiling Vapor CommandContext+Application.swift
[1438/1561] Compiling Vapor RoutesCommand.swift
[1439/1561] Compiling Vapor ServeCommand.swift
[1440/1561] Compiling Vapor AnyResponse+Concurrency.swift
[1441/1585] Compiling Vapor Validator.swift
[1442/1585] Compiling Vapor ValidatorResult.swift
[1443/1585] Compiling Vapor And.swift
[1444/1585] Compiling Vapor Case.swift
[1445/1585] Compiling Vapor CharacterSet.swift
[1446/1585] Compiling Vapor Count.swift
[1447/1585] Compiling Vapor Custom.swift
[1448/1585] Compiling Vapor Email.swift
[1449/1585] Compiling Vapor Empty.swift
[1450/1585] Compiling Vapor In.swift
[1451/1585] Compiling Vapor Nil.swift
[1452/1585] Compiling Vapor NilIgnoring.swift
[1453/1585] Compiling Vapor Not.swift
[1454/1585] Compiling Vapor Or.swift
[1455/1585] Compiling Vapor Pattern.swift
[1456/1585] Compiling Vapor Range.swift
[1457/1585] Compiling Vapor URL.swift
[1458/1585] Compiling Vapor Valid.swift
[1459/1585] Compiling Vapor Application+Views.swift
[1460/1585] Compiling Vapor PlaintextRenderer.swift
[1461/1585] Compiling Vapor Request+View.swift
[1462/1585] Compiling Vapor View.swift
[1463/1585] Compiling Vapor ViewRenderer.swift
[1464/1585] Compiling Vapor _Deprecations.swift
[1465/1585] Compiling Vapor Bytes+Hex.swift
[1466/1585] Compiling Vapor Bytes+SecureCompare.swift
[1467/1585] Compiling Vapor Collection+Safe.swift
[1468/1585] Compiling Vapor DataProtocol+Copy.swift
[1469/1585] Compiling Vapor DecoderUnwrapper.swift
[1470/1585] Compiling Vapor DirectoryConfiguration.swift
[1471/1585] Compiling Vapor DotEnv.swift
[1472/1585] Compiling Vapor Extendable.swift
[1473/1585] Compiling Vapor File.swift
[1474/1585] Compiling Vapor FileIO.swift
[1475/1585] Compiling Vapor LifecycleHandler.swift
[1476/1585] Compiling Vapor OptionalType.swift
[1477/1585] Compiling Vapor RFC1123.swift
[1478/1585] Compiling Vapor SocketAddress+Hostname.swift
[1479/1585] Compiling Vapor Storage.swift
[1480/1585] Compiling Vapor String+IsIPAddress.swift
[1481/1585] Compiling Vapor Thread.swift
[1482/1585] Compiling Vapor URI.swift
[1483/1585] Compiling Vapor RangeResult.swift
[1484/1585] Compiling Vapor Validatable.swift
[1485/1585] Compiling Vapor Validation.swift
[1486/1585] Compiling Vapor ValidationKey.swift
[1487/1585] Compiling Vapor Validations.swift
[1488/1585] Compiling Vapor ValidationsError.swift
[1489/1585] Compiling Vapor AsyncBasicResponder.swift
[1490/1585] Compiling Vapor AsyncMiddleware.swift
[1491/1585] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[1492/1585] Compiling Vapor AsyncSessionDriver.swift
[1493/1585] Compiling Vapor Authentication+Concurrency.swift
[1494/1585] Compiling Vapor Cache+Concurrency.swift
[1495/1585] Compiling Vapor Client+Concurrency.swift
[1496/1585] Compiling Vapor RequestBody+Concurrency.swift
[1497/1585] Compiling Vapor Responder+Concurrency.swift
[1498/1585] Compiling Vapor ResponseCodable+Concurrency.swift
[1499/1585] Compiling Vapor RoutesBuilder+Concurrency.swift
[1500/1585] Compiling Vapor ViewRenderer+Concurrency.swift
[1501/1585] Compiling Vapor WebSocket+Concurrency.swift
[1502/1585] Compiling Vapor ContainerGetPathExecutor.swift
[1503/1585] Compiling Vapor Content.swift
[1504/1585] Compiling Vapor ContentCoders.swift
[1505/1585] Compiling Vapor ContentConfiguration.swift
[1506/1585] Compiling Vapor ContentContainer.swift
[1507/1585] Compiling Vapor JSONCoder+Custom.swift
[1508/1585] Compiling Vapor JSONCoders+Content.swift
[1509/1585] Compiling Vapor PlaintextDecoder.swift
[1510/1585] Compiling Vapor PlaintextEncoder.swift
[1511/1585] Compiling Vapor URLQueryCoders.swift
[1512/1585] Compiling Vapor URLQueryContainer.swift
[1513/1585] Emitting module Vapor
[1514/1585] Compiling Vapor Service.swift
[1515/1585] Compiling Vapor Application+Sessions.swift
[1516/1585] Compiling Vapor MemorySessions.swift
[1517/1585] Compiling Vapor Request+Session.swift
[1518/1585] Compiling Vapor Session.swift
[1519/1585] Compiling Vapor SessionCache.swift
[1520/1585] Compiling Vapor SessionData.swift
[1521/1585] Compiling Vapor SessionDriver.swift
[1522/1585] Compiling Vapor SessionsConfiguration.swift
[1523/1585] Compiling Vapor SessionsMiddleware.swift
[1524/1585] Compiling Vapor URLEncodedFormData.swift
[1525/1585] Compiling Vapor URLEncodedFormDecoder.swift
[1526/1585] Compiling Vapor URLEncodedFormEncoder.swift
[1527/1585] Compiling Vapor URLEncodedFormError.swift
[1528/1585] Compiling Vapor URLEncodedFormParser.swift
[1529/1585] Compiling Vapor URLEncodedFormSerializer.swift
[1530/1585] Compiling Vapor URLQueryFragmentConvertible.swift
[1531/1585] Compiling Vapor AnyResponse.swift
[1532/1585] Compiling Vapor Array+Random.swift
[1533/1585] Compiling Vapor Base32.swift
[1534/1585] Compiling Vapor Base64.swift
[1535/1585] Compiling Vapor BaseN.swift
[1536/1585] Compiling Vapor BasicCodingKey.swift
[1537/1585] Compiling Vapor ByteCount.swift
[1538/1585] Compiling Vapor HTTPStatus.swift
[1539/1585] Compiling Vapor HTTPCookies.swift
[1540/1585] Compiling Vapor HTTPHeaderCacheControl.swift
[1541/1585] Compiling Vapor HTTPHeaderExpires.swift
[1542/1585] Compiling Vapor HTTPHeaderLastModified.swift
[1543/1585] Compiling Vapor HTTPHeaders+Cache.swift
[1544/1585] Compiling Vapor HTTPHeaders+Connection.swift
[1545/1585] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[1546/1585] Compiling Vapor HTTPHeaders+ContentRange.swift
[1547/1585] Compiling Vapor HTTPHeaders+Directive.swift
[1548/1585] Compiling Vapor HTTPHeaders+Forwarded.swift
[1549/1585] Compiling Vapor HTTPHeaders+Link.swift
[1550/1585] Compiling Vapor HTTPHeaders+Name.swift
[1551/1585] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[1552/1585] Compiling Vapor HTTPHeaders.swift
[1553/1585] Compiling Vapor HTTPMediaType.swift
[1554/1585] Compiling Vapor HTTPMediaTypePreference.swift
[1555/1585] Compiling Vapor Responder.swift
[1556/1585] Compiling Vapor Application+HTTP+Server.swift
[1557/1585] Compiling Vapor HTTPServer.swift
[1558/1585] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[1559/1585] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[1560/1585] Compiling Vapor HTTPServerHandler.swift
[1561/1585] Compiling Vapor HTTPServerRequestDecoder.swift
[1562/1585] Compiling Vapor Request+Body.swift
[1563/1585] Compiling Vapor Request+BodyStream.swift
[1564/1585] Compiling Vapor Request.swift
[1565/1585] Compiling Vapor Application+Responder.swift
[1566/1585] Compiling Vapor DefaultResponder.swift
[1567/1585] Compiling Vapor Response+Body.swift
[1568/1585] Compiling Vapor Response.swift
[1569/1585] Compiling Vapor ResponseCodable.swift
[1570/1585] Compiling Vapor Application+Routes.swift
[1571/1585] Compiling Vapor Parameters+Require.swift
[1572/1585] Compiling Vapor Request+WebSocket.swift
[1573/1585] Compiling Vapor Route.swift
[1574/1585] Compiling Vapor RouteCollection.swift
[1575/1585] Compiling Vapor Routes.swift
[1576/1585] Compiling Vapor RoutesBuilder+Group.swift
[1577/1585] Compiling Vapor RoutesBuilder+Method.swift
[1578/1585] Compiling Vapor RoutesBuilder+Middleware.swift
[1579/1585] Compiling Vapor RoutesBuilder+WebSocket.swift
[1580/1585] Compiling Vapor RoutesBuilder.swift
[1581/1585] Compiling Vapor OTP.swift
[1582/1585] Compiling Vapor Application+Servers.swift
[1583/1585] Compiling Vapor Server.swift
[1584/1585] Compiling Vapor App+Service.swift
[1585/1585] Compiling Vapor Req+Service.swift
[1587/1601] Compiling Fluent ModelAuthenticatable.swift
[1588/1601] Compiling Fluent ModelCredentialsAuthenticatable.swift
[1589/1601] Compiling Fluent FluentProvider.swift
[1590/1601] Compiling Fluent MigrateCommand.swift
[1591/1603] Emitting module Fluent
[1592/1603] Compiling Fluent FluentProvider+Concurrency.swift
[1593/1603] Compiling Fluent ModelCredentialsAuthenticatable+Concurrency.swift
[1594/1603] Compiling Fluent Exports.swift
[1595/1603] Compiling Fluent Fluent+Cache.swift
[1596/1603] Compiling Fluent Pagination+Concurrency.swift
[1597/1603] Compiling Fluent Sessions+Concurrency.swift
[1598/1603] Compiling Fluent Fluent+History.swift
[1599/1603] Compiling Fluent Fluent+Paginate.swift
[1600/1603] Compiling Fluent Fluent+Pagination.swift
[1601/1603] Compiling Fluent Fluent+Sessions.swift
[1602/1603] Compiling Fluent ModelTokenAuthenticatable.swift
[1603/1603] Compiling Fluent PageLimit.swift
[1605/1615] Compiling VaporWallet WalletTransactionModelMiddleware.swift
/host/spi-builder-workspace/Sources/VaporWallet/HasWallet.swift:11:8: error: no such module 'FluentPostgresDriver'
9 | import Vapor
10 | import Fluent
11 | import FluentPostgresDriver
| `- error: no such module 'FluentPostgresDriver'
12 |
13 | public protocol HasWallet: FluentKit.Model {
[1606/1615] Compiling VaporWallet CreateWallet.swift
/host/spi-builder-workspace/Sources/VaporWallet/HasWallet.swift:11:8: error: no such module 'FluentPostgresDriver'
9 | import Vapor
10 | import Fluent
11 | import FluentPostgresDriver
| `- error: no such module 'FluentPostgresDriver'
12 |
13 | public protocol HasWallet: FluentKit.Model {
[1607/1616] Compiling VaporWallet HasWallet.swift
/host/spi-builder-workspace/Sources/VaporWallet/HasWallet.swift:11:8: error: no such module 'FluentPostgresDriver'
9 | import Vapor
10 | import Fluent
11 | import FluentPostgresDriver
| `- error: no such module 'FluentPostgresDriver'
12 |
13 | public protocol HasWallet: FluentKit.Model {
[1608/1616] Compiling VaporWallet WalletModelMiddleware.swift
/host/spi-builder-workspace/Sources/VaporWallet/HasWallet.swift:11:8: error: no such module 'FluentPostgresDriver'
9 | import Vapor
10 | import Fluent
11 | import FluentPostgresDriver
| `- error: no such module 'FluentPostgresDriver'
12 |
13 | public protocol HasWallet: FluentKit.Model {
[1609/1616] Compiling VaporWallet WalletErrors.swift
/host/spi-builder-workspace/Sources/VaporWallet/HasWallet.swift:11:8: error: no such module 'FluentPostgresDriver'
9 | import Vapor
10 | import Fluent
11 | import FluentPostgresDriver
| `- error: no such module 'FluentPostgresDriver'
12 |
13 | public protocol HasWallet: FluentKit.Model {
[1610/1616] Compiling VaporWallet Double+extensions.swift
/host/spi-builder-workspace/Sources/VaporWallet/HasWallet.swift:11:8: error: no such module 'FluentPostgresDriver'
9 | import Vapor
10 | import Fluent
11 | import FluentPostgresDriver
| `- error: no such module 'FluentPostgresDriver'
12 |
13 | public protocol HasWallet: FluentKit.Model {
[1611/1616] Compiling VaporWallet CreateWalletTransaction.swift
/host/spi-builder-workspace/Sources/VaporWallet/HasWallet.swift:11:8: error: no such module 'FluentPostgresDriver'
9 | import Vapor
10 | import Fluent
11 | import FluentPostgresDriver
| `- error: no such module 'FluentPostgresDriver'
12 |
13 | public protocol HasWallet: FluentKit.Model {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1612/1616] Emitting module VaporWallet
/host/spi-builder-workspace/Sources/VaporWallet/HasWallet.swift:11:8: error: no such module 'FluentPostgresDriver'
9 | import Vapor
10 | import Fluent
11 | import FluentPostgresDriver
| `- error: no such module 'FluentPostgresDriver'
12 |
13 | public protocol HasWallet: FluentKit.Model {
[1613/1616] Compiling VaporWallet WalletType.swift
/host/spi-builder-workspace/Sources/VaporWallet/HasWallet.swift:11:8: error: no such module 'FluentPostgresDriver'
9 | import Vapor
10 | import Fluent
11 | import FluentPostgresDriver
| `- error: no such module 'FluentPostgresDriver'
12 |
13 | public protocol HasWallet: FluentKit.Model {
[1614/1616] Compiling VaporWallet WalletRepository.swift
/host/spi-builder-workspace/Sources/VaporWallet/HasWallet.swift:11:8: error: no such module 'FluentPostgresDriver'
9 | import Vapor
10 | import Fluent
11 | import FluentPostgresDriver
| `- error: no such module 'FluentPostgresDriver'
12 |
13 | public protocol HasWallet: FluentKit.Model {
[1615/1616] Compiling VaporWallet Wallet.swift
/host/spi-builder-workspace/Sources/VaporWallet/HasWallet.swift:11:8: error: no such module 'FluentPostgresDriver'
9 | import Vapor
10 | import Fluent
11 | import FluentPostgresDriver
| `- error: no such module 'FluentPostgresDriver'
12 |
13 | public protocol HasWallet: FluentKit.Model {
[1616/1616] Compiling VaporWallet WalletTransaction.swift
/host/spi-builder-workspace/Sources/VaporWallet/HasWallet.swift:11:8: error: no such module 'FluentPostgresDriver'
9 | import Vapor
10 | import Fluent
11 | import FluentPostgresDriver
| `- error: no such module 'FluentPostgresDriver'
12 |
13 | public protocol HasWallet: FluentKit.Model {
BUILD FAILURE 6.1 linux