Build Information
Successful build of queues-database-hooks, reference 0.3.0 (edae74
), with Swift 6.1 for Android on 28 May 2025 05:48:07 UTC.
Swift 6 data race errors: 4
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor-community/queues-database-hooks.git
Reference: 0.3.0
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/vapor-community/queues-database-hooks
* tag 0.3.0 -> FETCH_HEAD
HEAD is now at edae74c Merge pull request #2 from vapor-community/overhaul-queries-and-fluent-usage
Cloned https://github.com/vapor-community/queues-database-hooks.git
Revision (git rev-parse @):
edae74c5896fd303ae04ebfa44eb8d605a64f17a
SUCCESS checkout https://github.com/vapor-community/queues-database-hooks.git at 0.3.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/vapor-community/queues-database-hooks.git
https://github.com/vapor-community/queues-database-hooks.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "queues",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/queues.git"
},
{
"identity" : "fluent-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-kit.git"
},
{
"identity" : "sql-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "3.7.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/sql-kit.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" : "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"
}
],
"manifest_display_name" : "queues-database-hooks",
"name" : "queues-database-hooks",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "QueuesDatabaseHooks",
"targets" : [
"QueuesDatabaseHooks"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "QueuesDatabaseHooksTests",
"module_type" : "SwiftTarget",
"name" : "QueuesDatabaseHooksTests",
"path" : "Tests/QueuesDatabaseHooksTests",
"product_dependencies" : [
"FluentSQLiteDriver",
"XCTQueues",
"XCTVapor",
"Fluent"
],
"sources" : [
"DatabaseHooksTests.swift"
],
"target_dependencies" : [
"QueuesDatabaseHooks"
],
"type" : "test"
},
{
"c99name" : "QueuesDatabaseHooks",
"module_type" : "SwiftTarget",
"name" : "QueuesDatabaseHooks",
"path" : "Sources/QueuesDatabaseHooks",
"product_dependencies" : [
"FluentKit",
"SQLKit",
"Queues"
],
"product_memberships" : [
"QueuesDatabaseHooks"
],
"sources" : [
"QueueDatabaseEntry+Query.swift",
"QueueDatabaseEntry.swift",
"QueuesDatabaseNotificationHook.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/queues.git
Fetching https://github.com/vapor/fluent.git
Fetching https://github.com/vapor/fluent-kit.git
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/vapor/fluent-sqlite-driver.git
Fetching https://github.com/vapor/vapor.git
[1/13421] Fetching fluent
[2/14768] Fetching fluent, fluent-sqlite-driver
[163/18086] Fetching fluent, fluent-sqlite-driver, queues
[3783/24069] Fetching fluent, fluent-sqlite-driver, queues, sql-kit
[7304/37397] Fetching fluent, fluent-sqlite-driver, queues, sql-kit, fluent-kit
Fetched https://github.com/vapor/fluent-sqlite-driver.git from cache (0.77s)
[10700/36050] Fetching fluent, queues, sql-kit, fluent-kit
[19202/110428] Fetching fluent, queues, sql-kit, fluent-kit, vapor
Fetched https://github.com/vapor/fluent-kit.git from cache (1.16s)
Fetched https://github.com/vapor/queues.git from cache (1.23s)
Fetched https://github.com/vapor/fluent.git from cache (1.24s)
[20859/80361] Fetching sql-kit, vapor
Fetched https://github.com/vapor/sql-kit.git from cache (3.30s)
Fetched https://github.com/vapor/vapor.git from cache (3.33s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 4.12.0 (4.17s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.2 (0.78s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
[1/3836] Fetching swift-log
[3837/79891] Fetching swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.58s)
[1522/76055] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.39s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (7.86s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (1.15s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.47s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.37s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1710] Fetching swift-atomics
[1711/6101] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.46s)
Fetched https://github.com/apple/swift-system.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 (1.00s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.56s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.69s)
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.54s)
Fetching https://github.com/vapor/sqlite-kit.git
[1/2112] Fetching sqlite-kit
Fetched https://github.com/vapor/sqlite-kit.git from cache (0.78s)
Computing version for https://github.com/vapor/sqlite-kit.git
Computed https://github.com/vapor/sqlite-kit.git at 4.5.2 (1.64s)
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/sqlite-nio.git
[1/1508] Fetching sqlite-nio
[2/3878] Fetching sqlite-nio, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.43s)
[121/1508] Fetching sqlite-nio
Fetched https://github.com/vapor/sqlite-nio.git from cache (2.30s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (3.02s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5959] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.74s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.46s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.44s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.03s)
Computing version for https://github.com/vapor/sqlite-nio.git
Computed https://github.com/vapor/sqlite-nio.git at 1.11.3 (0.53s)
Computing version for https://github.com/vapor/queues.git
Computed https://github.com/vapor/queues.git at 1.17.2 (0.51s)
Fetching https://github.com/apple/swift-metrics.git
[1/2206] Fetching swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.34s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.89s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.66s)
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.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-nio-http2.git
[1/1063] Fetching swift-service-context
[278/4382] Fetching swift-service-context, multipart-kit
[2226/9356] Fetching swift-service-context, multipart-kit, swift-distributed-tracing
[4184/11965] Fetching swift-service-context, multipart-kit, swift-distributed-tracing, websocket-kit
[8932/17879] Fetching swift-service-context, multipart-kit, swift-distributed-tracing, websocket-kit, swift-nio-extras
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.53s)
Fetching https://github.com/apple/swift-nio-ssl.git
[10274/26808] Fetching swift-service-context, multipart-kit, swift-distributed-tracing, websocket-kit, swift-nio-ssl
Fetched https://github.com/apple/swift-service-context.git from cache (2.40s)
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (2.45s)
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.09s)
Fetching https://github.com/vapor/console-kit.git
[1/20727] Fetching routing-kit
[15339/34663] Fetching routing-kit, swift-crypto
[16101/40240] Fetching routing-kit, swift-crypto, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.44s)
[18398/34663] Fetching routing-kit, swift-crypto
Fetching https://github.com/swift-server/async-http-client.git
[24073/48677] Fetching routing-kit, swift-crypto, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (2.11s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.76s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.42s)
[1/11527] Fetching swift-nio-http2
Fetched https://github.com/vapor/websocket-kit.git from cache (6.17s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (6.18s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (6.19s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (7.24s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.80s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.99s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.37s)
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.93s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.66s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1590] Fetching swift-asn1
[542/4016] Fetching swift-asn1, swift-service-lifecycle
[710/4920] Fetching swift-asn1, swift-service-lifecycle, swift-http-types
[4582/6061] Fetching swift-asn1, swift-service-lifecycle, swift-http-types, swift-http-structured-headers
[5344/11046] Fetching swift-asn1, swift-service-lifecycle, swift-http-types, swift-http-structured-headers, swift-async-algorithms
[8056/17201] Fetching swift-asn1, swift-service-lifecycle, swift-http-types, swift-http-structured-headers, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.64s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.64s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.64s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.64s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.64s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.64s)
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.24s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.53s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.08s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.86s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.72s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.72s)
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.73s)
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.63s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.71s)
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.97s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.05s)
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 (1.05s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.84s)
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/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/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/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/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/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/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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/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/vapor/sqlite-kit.git
Working copy of https://github.com/vapor/sqlite-kit.git resolved at 4.5.2
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/vapor/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.52.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/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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
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/queues.git
Working copy of https://github.com/vapor/queues.git resolved at 1.17.2
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
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/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-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/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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Building for debugging...
[0/834] Write sources
[49/834] Compiling CNIOWindows WSAStartup.c
[50/834] Compiling _AtomicsShims.c
[51/834] Compiling CNIOWindows shim.c
[52/834] Compiling _NumericsShims _NumericsShims.c
[53/834] Compiling CNIOWASI CNIOWASI.c
[54/834] Compiling CVaporBcrypt blf.c
[55/834] Compiling CVaporBcrypt bcrypt.c
[56/834] Compiling CSystem shims.c
[57/834] Compiling CNIOLinux liburing_shims.c
[58/834] Compiling CNIOLLHTTP c_nio_http.c
[59/834] Compiling CNIOExtrasZlib empty.c
[60/834] Compiling CNIOLinux shim.c
[61/834] Compiling CNIODarwin shim.c
[62/834] Compiling CNIOSHA1 c_nio_sha1.c
[63/834] Compiling fiat_p256_adx_sqr.S
[64/834] Compiling fiat_p256_adx_mul.S
[65/834] Compiling fiat_curve25519_adx_square.S
[66/834] Compiling fiat_curve25519_adx_mul.S
[67/834] Compiling CNIOLLHTTP c_nio_api.c
[68/834] Compiling CNIOLLHTTP c_nio_llhttp.c
[69/834] Write swift-version-24593BA9C3E375BF.txt
[70/834] Compiling CNIOBoringSSLShims shims.c
[71/838] Compiling tls_record.cc
[72/838] Compiling tls_method.cc
[73/838] Compiling t1_enc.cc
[74/838] Compiling tls13_client.cc
[75/838] Compiling tls13_enc.cc
[76/840] Compiling tls13_both.cc
[76/840] Compiling tls13_server.cc
[79/902] Emitting module ServiceContextModule
[80/903] Emitting module InternalCollectionsUtilities
[81/904] Emitting module SystemPackage
[82/907] Compiling SystemPackage Util+StringArray.swift
[83/907] Compiling SystemPackage Util.swift
[84/907] Compiling SystemPackage UtilConsumers.swift
[85/907] Compiling _NIODataStructures _TinyArray.swift
[86/907] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[87/907] Compiling InternalCollectionsUtilities _SortedCollection.swift
[88/907] Compiling InternalCollectionsUtilities Descriptions.swift
[89/907] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[90/907] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[91/907] Compiling InternalCollectionsUtilities Integer rank.swift
[92/907] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[93/907] Compiling InternalCollectionsUtilities UInt+reversed.swift
[94/907] Emitting module _NIOBase64
[95/907] Compiling _NIOBase64 Base64.swift
[96/908] Compiling RealModule Float16+Real.swift
[97/908] Compiling ServiceContextModule ServiceContextKey.swift
[98/909] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[101/909] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[102/909] Compiling InternalCollectionsUtilities Debugging.swift
[104/909] Compiling ServiceContextModule ServiceContext.swift
[105/910] Compiling RealModule RealFunctions.swift
[107/910] Compiling RealModule ElementaryFunctions.swift
[110/910] Compiling RealModule Float+Real.swift
[111/910] Compiling _NIODataStructures PriorityQueue.swift
[112/910] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[113/910] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[116/910] Compiling RealModule Real.swift
[117/910] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[118/910] Compiling RealModule Float80+Real.swift
[119/910] Compiling CoreMetrics Metrics.swift
[130/910] Emitting module RealModule
[131/912] Emitting module _NIODataStructures
[132/912] Compiling _NIODataStructures Heap.swift
[136/973] Compiling Instrumentation Instrument.swift
[137/987] Emitting module Instrumentation
[138/987] Compiling Instrumentation MultiplexInstrument.swift
[139/987] Compiling Instrumentation NoOpInstrument.swift
[139/987] Compiling ssl_x509.cc
[140/1042] Compiling ssl_versions.cc
[141/1042] Compiling ssl_transcript.cc
[143/1042] Emitting module CoreMetrics
[144/1042] Compiling CoreMetrics Locks.swift
[145/1042] Compiling Logging MetadataProvider.swift
[146/1050] Compiling Instrumentation InstrumentationSystem.swift
[147/1050] Compiling Instrumentation Locks.swift
[148/1051] Compiling Logging Logging.swift
[149/1051] Compiling Logging LogHandler.swift
[150/1051] Emitting module Logging
[151/1051] Compiling Logging Locks.swift
[152/1051] Compiling OrderedCollections OrderedDictionary.swift
[153/1051] Compiling OrderedCollections OrderedSet+Codable.swift
[154/1051] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[155/1051] Compiling OrderedCollections OrderedSet+Hashable.swift
[156/1051] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[157/1051] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[158/1051] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[159/1051] Compiling OrderedCollections OrderedSet+Descriptions.swift
[160/1051] Compiling OrderedCollections OrderedSet+Diffing.swift
[161/1051] Compiling OrderedCollections OrderedSet+Equatable.swift
[162/1051] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[163/1051] Compiling OrderedCollections _HashTable+Testing.swift
[164/1051] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[165/1051] Compiling OrderedCollections _HashTable.swift
[166/1051] Compiling OrderedCollections _Hashtable+Header.swift
[169/1053] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[170/1053] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[171/1053] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[172/1053] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[173/1053] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[174/1053] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[175/1053] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[178/1060] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[179/1060] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[180/1060] Compiling OrderedCollections OrderedSet.swift
[181/1060] Compiling OrderedCollections _UnsafeBitset.swift
[182/1060] Compiling _RopeModule BigString+RemoveSubrange.swift
[183/1060] Compiling _RopeModule BigString+ReplaceSubrange.swift
[184/1060] Compiling _RopeModule BigString+Split.swift
[185/1060] Compiling _RopeModule Range+BigString.swift
[186/1060] Compiling _RopeModule BigString+UTF16View.swift
[187/1060] Compiling _RopeModule BigString+UTF8View.swift
[188/1118] Compiling HeapModule Heap+Invariants.swift
[189/1118] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[190/1118] Compiling HeapModule Heap+Descriptions.swift
[191/1120] Compiling HeapModule Heap+UnsafeHandle.swift
[192/1133] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[193/1133] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[194/1133] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[195/1133] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[196/1133] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[197/1133] Compiling HashTreeCollections _HashNode+Structural merge.swift
[198/1133] Compiling HashTreeCollections _AncestorHashSlots.swift
[199/1133] Compiling HashTreeCollections _Bitmap.swift
[200/1160] Compiling HeapModule Heap.swift
[201/1168] Compiling HeapModule _HeapNode.swift
[202/1170] Compiling DequeModule Deque+CustomReflectable.swift
[203/1170] Compiling DequeModule Deque+Descriptions.swift
[204/1170] Emitting module HeapModule
[205/1179] Compiling HashTreeCollections TreeDictionary+Codable.swift
[206/1179] Compiling HashTreeCollections TreeDictionary+Collection.swift
[207/1179] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[208/1179] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[209/1179] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[210/1179] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[211/1179] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[212/1179] Compiling HashTreeCollections TreeDictionary+Filter.swift
[213/1179] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[214/1179] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[215/1179] Compiling HashTreeCollections TreeDictionary+Keys.swift
[216/1179] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[217/1179] Compiling HashTreeCollections TreeDictionary+Merge.swift
[218/1179] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[219/1179] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[220/1179] Compiling HashTreeCollections _UnsafePath.swift
[229/1179] Compiling HashTreeCollections _HashNode+Initializers.swift
[230/1179] Compiling HashTreeCollections _HashNode+Invariants.swift
[231/1179] Compiling HashTreeCollections _HashNode+Lookups.swift
[232/1179] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[233/1179] Compiling HashTreeCollections _HashTreeIterator.swift
[234/1179] Compiling HashTreeCollections _HashTreeStatistics.swift
[235/1179] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[236/1179] Compiling HashTreeCollections _RawHashNode.swift
[237/1179] Compiling HashTreeCollections _UnmanagedHashNode.swift
[245/1179] Compiling HashTreeCollections TreeDictionary+Values.swift
[246/1179] Compiling HashTreeCollections TreeDictionary.swift
[247/1179] Compiling HashTreeCollections TreeSet+Codable.swift
[249/1179] Compiling DequeModule Deque+Codable.swift
[250/1179] Compiling DequeModule Deque+Collection.swift
[253/1179] Compiling DequeModule Deque+Equatable.swift
[254/1179] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[255/1179] Compiling DequeModule Deque+Extras.swift
[256/1179] Compiling DequeModule Deque+Hashable.swift
[257/1179] Compiling HashTreeCollections _Bucket.swift
[258/1179] Compiling HashTreeCollections _Hash.swift
[259/1179] Compiling HashTreeCollections _HashLevel.swift
[260/1179] Compiling HashTreeCollections _HashNode+Builder.swift
[261/1179] Compiling HashTreeCollections _HashNode+Debugging.swift
[265/1179] Compiling DequeModule _DequeBuffer.swift
[266/1179] Compiling DequeModule _DequeBufferHeader.swift
[267/1179] Compiling Tracing TracingTime.swift
[268/1179] Compiling Tracing SpanProtocol.swift
[269/1179] Compiling Tracing InstrumentationSystem+Tracing.swift
[270/1179] Emitting module _RopeModule
[273/1179] Emitting module Tracing
[274/1179] Compiling Tracing NoOpTracer.swift
[275/1179] Compiling Tracing TracerProtocol.swift
[276/1179] Compiling Tracing TracerProtocol+Legacy.swift
[277/1179] Compiling Tracing Tracer.swift
[278/1179] Compiling DequeModule _DequeSlot.swift
[279/1179] Compiling DequeModule _UnsafeWrappedBuffer.swift
[280/1180] Emitting module OrderedCollections
[281/1180] Compiling HashTreeCollections TreeSet+Hashable.swift
[282/1180] Compiling HashTreeCollections TreeSet+Sendable.swift
[283/1180] Compiling HashTreeCollections TreeSet+Sequence.swift
[284/1180] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[285/1180] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[286/1180] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[287/1180] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[288/1180] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[289/1180] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[290/1180] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[293/1190] Compiling DequeModule Deque+Testing.swift
[294/1190] Compiling DequeModule Deque._Storage.swift
[297/1190] Compiling DequeModule Deque._UnsafeHandle.swift
[298/1190] Compiling DequeModule Deque.swift
[307/1190] Compiling ssl_stat.cc
[322/1190] Compiling HashTreeCollections TreeSet+Collection.swift
[323/1190] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[324/1190] Compiling HashTreeCollections TreeSet+Debugging.swift
[325/1190] Compiling HashTreeCollections TreeSet+Descriptions.swift
[326/1190] Compiling HashTreeCollections TreeSet+Equatable.swift
[327/1190] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[328/1190] Compiling HashTreeCollections TreeSet+Extras.swift
[329/1190] Compiling HashTreeCollections TreeSet+Filter.swift
[330/1190] Emitting module DequeModule
[351/1192] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[352/1192] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[353/1192] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[354/1192] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[355/1192] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[356/1192] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[357/1192] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[358/1192] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[359/1192] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[360/1192] Compiling HashTreeCollections TreeSet.swift
[400/1193] Emitting module RoutingKit
[401/1193] Compiling RoutingKit PathComponent.swift
[402/1193] Compiling RoutingKit Router.swift
[403/1193] Compiling RoutingKit TrieRouter.swift
[404/1193] Emitting module HashTreeCollections
[404/1193] Compiling ssl_privkey.cc
[440/1194] Compiling RoutingKit AnyRouter.swift
[441/1194] Compiling RoutingKit Parameters.swift
[441/1195] Compiling ssl_key_share.cc
[443/1195] Emitting module Metrics
[444/1195] Compiling Metrics Metrics.swift
[445/1196] Compiling ssl_session.cc
[446/1196] Compiling ssl_lib.cc
[448/1196] Compiling ssl_file.cc
[449/1196] Compiling ssl_buffer.cc
[450/1196] Compiling ssl_credential.cc
[451/1196] Compiling ssl_asn1.cc
[452/1196] Compiling ssl_aead_ctx.cc
[453/1196] Compiling ssl_cipher.cc
[454/1196] Compiling s3_pkt.cc
[455/1196] Compiling ssl_cert.cc
[456/1196] Compiling s3_lib.cc
[457/1196] Compiling handshake_server.cc
[458/1196] Compiling handshake_client.cc
[459/1196] Compiling s3_both.cc
[460/1196] Compiling handoff.cc
[461/1196] Compiling handshake.cc
[462/1196] Compiling encrypted_client_hello.cc
[463/1196] Compiling dtls_record.cc
[464/1196] Compiling md5-x86_64-linux.S
[465/1196] Compiling md5-x86_64-apple.S
[466/1196] Compiling extensions.cc
[467/1196] Compiling md5-586-linux.S
[468/1196] Compiling md5-586-apple.S
[469/1196] Compiling chacha20_poly1305_x86_64-linux.S
[470/1196] Compiling chacha20_poly1305_x86_64-apple.S
[471/1196] Compiling chacha20_poly1305_armv8-win.S
[472/1196] Compiling chacha20_poly1305_armv8-linux.S
[473/1196] Compiling d1_both.cc
[474/1196] Compiling chacha20_poly1305_armv8-apple.S
[475/1196] Compiling chacha-x86_64-apple.S
[476/1196] Compiling chacha-x86_64-linux.S
[477/1196] Compiling err_data.cc
[478/1196] Compiling chacha-armv8-win.S
[479/1196] Compiling chacha-x86-linux.S
[480/1196] Compiling dtls_method.cc
[481/1196] Compiling bio_ssl.cc
[482/1196] Compiling chacha-x86-apple.S
[483/1196] Compiling chacha-armv4-linux.S
[484/1196] Compiling chacha-armv8-linux.S
[485/1196] Compiling chacha-armv8-apple.S
[486/1196] Compiling d1_pkt.cc
[487/1196] Compiling aes128gcmsiv-x86_64-linux.S
[488/1196] Compiling aes128gcmsiv-x86_64-apple.S
[489/1196] Compiling x86_64-mont5-linux.S
[490/1196] Compiling x86_64-mont5-apple.S
[491/1196] Compiling d1_srtp.cc
[492/1196] Compiling x86_64-mont-linux.S
[492/1196] Compiling x86-mont-linux.S
[494/1196] Compiling vpaes-x86-linux.S
[495/1196] Compiling vpaes-x86_64-linux.S
[495/1196] Compiling vpaes-x86_64-apple.S
[497/1196] Compiling x86_64-mont-apple.S
[498/1196] Compiling x86-mont-apple.S
[499/1196] Compiling d1_lib.cc
[500/1196] Compiling vpaes-x86-apple.S
[501/1196] Compiling vpaes-armv8-win.S
[502/1196] Compiling vpaes-armv8-apple.S
[503/1196] Compiling sha512-x86_64-linux.S
[504/1196] Compiling vpaes-armv8-linux.S
[505/1196] Compiling sha512-x86_64-apple.S
[506/1196] Compiling vpaes-armv7-linux.S
[507/1196] Compiling sha512-armv8-win.S
[508/1196] Compiling sha512-586-apple.S
[508/1196] Compiling sha512-armv8-apple.S
[508/1196] Compiling sha512-armv4-linux.S
[508/1196] Compiling sha512-586-linux.S
[508/1196] Compiling sha256-x86_64-linux.S
[513/1196] Compiling sha512-armv8-linux.S
[514/1196] Compiling sha256-x86_64-apple.S
[515/1196] Compiling sha256-armv8-apple.S
[516/1196] Compiling sha256-armv4-linux.S
[517/1196] Compiling sha256-586-linux.S
[518/1196] Compiling sha256-armv8-win.S
[518/1196] Compiling sha256-586-apple.S
[520/1196] Compiling sha1-x86_64-linux.S
[520/1196] Compiling sha256-armv8-linux.S
[522/1196] Compiling sha1-x86_64-apple.S
[523/1196] Compiling sha1-armv8-win.S
[524/1196] Compiling sha1-586-apple.S
[525/1196] Compiling sha1-586-linux.S
[526/1196] Compiling sha1-armv4-large-linux.S
[527/1196] Compiling rsaz-avx2-linux.S
[528/1196] Compiling sha1-armv8-apple.S
[529/1196] Compiling sha1-armv8-linux.S
[530/1196] Compiling rsaz-avx2-apple.S
[531/1196] Compiling rdrand-x86_64-linux.S
[532/1196] Compiling rdrand-x86_64-apple.S
[533/1196] Compiling p256_beeu-x86_64-asm-linux.S
[534/1196] Compiling p256_beeu-armv8-asm-win.S
[535/1196] Compiling p256_beeu-x86_64-asm-apple.S
[536/1196] Compiling p256-x86_64-asm-apple.S
[537/1196] Compiling p256-x86_64-asm-linux.S
[538/1196] Compiling p256_beeu-armv8-asm-apple.S
[539/1196] Compiling p256_beeu-armv8-asm-linux.S
[540/1196] Compiling p256-armv8-asm-win.S
[541/1196] Compiling p256-armv8-asm-apple.S
[542/1196] Compiling ghashv8-armv8-win.S
[543/1196] Compiling p256-armv8-asm-linux.S
[544/1196] Compiling ghashv8-armv8-linux.S
[545/1196] Compiling ghashv8-armv8-apple.S
[546/1196] Compiling ghashv8-armv7-linux.S
[547/1196] Compiling ghash-x86_64-linux.S
[548/1196] Compiling ghash-x86_64-apple.S
[549/1196] Compiling ghash-x86-apple.S
[550/1196] Compiling ghash-x86-linux.S
[551/1196] Compiling ghash-ssse3-x86_64-apple.S
[551/1196] Compiling ghash-ssse3-x86_64-linux.S
[553/1196] Compiling ghash-ssse3-x86-apple.S
[554/1196] Compiling ghash-ssse3-x86-linux.S
[555/1196] Compiling ghash-neon-armv8-win.S
[556/1196] Compiling ghash-neon-armv8-linux.S
[557/1196] Compiling ghash-neon-armv8-apple.S
[558/1196] Compiling ghash-armv4-linux.S
[559/1196] Compiling bsaes-armv7-linux.S
[560/1196] Compiling co-586-linux.S
[561/1196] Compiling co-586-apple.S
[562/1196] Compiling bn-armv8-win.S
[563/1196] Compiling bn-armv8-linux.S
[564/1196] Compiling bn-armv8-apple.S
[565/1196] Compiling bn-586-linux.S
[566/1196] Compiling armv8-mont-win.S
[567/1196] Compiling bn-586-apple.S
[567/1196] Compiling armv4-mont-linux.S
[569/1196] Compiling armv8-mont-apple.S
[570/1196] Compiling aesv8-gcm-armv8-win.S
[571/1196] Compiling armv8-mont-linux.S
[572/1196] Compiling aesv8-gcm-armv8-linux.S
[573/1196] Compiling aesv8-armv8-win.S
[574/1196] Compiling aesv8-gcm-armv8-apple.S
[575/1196] Compiling aesni-x86_64-apple.S
[576/1196] Compiling aesv8-armv7-linux.S
[577/1196] Compiling aesv8-armv8-linux.S
[578/1196] Compiling aesni-x86-apple.S
[579/1196] Compiling aesni-gcm-x86_64-apple.S
[580/1196] Compiling aesv8-armv8-apple.S
[581/1196] Compiling aesni-x86-linux.S
[582/1196] Compiling aesni-x86_64-linux.S
[583/1196] Compiling aesni-gcm-x86_64-linux.S
[584/1196] Compiling aes-gcm-avx10-x86_64-linux.S
[585/1196] Compiling aes-gcm-avx2-x86_64-apple.S
[585/1196] Compiling aes-gcm-avx2-x86_64-linux.S
[585/1196] Compiling aes-gcm-avx10-x86_64-apple.S
[588/1196] Compiling x_req.cc
[589/1196] Compiling x_name.cc
[590/1196] Compiling x_spki.cc
[591/1196] Compiling x_x509a.cc
[592/1196] Compiling x_sig.cc
[593/1196] Compiling x_x509.cc
[594/1196] Compiling x_pubkey.cc
[595/1196] Compiling x_val.cc
[596/1196] Compiling x_exten.cc
[597/1196] Compiling x_all.cc
[598/1196] Compiling x_algor.cc
[599/1196] Compiling x509name.cc
[600/1196] Compiling x_attrib.cc
[601/1196] Compiling x509cset.cc
[602/1196] Compiling x509spki.cc
[603/1196] Compiling x_crl.cc
[604/1196] Compiling x509rset.cc
[605/1196] Compiling x509_vpm.cc
[606/1196] Compiling x509_vfy.cc
[607/1196] Compiling x509_v3.cc
[608/1196] Compiling x509_txt.cc
[609/1196] Compiling x509_set.cc
[610/1196] Compiling x509_trs.cc
[611/1196] Compiling x509_req.cc
[612/1196] Compiling x509_obj.cc
[613/1196] Compiling x509_lu.cc
[614/1196] Compiling x509_ext.cc
[615/1196] Compiling x509_def.cc
[616/1196] Compiling x509_d2.cc
[617/1196] Compiling x509_cmp.cc
[618/1196] Compiling x509_att.cc
[619/1196] Compiling x509.cc
[620/1196] Compiling v3_utl.cc
[621/1196] Compiling v3_skey.cc
[622/1196] Compiling v3_purp.cc
[623/1196] Compiling v3_ocsp.cc
[624/1196] Compiling v3_prn.cc
[625/1196] Compiling v3_pmaps.cc
[626/1196] Compiling v3_pcons.cc
[627/1196] Compiling v3_ncons.cc
[628/1196] Compiling v3_lib.cc
[629/1196] Compiling v3_int.cc
[630/1196] Compiling v3_info.cc
[631/1196] Compiling v3_extku.cc
[632/1196] Compiling v3_genn.cc
[633/1196] Compiling v3_enum.cc
[634/1196] Compiling v3_ia5.cc
[635/1196] Compiling v3_crld.cc
[636/1196] Compiling v3_bitst.cc
[637/1196] Compiling v3_conf.cc
[638/1196] Compiling v3_cpols.cc
[639/1196] Compiling v3_alt.cc
[640/1196] Compiling v3_bcons.cc
[641/1196] Compiling t_x509.cc
[642/1196] Compiling t_x509a.cc
[643/1196] Compiling v3_akeya.cc
[644/1196] Compiling v3_akey.cc
[645/1196] Compiling t_req.cc
[646/1196] Compiling t_crl.cc
[647/1196] Compiling policy.cc
[648/1196] Compiling rsa_pss.cc
[649/1196] Compiling i2d_pr.cc
[650/1196] Compiling by_dir.cc
[651/1196] Compiling asn1_gen.cc
[652/1196] Compiling by_file.cc
[653/1196] Compiling name_print.cc
[654/1196] Compiling algorithm.cc
[655/1196] Compiling a_verify.cc
[656/1196] Compiling a_digest.cc
[657/1196] Compiling thread_win.cc
[658/1196] Compiling a_sign.cc
[659/1196] Compiling thread_none.cc
[660/1196] Compiling thread_pthread.cc
[661/1196] Compiling trust_token.cc
[662/1196] Compiling thread.cc
[663/1196] Compiling voprf.cc
[664/1196] Compiling siphash.cc
[665/1196] Compiling pmbtoken.cc
[666/1196] Compiling sha256.cc
[667/1196] Compiling stack.cc
[668/1196] Compiling slhdsa.cc
[669/1196] Compiling sha512.cc
[670/1196] Compiling spake2plus.cc
[671/1196] Compiling rsa_print.cc
[672/1196] Compiling sha1.cc
[673/1196] Compiling rsa_extra.cc
[674/1196] Compiling rc4.cc
[675/1196] Compiling refcount.cc
[676/1196] Compiling rsa_asn1.cc
[677/1196] Compiling rsa_crypt.cc
[678/1196] Compiling windows.cc
[679/1196] Compiling trusty.cc
[680/1196] Compiling urandom.cc
[681/1196] Compiling rand.cc
[682/1196] Compiling passive.cc
[683/1196] Compiling fork_detect.cc
[684/1196] Compiling ios.cc
[685/1196] Compiling getentropy.cc
[686/1196] Compiling deterministic.cc
[687/1196] Compiling forkunsafe.cc
[688/1196] Compiling poly1305_arm_asm.S
[689/1196] Compiling poly1305_vec.cc
[690/1196] Compiling poly1305.cc
[691/1196] Compiling poly1305_arm.cc
[692/1196] Compiling pool.cc
[693/1196] Compiling p5_pbev2.cc
[694/1196] Compiling pkcs8.cc
[695/1196] Compiling pkcs7_x509.cc
[696/1196] Compiling pkcs8_x509.cc
[697/1196] Compiling pem_x509.cc
[698/1196] Compiling pkcs7.cc
[699/1196] Compiling pem_xaux.cc
[700/1196] Compiling pem_pkey.cc
[701/1196] Compiling pem_oth.cc
[702/1196] Compiling pem_pk8.cc
[703/1196] Compiling obj_xref.cc
[704/1196] Compiling pem_lib.cc
[705/1196] Compiling pem_info.cc
[706/1196] Compiling pem_all.cc
[707/1196] Compiling mldsa.cc
[708/1196] Compiling obj.cc
[709/1196] Compiling poly_rq_mul.S
[710/1196] Compiling mlkem.cc
[711/1196] Compiling mem.cc
[712/1196] Compiling fips_shared_support.cc
[713/1196] Compiling ex_data.cc
[714/1196] Compiling md4.cc
[715/1196] Compiling md5.cc
[716/1196] Compiling lhash.cc
[717/1196] Compiling kyber.cc
[718/1196] Compiling sign.cc
[719/1196] Compiling print.cc
[720/1196] Compiling hpke.cc
[721/1196] Compiling hrss.cc
[722/1196] Compiling scrypt.cc
[723/1196] Compiling p_x25519.cc
[724/1196] Compiling pbkdf.cc
[725/1196] Compiling p_x25519_asn1.cc
[726/1196] Compiling p_rsa_asn1.cc
[727/1196] Compiling p_rsa.cc
[728/1196] Compiling p_ed25519.cc
[729/1196] Compiling p_hkdf.cc
[730/1196] Compiling p_ec.cc
[731/1196] Compiling p_ed25519_asn1.cc
[732/1196] Compiling p_ec_asn1.cc
[733/1196] Compiling p_dsa_asn1.cc
[734/1196] Compiling p_dh_asn1.cc
[735/1196] Compiling p_dh.cc
[736/1196] Compiling evp_ctx.cc
[737/1196] Compiling evp.cc
[738/1196] Compiling engine.cc
[739/1196] Compiling ecdh.cc
[740/1196] Compiling err.cc
[741/1196] Compiling evp_asn1.cc
[742/1196] Compiling hash_to_curve.cc
[743/1196] Compiling ecdsa_asn1.cc
[744/1196] Compiling ec_derive.cc
[745/1196] Compiling ec_asn1.cc
[746/1196] Compiling dsa.cc
[747/1196] Compiling bcm.cc
[748/1196] Compiling params.cc
[749/1196] Compiling dsa_asn1.cc
[750/1196] Compiling x25519-asm-arm.S
[751/1196] Compiling digest_extra.cc
[752/1196] Compiling des.cc
[753/1196] Compiling dh_asn1.cc
[754/1196] Compiling curve25519_64_adx.cc
[755/1196] Compiling crypto.cc
[756/1196] Compiling spake25519.cc
[757/1196] Compiling curve25519.cc
[758/1196] Compiling cpu_intel.cc
[759/1196] Compiling cpu_arm_linux.cc
[760/1196] Compiling cpu_aarch64_win.cc
[761/1196] Compiling cpu_arm_freebsd.cc
[762/1196] Compiling cpu_aarch64_sysreg.cc
[763/1196] Compiling cpu_aarch64_openbsd.cc
[764/1196] Compiling cpu_aarch64_apple.cc
[765/1196] Compiling cpu_aarch64_linux.cc
[766/1196] Compiling cpu_aarch64_fuchsia.cc
[767/1196] Compiling get_cipher.cc
[768/1196] Compiling conf.cc
[769/1196] Compiling tls_cbc.cc
[770/1196] Compiling e_tls.cc
[771/1196] Compiling e_rc4.cc
[772/1196] Compiling e_rc2.cc
[773/1196] Compiling e_chacha20poly1305.cc
[774/1196] Compiling e_null.cc
[775/1196] Compiling e_des.cc
[776/1196] Compiling e_aesgcmsiv.cc
[777/1196] Compiling derive_key.cc
[778/1196] Compiling e_aesctrhmac.cc
[779/1196] Compiling chacha.cc
[780/1196] Compiling unicode.cc
[781/1196] Compiling buf.cc
[782/1196] Compiling ber.cc
[783/1196] Compiling cbs.cc
[784/1196] Compiling asn1_compat.cc
[785/1196] Compiling cbb.cc
[786/1196] Compiling blake2.cc
[787/1196] Compiling bn_asn1.cc
[788/1196] Compiling convert.cc
[789/1196] Compiling socket_helper.cc
[790/1196] Compiling socket.cc
[791/1196] Compiling printf.cc
[792/1196] Compiling pair.cc
[793/1196] Compiling hexdump.cc
[794/1196] Compiling fd.cc
[795/1196] Compiling file.cc
[796/1196] Compiling errno.cc
[797/1196] Compiling connect.cc
[798/1196] Compiling bio_mem.cc
[799/1196] Compiling bio.cc
[800/1196] Compiling base64.cc
[801/1196] Compiling tasn_fre.cc
[802/1196] Compiling tasn_typ.cc
[803/1196] Compiling tasn_enc.cc
[804/1196] Compiling tasn_new.cc
[805/1196] Compiling tasn_utl.cc
[806/1196] Compiling posix_time.cc
[807/1196] Compiling tasn_dec.cc
[808/1196] Compiling f_string.cc
[809/1196] Compiling f_int.cc
[810/1196] Compiling asn_pack.cc
[811/1196] Compiling asn1_par.cc
[812/1196] Compiling asn1_lib.cc
[813/1196] Compiling a_utctm.cc
[814/1196] Compiling a_time.cc
[815/1196] Compiling a_type.cc
[816/1196] Compiling a_strnid.cc
[817/1196] Compiling a_octet.cc
[818/1196] Compiling a_object.cc
[819/1196] Compiling a_strex.cc
[820/1196] Compiling a_dup.cc
[821/1196] Compiling a_mbstr.cc
[822/1196] Compiling a_i2d_fp.cc
[823/1196] Compiling a_int.cc
[824/1196] Compiling fiat_p256_adx_sqr.S
[825/1196] Compiling a_gentm.cc
[826/1196] Compiling a_d2i_fp.cc
[827/1196] Compiling fiat_p256_adx_mul.S
[828/1196] Compiling fiat_curve25519_adx_square.S
[829/1196] Compiling fiat_curve25519_adx_mul.S
[830/1196] Compiling md5-x86_64-linux.S
[831/1196] Compiling md5-586-linux.S
[832/1196] Compiling md5-x86_64-apple.S
[833/1196] Compiling CCryptoBoringSSLShims shims.c
[834/1196] Compiling md5-586-apple.S
[835/1196] Compiling chacha20_poly1305_x86_64-linux.S
[836/1196] Compiling chacha20_poly1305_x86_64-apple.S
[837/1196] Compiling chacha20_poly1305_armv8-win.S
[838/1196] Compiling a_bitstr.cc
[839/1196] Compiling chacha20_poly1305_armv8-linux.S
[840/1196] Compiling chacha-x86_64-linux.S
[841/1196] Compiling chacha20_poly1305_armv8-apple.S
[842/1196] Compiling chacha-x86_64-apple.S
[843/1196] Compiling chacha-x86-linux.S
[844/1196] Compiling chacha-x86-apple.S
[845/1196] Compiling chacha-armv8-win.S
[846/1196] Compiling chacha-armv8-linux.S
[847/1196] Compiling chacha-armv8-apple.S
[848/1196] Compiling aes128gcmsiv-x86_64-linux.S
[849/1196] Compiling chacha-armv4-linux.S
[850/1196] Compiling aes128gcmsiv-x86_64-apple.S
[851/1196] Compiling x86_64-mont5-apple.S
[852/1196] Compiling a_bool.cc
[853/1196] Compiling x86_64-mont5-linux.S
[854/1196] Compiling x86_64-mont-linux.S
[855/1196] Compiling x86-mont-linux.S
[856/1196] Compiling x86_64-mont-apple.S
[857/1196] Compiling x86-mont-apple.S
[858/1196] Compiling vpaes-x86_64-linux.S
[859/1196] Compiling vpaes-x86_64-apple.S
[860/1196] Compiling vpaes-x86-apple.S
[861/1196] Compiling err_data.cc
[862/1196] Compiling vpaes-x86-linux.S
[863/1196] Compiling vpaes-armv8-win.S
[864/1196] Compiling vpaes-armv8-linux.S
[865/1196] Compiling vpaes-armv8-apple.S
[866/1196] Compiling vpaes-armv7-linux.S
[867/1196] Compiling sha512-x86_64-linux.S
[868/1196] Compiling sha512-armv8-win.S
[869/1196] Compiling sha512-x86_64-apple.S
[870/1196] Compiling sha512-armv4-linux.S
[871/1196] Compiling sha512-armv8-apple.S
[872/1196] Compiling sha512-armv8-linux.S
[873/1196] Compiling sha512-586-apple.S
[874/1196] Compiling sha512-586-linux.S
[875/1196] Compiling sha256-x86_64-linux.S
[876/1196] Compiling sha256-x86_64-apple.S
[877/1196] Compiling sha256-armv8-apple.S
[878/1196] Compiling sha256-586-apple.S
[879/1196] Compiling sha256-armv8-win.S
[880/1196] Compiling sha256-586-linux.S
[880/1196] Compiling sha256-armv8-linux.S
[882/1196] Compiling sha256-armv4-linux.S
[883/1196] Compiling sha1-x86_64-linux.S
[884/1196] Compiling sha1-armv8-win.S
[885/1196] Compiling sha1-x86_64-apple.S
[886/1196] Compiling sha1-armv8-apple.S
[887/1196] Compiling sha1-armv4-large-linux.S
[888/1196] Compiling sha1-armv8-linux.S
[889/1196] Compiling sha1-586-apple.S
[890/1196] Compiling sha1-586-linux.S
[891/1196] Compiling rsaz-avx2-linux.S
[892/1196] Compiling rsaz-avx2-apple.S
[893/1196] Compiling rdrand-x86_64-apple.S
[894/1196] Compiling p256_beeu-x86_64-asm-linux.S
[895/1196] Compiling rdrand-x86_64-linux.S
[896/1196] Compiling p256_beeu-x86_64-asm-apple.S
[897/1196] Compiling p256_beeu-armv8-asm-win.S
[898/1196] Compiling p256_beeu-armv8-asm-linux.S
[899/1196] Compiling p256_beeu-armv8-asm-apple.S
[900/1196] Compiling p256-x86_64-asm-linux.S
[901/1196] Compiling p256-armv8-asm-win.S
[902/1196] Compiling p256-x86_64-asm-apple.S
[903/1196] Compiling p256-armv8-asm-linux.S
[904/1196] Compiling p256-armv8-asm-apple.S
[905/1196] Compiling ghashv8-armv8-win.S
[906/1196] Compiling ghashv8-armv8-linux.S
[907/1196] Compiling ghashv8-armv8-apple.S
[908/1196] Compiling ghashv8-armv7-linux.S
[909/1196] Compiling ghash-x86-linux.S
[910/1196] Compiling ghash-x86_64-linux.S
[911/1196] Compiling ghash-ssse3-x86_64-linux.S
[912/1196] Compiling ghash-x86_64-apple.S
[913/1196] Compiling ghash-x86-apple.S
[914/1196] Compiling ghash-ssse3-x86-linux.S
[915/1196] Compiling ghash-ssse3-x86-apple.S
[916/1196] Compiling ghash-ssse3-x86_64-apple.S
[917/1196] Compiling ghash-neon-armv8-apple.S
[918/1196] Compiling ghash-neon-armv8-win.S
[919/1196] Compiling ghash-armv4-linux.S
[920/1196] Compiling ghash-neon-armv8-linux.S
[921/1196] Compiling co-586-linux.S
[922/1196] Compiling co-586-apple.S
[923/1196] Compiling bn-armv8-win.S
[924/1196] Compiling bsaes-armv7-linux.S
[925/1196] Compiling bn-586-linux.S
[926/1196] Compiling bn-armv8-linux.S
[927/1196] Compiling bn-armv8-apple.S
[928/1196] Compiling armv8-mont-linux.S
[929/1196] Compiling armv8-mont-win.S
[930/1196] Compiling bn-586-apple.S
[931/1196] Compiling aesv8-gcm-armv8-win.S
[932/1196] Compiling aesv8-gcm-armv8-apple.S
[933/1196] Compiling aesv8-armv8-win.S
[934/1196] Compiling armv8-mont-apple.S
[935/1196] Compiling armv4-mont-linux.S
[936/1196] Compiling aesv8-armv8-linux.S
[936/1196] Compiling aesv8-gcm-armv8-linux.S
[938/1196] Compiling aesv8-armv7-linux.S
[939/1196] Compiling aesni-x86_64-linux.S
[940/1196] Compiling aesv8-armv8-apple.S
[941/1196] Compiling aesni-x86_64-apple.S
[942/1196] Compiling aesni-x86-apple.S
[943/1196] Compiling aesni-gcm-x86_64-linux.S
[944/1196] Compiling aesni-x86-linux.S
[945/1196] Compiling aesni-gcm-x86_64-apple.S
[946/1196] Compiling aes-gcm-avx10-x86_64-linux.S
[947/1196] Compiling aes-gcm-avx10-x86_64-apple.S
[948/1196] Compiling x_x509.cc
[949/1196] Compiling x_spki.cc
[950/1196] Compiling x_x509a.cc
[951/1196] Compiling c-atomics.c
[952/1196] Compiling x_req.cc
[953/1196] Compiling x_sig.cc
[954/1196] Compiling c-nioatomics.c
[955/1196] Compiling x_val.cc
[956/1196] Compiling x_pubkey.cc
[958/1202] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[958/1202] Compiling x_name.cc
[960/1202] Compiling NIOConcurrencyHelpers lock.swift
[961/1202] Compiling NIOConcurrencyHelpers NIOLock.swift
[962/1202] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[963/1202] Emitting module NIOConcurrencyHelpers
[963/1202] Compiling x_attrib.cc
[964/1202] Compiling x_all.cc
[965/1202] Compiling x_algor.cc
[966/1202] Compiling x_exten.cc
[968/1202] Compiling NIOConcurrencyHelpers atomics.swift
[968/1202] Compiling x_crl.cc
[969/1202] Compiling x509spki.cc
[971/1229] Compiling x509_vpm.cc
[972/1229] Compiling x509_txt.cc
[973/1229] Compiling x509cset.cc
[974/1229] Compiling x509rset.cc
[975/1229] Compiling x509name.cc
[976/1229] Compiling x509_v3.cc
[977/1229] Compiling x509_vfy.cc
[979/1229] Compiling ConsoleKitTerminal Console+Confirm.swift
[980/1229] Compiling ConsoleKitTerminal Console+Input.swift
[981/1229] Compiling ConsoleKitTerminal Console+Center.swift
[982/1229] Compiling ConsoleKitTerminal Console+Output.swift
[983/1232] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[984/1232] Compiling ConsoleKitTerminal ConsoleClear.swift
[985/1232] Compiling ConsoleKitTerminal Console+Ask.swift
[986/1232] Compiling ConsoleKitTerminal Console+Choose.swift
[987/1232] Compiling ConsoleKitTerminal ActivityBar.swift
[988/1232] Compiling ConsoleKitTerminal ActivityIndicator.swift
[989/1232] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[990/1232] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[991/1232] Emitting module ConsoleKitTerminal
[992/1232] Compiling ConsoleKitTerminal CustomActivity.swift
[993/1232] Compiling ConsoleKitTerminal LoadingBar.swift
[994/1232] Compiling ConsoleKitTerminal ProgressBar.swift
[995/1232] Compiling ConsoleKitTerminal Console+Clear.swift
[996/1232] Compiling ConsoleKitTerminal Console+Wait.swift
[997/1232] Compiling ConsoleKitTerminal ConsoleColor.swift
[998/1232] Compiling ConsoleKitTerminal ConsoleStyle.swift
[999/1232] Compiling ConsoleKitTerminal Console.swift
[1000/1232] Compiling ConsoleKitTerminal Terminal.swift
[1001/1232] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1002/1232] Compiling ConsoleKitTerminal ConsoleText.swift
[1003/1232] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1004/1232] Compiling ConsoleKitTerminal ANSI.swift
[1004/1232] Compiling x509_def.cc
[1005/1232] Compiling x509_obj.cc
[1006/1232] Compiling x509_req.cc
[1006/1232] Compiling x509_set.cc
[1008/1232] Compiling x509_ext.cc
[1009/1232] Compiling x509_trs.cc
[1010/1232] Compiling x509_lu.cc
[1012/1232] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1013/1232] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1014/1232] Compiling ConsoleKitTerminal LoggerFragment.swift
[1016/1255] Emitting module ConsoleKitCommands
[1016/1257] Compiling x509_d2.cc
[1017/1257] Compiling x509_att.cc
[1018/1257] Compiling x509.cc
[1019/1257] Compiling x509_cmp.cc
[1021/1257] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1022/1257] Compiling ConsoleKitCommands Utilities.swift
[1023/1257] Compiling ConsoleKitCommands CommandSignature.swift
[1024/1257] Compiling ConsoleKitCommands Flag.swift
[1025/1257] Compiling ConsoleKitCommands Option.swift
[1026/1257] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1027/1257] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1028/1257] Compiling ConsoleKitCommands Argument.swift
[1029/1257] Compiling ConsoleKitCommands Command.swift
[1030/1257] Compiling ConsoleKitCommands CommandContext.swift
[1031/1257] Compiling ConsoleKitCommands CommandError.swift
[1031/1257] Compiling v3_skey.cc
[1033/1257] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1034/1257] Compiling ConsoleKitCommands AsyncCommand.swift
[1035/1257] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1036/1257] Compiling ConsoleKitCommands AsyncCommands.swift
[1037/1257] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1038/1257] Compiling ConsoleKitCommands AnyCommand.swift
[1038/1257] Compiling v3_utl.cc
[1039/1257] Compiling v3_ocsp.cc
[1040/1257] Compiling v3_pcons.cc
[1041/1257] Compiling v3_purp.cc
[1042/1257] Compiling v3_prn.cc
[1043/1257] Compiling v3_pmaps.cc
[1044/1257] Compiling v3_int.cc
[1045/1257] Compiling v3_ncons.cc
[1046/1257] Compiling v3_lib.cc
[1047/1257] Compiling v3_ia5.cc
[1049/1257] Compiling ConsoleKitCommands CommandGroup.swift
[1050/1257] Compiling ConsoleKitCommands CommandInput.swift
[1051/1257] Compiling ConsoleKitCommands Commands.swift
[1052/1257] Compiling ConsoleKitCommands Console+Run.swift
[1053/1257] Compiling ConsoleKitCommands ConsoleError.swift
[1054/1257] Compiling ConsoleKitCommands Completion.swift
[1054/1258] Compiling v3_info.cc
[1055/1258] Compiling v3_genn.cc
[1057/1258] Compiling v3_extku.cc
[1058/1258] Compiling v3_enum.cc
[1059/1260] Compiling v3_bitst.cc
[1060/1260] Compiling v3_bcons.cc
[1061/1260] Compiling v3_crld.cc
[1062/1260] Compiling v3_cpols.cc
[1064/1260] Emitting module ConsoleKit
[1065/1260] Compiling ConsoleKit Exports.swift
[1066/1261] Compiling v3_alt.cc
[1067/1261] Compiling v3_conf.cc
[1068/1261] Compiling v3_akeya.cc
[1069/1261] Compiling t_x509a.cc
[1070/1261] Compiling v3_akey.cc
[1071/1261] Compiling t_x509.cc
[1072/1261] Compiling t_req.cc
[1073/1261] Compiling rsa_pss.cc
[1074/1261] Compiling t_crl.cc
[1075/1261] Compiling i2d_pr.cc
[1076/1261] Compiling policy.cc
[1077/1261] Compiling name_print.cc
[1078/1261] Compiling algorithm.cc
[1079/1261] Compiling by_file.cc
[1080/1261] Compiling a_verify.cc
[1081/1261] Compiling by_dir.cc
[1082/1261] Compiling a_digest.cc
[1083/1261] Compiling a_sign.cc
[1084/1261] Compiling thread.cc
[1085/1261] Compiling voprf.cc
[1086/1261] Compiling thread_win.cc
[1087/1261] Compiling asn1_gen.cc
[1088/1261] Compiling trust_token.cc
[1089/1261] Compiling thread_pthread.cc
[1090/1261] Compiling thread_none.cc
[1091/1261] Compiling pmbtoken.cc
[1092/1261] Compiling stack.cc
[1093/1261] Compiling merkle.cc
[1094/1261] Compiling wots.cc
[1095/1261] Compiling fors.cc
[1096/1261] Compiling thash.cc
[1097/1261] Compiling siphash.cc
[1098/1261] Compiling sha512.cc
[1099/1261] Compiling sha256.cc
[1100/1261] Compiling slhdsa.cc
[1101/1261] Compiling rsa_print.cc
[1102/1261] Compiling sha1.cc
[1103/1261] Compiling rsa_crypt.cc
[1104/1261] Compiling rsa_extra.cc
[1105/1261] Compiling refcount.cc
[1106/1261] Compiling rc4.cc
[1107/1261] Compiling rand_extra.cc
[1108/1261] Compiling windows.cc
[1109/1261] Compiling urandom.cc
[1110/1261] Compiling rsa_asn1.cc
[1111/1261] Compiling passive.cc
[1112/1261] Compiling ios.cc
[1113/1261] Compiling getentropy.cc
[1114/1261] Compiling poly1305_arm_asm.S
[1115/1261] Compiling trusty.cc
[1116/1261] Compiling deterministic.cc
[1117/1261] Compiling forkunsafe.cc
[1118/1261] Compiling fork_detect.cc
[1119/1261] Compiling poly1305_vec.cc
[1120/1261] Compiling poly1305_arm.cc
[1121/1261] Compiling pool.cc
[1122/1261] Compiling poly1305.cc
[1123/1261] Compiling pkcs7_x509.cc
[1124/1261] Compiling pkcs7.cc
[1125/1261] Compiling pkcs8.cc
[1126/1261] Compiling pkcs8_x509.cc
[1127/1261] Compiling pem_xaux.cc
[1128/1261] Compiling pem_x509.cc
[1129/1261] Compiling p5_pbev2.cc
[1130/1261] Compiling pem_pkey.cc
[1131/1261] Compiling obj_xref.cc
[1132/1261] Compiling pem_pk8.cc
[1133/1261] Compiling pem_oth.cc
[1134/1261] Compiling mldsa.cc
[1135/1261] Compiling mlkem.cc
[1136/1261] Compiling pem_all.cc
[1137/1261] Compiling obj.cc
[1138/1261] Compiling mem.cc
[1139/1261] Compiling pem_info.cc
[1140/1261] Compiling poly_rq_mul.S
[1141/1261] Compiling fips_shared_support.cc
[1142/1261] Compiling pem_lib.cc
[1143/1261] Compiling lhash.cc
[1144/1261] Compiling md5.cc
[1145/1261] Compiling md4.cc
[1146/1261] Compiling kyber.cc
[1147/1261] Compiling pbkdf.cc
[1148/1261] Compiling sign.cc
[1149/1261] Compiling ex_data.cc
[1150/1261] Compiling hrss.cc
[1151/1261] Compiling hpke.cc
[1152/1261] Compiling p_rsa_asn1.cc
[1153/1261] Compiling scrypt.cc
[1154/1261] Compiling p_x25519.cc
[1155/1261] Compiling p_x25519_asn1.cc
[1156/1261] Compiling print.cc
[1157/1261] Compiling p_hkdf.cc
[1158/1261] Compiling p_rsa.cc
[1159/1261] Compiling p_ed25519_asn1.cc
[1160/1261] Compiling p_ed25519.cc
[1161/1261] Compiling p_ec.cc
[1162/1261] Compiling p_ec_asn1.cc
[1163/1261] Compiling p_dsa_asn1.cc
[1164/1261] Compiling p_dh_asn1.cc
[1165/1261] Compiling evp_asn1.cc
[1166/1261] Compiling p_dh.cc
[1167/1261] Compiling evp_ctx.cc
[1168/1261] Compiling engine.cc
[1169/1261] Compiling ec_derive.cc
[1170/1261] Compiling ec_asn1.cc
[1171/1261] Compiling hash_to_curve.cc
[1172/1261] Compiling err.cc
[1173/1261] Compiling evp.cc
[1174/1261] Compiling ecdh_extra.cc
[1175/1261] Compiling bcm.cc
[1176/1261] Compiling ecdsa_asn1.cc
[1177/1261] Compiling dsa_asn1.cc
[1178/1261] Compiling dsa.cc
[1179/1261] Compiling params.cc
[1180/1261] Compiling x25519-asm-arm.S
[1181/1261] Compiling digest_extra.cc
[1182/1261] Compiling des.cc
[1183/1261] Compiling dh_asn1.cc
[1184/1261] Compiling curve25519_64_adx.cc
[1185/1261] Compiling spake25519.cc
[1186/1261] Compiling crypto.cc
[1187/1261] Compiling cpu_intel.cc
[1188/1261] Compiling cpu_arm_freebsd.cc
[1189/1261] Compiling cpu_arm_linux.cc
[1190/1261] Compiling cpu_aarch64_win.cc
[1191/1261] Compiling curve25519.cc
[1192/1261] Compiling cpu_aarch64_sysreg.cc
[1193/1261] Compiling cpu_aarch64_openbsd.cc
[1194/1261] Compiling cpu_aarch64_fuchsia.cc
[1195/1261] Compiling cpu_aarch64_linux.cc
[1196/1261] Compiling cpu_aarch64_apple.cc
[1197/1261] Compiling conf.cc
[1198/1261] Compiling e_tls.cc
[1199/1261] Compiling tls_cbc.cc
[1200/1261] Compiling e_rc4.cc
[1201/1261] Compiling e_rc2.cc
[1202/1261] Compiling e_chacha20poly1305.cc
[1203/1261] Compiling e_des.cc
[1204/1261] Compiling e_aesgcmsiv.cc
[1205/1261] Compiling e_null.cc
[1206/1261] Compiling e_aesctrhmac.cc
[1207/1261] Compiling cipher_extra.cc
[1208/1261] Compiling chacha.cc
[1209/1261] Compiling derive_key.cc
[1210/1261] Compiling unicode.cc
[1211/1261] Compiling ber.cc
[1212/1261] Compiling buf.cc
[1213/1261] Compiling cbs.cc
[1214/1261] Compiling cbb.cc
[1215/1261] Compiling asn1_compat.cc
[1216/1261] Compiling convert.cc
[1217/1261] Compiling blake2.cc
[1218/1261] Compiling printf.cc
[1219/1261] Compiling bn_asn1.cc
[1220/1261] Compiling pair.cc
[1221/1261] Compiling hexdump.cc
[1222/1261] Compiling file.cc
[1223/1261] Compiling fd.cc
[1224/1261] Compiling bio_mem.cc
[1225/1261] Compiling errno.cc
[1226/1261] Compiling base64.cc
[1227/1261] Compiling bio.cc
[1228/1261] Compiling tasn_typ.cc
[1229/1261] Compiling tasn_fre.cc
[1230/1261] Compiling tasn_utl.cc
[1231/1261] Compiling posix_time.cc
[1232/1261] Compiling tasn_new.cc
[1233/1261] Compiling f_string.cc
[1234/1261] Compiling tasn_enc.cc
[1235/1261] Compiling f_int.cc
[1236/1261] Compiling asn_pack.cc
[1237/1261] Compiling tasn_dec.cc
[1238/1261] Compiling asn1_par.cc
[1239/1261] Compiling asn1_lib.cc
[1240/1261] Compiling a_time.cc
[1241/1261] Compiling a_strnid.cc
[1242/1261] Compiling a_octet.cc
[1243/1261] Compiling a_utctm.cc
[1244/1261] Compiling a_strex.cc
[1245/1261] Compiling a_type.cc
[1246/1261] Compiling a_i2d_fp.cc
[1247/1261] Compiling a_dup.cc
[1248/1261] Compiling a_object.cc
[1249/1261] Write sources
[1250/1261] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1250/1261] Write sources
[1255/1261] Compiling a_mbstr.cc
[1256/1261] Compiling a_d2i_fp.cc
[1257/1280] Compiling a_gentm.cc
[1258/1280] Compiling a_int.cc
[1259/1358] Compiling a_bool.cc
[1261/1358] Compiling BitCollections BitArray+RandomBits.swift
[1262/1358] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1263/1360] Compiling BitCollections BitArray+Descriptions.swift
[1264/1360] Compiling BitCollections BitArray+Equatable.swift
[1264/1360] Compiling a_bitstr.cc
[1266/1360] Compiling BitCollections BitArray+Copy.swift
[1267/1360] Compiling BitCollections BitArray+CustomReflectable.swift
[1268/1368] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1269/1368] Compiling BitCollections BitSet+CustomReflectable.swift
[1270/1368] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1271/1368] Compiling BitCollections BitSet+Equatable.swift
[1272/1368] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1273/1368] Compiling BitCollections BitSet+Extras.swift
[1274/1368] Compiling BitCollections BitSet+Hashable.swift
[1275/1375] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1276/1375] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1277/1375] Compiling BitCollections BitArray+Extras.swift
[1278/1375] Compiling BitCollections BitArray+Fill.swift
[1279/1375] Compiling BitCollections BitArray+Hashable.swift
[1280/1375] Compiling BitCollections BitArray+Initializers.swift
[1281/1375] Compiling BitCollections BitArray+Invariants.swift
[1282/1375] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1283/1375] Compiling Atomics IntegerOperations.swift
[1284/1375] Compiling Atomics Unmanaged extensions.swift
[1285/1375] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1286/1375] Compiling BitCollections BitArray+Codable.swift
[1287/1375] Compiling BitCollections BitArray+Collection.swift
[1290/1375] Compiling BitCollections BitArray+BitwiseOperations.swift
[1291/1375] Emitting module BitCollections
[1292/1375] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1293/1375] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1294/1375] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1295/1375] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1296/1375] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1297/1375] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1298/1375] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1299/1375] Compiling BitCollections BitSet+Initializers.swift
[1300/1375] Compiling BitCollections BitSet+Invariants.swift
[1301/1375] Compiling BitCollections BitSet+Random.swift
[1302/1375] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1303/1375] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1304/1375] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1305/1375] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1306/1375] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1307/1375] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1308/1375] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1309/1375] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1310/1375] Compiling BitCollections BitSet+SetAlgebra union.swift
[1311/1375] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1312/1375] Compiling BitCollections BitSet.Counted.swift
[1313/1375] Compiling CryptoBoringWrapper RandomBytes.swift
[1316/1375] Compiling BitCollections BitArray._UnsafeHandle.swift
[1317/1375] Compiling BitCollections BitArray.swift
[1318/1375] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1319/1375] Compiling BitCollections BitSet+Codable.swift
[1320/1378] Compiling BitCollections BitSet.Index.swift
[1321/1378] Compiling BitCollections BitSet._UnsafeHandle.swift
[1322/1378] Compiling BitCollections BitSet.swift
[1323/1378] Compiling BitCollections Range+Utilities.swift
[1324/1378] Compiling BitCollections Slice+Utilities.swift
[1325/1378] Compiling BitCollections UInt+Tricks.swift
[1326/1378] Compiling BitCollections _Word.swift
[1338/1378] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1339/1378] Emitting module CryptoBoringWrapper
[1340/1378] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1341/1378] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1342/1378] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1351/1379] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1352/1379] Compiling CryptoBoringWrapper EllipticCurve.swift
[1370/1380] Emitting module Atomics
[1371/1380] Compiling Algorithms Trim.swift
[1372/1380] Compiling Algorithms Unique.swift
[1373/1380] Compiling Algorithms Windows.swift
[1374/1453] Emitting module Collections
[1375/1453] Compiling Collections Collections.swift
[1376/1453] Emitting module Algorithms
[1379/1455] Compiling Crypto ChaChaPoly.swift
[1380/1455] Compiling Crypto Cipher.swift
[1381/1455] Compiling Crypto Nonces.swift
[1382/1455] Compiling Crypto AES-GCM.swift
[1383/1455] Compiling Crypto AES-GCM_boring.swift
[1384/1455] Compiling Crypto ChaChaPoly_boring.swift
[1386/1456] Emitting module Crypto
[1387/1525] Compiling Crypto SymmetricKeys.swift
[1388/1525] Compiling Crypto HMAC.swift
[1389/1525] Compiling Crypto MACFunctions.swift
[1390/1525] Compiling Crypto MessageAuthenticationCode.swift
[1391/1525] Compiling Crypto AES.swift
[1392/1525] Compiling Crypto ECDSASignature_boring.swift
[1393/1525] Compiling Crypto ECDSA_boring.swift
[1394/1525] Compiling Crypto EdDSA_boring.swift
[1395/1525] Compiling Crypto ECDSA.swift
[1396/1525] Compiling Crypto Ed25519.swift
[1397/1525] Compiling NIOCore DeadChannel.swift
[1398/1525] Compiling NIOCore DispatchQueue+WithFuture.swift
[1399/1525] Compiling NIOCore EventLoop+Deprecated.swift
[1400/1525] Compiling NIOCore EventLoop+SerialExecutor.swift
[1401/1525] Compiling NIOCore EventLoop.swift
[1402/1525] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1403/1525] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1404/1525] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1405/1525] Compiling NIOCore EventLoopFuture.swift
[1406/1525] Compiling NIOCore FileDescriptor.swift
[1407/1525] Compiling NIOCore RecvByteBufferAllocator.swift
[1408/1525] Compiling NIOCore IO.swift
[1409/1525] Compiling NIOCore IOData.swift
[1410/1525] Compiling NIOCore IPProtocol.swift
[1411/1525] Compiling NIOCore IntegerBitPacking.swift
[1412/1525] Compiling NIOCore IntegerTypes.swift
[1413/1525] Compiling NIOCore Interfaces.swift
[1414/1525] Compiling NIOCore Linux.swift
[1415/1525] Compiling NIOCore MarkedCircularBuffer.swift
[1416/1525] Compiling Crypto X25519Keys.swift
[1417/1525] Compiling NIOCore ByteBuffer-views.swift
[1418/1525] Compiling NIOCore Channel.swift
[1419/1525] Compiling NIOCore ChannelHandler.swift
[1420/1525] Compiling NIOCore ChannelHandlers.swift
[1421/1525] Compiling NIOCore ChannelInvoker.swift
[1422/1525] Compiling NIOCore ChannelOption.swift
[1423/1525] Compiling NIOCore ChannelPipeline.swift
[1424/1525] Compiling NIOCore CircularBuffer.swift
[1425/1525] Compiling NIOCore Codec.swift
[1426/1525] Compiling NIOCore ConvenienceOptionSupport.swift
[1427/1525] Compiling NIOCore FileHandle.swift
[1428/1525] Compiling NIOCore FileRegion.swift
[1429/1525] Compiling NIOCore GlobalSingletons.swift
[1430/1525] Compiling NIOCore MulticastChannel.swift
[1431/1525] Compiling NIOCore NIOAny.swift
[1432/1525] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1433/1525] Compiling NIOCore NIOLoopBound.swift
[1434/1525] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1435/1525] Compiling NIOCore NIOScheduledCallback.swift
[1436/1525] Compiling NIOCore NIOSendable.swift
[1437/1525] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1438/1525] Compiling NIOCore BSDSocketAPI.swift
[1439/1525] Compiling NIOCore ByteBuffer-aux.swift
[1440/1525] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1441/1525] Compiling NIOCore ByteBuffer-conversions.swift
[1442/1525] Compiling NIOCore ByteBuffer-core.swift
[1443/1525] Compiling NIOCore ByteBuffer-hex.swift
[1444/1525] Compiling NIOCore ByteBuffer-int.swift
[1445/1525] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1446/1525] Compiling NIOCore AddressedEnvelope.swift
[1447/1525] Compiling NIOCore AsyncAwaitSupport.swift
[1448/1525] Compiling NIOCore AsyncChannel.swift
[1449/1525] Compiling NIOCore AsyncChannelHandler.swift
[1450/1525] Compiling NIOCore AsyncChannelInboundStream.swift
[1451/1525] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1452/1525] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1453/1525] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1454/1525] Compiling NIOCore NIOAsyncWriter.swift
[1455/1525] Compiling NIOCore ByteBuffer-multi-int.swift
[1456/1525] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1465/1533] Compiling Crypto Signature.swift
[1466/1533] Compiling Crypto CryptoKitErrors_boring.swift
[1467/1533] Compiling Crypto RNG_boring.swift
[1468/1533] Compiling Crypto SafeCompare_boring.swift
[1469/1533] Compiling Crypto Zeroization_boring.swift
[1470/1533] Compiling Crypto PrettyBytes.swift
[1471/1533] Compiling Crypto SafeCompare.swift
[1472/1533] Compiling Crypto SecureBytes.swift
[1473/1533] Compiling Crypto Zeroization.swift
[1499/1534] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1500/1534] Compiling NIOCore SocketAddresses.swift
[1501/1534] Compiling NIOCore SocketOptionProvider.swift
[1502/1534] Compiling NIOCore SystemCallHelpers.swift
[1503/1534] Compiling NIOCore TimeAmount+Duration.swift
[1504/1534] Compiling NIOCore TypeAssistedChannelHandler.swift
[1505/1534] Compiling NIOCore UniversalBootstrapSupport.swift
[1506/1534] Compiling NIOCore Utilities.swift
[1525/1534] Emitting module NIOCore
[1536/1585] Emitting module NIOEmbedded
[1537/1585] Compiling NIOEmbedded AsyncTestingChannel.swift
[1538/1585] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1539/1585] Compiling NIOEmbedded Embedded.swift
[1541/1586] Compiling NIOPosix IO.swift
[1542/1586] Compiling NIOPosix IntegerBitPacking.swift
[1543/1586] Compiling NIOPosix IntegerTypes.swift
[1544/1586] Compiling NIOPosix Linux.swift
[1545/1586] Compiling NIOPosix LinuxCPUSet.swift
[1546/1586] Compiling NIOPosix LinuxUring.swift
[1547/1586] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1548/1592] Compiling NIOPosix BSDSocketAPICommon.swift
[1549/1592] Compiling NIOPosix BSDSocketAPIPosix.swift
[1550/1592] Compiling NIOPosix BSDSocketAPIWindows.swift
[1551/1592] Compiling NIOPosix BaseSocket.swift
[1552/1592] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1553/1592] Compiling NIOPosix BaseSocketChannel.swift
[1554/1592] Compiling NIOPosix BaseStreamSocketChannel.swift
[1555/1592] Emitting module NIOPosix
[1556/1592] Compiling NIOPosix ServerSocket.swift
[1557/1592] Compiling NIOPosix Socket.swift
[1558/1592] Compiling NIOPosix SocketChannel.swift
[1559/1592] Compiling NIOPosix SocketProtocols.swift
[1560/1592] Compiling NIOPosix System.swift
[1561/1592] Compiling NIOPosix Thread.swift
[1562/1592] Compiling NIOPosix ThreadPosix.swift
[1563/1592] Compiling NIOPosix ThreadWindows.swift
[1564/1592] Compiling NIOPosix UnsafeTransfer.swift
[1565/1592] Compiling NIOPosix Utilities.swift
[1566/1592] Compiling NIOPosix VsockAddress.swift
[1567/1592] Compiling NIOPosix VsockChannelEvents.swift
[1568/1592] Compiling NIOPosix Bootstrap.swift
[1569/1592] Compiling NIOPosix ControlMessage.swift
[1570/1592] Compiling NIOPosix DatagramVectorReadManager.swift
[1571/1592] Compiling NIOPosix Errors+Any.swift
[1572/1592] Compiling NIOPosix FileDescriptor.swift
[1573/1592] Compiling NIOPosix GetaddrinfoResolver.swift
[1574/1592] Compiling NIOPosix HappyEyeballs.swift
[1575/1592] Compiling NIOPosix Pool.swift
[1576/1592] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1577/1592] Compiling NIOPosix PosixSingletons.swift
[1578/1592] Compiling NIOPosix RawSocketBootstrap.swift
[1579/1592] Compiling NIOPosix Resolver.swift
[1580/1592] Compiling NIOPosix Selectable.swift
[1581/1592] Compiling NIOPosix SelectableChannel.swift
[1582/1592] Compiling NIOPosix SelectableEventLoop.swift
[1583/1592] Compiling NIOPosix SelectorEpoll.swift
[1584/1592] Compiling NIOPosix SelectorGeneric.swift
[1585/1592] Compiling NIOPosix SelectorKqueue.swift
[1586/1592] Compiling NIOPosix SelectorUring.swift
[1587/1592] Compiling NIOPosix NIOThreadPool.swift
[1588/1592] Compiling NIOPosix NonBlockingFileIO.swift
[1589/1592] Compiling NIOPosix PendingDatagramWritesManager.swift
[1590/1592] Compiling NIOPosix PendingWritesManager.swift
[1591/1592] Compiling NIOPosix PipeChannel.swift
[1592/1592] Compiling NIOPosix PipePair.swift
[1594/1652] Compiling NIO Exports.swift
[1595/1652] Emitting module NIO
[1596/1653] Compiling _NIOFileSystem ByteCount.swift
[1597/1653] Compiling _NIOFileSystem Convenience.swift
[1598/1653] Compiling _NIOFileSystem DirectoryEntries.swift
[1600/1655] Compiling _NIOFileSystem TokenBucket.swift
[1601/1655] Compiling _NIOFileSystem UnsafeTransfer.swift
[1602/1655] Compiling _NIOFileSystem Array+FileSystem.swift
[1603/1786] Compiling NIOTLS TLSEvents.swift
[1604/1786] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1605/1787] Emitting module _NIOFileSystem
[1606/1791] Compiling NIOSOCKS ClientStateMachine.swift
[1607/1791] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1608/1791] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1609/1791] Emitting module NIOTLS
[1610/1791] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1611/1791] Compiling NIOSOCKS SOCKSResponse.swift
[1612/1791] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1613/1791] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1614/1791] Compiling SQLKit SQLColumn.swift
[1615/1791] Compiling SQLKit SQLConstraint.swift
[1616/1791] Compiling SQLKit SQLDataType.swift
[1617/1791] Compiling SQLKit SQLDirection.swift
[1618/1791] Compiling SQLKit SQLExpressions+Deprecated.swift
[1619/1791] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[1620/1791] Compiling SQLKit Exports.swift
[1621/1791] Compiling SQLKit SQLAlias.swift
[1622/1791] Compiling SQLKit SQLBetween.swift
[1623/1791] Compiling SQLKit SQLDatabase.swift
[1624/1791] Compiling SQLKit SQLDatabaseReportedVersion.swift
[1625/1791] Compiling SQLKit SQLDialect.swift
[1626/1791] Compiling SQLKit SQLDatabase+Deprecated.swift
[1627/1791] Compiling SQLKit SQLError.swift
[1628/1791] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[1629/1791] Compiling SQLKit SQLSelectBuilder.swift
[1630/1791] Compiling NIOSOCKS ServerStateMachine.swift
[1631/1791] Emitting module NIOSOCKS
[1632/1791] Compiling SQLKit SQLPredicateGroupBuilder.swift
[1633/1791] Compiling SQLKit SQLRawBuilder.swift
[1634/1791] Compiling SQLKit SQLUpdateBuilder.swift
[1635/1791] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[1636/1791] Compiling SQLKit SQLSubqueryBuilder.swift
[1637/1791] Compiling SQLKit SQLUnionBuilder.swift
[1646/1792] Compiling _NIOFileSystem SystemFileHandle.swift
[1647/1792] Compiling _NIOFileSystem Utilities.swift
[1648/1792] Compiling _NIOFileSystem OpenOptions.swift
[1649/1792] Compiling _NIOFileSystem String+FileSystem.swift
[1650/1792] Compiling SQLKit SQLQueryString.swift
[1654/1804] Compiling NIOTLS SNIHandler.swift
[1655/1804] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1656/1804] Compiling SQLKit SQLJoinBuilder.swift
[1657/1804] Compiling SQLKit SQLPartialResultBuilder.swift
[1659/1807] Emitting module NIOFoundationCompat
[1660/1807] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1661/1808] Compiling SQLKit SQLPredicateBuilder.swift
[1662/1808] Compiling SQLKit SQLQueryBuilder.swift
[1663/1808] Compiling SQLKit SQLDropIndex.swift
[1664/1808] Compiling SQLKit SQLDropTable.swift
[1665/1808] Compiling SQLKit SQLDropTrigger.swift
[1666/1808] Compiling SQLKit SQLInsert.swift
[1667/1808] Compiling SQLKit SQLSelect.swift
[1668/1808] Compiling SQLKit SQLUnion.swift
[1669/1808] Compiling SQLKit SQLUpdate.swift
[1670/1808] Compiling SQLKit SQLExpression.swift
[1671/1808] Compiling SQLKit SQLSerializer.swift
[1672/1808] Compiling SQLKit SQLStatement.swift
[1673/1808] Compiling SQLKit SQLBinaryExpression.swift
[1674/1808] Compiling SQLKit SQLBinaryOperator.swift
[1675/1808] Compiling SQLKit SQLBind.swift
[1685/1808] Compiling SQLKit SQLColumnUpdateBuilder.swift
[1686/1808] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[1687/1808] Compiling SQLKit SQLCommonUnionBuilder.swift
[1692/1808] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1693/1808] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1694/1808] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[1695/1808] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[1696/1808] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1703/1837] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1704/1837] Compiling SQLKit SQLColumnAssignment.swift
[1705/1837] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1706/1837] Compiling SQLKit SQLColumnDefinition.swift
[1707/1837] Compiling SQLKit SQLCommonTableExpression.swift
[1708/1837] Compiling SQLKit SQLConflictAction.swift
[1709/1837] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1710/1837] Compiling SQLKit SQLDropBehaviour.swift
[1711/1837] Compiling SQLKit SQLEnumDataType.swift
[1712/1837] Compiling SQLKit SQLExcludedColumn.swift
[1713/1837] Compiling SQLKit SQLForeignKey.swift
[1714/1837] Compiling SQLKit SQLJoin.swift
[1715/1837] Compiling SQLKit SQLJoinMethod.swift
[1716/1837] Compiling SQLKit SQLAlterEnumBuilder.swift
[1717/1837] Compiling SQLKit SQLAlterTableBuilder.swift
[1718/1837] Compiling SQLKit SQLConflictUpdateBuilder.swift
[1719/1837] Compiling SQLKit SQLCreateEnumBuilder.swift
[1720/1837] Compiling SQLKit SQLCreateIndexBuilder.swift
[1721/1837] Compiling SQLKit SQLCreateTableBuilder.swift
[1722/1837] Compiling SQLKit SQLCreateTriggerBuilder.swift
[1723/1837] Compiling SQLKit SQLDeleteBuilder.swift
[1724/1837] Compiling SQLKit SQLDropEnumBuilder.swift
[1725/1837] Compiling SQLKit SQLDropIndexBuilder.swift
[1726/1837] Compiling SQLKit SQLDropTableBuilder.swift
[1727/1837] Compiling SQLKit SQLDropTriggerBuilder.swift
[1728/1837] Compiling SQLKit SQLInsertBuilder.swift
[1729/1837] Compiling SQLKit SQLLockingClause.swift
[1730/1837] Compiling SQLKit SQLOrderBy.swift
[1731/1837] Compiling SQLKit SQLReturning.swift
[1732/1837] Compiling SQLKit SQLSubquery.swift
[1733/1837] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1734/1837] Compiling SQLKit SQLAlterEnum.swift
[1735/1837] Compiling SQLKit SQLAlterTable.swift
[1736/1837] Compiling SQLKit SQLCreateEnum.swift
[1737/1837] Compiling SQLKit SQLCreateIndex.swift
[1738/1837] Compiling SQLKit SQLCreateTable.swift
[1739/1837] Compiling SQLKit SQLCreateTrigger.swift
[1740/1837] Compiling SQLKit SQLDelete.swift
[1741/1837] Compiling SQLKit SQLDropEnum.swift
[1742/1859] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1743/1859] Compiling NIOTransportServices NIOTSBootstraps.swift
[1744/1859] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1745/1859] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1746/1859] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1747/1859] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1748/1859] Compiling NIOTransportServices NIOTSSingletons.swift
[1749/1859] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1750/1859] Compiling NIOTransportServices StateManagedChannel.swift
[1751/1859] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1752/1859] Emitting module AsyncKit
[1755/1859] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1756/1859] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1760/1859] Compiling NIOTransportServices NIOTSErrors.swift
[1765/1859] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1766/1861] Emitting module NIOTransportServices
[1770/1861] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1771/1861] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1772/1861] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1775/1861] Compiling NIOTransportServices NIOTSEventLoop.swift
[1779/1861] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1780/1861] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1781/1861] Compiling NIOTransportServices AcceptHandler.swift
[1782/1861] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1783/1861] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1792/1862] Emitting module SQLKit
[1793/1862] Emitting module NIOHTTP1
[1798/1909] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[1799/1909] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[1800/1909] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[1801/1909] Compiling NIOWebSocket SHA1.swift
[1802/1913] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1803/1913] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1804/1913] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1805/1913] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1806/1913] Emitting module NIOSSL
[1807/1913] Compiling SQLKit SQLFunction.swift
[1808/1913] Compiling SQLKit SQLGroupExpression.swift
[1809/1913] Compiling SQLKit SQLIdentifier.swift
[1810/1913] Compiling SQLKit SQLList.swift
[1811/1913] Compiling SQLKit SQLLiteral.swift
[1812/1913] Compiling SQLKit SQLRaw.swift
[1813/1913] Compiling SQLKit SQLCodingUtilities.swift
[1814/1913] Compiling SQLKit SQLQueryEncoder.swift
[1815/1913] Compiling SQLKit SQLRow.swift
[1816/1913] Compiling SQLKit SQLRowDecoder.swift
[1817/1913] Compiling SQLKit SomeCodingKey.swift
[1818/1913] Compiling SQLKit StringHandling.swift
[1824/1913] Compiling NIOExtras NIOExtrasError.swift
[1825/1913] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1826/1913] Compiling NIOExtras NIORequestIdentifiable.swift
[1827/1913] Compiling NIOExtras PCAPRingBuffer.swift
[1828/1913] Compiling NIOExtras QuiescingHelper.swift
[1830/1915] Compiling NIOExtras JSONRPCFraming.swift
[1831/1915] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1837/1915] Compiling NIOExtras RequestResponseHandler.swift
[1838/1915] Compiling NIOSSL SubjectAlternativeName.swift
[1839/1915] Compiling NIOSSL NIOSSLSecureBytes.swift
[1840/1915] Compiling NIOSSL RNG.swift
[1841/1915] Compiling NIOSSL SafeCompare.swift
[1842/1915] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1844/1934] Compiling NIOWebSocket WebSocketOpcode.swift
[1845/1935] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1846/1935] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1847/1935] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1848/1935] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1849/1936] Compiling NIOHPACK HuffmanTables.swift
[1850/1936] Compiling NIOHTTPCompression HTTPDecompression.swift
[1851/1936] Compiling NIOHPACK IndexedHeaderTable.swift
[1855/1936] Compiling NIOSSL SSLConnection.swift
[1856/1936] Compiling NIOHPACK IntegerCoding.swift
[1857/1936] Compiling MultipartKit MultipartPart.swift
[1858/1936] Compiling MultipartKit MultipartPartConvertible.swift
[1861/1941] Emitting module NIOHTTPCompression
[1862/1941] Compiling NIOHTTPCompression HTTPCompression.swift
[1863/1943] Compiling MultipartKit FormDataEncoder.swift
[1864/1943] Compiling MultipartKit Storage.swift
[1865/1970] Compiling FluentKit FluentError.swift
[1866/1970] Compiling FluentKit ModelMiddleware.swift
[1867/1984] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1868/2004] Compiling FluentKit Parent+Concurrency.swift
[1869/2004] Compiling FluentKit QueryBuilder+Concurrency.swift
[1870/2004] Compiling FluentKit Relation+Concurrency.swift
[1871/2018] Compiling NIOHPACK HuffmanCoding.swift
[1873/2027] Compiling FluentKit SchemaBuilder+Concurrency.swift
[1876/2027] Compiling FluentKit OptionalEnumProperty.swift
[1877/2027] Compiling FluentKit Exports.swift
[1878/2027] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1879/2027] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1880/2027] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1881/2028] Compiling NIOHPACK StaticHeaderTable.swift
[1882/2028] Compiling FluentKit AsyncMigration.swift
[1883/2028] Compiling FluentKit AsyncModelMiddleware.swift
[1884/2028] Compiling FluentKit EnumBuilder+Concurrency.swift
[1885/2028] Compiling FluentKit Model+Concurrency.swift
[1886/2028] Emitting module NIOHPACK
[1887/2028] Compiling FluentKit Children+Concurrency.swift
[1888/2028] Compiling FluentKit Database+Concurrency.swift
[1889/2028] Emitting module NIOWebSocket
[1892/2029] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1893/2029] Compiling NIOWebSocket WebSocketFrame.swift
[1898/2030] Compiling NIOExtras UnsafeTransfer.swift
[1899/2030] Compiling FluentKit ModelResponder+Concurrency.swift
[1900/2030] Compiling FluentKit OptionalChild+Concurrency.swift
[1901/2030] Compiling FluentKit OptionalParent+Concurrency.swift
[1902/2030] Emitting module NIOExtras
[1906/2030] Emitting module MultipartKit
[1910/2091] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1911/2091] Compiling NIOHTTP2 HasLocalSettings.swift
[1912/2093] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1913/2093] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1914/2094] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1915/2094] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1916/2094] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1917/2094] Compiling NIOHTTP2 SendingHeadersState.swift
[1918/2094] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1919/2094] Compiling NIOHTTP2 SendingRstStreamState.swift
[1920/2094] Compiling NIOHTTP2 MaySendFrames.swift
[1921/2094] Compiling NIOHTTP2 SendingDataState.swift
[1922/2094] Compiling NIOHTTP2 SendingGoawayState.swift
[1923/2094] Compiling NIOFileSystem Exports.swift
[1925/2094] Emitting module NIOFileSystem
[1926/2094] Emitting module _NIOFileSystemFoundationCompat
[1927/2094] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1928/2094] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1930/2096] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1934/2097] Emitting module FluentKit
[1935/2109] Compiling NIOHTTP2 Error+Any.swift
[1936/2109] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1937/2109] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1938/2109] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1949/2118] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1950/2118] Compiling NIOHTTP2 MayReceiveFrames.swift
[1951/2118] Compiling NIOHTTP2 ReceivingDataState.swift
[1952/2118] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1953/2118] Compiling WebSocketKit Exports.swift
[1957/2118] Compiling NIOHTTP2 HasRemoteSettings.swift
[1958/2118] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1959/2118] Compiling NIOHTTP2 QuiescingState.swift
[1960/2118] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1961/2118] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1974/2126] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1977/2126] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1997/2126] Emitting module NIOHTTP2
[1998/2127] Compiling FluentKit QueryBuilder+Group.swift
[1999/2127] Compiling FluentKit QueryBuilder+Join+DirectRelations.swift
[2000/2127] Compiling FluentKit QueryBuilder+Join.swift
[2001/2127] Compiling FluentKit QueryBuilder+Paginate.swift
[2002/2127] Compiling FluentKit QueryBuilder+Range.swift
[2003/2127] Compiling FluentKit QueryBuilder+Set.swift
[2004/2127] Compiling FluentKit QueryBuilder+Sort.swift
[2005/2127] Compiling FluentKit QueryBuilder.swift
[2006/2127] Compiling FluentKit DatabaseQuery+Action.swift
[2007/2127] Compiling FluentKit DatabaseQuery+Aggregate.swift
[2008/2127] Compiling FluentKit DatabaseQuery+Field.swift
[2009/2127] Compiling FluentKit DatabaseQuery+Filter.swift
[2011/2127] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2012/2127] Compiling WebSocketKit WebSocket+Connect.swift
[2013/2127] Emitting module WebSocketKit
[2014/2127] Compiling WebSocketKit WebSocketHandler.swift
[2015/2127] Compiling WebSocketKit WebSocket+Concurrency.swift
[2016/2127] Compiling WebSocketKit WebSocket.swift
[2017/2127] Compiling WebSocketKit WebSocketClient.swift
[2019/2128] Compiling FluentKit DatabaseQuery+Join.swift
[2020/2128] Compiling FluentKit DatabaseQuery+Range.swift
[2021/2128] Compiling FluentKit DatabaseQuery+Sort.swift
[2022/2128] Compiling FluentKit DatabaseQuery+Value.swift
[2023/2128] Compiling FluentKit DatabaseQuery.swift
[2024/2128] Compiling FluentKit QueryHistory.swift
[2025/2128] Compiling FluentKit DatabaseSchema.swift
[2026/2128] Compiling FluentKit SchemaBuilder.swift
[2027/2128] Compiling FluentKit OptionalType.swift
[2028/2128] Compiling FluentKit RandomGeneratable.swift
[2029/2128] Compiling FluentKit SomeCodingKey.swift
[2030/2128] Compiling FluentKit UnsafeMutableTransferBox.swift
[2031/2128] Compiling NIOHTTP2 StreamStateMachine.swift
[2032/2128] Compiling NIOHTTP2 UnsafeTransfer.swift
[2033/2128] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2034/2128] Compiling FluentKit Parent.swift
[2035/2128] Compiling FluentKit Property.swift
[2036/2128] Compiling FluentKit Relation.swift
[2037/2128] Compiling FluentKit Siblings.swift
[2038/2128] Compiling FluentKit Timestamp.swift
[2039/2128] Compiling FluentKit TimestampFormat.swift
[2040/2128] Compiling FluentKit QueryBuilder+Aggregate.swift
[2041/2128] Compiling FluentKit QueryBuilder+EagerLoad.swift
[2042/2128] Compiling FluentKit QueryBuilder+Filter.swift
[2043/2128] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2044/2128] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2045/2128] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2046/2128] Compiling NIOHTTP2 HTTP2StreamID.swift
[2047/2128] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2048/2128] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2049/2128] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2050/2128] Compiling NIOHTTP2 InboundEventBuffer.swift
[2060/2128] Compiling NIOHTTP2 InboundWindowManager.swift
[2061/2128] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2062/2128] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2063/2128] Compiling NIOHTTP2 StreamChannelList.swift
[2064/2128] Compiling NIOHTTP2 StreamMap.swift
[2068/2128] Compiling NIOHTTP2 StateMachineResult.swift
[2069/2128] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2070/2128] Compiling NIOHTTP2 DOSHeuristics.swift
[2075/2128] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2076/2128] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2077/2128] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2078/2128] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2079/2128] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2080/2128] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.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 SOCKSEventsHandler.swift
[2133/2198] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2134/2198] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2135/2198] Compiling AsyncHTTPClient HTTP1Connection.swift
[2136/2198] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2137/2198] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2138/2198] Compiling AsyncHTTPClient HTTP2Connection.swift
[2139/2198] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2140/2198] Compiling AsyncHTTPClient HTTPConnectionEvent.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 HTTPConnectionPool+Factory.swift
[2151/2198] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2152/2198] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2153/2198] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2154/2198] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2155/2198] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2156/2198] Compiling AsyncHTTPClient RequestBodyLength.swift
[2157/2198] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2158/2198] Compiling AsyncHTTPClient HTTPHandler.swift
[2159/2198] Compiling AsyncHTTPClient LRUCache.swift
[2160/2198] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2161/2198] Compiling AsyncHTTPClient NWErrorHandler.swift
[2162/2198] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2163/2198] Compiling AsyncHTTPClient TLSConfiguration.swift
[2164/2198] Compiling AsyncHTTPClient RedirectState.swift
[2165/2198] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2166/2198] Compiling AsyncHTTPClient RequestBag.swift
[2167/2198] Compiling AsyncHTTPClient RequestValidation.swift
[2168/2198] Compiling AsyncHTTPClient SSLContextCache.swift
[2169/2198] Compiling AsyncHTTPClient Scheme.swift
[2170/2198] Compiling AsyncHTTPClient Singleton.swift
[2171/2198] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2172/2198] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2173/2198] Compiling AsyncHTTPClient Utils.swift
[2174/2198] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2175/2198] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2176/2198] Compiling AsyncHTTPClient Transaction.swift
[2177/2198] Compiling AsyncHTTPClient Base64.swift
[2178/2198] Compiling AsyncHTTPClient BasicAuth.swift
[2179/2198] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2180/2198] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2181/2198] Compiling AsyncHTTPClient ConnectionPool.swift
[2182/2198] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2183/2198] Compiling AsyncHTTPClient RequestOptions.swift
[2184/2198] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2185/2198] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2186/2198] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2187/2198] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2188/2198] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2189/2198] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2190/2198] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2191/2198] Compiling AsyncHTTPClient ConnectionTarget.swift
[2192/2198] Compiling AsyncHTTPClient DeconstructedURL.swift
[2193/2198] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2194/2198] Compiling AsyncHTTPClient FoundationExtensions.swift
[2195/2198] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2196/2198] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2197/2198] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2198/2198] Compiling AsyncHTTPClient HTTPClient.swift
[2200/2368] Compiling Vapor Core.swift
[2201/2368] Compiling Vapor Running.swift
[2202/2368] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2203/2368] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2204/2368] Compiling Vapor DotEnvFile+load.swift
[2205/2368] Compiling Vapor Routes+caseInsenstive.swift
[2206/2368] Compiling Vapor Validatable+validate.swift
[2207/2368] Compiling Vapor Environment+Process.swift
[2208/2368] Compiling Vapor Environment+Secret.swift
[2209/2368] Compiling Vapor Environment.swift
[2210/2368] Compiling Vapor Abort.swift
[2211/2368] Compiling Vapor AbortError.swift
[2212/2368] Compiling Vapor DebuggableError.swift
[2213/2368] Compiling Vapor Demangler.swift
[2214/2368] Compiling Vapor ErrorSource.swift
[2215/2368] Compiling Vapor StackTrace.swift
[2216/2368] Compiling Vapor Exports.swift
[2217/2368] Compiling Vapor Application+HTTP.swift
[2218/2368] Compiling Vapor BasicResponder.swift
[2219/2368] Compiling Vapor BodyStream.swift
[2220/2368] Compiling Vapor Application+HTTP+Client.swift
[2221/2368] Compiling Vapor EventLoopHTTPClient.swift
[2222/2368] Compiling Vapor EndpointCache.swift
[2223/2368] Compiling Vapor HTTPMethod+String.swift
[2224/2392] Compiling Vapor HTTPServerResponseEncoder.swift
[2225/2392] Compiling Vapor HTTPServerUpgradeHandler.swift
[2226/2392] Compiling Vapor Logger+Report.swift
[2227/2392] Compiling Vapor LoggingSystem+Environment.swift
[2228/2392] Compiling Vapor Application+Middleware.swift
[2229/2392] Compiling Vapor CORSMiddleware.swift
[2230/2392] Compiling Vapor ErrorMiddleware.swift
[2231/2392] Compiling Vapor FileMiddleware.swift
[2232/2392] Compiling Vapor Middleware.swift
[2233/2392] Compiling Vapor MiddlewareConfiguration.swift
[2234/2392] Compiling Vapor ResponseCompressionMiddleware.swift
[2235/2392] Compiling Vapor RouteLoggingMiddleware.swift
[2236/2392] Compiling Vapor TracingMiddleware.swift
[2237/2392] Compiling Vapor File+Multipart.swift
[2238/2392] Compiling Vapor FormDataDecoder+Content.swift
[2239/2392] Compiling Vapor FormDataEncoder+Content.swift
[2240/2392] Compiling Vapor Application+Password.swift
[2241/2392] Compiling Vapor Application+Passwords.swift
[2242/2392] Compiling Vapor AsyncPasswordHasher.swift
[2243/2392] Compiling Vapor BcryptHasher.swift
[2244/2392] Compiling Vapor PasswordHasher.swift
[2245/2392] Compiling Vapor PlaintextHasher.swift
[2246/2392] Compiling Vapor Request+Password.swift
[2247/2392] Compiling Vapor Redirect.swift
[2248/2392] Compiling Vapor AsyncBasicResponder.swift
[2249/2392] Compiling Vapor AsyncMiddleware.swift
[2250/2392] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2251/2392] Compiling Vapor AsyncSessionDriver.swift
[2252/2392] Compiling Vapor Authentication+Concurrency.swift
[2253/2392] Compiling Vapor Cache+Concurrency.swift
[2254/2392] Compiling Vapor Client+Concurrency.swift
[2255/2392] Compiling Vapor RequestBody+Concurrency.swift
[2256/2392] Compiling Vapor Responder+Concurrency.swift
[2257/2392] Compiling Vapor ResponseCodable+Concurrency.swift
[2258/2392] Compiling Vapor RoutesBuilder+Concurrency.swift
[2259/2392] Compiling Vapor ViewRenderer+Concurrency.swift
[2260/2392] Compiling Vapor WebSocket+Concurrency.swift
[2261/2392] Compiling Vapor ContainerGetPathExecutor.swift
[2262/2392] Compiling Vapor Content.swift
[2263/2392] Compiling Vapor ContentCoders.swift
[2264/2392] Compiling Vapor ContentConfiguration.swift
[2265/2392] Compiling Vapor ContentContainer.swift
[2266/2392] Compiling Vapor JSONCoder+Custom.swift
[2267/2392] Compiling Vapor JSONCoders+Content.swift
[2268/2392] Compiling Vapor PlaintextDecoder.swift
[2269/2392] Compiling Vapor PlaintextEncoder.swift
[2270/2392] Compiling Vapor URLQueryCoders.swift
[2271/2392] Compiling Vapor URLQueryContainer.swift
[2272/2392] Compiling Vapor Request+Body.swift
[2273/2392] Compiling Vapor Request+BodyStream.swift
[2274/2392] Compiling Vapor Request.swift
[2275/2392] Compiling Vapor Application+Responder.swift
[2276/2392] Compiling Vapor DefaultResponder.swift
[2277/2392] Compiling Vapor Response+Body.swift
[2278/2392] Compiling Vapor Response.swift
[2279/2392] Compiling Vapor ResponseCodable.swift
[2280/2392] Compiling Vapor Application+Routes.swift
[2281/2392] Compiling Vapor Parameters+Require.swift
[2282/2392] Compiling Vapor Request+WebSocket.swift
[2283/2392] Compiling Vapor Route.swift
[2284/2392] Compiling Vapor RouteCollection.swift
[2285/2392] Compiling Vapor Routes.swift
[2286/2392] Compiling Vapor RoutesBuilder+Group.swift
[2287/2392] Compiling Vapor RoutesBuilder+Method.swift
[2288/2392] Compiling Vapor RoutesBuilder+Middleware.swift
[2289/2392] Compiling Vapor RoutesBuilder+WebSocket.swift
[2290/2392] Compiling Vapor RoutesBuilder.swift
[2291/2392] Compiling Vapor OTP.swift
[2292/2392] Compiling Vapor Application+Servers.swift
[2293/2392] Compiling Vapor Server.swift
[2294/2392] Compiling Vapor App+Service.swift
[2295/2392] Compiling Vapor Req+Service.swift
[2296/2416] Compiling Vapor Validator.swift
[2297/2416] Compiling Vapor ValidatorResult.swift
[2298/2416] Compiling Vapor And.swift
[2299/2416] Compiling Vapor Case.swift
[2300/2416] Compiling Vapor CharacterSet.swift
[2301/2416] Compiling Vapor Count.swift
[2302/2416] Compiling Vapor Custom.swift
[2303/2416] Compiling Vapor Email.swift
[2304/2416] Compiling Vapor Empty.swift
[2305/2416] Compiling Vapor In.swift
[2306/2416] Compiling Vapor Nil.swift
[2307/2416] Compiling Vapor NilIgnoring.swift
[2308/2416] Compiling Vapor Not.swift
[2309/2416] Compiling Vapor Or.swift
[2310/2416] Compiling Vapor Pattern.swift
[2311/2416] Compiling Vapor Range.swift
[2312/2416] Compiling Vapor URL.swift
[2313/2416] Compiling Vapor Valid.swift
[2314/2416] Compiling Vapor Application+Views.swift
[2315/2416] Compiling Vapor PlaintextRenderer.swift
[2316/2416] Compiling Vapor Request+View.swift
[2317/2416] Compiling Vapor View.swift
[2318/2416] Compiling Vapor ViewRenderer.swift
[2319/2416] Compiling Vapor _Deprecations.swift
[2320/2416] Emitting module Vapor
[2321/2416] Compiling Vapor Bytes+Hex.swift
[2322/2416] Compiling Vapor Bytes+SecureCompare.swift
[2323/2416] Compiling Vapor Collection+Safe.swift
[2324/2416] Compiling Vapor DataProtocol+Copy.swift
[2325/2416] Compiling Vapor DecoderUnwrapper.swift
[2326/2416] Compiling Vapor DirectoryConfiguration.swift
[2327/2416] Compiling Vapor DotEnv.swift
[2328/2416] Compiling Vapor Extendable.swift
[2329/2416] Compiling Vapor File.swift
[2330/2416] Compiling Vapor FileIO.swift
[2331/2416] Compiling Vapor LifecycleHandler.swift
[2332/2416] Compiling Vapor OptionalType.swift
[2333/2416] Compiling Vapor RFC1123.swift
[2334/2416] Compiling Vapor SocketAddress+Hostname.swift
[2335/2416] Compiling Vapor Storage.swift
[2336/2416] Compiling Vapor String+IsIPAddress.swift
[2337/2416] Compiling Vapor Thread.swift
[2338/2416] Compiling Vapor URI.swift
[2339/2416] Compiling Vapor RangeResult.swift
[2340/2416] Compiling Vapor Validatable.swift
[2341/2416] Compiling Vapor Validation.swift
[2342/2416] Compiling Vapor ValidationKey.swift
[2343/2416] Compiling Vapor Validations.swift
[2344/2416] Compiling Vapor ValidationsError.swift
[2345/2416] Compiling Vapor Application.swift
[2346/2416] Compiling Vapor AuthenticationCache.swift
[2347/2416] Compiling Vapor Authenticator.swift
[2348/2416] Compiling Vapor BasicAuthorization.swift
[2349/2416] Compiling Vapor BearerAuthorization.swift
[2350/2416] Compiling Vapor GuardMiddleware.swift
[2351/2416] Compiling Vapor RedirectMiddleware.swift
[2352/2416] Compiling Vapor SessionAuthenticatable.swift
[2353/2416] Compiling Vapor Bcrypt.swift
[2354/2416] Compiling Vapor Application+Cache.swift
[2355/2416] Compiling Vapor Cache.swift
[2356/2416] Compiling Vapor CacheExpirationTime.swift
[2357/2416] Compiling Vapor MemoryCache.swift
[2358/2416] Compiling Vapor Request+Cache.swift
[2359/2416] Compiling Vapor Application+Clients.swift
[2360/2416] Compiling Vapor Client.swift
[2361/2416] Compiling Vapor ClientRequest.swift
[2362/2416] Compiling Vapor ClientResponse.swift
[2363/2416] Compiling Vapor Request+Client.swift
[2364/2416] Compiling Vapor BootCommand.swift
[2365/2416] Compiling Vapor CommandContext+Application.swift
[2366/2416] Compiling Vapor RoutesCommand.swift
[2367/2416] Compiling Vapor ServeCommand.swift
[2368/2416] Compiling Vapor AnyResponse+Concurrency.swift
[2369/2416] Compiling Vapor Service.swift
[2370/2416] Compiling Vapor Application+Sessions.swift
[2371/2416] Compiling Vapor MemorySessions.swift
[2372/2416] Compiling Vapor Request+Session.swift
[2373/2416] Compiling Vapor Session.swift
[2374/2416] Compiling Vapor SessionCache.swift
[2375/2416] Compiling Vapor SessionData.swift
[2376/2416] Compiling Vapor SessionDriver.swift
[2377/2416] Compiling Vapor SessionsConfiguration.swift
[2378/2416] Compiling Vapor SessionsMiddleware.swift
[2379/2416] Compiling Vapor URLEncodedFormData.swift
[2380/2416] Compiling Vapor URLEncodedFormDecoder.swift
[2381/2416] Compiling Vapor URLEncodedFormEncoder.swift
[2382/2416] Compiling Vapor URLEncodedFormError.swift
[2383/2416] Compiling Vapor URLEncodedFormParser.swift
[2384/2416] Compiling Vapor URLEncodedFormSerializer.swift
[2385/2416] Compiling Vapor URLQueryFragmentConvertible.swift
[2386/2416] Compiling Vapor AnyResponse.swift
[2387/2416] Compiling Vapor Array+Random.swift
[2388/2416] Compiling Vapor Base32.swift
[2389/2416] Compiling Vapor Base64.swift
[2390/2416] Compiling Vapor BaseN.swift
[2391/2416] Compiling Vapor BasicCodingKey.swift
[2392/2416] Compiling Vapor ByteCount.swift
[2393/2416] Compiling Vapor HTTPStatus.swift
[2394/2416] Compiling Vapor HTTPCookies.swift
[2395/2416] Compiling Vapor HTTPHeaderCacheControl.swift
[2396/2416] Compiling Vapor HTTPHeaderExpires.swift
[2397/2416] Compiling Vapor HTTPHeaderLastModified.swift
[2398/2416] Compiling Vapor HTTPHeaders+Cache.swift
[2399/2416] Compiling Vapor HTTPHeaders+Connection.swift
[2400/2416] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2401/2416] Compiling Vapor HTTPHeaders+ContentRange.swift
[2402/2416] Compiling Vapor HTTPHeaders+Directive.swift
[2403/2416] Compiling Vapor HTTPHeaders+Forwarded.swift
[2404/2416] Compiling Vapor HTTPHeaders+Link.swift
[2405/2416] Compiling Vapor HTTPHeaders+Name.swift
[2406/2416] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2407/2416] Compiling Vapor HTTPHeaders.swift
[2408/2416] Compiling Vapor HTTPMediaType.swift
[2409/2416] Compiling Vapor HTTPMediaTypePreference.swift
[2410/2416] Compiling Vapor Responder.swift
[2411/2416] Compiling Vapor Application+HTTP+Server.swift
[2412/2416] Compiling Vapor HTTPServer.swift
[2413/2416] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2414/2416] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2415/2416] Compiling Vapor HTTPServerHandler.swift
[2416/2416] Compiling Vapor HTTPServerRequestDecoder.swift
[2418/2438] Emitting module Queues
[2419/2440] Compiling Queues AsyncQueue.swift
[2420/2440] Compiling Queues AsyncScheduledJob.swift
[2421/2440] Compiling Queues Exports.swift
[2422/2440] Compiling Queues Job.swift
[2423/2440] Compiling Queues JobData.swift
[2424/2440] Compiling Queues JobIdentifier.swift
[2425/2440] Compiling Queues QueuesConfiguration.swift
[2426/2440] Compiling Queues QueuesDriver.swift
[2427/2440] Compiling Queues QueuesEventLoopPreference.swift
[2428/2440] Compiling Queues RepeatedTask+Cancel.swift
[2429/2440] Compiling Queues Request+Queues.swift
[2430/2440] Compiling Queues NotificationHook.swift
[2431/2440] Compiling Queues Queue.swift
[2432/2440] Compiling Queues QueueContext.swift
[2433/2440] Compiling Queues Application+Queues.swift
[2434/2440] Compiling Queues AsyncJob.swift
[2435/2440] Compiling Queues AsyncJobEventDelegate.swift
[2436/2440] Compiling Queues ScheduleBuilder.swift
[2437/2440] Compiling Queues ScheduledJob.swift
[2438/2440] Compiling Queues QueueName.swift
[2439/2440] Compiling Queues QueueWorker.swift
[2440/2440] Compiling Queues QueuesCommand.swift
[2442/2445] Compiling QueuesDatabaseHooks QueueDatabaseEntry.swift
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueueDatabaseEntry.swift:63:6: warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
61 |
62 | /// The status of the job.
63 | @Field(key: "status")
| `- warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
64 | public var status: Status
65 |
:
75 |
76 | /// A queue job's status.
77 | public enum Status: Int, CaseIterable, Codable {
| `- note: consider making enum 'Status' conform to the 'Sendable' protocol
78 | /// The job is queued but not yet picked up for processing.
79 | case queued
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueueDatabaseEntry.swift:14:16: warning: stored property '_id' of 'Sendable'-conforming class 'QueueDatabaseEntry' is mutable; this is an error in the Swift 6 language mode
12 | /// The database primary key.
13 | @ID(key: .id)
14 | public var id: UUID?
| `- warning: stored property '_id' of 'Sendable'-conforming class 'QueueDatabaseEntry' is mutable; this is an error in the Swift 6 language mode
15 |
16 | /// The `jobId` from the `queues` package.
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueueDatabaseEntry.swift:139:84: warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
75 |
76 | /// A queue job's status.
77 | public enum Status: Int, CaseIterable, Codable {
| `- note: consider making enum 'Status' conform to the 'Sendable' protocol
78 | /// The job is queued but not yet picked up for processing.
79 | case queued
:
137 | SET
138 | \(ident: "dequeuedAt")=CASE WHEN \(ident: "dequeuedAt") IS NULL THEN \(bind: dequeueTimestamp) ELSE \(ident: "dequeuedAt") END,
139 | \(ident: "status")=CASE WHEN \(ident: "status")=\(bind: Status.queued) THEN \(bind: Status.running) ELSE \(ident: "status") END
| `- warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
140 | WHERE
141 | \(ident: "jobId")=\(bind: jobId)
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueueDatabaseEntry.swift:139:112: warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
75 |
76 | /// A queue job's status.
77 | public enum Status: Int, CaseIterable, Codable {
| `- note: consider making enum 'Status' conform to the 'Sendable' protocol
78 | /// The job is queued but not yet picked up for processing.
79 | case queued
:
137 | SET
138 | \(ident: "dequeuedAt")=CASE WHEN \(ident: "dequeuedAt") IS NULL THEN \(bind: dequeueTimestamp) ELSE \(ident: "dequeuedAt") END,
139 | \(ident: "status")=CASE WHEN \(ident: "status")=\(bind: Status.queued) THEN \(bind: Status.running) ELSE \(ident: "status") END
| `- warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
140 | WHERE
141 | \(ident: "jobId")=\(bind: jobId)
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueueDatabaseEntry.swift:146:67: warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
75 |
76 | /// A queue job's status.
77 | public enum Status: Int, CaseIterable, Codable {
| `- note: consider making enum 'Status' conform to the 'Sendable' protocol
78 | /// The job is queued but not yet picked up for processing.
79 | case queued
:
144 | } else {
145 | return QueueDatabaseEntry.query(on: database).set(\.$dequeuedAt, to: dequeueTimestamp).filter(\.$dequeuedAt == nil).filter(\.$jobId == jobId).update()
146 | .flatMap { QueueDatabaseEntry.query(on: database).set(\.$status, to: .running).filter(\.$status == .queued).filter(\.$jobId == jobId).update() }
| `- warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
147 | }
148 | }
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueueDatabaseEntry.swift:146:113: warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
75 |
76 | /// A queue job's status.
77 | public enum Status: Int, CaseIterable, Codable {
| `- note: consider making enum 'Status' conform to the 'Sendable' protocol
78 | /// The job is queued but not yet picked up for processing.
79 | case queued
:
144 | } else {
145 | return QueueDatabaseEntry.query(on: database).set(\.$dequeuedAt, to: dequeueTimestamp).filter(\.$dequeuedAt == nil).filter(\.$jobId == jobId).update()
146 | .flatMap { QueueDatabaseEntry.query(on: database).set(\.$status, to: .running).filter(\.$status == .queued).filter(\.$jobId == jobId).update() }
| `- warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
147 | }
148 | }
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueueDatabaseEntry.swift:162:88: warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
75 |
76 | /// A queue job's status.
77 | public enum Status: Int, CaseIterable, Codable {
| `- note: consider making enum 'Status' conform to the 'Sendable' protocol
78 | /// The job is queued but not yet picked up for processing.
79 | case queued
:
160 | \(ident: "completedAt")=CASE WHEN \(ident: "completedAt") IS NULL THEN \(bind: completionTimestamp) ELSE \(ident: "completedAt") END,
161 | \(ident: "errorString")=CASE WHEN \(ident: "errorString") IS NULL THEN \(bind: errorString) ELSE \(ident: "errorString") END,
162 | \(ident: "status")=CASE WHEN \(ident: "status") IN (\(bind: Status.queued), \(bind: Status.running)) THEN \(bind: errorString == nil ? Status.success : Status.error) ELSE \(ident: "status") END
| `- warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
163 | WHERE
164 | \(ident: "jobId")=\(bind: jobId)
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueueDatabaseEntry.swift:162:112: warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
75 |
76 | /// A queue job's status.
77 | public enum Status: Int, CaseIterable, Codable {
| `- note: consider making enum 'Status' conform to the 'Sendable' protocol
78 | /// The job is queued but not yet picked up for processing.
79 | case queued
:
160 | \(ident: "completedAt")=CASE WHEN \(ident: "completedAt") IS NULL THEN \(bind: completionTimestamp) ELSE \(ident: "completedAt") END,
161 | \(ident: "errorString")=CASE WHEN \(ident: "errorString") IS NULL THEN \(bind: errorString) ELSE \(ident: "errorString") END,
162 | \(ident: "status")=CASE WHEN \(ident: "status") IN (\(bind: Status.queued), \(bind: Status.running)) THEN \(bind: errorString == nil ? Status.success : Status.error) ELSE \(ident: "status") END
| `- warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
163 | WHERE
164 | \(ident: "jobId")=\(bind: jobId)
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueueDatabaseEntry.swift:162:154: warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
75 |
76 | /// A queue job's status.
77 | public enum Status: Int, CaseIterable, Codable {
| `- note: consider making enum 'Status' conform to the 'Sendable' protocol
78 | /// The job is queued but not yet picked up for processing.
79 | case queued
:
160 | \(ident: "completedAt")=CASE WHEN \(ident: "completedAt") IS NULL THEN \(bind: completionTimestamp) ELSE \(ident: "completedAt") END,
161 | \(ident: "errorString")=CASE WHEN \(ident: "errorString") IS NULL THEN \(bind: errorString) ELSE \(ident: "errorString") END,
162 | \(ident: "status")=CASE WHEN \(ident: "status") IN (\(bind: Status.queued), \(bind: Status.running)) THEN \(bind: errorString == nil ? Status.success : Status.error) ELSE \(ident: "status") END
| `- warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
163 | WHERE
164 | \(ident: "jobId")=\(bind: jobId)
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueueDatabaseEntry.swift:171:67: warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
75 |
76 | /// A queue job's status.
77 | public enum Status: Int, CaseIterable, Codable {
| `- note: consider making enum 'Status' conform to the 'Sendable' protocol
78 | /// The job is queued but not yet picked up for processing.
79 | case queued
:
169 | .flatMap { QueueDatabaseEntry.query(on: database).set(\.$completedAt, to: completionTimestamp).filter(\.$completedAt == nil).filter(\.$jobId == jobId).update() }
170 | .flatMap { QueueDatabaseEntry.query(on: database).set(\.$errorString, to: errorString).filter(\.$errorString == nil).filter(\.$jobId == jobId).update() }
171 | .flatMap { QueueDatabaseEntry.query(on: database).set(\.$status, to: errorString == nil ? .success : .error).filter(\.$status ~~ [.queued, .running]).filter(\.$jobId == jobId).update() }
| `- warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
172 | }
173 | }
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueueDatabaseEntry.swift:171:143: warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
75 |
76 | /// A queue job's status.
77 | public enum Status: Int, CaseIterable, Codable {
| `- note: consider making enum 'Status' conform to the 'Sendable' protocol
78 | /// The job is queued but not yet picked up for processing.
79 | case queued
:
169 | .flatMap { QueueDatabaseEntry.query(on: database).set(\.$completedAt, to: completionTimestamp).filter(\.$completedAt == nil).filter(\.$jobId == jobId).update() }
170 | .flatMap { QueueDatabaseEntry.query(on: database).set(\.$errorString, to: errorString).filter(\.$errorString == nil).filter(\.$jobId == jobId).update() }
171 | .flatMap { QueueDatabaseEntry.query(on: database).set(\.$status, to: errorString == nil ? .success : .error).filter(\.$status ~~ [.queued, .running]).filter(\.$jobId == jobId).update() }
| `- warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
172 | }
173 | }
[2443/2445] Compiling QueuesDatabaseHooks QueuesDatabaseNotificationHook.swift
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueuesDatabaseNotificationHook.swift:8:17: warning: stored property 'errorClosure' of 'Sendable'-conforming struct 'QueuesDatabaseNotificationHook' has non-sendable type '(any Error) -> String'; this is an error in the Swift 6 language mode
6 | public struct QueuesDatabaseNotificationHook: JobEventDelegate {
7 | /// Transforms an `Error` to a `String` to store in the database for a failing job.
8 | private let errorClosure: (Error) -> (String)
| |- warning: stored property 'errorClosure' of 'Sendable'-conforming struct 'QueuesDatabaseNotificationHook' has non-sendable type '(any Error) -> String'; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
9 |
10 | /// A hook which allows modifying (such as redacting) the payload stored in the database for a dispatched job.
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueuesDatabaseNotificationHook.swift:11:17: warning: stored property 'payloadClosure' of 'Sendable'-conforming struct 'QueuesDatabaseNotificationHook' has non-sendable type '(JobEventData) -> JobEventData'; this is an error in the Swift 6 language mode
9 |
10 | /// A hook which allows modifying (such as redacting) the payload stored in the database for a dispatched job.
11 | private let payloadClosure: (JobEventData) -> (JobEventData)
| |- warning: stored property 'payloadClosure' of 'Sendable'-conforming struct 'QueuesDatabaseNotificationHook' has non-sendable type '(JobEventData) -> JobEventData'; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
12 |
13 | /// The database in which job information is stored.
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueueDatabaseEntry.swift:63:6: warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
61 |
62 | /// The status of the job.
63 | @Field(key: "status")
| `- warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
64 | public var status: Status
65 |
:
75 |
76 | /// A queue job's status.
77 | public enum Status: Int, CaseIterable, Codable {
| `- note: consider making enum 'Status' conform to the 'Sendable' protocol
78 | /// The job is queued but not yet picked up for processing.
79 | case queued
[2444/2445] Emitting module QueuesDatabaseHooks
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueueDatabaseEntry.swift:63:6: warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
61 |
62 | /// The status of the job.
63 | @Field(key: "status")
| `- warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
64 | public var status: Status
65 |
:
75 |
76 | /// A queue job's status.
77 | public enum Status: Int, CaseIterable, Codable {
| `- note: consider making enum 'Status' conform to the 'Sendable' protocol
78 | /// The job is queued but not yet picked up for processing.
79 | case queued
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueueDatabaseEntry.swift:14:16: warning: stored property '_id' of 'Sendable'-conforming class 'QueueDatabaseEntry' is mutable; this is an error in the Swift 6 language mode
12 | /// The database primary key.
13 | @ID(key: .id)
14 | public var id: UUID?
| `- warning: stored property '_id' of 'Sendable'-conforming class 'QueueDatabaseEntry' is mutable; this is an error in the Swift 6 language mode
15 |
16 | /// The `jobId` from the `queues` package.
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueuesDatabaseNotificationHook.swift:8:17: warning: stored property 'errorClosure' of 'Sendable'-conforming struct 'QueuesDatabaseNotificationHook' has non-sendable type '(any Error) -> String'; this is an error in the Swift 6 language mode
6 | public struct QueuesDatabaseNotificationHook: JobEventDelegate {
7 | /// Transforms an `Error` to a `String` to store in the database for a failing job.
8 | private let errorClosure: (Error) -> (String)
| |- warning: stored property 'errorClosure' of 'Sendable'-conforming struct 'QueuesDatabaseNotificationHook' has non-sendable type '(any Error) -> String'; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
9 |
10 | /// A hook which allows modifying (such as redacting) the payload stored in the database for a dispatched job.
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueuesDatabaseNotificationHook.swift:11:17: warning: stored property 'payloadClosure' of 'Sendable'-conforming struct 'QueuesDatabaseNotificationHook' has non-sendable type '(JobEventData) -> JobEventData'; this is an error in the Swift 6 language mode
9 |
10 | /// A hook which allows modifying (such as redacting) the payload stored in the database for a dispatched job.
11 | private let payloadClosure: (JobEventData) -> (JobEventData)
| |- warning: stored property 'payloadClosure' of 'Sendable'-conforming struct 'QueuesDatabaseNotificationHook' has non-sendable type '(JobEventData) -> JobEventData'; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
12 |
13 | /// The database in which job information is stored.
[2445/2445] Compiling QueuesDatabaseHooks QueueDatabaseEntry+Query.swift
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueueDatabaseEntry.swift:63:6: warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
61 |
62 | /// The status of the job.
63 | @Field(key: "status")
| `- warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
64 | public var status: Status
65 |
:
75 |
76 | /// A queue job's status.
77 | public enum Status: Int, CaseIterable, Codable {
| `- note: consider making enum 'Status' conform to the 'Sendable' protocol
78 | /// The job is queued but not yet picked up for processing.
79 | case queued
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueueDatabaseEntry+Query.swift:25:70: warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
23 | .first(decoding: CurrentJobsStatusResponse.self).unwrap(or: Abort(.badRequest, reason: "Could not get data for status"))
24 | } else {
25 | return QueueDatabaseEntry.query(on: db).filter(\.$status == .queued).count(\.$id).flatMap { queuedCount in
| `- warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
26 | QueueDatabaseEntry.query(on: db).filter(\.$status == .running).count(\.$id).map { runningCount in
27 | .init(queuedCount: queuedCount, runningCount: runningCount)
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueueDatabaseEntry.swift:77:17: note: consider making enum 'Status' conform to the 'Sendable' protocol
75 |
76 | /// A queue job's status.
77 | public enum Status: Int, CaseIterable, Codable {
| `- note: consider making enum 'Status' conform to the 'Sendable' protocol
78 | /// The job is queued but not yet picked up for processing.
79 | case queued
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueueDatabaseEntry+Query.swift:26:67: warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
24 | } else {
25 | return QueueDatabaseEntry.query(on: db).filter(\.$status == .queued).count(\.$id).flatMap { queuedCount in
26 | QueueDatabaseEntry.query(on: db).filter(\.$status == .running).count(\.$id).map { runningCount in
| `- warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
27 | .init(queuedCount: queuedCount, runningCount: runningCount)
28 | }
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueueDatabaseEntry.swift:77:17: note: consider making enum 'Status' conform to the 'Sendable' protocol
75 |
76 | /// A queue job's status.
77 | public enum Status: Int, CaseIterable, Codable {
| `- note: consider making enum 'Status' conform to the 'Sendable' protocol
78 | /// The job is queued but not yet picked up for processing.
79 | case queued
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueueDatabaseEntry+Query.swift:60:102: warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
58 | } else {
59 | return QueueDatabaseEntry.query(on: db).filter(\.$completedAt >= deadline).count(\.$id).flatMap { completedJobs in
60 | QueueDatabaseEntry.query(on: db).filter(\.$completedAt >= deadline).filter(\.$status == .success).count(\.$id).map { successfulJobs in
| `- warning: type 'QueueDatabaseEntry.Status' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
61 | .init(completedJobs: completedJobs, percentSuccess: Double(successfulJobs) / Double(completedJobs))
62 | }
/host/spi-builder-workspace/Sources/QueuesDatabaseHooks/QueueDatabaseEntry.swift:77:17: note: consider making enum 'Status' conform to the 'Sendable' protocol
75 |
76 | /// A queue job's status.
77 | public enum Status: Int, CaseIterable, Codable {
| `- note: consider making enum 'Status' conform to the 'Sendable' protocol
78 | /// The job is queued but not yet picked up for processing.
79 | case queued
Build complete! (340.80s)
Build complete.
{
"dependencies" : [
{
"identity" : "queues",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/queues.git"
},
{
"identity" : "fluent-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-kit.git"
},
{
"identity" : "sql-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "3.7.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/sql-kit.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" : "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"
}
],
"manifest_display_name" : "queues-database-hooks",
"name" : "queues-database-hooks",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "QueuesDatabaseHooks",
"targets" : [
"QueuesDatabaseHooks"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "QueuesDatabaseHooksTests",
"module_type" : "SwiftTarget",
"name" : "QueuesDatabaseHooksTests",
"path" : "Tests/QueuesDatabaseHooksTests",
"product_dependencies" : [
"FluentSQLiteDriver",
"XCTQueues",
"XCTVapor",
"Fluent"
],
"sources" : [
"DatabaseHooksTests.swift"
],
"target_dependencies" : [
"QueuesDatabaseHooks"
],
"type" : "test"
},
{
"c99name" : "QueuesDatabaseHooks",
"module_type" : "SwiftTarget",
"name" : "QueuesDatabaseHooks",
"path" : "Sources/QueuesDatabaseHooks",
"product_dependencies" : [
"FluentKit",
"SQLKit",
"Queues"
],
"product_memberships" : [
"QueuesDatabaseHooks"
],
"sources" : [
"QueueDatabaseEntry+Query.swift",
"QueueDatabaseEntry.swift",
"QueuesDatabaseNotificationHook.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
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
Done.