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