Build Information
Successful build of Sublimate, reference master (fe14c7
), with Swift 6.1 for Linux on 26 Apr 2025 12:04:55 UTC.
Swift 6 data race errors: 8
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/myhealthily/sublimate.git
Reference: master
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/myhealthily/sublimate
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at fe14c75 Merge pull request #18 from myhealthily/test-coverage
Cloned https://github.com/myhealthily/sublimate.git
Revision (git rev-parse @):
fe14c7511078f93d998fda6a3cbf6f347c254b51
SUCCESS checkout https://github.com/myhealthily/sublimate.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/myhealthily/sublimate.git
https://github.com/myhealthily/sublimate.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "fluent",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio"
},
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.3.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.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"
},
{
"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"
}
],
"manifest_display_name" : "Sublimate",
"name" : "Sublimate",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "Sublimate",
"targets" : [
"Sublimate"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SublimateVapor",
"targets" : [
"SublimateVapor"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SublimateFluentKit",
"targets" : [
"SublimateFluentKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Tests",
"module_type" : "SwiftTarget",
"name" : "Tests",
"path" : "Tests",
"product_dependencies" : [
"XCTFluent",
"XCTVapor",
"FluentSQLiteDriver"
],
"sources" : [
"CO₂Tests.swift",
"FluentTests.swift",
"NIOTests.swift",
"SublimateMigrationTests.swift",
"SublimateModelMiddlewareTests.swift",
"SublimateRawBuilderTests.swift",
"VaporTests.swift",
"etc.swift"
],
"target_dependencies" : [
"Sublimate"
],
"type" : "test"
},
{
"c99name" : "SublimateVapor",
"module_type" : "SwiftTarget",
"name" : "SublimateVapor",
"path" : "Sources/SublimateVapor",
"product_dependencies" : [
"Vapor"
],
"product_memberships" : [
"Sublimate",
"SublimateVapor"
],
"sources" : [
"CO₂.swift"
],
"target_dependencies" : [
"SublimateFluentKit"
],
"type" : "library"
},
{
"c99name" : "SublimateNIO",
"module_type" : "SwiftTarget",
"name" : "SublimateNIO",
"path" : "Sources/SublimateNIO",
"product_dependencies" : [
"NIO",
"NIOHTTP1"
],
"product_memberships" : [
"Sublimate",
"SublimateVapor",
"SublimateFluentKit"
],
"sources" : [
"CO₂NIO.swift",
"DispatchQueue+EventLoop.swift"
],
"type" : "library"
},
{
"c99name" : "SublimateFluentKit",
"module_type" : "SwiftTarget",
"name" : "SublimateFluentKit",
"path" : "Sources/SublimateFluentKit",
"product_dependencies" : [
"FluentKit",
"FluentSQL"
],
"product_memberships" : [
"Sublimate",
"SublimateVapor",
"SublimateFluentKit"
],
"sources" : [
"CO₂DB.swift",
"FluentKit.Database.sublimate().swift",
"Model+CO₂.swift",
"SublimateAbort.swift",
"SublimateMigration.swift",
"SublimateModelMiddleware.swift",
"SublimateQueryBuilder.swift",
"SublimateRawBuilder.swift"
],
"target_dependencies" : [
"SublimateNIO"
],
"type" : "library"
},
{
"c99name" : "Sublimate",
"module_type" : "SwiftTarget",
"name" : "Sublimate",
"path" : "Sources/Sublimate",
"product_dependencies" : [
"Fluent"
],
"product_memberships" : [
"Sublimate"
],
"sources" : [
"Vapor.Request.sublimate().swift",
"sublimate().swift"
],
"target_dependencies" : [
"SublimateVapor"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/vapor/fluent-sqlite-driver.git
Fetching https://github.com/vapor/fluent-kit
Fetching https://github.com/vapor/fluent
[1/13407] Fetching fluent
[1074/14754] Fetching fluent, fluent-sqlite-driver
[6577/27995] Fetching fluent, fluent-sqlite-driver, fluent-kit
[8696/102308] Fetching fluent, fluent-sqlite-driver, fluent-kit, vapor
[15163/177739] Fetching fluent, fluent-sqlite-driver, fluent-kit, vapor, swift-nio
Fetched https://github.com/vapor/fluent-kit from cache (1.04s)
[33400/164498] Fetching fluent, fluent-sqlite-driver, vapor, swift-nio
Fetched https://github.com/vapor/fluent-sqlite-driver.git from cache (4.82s)
Fetched https://github.com/vapor/fluent from cache (4.82s)
Fetched https://github.com/vapor/vapor.git from cache (4.88s)
Fetched https://github.com/apple/swift-nio from cache (4.97s)
Computing version for https://github.com/vapor/fluent
Computed https://github.com/vapor/fluent at 4.12.0 (6.02s)
Computing version for https://github.com/vapor/fluent-kit
Computed https://github.com/vapor/fluent-kit at 1.52.1 (0.47s)
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
[193/9819] Fetching swift-log, sql-kit
Fetched https://github.com/apple/swift-log.git from cache (0.38s)
Fetched https://github.com/vapor/sql-kit.git from cache (0.38s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.82s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.82.0 (0.72s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
[1/1705] Fetching swift-atomics
[530/6058] Fetching swift-atomics, swift-system
[2200/22300] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.40s)
[8739/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.00s)
Fetched https://github.com/apple/swift-collections.git from cache (1.02s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (1.49s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.63s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.51s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.91s)
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.58s)
Fetching https://github.com/vapor/sqlite-kit.git
[1/2112] Fetching sqlite-kit
Fetched https://github.com/vapor/sqlite-kit.git from cache (2.76s)
Computing version for https://github.com/vapor/sqlite-kit.git
Computed https://github.com/vapor/sqlite-kit.git at 4.5.2 (3.22s)
Fetching https://github.com/vapor/sqlite-nio.git
Fetching https://github.com/vapor/async-kit.git
[1/2370] Fetching async-kit
[2/3866] Fetching async-kit, sqlite-nio
Fetched https://github.com/vapor/async-kit.git from cache (1.48s)
Fetched https://github.com/vapor/sqlite-nio.git from cache (1.49s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (2.13s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5903] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.97s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.43s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.83s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.41s)
Computing version for https://github.com/vapor/sqlite-nio.git
Computed https://github.com/vapor/sqlite-nio.git at 1.11.2 (0.51s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (0.53s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/multipart-kit.git
[1/2587] Fetching websocket-kit
[260/5795] Fetching websocket-kit, multipart-kit
[261/11457] Fetching websocket-kit, multipart-kit, swift-nio-extras
[1306/12516] Fetching websocket-kit, multipart-kit, swift-nio-extras, swift-service-context
[3024/17486] Fetching websocket-kit, multipart-kit, swift-nio-extras, swift-service-context, swift-distributed-tracing
[8480/19686] Fetching websocket-kit, multipart-kit, swift-nio-extras, swift-service-context, swift-distributed-tracing, swift-metrics
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.45s)
Fetching https://github.com/apple/swift-nio-http2.git
[13146/26208] Fetching websocket-kit, multipart-kit, swift-nio-extras, swift-service-context, swift-metrics, swift-nio-http2
Fetched https://github.com/apple/swift-service-context.git from cache (2.33s)
Fetched https://github.com/vapor/websocket-kit.git from cache (2.33s)
Fetched https://github.com/apple/swift-metrics.git from cache (2.34s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.34s)
Fetching https://github.com/vapor/console-kit.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (2.38s)
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.94s)
[1/5485] Fetching console-kit
[5486/19269] Fetching console-kit, swift-crypto
[6314/39992] Fetching console-kit, swift-crypto, routing-kit
[17847/53779] Fetching console-kit, swift-crypto, routing-kit, async-http-client
[18884/68572] Fetching console-kit, swift-crypto, routing-kit, async-http-client, swift-nio-ssl
Fetched https://github.com/swift-server/async-http-client.git from cache (1.12s)
[50092/54785] Fetching console-kit, swift-crypto, routing-kit, swift-nio-ssl
Fetched https://github.com/vapor/routing-kit.git from cache (1.15s)
[30068/34062] Fetching console-kit, swift-crypto, swift-nio-ssl
Fetched https://github.com/vapor/console-kit.git from cache (1.56s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.59s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.88s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (4.71s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.15.0 (0.50s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2619] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.29s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.71s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.52s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.51s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1127] Fetching swift-http-structured-headers
[1128/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.22s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.22s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.66s)
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.45s)
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.42s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.45s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.59s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.72s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.60s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.59s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.45s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.67s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.27s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.88s)
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-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
Working copy of https://github.com/vapor/fluent resolved at 4.12.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/vapor/fluent-kit
Working copy of https://github.com/vapor/fluent-kit resolved at 1.52.1
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.82.0
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.1
Creating working copy for https://github.com/vapor/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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-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.15.0
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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-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-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/sqlite-nio.git
Working copy of https://github.com/vapor/sqlite-nio.git resolved at 1.11.2
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/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/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/vapor/fluent-sqlite-driver.git
Working copy of https://github.com/vapor/fluent-sqlite-driver.git resolved at 4.8.1
Building for debugging...
[0/838] Write sources
[46/838] Compiling CNIOWindows shim.c
[46/838] Write sources
[48/838] Compiling CNIOWindows WSAStartup.c
[48/838] Compiling CNIOLLHTTP c_nio_http.c
[50/838] Write sources
[56/838] Compiling CVaporBcrypt bcrypt.c
[57/838] Compiling CVaporBcrypt blf.c
[58/838] Compiling _NumericsShims _NumericsShims.c
[59/838] Compiling _AtomicsShims.c
[60/838] Compiling CNIOWASI CNIOWASI.c
[61/838] Compiling CSystem shims.c
[62/838] Compiling CNIOLLHTTP c_nio_api.c
[63/838] Compiling CNIOLinux liburing_shims.c
[64/838] Compiling CNIOExtrasZlib empty.c
[65/838] Compiling CNIOSHA1 c_nio_sha1.c
[66/838] Compiling CNIODarwin shim.c
[67/838] Compiling CNIOLinux shim.c
[68/838] Compiling fiat_curve25519_adx_square.S
[69/838] Compiling fiat_p256_adx_sqr.S
[70/838] Compiling fiat_p256_adx_mul.S
[71/838] Write swift-version-24593BA9C3E375BF.txt
[71/838] Compiling fiat_curve25519_adx_mul.S
[73/838] Compiling CNIOLLHTTP c_nio_llhttp.c
[74/842] Compiling CNIOBoringSSLShims shims.c
[76/844] Emitting module _NIOBase64
[76/844] Compiling tls_record.cc
[78/844] Emitting module _NIODataStructures
[78/844] Compiling tls_method.cc
[79/875] Compiling tls13_server.cc
[80/885] Compiling tls13_enc.cc
[81/890] Compiling tls13_both.cc
[82/890] Compiling tls13_client.cc
[84/910] Emitting module CoreMetrics
[85/910] Compiling CoreMetrics Metrics.swift
[86/910] Compiling _NIOBase64 Base64.swift
[87/911] Compiling RealModule Float80+Real.swift
[88/911] Compiling RealModule Real.swift
[89/912] Compiling RealModule RealFunctions.swift
[91/912] Compiling InternalCollectionsUtilities Debugging.swift
[92/912] Compiling InternalCollectionsUtilities Descriptions.swift
[93/914] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[94/914] Compiling InternalCollectionsUtilities Specialize.swift
[95/914] Compiling ServiceContextModule ServiceContextKey.swift
[96/914] Compiling InternalCollectionsUtilities _SortedCollection.swift
[97/914] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[98/914] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[99/914] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[100/914] Emitting module InternalCollectionsUtilities
[101/914] Compiling RealModule Float16+Real.swift
[102/914] Emitting module ServiceContextModule
[103/914] Compiling ServiceContextModule ServiceContext.swift
[104/915] Emitting module RealModule
[105/915] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[106/915] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[107/915] Compiling InternalCollectionsUtilities UInt+reversed.swift
[108/915] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[111/915] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[112/915] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[113/915] Compiling InternalCollectionsUtilities Integer rank.swift
[114/915] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[115/915] Compiling RealModule ElementaryFunctions.swift
[116/915] Compiling RealModule Float+Real.swift
[117/915] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[118/915] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[119/915] Compiling SystemPackage SystemString.swift
[126/918] Compiling _NIODataStructures PriorityQueue.swift
[127/919] Compiling _NIODataStructures _TinyArray.swift
[129/919] Emitting module SystemPackage
[138/920] Compiling Logging MetadataProvider.swift
[139/920] Compiling _NIODataStructures Heap.swift
[140/921] Compiling SystemPackage Mocking.swift
[141/921] Compiling SystemPackage RawBuffer.swift
[142/921] Compiling SystemPackage Syscalls.swift
[143/921] Compiling SystemPackage WindowsSyscallAdapters.swift
[152/921] Compiling SystemPackage Backcompat.swift
[153/921] Compiling SystemPackage CInterop.swift
[154/921] Compiling SystemPackage Constants.swift
[155/921] Compiling SystemPackage Exports.swift
[156/921] Compiling Logging Locks.swift
[157/921] Emitting module Logging
[158/921] Compiling CoreMetrics Locks.swift
[159/921] Compiling Logging LogHandler.swift
[160/921] Compiling Logging Logging.swift
[163/929] Compiling SystemPackage Util+StringArray.swift
[164/929] Compiling SystemPackage Util.swift
[165/929] Compiling SystemPackage UtilConsumers.swift
[167/930] Emitting module Instrumentation
[168/930] Compiling Instrumentation Instrument.swift
[170/930] Compiling Instrumentation MultiplexInstrument.swift
[171/930] Compiling Instrumentation NoOpInstrument.swift
[172/947] Compiling Instrumentation InstrumentationSystem.swift
[173/947] Compiling Instrumentation Locks.swift
[175/1069] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[176/1069] Compiling HeapModule Heap+Descriptions.swift
[177/1069] Compiling HeapModule _HeapNode.swift
[178/1069] Compiling HeapModule Heap.swift
[179/1069] Compiling _RopeModule Rope+Invariants.swift
[180/1069] Compiling _RopeModule Rope+_Node.swift
[181/1069] Compiling _RopeModule Rope+_Storage.swift
[182/1069] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[183/1069] Compiling _RopeModule Rope+_UnsafeHandle.swift
[184/1069] Compiling _RopeModule Rope.swift
[185/1069] Compiling _RopeModule RopeElement.swift
[186/1069] Compiling _RopeModule BigString+UnicodeScalarView.swift
[187/1069] Compiling _RopeModule BigSubstring+UTF16View.swift
[188/1069] Compiling _RopeModule BigSubstring+UTF8View.swift
[189/1069] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[190/1069] Compiling _RopeModule BigSubstring.swift
[191/1069] Compiling _RopeModule Rope+Builder.swift
[192/1069] Compiling _RopeModule Rope+Debugging.swift
[193/1076] Compiling HeapModule Heap+Invariants.swift
[194/1076] Compiling HeapModule Heap+UnsafeHandle.swift
[195/1076] Emitting module HeapModule
[196/1077] Compiling _RopeModule BigString+Ingester.swift
[197/1077] Compiling _RopeModule BigString+Invariants.swift
[198/1077] Compiling _RopeModule BigString+Iterators.swift
[199/1077] Compiling _RopeModule BigString+Metrics.swift
[200/1077] Compiling _RopeModule BigString+Summary.swift
[201/1077] Compiling _RopeModule BigString.swift
[202/1077] Compiling _RopeModule BigString+Append.swift
[203/1077] Compiling _RopeModule BigString+Initializers.swift
[204/1077] Compiling _RopeModule BigString+Insert.swift
[205/1077] Compiling _RopeModule BigString+Managing Breaks.swift
[206/1077] Compiling _RopeModule BigString+RemoveSubrange.swift
[207/1077] Compiling _RopeModule BigString+ReplaceSubrange.swift
[208/1077] Compiling _RopeModule BigString+Split.swift
[209/1077] Compiling _RopeModule Range+BigString.swift
[210/1077] Compiling _RopeModule BigString+UTF16View.swift
[211/1077] Compiling _RopeModule BigString+UTF8View.swift
[211/1077] Compiling t1_enc.cc
[214/1077] Compiling _RopeModule BigString+Sequence.swift
[215/1077] Compiling _RopeModule BigString+TextOutputStream.swift
[216/1077] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[217/1077] Compiling _RopeModule BigString+Chunk+Breaks.swift
[218/1077] Compiling _RopeModule BigString+Chunk+Counts.swift
[219/1077] Compiling _RopeModule BigString+Chunk+Description.swift
[220/1077] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[221/1077] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[222/1077] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[223/1077] Compiling _RopeModule BigString+Chunk+Splitting.swift
[224/1077] Compiling _RopeModule BigString+Chunk.swift
[225/1077] Compiling _RopeModule BigString+BidirectionalCollection.swift
[226/1077] Compiling _RopeModule BigString+Builder.swift
[227/1077] Compiling _RopeModule BigString+Contents.swift
[228/1077] Compiling _RopeModule BigString+Debugging.swift
[229/1077] Compiling _RopeModule BigString+Index.swift
[229/1147] Compiling ssl_versions.cc
[231/1176] Compiling Tracing TracingTime.swift
[231/1176] Compiling ssl_x509.cc
[233/1176] Compiling Tracing TracerProtocol.swift
[234/1176] Compiling DequeModule Deque+CustomReflectable.swift
[235/1176] Compiling DequeModule Deque+Descriptions.swift
[236/1178] Compiling Tracing Tracer.swift
[237/1178] Compiling DequeModule Deque+Equatable.swift
[238/1178] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[239/1178] Compiling Tracing TracerProtocol+Legacy.swift
[242/1178] Compiling DequeModule Deque+Codable.swift
[243/1178] Compiling DequeModule Deque+Collection.swift
[246/1178] Compiling DequeModule Deque+Extras.swift
[247/1178] Compiling DequeModule Deque+Hashable.swift
[248/1178] Compiling DequeModule _DequeBuffer.swift
[249/1178] Compiling DequeModule _DequeBufferHeader.swift
[250/1178] Compiling HashTreeCollections TreeSet+Hashable.swift
[251/1178] Compiling HashTreeCollections TreeSet+Sendable.swift
[252/1178] Compiling HashTreeCollections TreeSet+Sequence.swift
[253/1178] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[254/1178] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[255/1178] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[256/1178] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[257/1178] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[258/1178] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[259/1178] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[260/1188] Compiling Tracing NoOpTracer.swift
[261/1188] Compiling Tracing InstrumentationSystem+Tracing.swift
[262/1188] Emitting module Tracing
[263/1188] Compiling Tracing SpanProtocol.swift
[270/1189] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[271/1189] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[272/1189] Compiling HashTreeCollections TreeDictionary+Filter.swift
[273/1189] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[274/1189] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[275/1189] Compiling HashTreeCollections TreeDictionary+Keys.swift
[276/1189] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[277/1189] Compiling HashTreeCollections TreeDictionary+Merge.swift
[278/1189] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[279/1189] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[280/1189] Compiling HashTreeCollections TreeDictionary+Values.swift
[281/1189] Compiling HashTreeCollections TreeDictionary.swift
[282/1189] Compiling HashTreeCollections TreeSet+Codable.swift
[290/1198] Compiling RoutingKit Router.swift
[291/1198] Compiling DequeModule _DequeSlot.swift
[292/1198] Compiling DequeModule _UnsafeWrappedBuffer.swift
[306/1198] Compiling _RopeModule Rope+Join.swift
[307/1198] Compiling _RopeModule Rope+MutatingForEach.swift
[308/1198] Compiling _RopeModule Rope+Remove.swift
[309/1198] Compiling _RopeModule Rope+RemoveSubrange.swift
[310/1198] Compiling _RopeModule Rope+Split.swift
[311/1198] Compiling _RopeModule Optional Utilities.swift
[312/1198] Compiling _RopeModule String Utilities.swift
[313/1198] Compiling _RopeModule String.Index+ABI.swift
[316/1198] Compiling DequeModule Deque+Testing.swift
[317/1198] Compiling DequeModule Deque._Storage.swift
[318/1198] Compiling DequeModule Deque._UnsafeHandle.swift
[319/1198] Compiling DequeModule Deque.swift
[320/1198] Compiling RoutingKit PathComponent.swift
[321/1198] Compiling HashTreeCollections _HashNodeHeader.swift
[322/1198] Compiling HashTreeCollections _HashSlot.swift
[323/1198] Compiling HashTreeCollections _HashStack.swift
[324/1198] Compiling HashTreeCollections _HashTreeIterator.swift
[325/1198] Compiling HashTreeCollections _HashTreeStatistics.swift
[326/1198] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[327/1198] Compiling HashTreeCollections _RawHashNode.swift
[328/1198] Compiling HashTreeCollections _UnmanagedHashNode.swift
[329/1198] Compiling HashTreeCollections _UnsafePath.swift
[330/1198] Compiling HashTreeCollections TreeDictionary+Codable.swift
[341/1198] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[342/1198] Compiling HashTreeCollections _HashNode+Structural merge.swift
[343/1198] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[344/1198] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[345/1198] Compiling HashTreeCollections _HashNode+Structural union.swift
[346/1198] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[347/1198] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[348/1198] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[349/1198] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[350/1198] Compiling HashTreeCollections _HashNode.swift
[359/1198] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[360/1198] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[361/1198] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[362/1198] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[363/1198] Emitting module OrderedCollections
[364/1199] Compiling _RopeModule _CharacterRecognizer.swift
[365/1199] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[366/1199] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[367/1199] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[368/1199] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[369/1199] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[370/1199] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[371/1199] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[372/1199] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[373/1199] Compiling HashTreeCollections TreeSet.swift
[374/1199] Compiling RoutingKit TrieRouter.swift
[376/1199] Emitting module DequeModule
[377/1200] Emitting module _RopeModule
[386/1200] Compiling HashTreeCollections TreeDictionary+Collection.swift
[387/1200] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[388/1200] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[389/1200] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[390/1200] Emitting module Metrics
[391/1200] Compiling Metrics Metrics.swift
[392/1201] Compiling RoutingKit AnyRouter.swift
[392/1201] Compiling ssl_transcript.cc
[393/1201] Compiling RoutingKit Parameters.swift
[395/1201] Emitting module RoutingKit
[397/1202] Compiling ssl_stat.cc
[450/1203] Compiling ssl_session.cc
[451/1203] Compiling ssl_privkey.cc
[452/1203] Compiling ssl_key_share.cc
[454/1203] Emitting module HashTreeCollections
[454/1204] Compiling ssl_credential.cc
[456/1204] Compiling ssl_file.cc
[457/1204] Compiling ssl_lib.cc
[458/1204] Compiling ssl_cipher.cc
[459/1204] Compiling ssl_buffer.cc
[460/1204] Compiling ssl_asn1.cc
[461/1204] Compiling ssl_cert.cc
[462/1204] Compiling ssl_aead_ctx.cc
[463/1204] Compiling s3_pkt.cc
[464/1204] Compiling s3_lib.cc
[465/1204] Compiling s3_both.cc
[466/1204] Compiling handshake_client.cc
[467/1204] Compiling handshake_server.cc
[468/1204] Compiling handshake.cc
[469/1204] Compiling handoff.cc
[470/1204] Compiling dtls_record.cc
[471/1204] Compiling encrypted_client_hello.cc
[472/1204] Compiling md5-x86_64-linux.S
[473/1204] Compiling d1_srtp.cc
[474/1204] Compiling md5-x86_64-apple.S
[475/1204] Compiling extensions.cc
[476/1204] Compiling md5-586-linux.S
[477/1204] Compiling md5-586-apple.S
[478/1204] Compiling dtls_method.cc
[479/1204] Compiling chacha20_poly1305_x86_64-linux.S
[480/1204] Compiling chacha20_poly1305_x86_64-apple.S
[481/1204] Compiling chacha20_poly1305_armv8-win.S
[482/1204] Compiling chacha20_poly1305_armv8-apple.S
[483/1204] Compiling chacha20_poly1305_armv8-linux.S
[484/1204] Compiling err_data.cc
[485/1204] Compiling chacha-x86_64-apple.S
[486/1204] Compiling chacha-x86_64-linux.S
[487/1204] Compiling chacha-x86-linux.S
[488/1204] Compiling chacha-armv8-win.S
[489/1204] Compiling chacha-x86-apple.S
[490/1204] Compiling chacha-armv8-linux.S
[491/1204] Compiling chacha-armv8-apple.S
[492/1204] Compiling chacha-armv4-linux.S
[493/1204] Compiling aes128gcmsiv-x86_64-linux.S
[494/1204] Compiling aes128gcmsiv-x86_64-apple.S
[495/1204] Compiling x86_64-mont5-linux.S
[496/1204] Compiling x86_64-mont5-apple.S
[497/1204] Compiling x86_64-mont-apple.S
[498/1204] Compiling x86_64-mont-linux.S
[499/1204] Compiling x86-mont-apple.S
[500/1204] Compiling x86-mont-linux.S
[501/1204] Compiling vpaes-x86_64-linux.S
[502/1204] Compiling vpaes-x86_64-apple.S
[503/1204] Compiling vpaes-x86-linux.S
[504/1204] Compiling vpaes-x86-apple.S
[505/1204] Compiling vpaes-armv8-win.S
[506/1204] Compiling vpaes-armv8-apple.S
[507/1204] Compiling vpaes-armv8-linux.S
[508/1204] Compiling vpaes-armv7-linux.S
[509/1204] Compiling sha512-x86_64-linux.S
[510/1204] Compiling sha512-x86_64-apple.S
[511/1204] Compiling sha512-armv8-win.S
[512/1204] Compiling d1_pkt.cc
[513/1204] Compiling sha512-armv4-linux.S
[514/1204] Compiling sha512-armv8-linux.S
[515/1204] Compiling sha512-586-linux.S
[516/1204] Compiling sha512-armv8-apple.S
[517/1204] Compiling sha512-586-apple.S
[518/1204] Compiling sha256-armv8-win.S
[519/1204] Compiling sha256-x86_64-apple.S
[520/1204] Compiling sha256-x86_64-linux.S
[521/1204] Compiling sha256-armv8-linux.S
[522/1204] Compiling sha256-armv8-apple.S
[523/1204] Compiling sha256-586-linux.S
[524/1204] Compiling sha256-586-apple.S
[525/1204] Compiling sha256-armv4-linux.S
[526/1204] Compiling sha1-x86_64-apple.S
[527/1204] Compiling sha1-x86_64-linux.S
[528/1204] Compiling sha1-armv8-win.S
[529/1204] Compiling sha1-armv4-large-linux.S
[530/1204] Compiling sha1-armv8-apple.S
[531/1204] Compiling sha1-armv8-linux.S
[532/1204] Compiling sha1-586-linux.S
[533/1204] Compiling rsaz-avx2-apple.S
[534/1204] Compiling sha1-586-apple.S
[535/1204] Compiling rsaz-avx2-linux.S
[536/1204] Compiling rdrand-x86_64-linux.S
[537/1204] Compiling rdrand-x86_64-apple.S
[538/1204] Compiling p256_beeu-x86_64-asm-linux.S
[539/1204] Compiling p256_beeu-x86_64-asm-apple.S
[540/1204] Compiling p256_beeu-armv8-asm-apple.S
[541/1204] Compiling p256_beeu-armv8-asm-linux.S
[542/1204] Compiling p256_beeu-armv8-asm-win.S
[543/1204] Compiling d1_lib.cc
[544/1204] Compiling bio_ssl.cc
[545/1204] Compiling p256-x86_64-asm-apple.S
[546/1204] Compiling p256-armv8-asm-win.S
[547/1204] Compiling p256-armv8-asm-linux.S
[548/1204] Compiling p256-armv8-asm-apple.S
[549/1204] Compiling p256-x86_64-asm-linux.S
[550/1204] Compiling ghashv8-armv8-win.S
[551/1204] Compiling ghashv8-armv8-linux.S
[552/1204] Compiling ghashv8-armv7-linux.S
[553/1204] Compiling ghashv8-armv8-apple.S
[554/1204] Compiling ghash-x86_64-apple.S
[555/1204] Compiling ghash-x86_64-linux.S
[556/1204] Compiling ghash-ssse3-x86_64-apple.S
[557/1204] Compiling ghash-x86-apple.S
[558/1204] Compiling ghash-x86-linux.S
[559/1204] Compiling ghash-ssse3-x86_64-linux.S
[560/1204] Compiling ghash-ssse3-x86-linux.S
[561/1204] Compiling ghash-ssse3-x86-apple.S
[562/1204] Compiling ghash-neon-armv8-linux.S
[563/1204] Compiling ghash-neon-armv8-win.S
[564/1204] Compiling co-586-linux.S
[565/1204] Compiling ghash-armv4-linux.S
[566/1204] Compiling ghash-neon-armv8-apple.S
[567/1204] Compiling bn-armv8-win.S
[568/1204] Compiling co-586-apple.S
[569/1204] Compiling bsaes-armv7-linux.S
[570/1204] Compiling bn-armv8-apple.S
[571/1204] Compiling bn-586-apple.S
[572/1204] Compiling armv8-mont-win.S
[573/1204] Compiling bn-586-linux.S
[574/1204] Compiling bn-armv8-linux.S
[575/1204] Compiling armv8-mont-linux.S
[576/1204] Compiling armv8-mont-apple.S
[577/1204] Compiling aesv8-gcm-armv8-win.S
[578/1204] Compiling aesv8-gcm-armv8-linux.S
[579/1204] Compiling armv4-mont-linux.S
[580/1204] Compiling aesv8-gcm-armv8-apple.S
[581/1204] Compiling aesv8-armv8-win.S
[582/1204] Compiling aesv8-armv8-linux.S
[583/1204] Compiling aesni-x86_64-apple.S
[584/1204] Compiling aesv8-armv8-apple.S
[585/1204] Compiling aesv8-armv7-linux.S
[586/1204] Compiling aesni-gcm-x86_64-linux.S
[587/1204] Compiling aesni-x86-apple.S
[588/1204] Compiling aesni-x86-linux.S
[589/1204] Compiling aesni-x86_64-linux.S
[590/1204] Compiling aes-gcm-avx2-x86_64-linux.S
[591/1204] Compiling aesni-gcm-x86_64-apple.S
[592/1204] Compiling aes-gcm-avx10-x86_64-linux.S
[593/1204] Compiling aes-gcm-avx2-x86_64-apple.S
[593/1204] Compiling d1_both.cc
[595/1204] Compiling aes-gcm-avx10-x86_64-apple.S
[596/1204] Compiling x_val.cc
[597/1204] Compiling x_x509.cc
[598/1204] Compiling x_exten.cc
[599/1204] Compiling x_sig.cc
[600/1204] Compiling x_req.cc
[601/1204] Compiling x_x509a.cc
[602/1204] Compiling x_pubkey.cc
[603/1204] Compiling x_spki.cc
[604/1204] Compiling x_name.cc
[605/1204] Compiling x_crl.cc
[606/1204] Compiling x509name.cc
[607/1204] Compiling x_all.cc
[608/1204] Compiling x509spki.cc
[609/1204] Compiling x_attrib.cc
[610/1204] Compiling x_algor.cc
[611/1204] Compiling x509_vpm.cc
[612/1204] Compiling x509rset.cc
[613/1204] Compiling x509_req.cc
[614/1204] Compiling x509cset.cc
[615/1204] Compiling x509_v3.cc
[616/1204] Compiling x509_vfy.cc
[617/1204] Compiling x509_txt.cc
[618/1204] Compiling x509_trs.cc
[619/1204] Compiling x509_lu.cc
[620/1204] Compiling x509_set.cc
[621/1204] Compiling x509_obj.cc
[622/1204] Compiling x509_ext.cc
[623/1204] Compiling x509_def.cc
[624/1204] Compiling x509_d2.cc
[625/1204] Compiling x509.cc
[626/1204] Compiling x509_att.cc
[627/1204] Compiling v3_utl.cc
[628/1204] Compiling v3_skey.cc
[629/1204] Compiling x509_cmp.cc
[630/1204] Compiling v3_purp.cc
[631/1204] Compiling v3_prn.cc
[632/1204] Compiling v3_pmaps.cc
[633/1204] Compiling v3_int.cc
[634/1204] Compiling v3_pcons.cc
[635/1204] Compiling v3_ocsp.cc
[636/1204] Compiling v3_lib.cc
[637/1204] Compiling v3_ncons.cc
[638/1204] Compiling v3_info.cc
[639/1204] Compiling v3_ia5.cc
[640/1204] Compiling v3_enum.cc
[641/1204] Compiling v3_genn.cc
[642/1204] Compiling v3_extku.cc
[643/1204] Compiling v3_bcons.cc
[644/1204] Compiling v3_crld.cc
[645/1204] Compiling v3_conf.cc
[646/1204] Compiling v3_cpols.cc
[647/1204] Compiling v3_bitst.cc
[648/1204] Compiling v3_akey.cc
[649/1204] Compiling t_x509.cc
[650/1204] Compiling t_req.cc
[651/1204] Compiling t_crl.cc
[652/1204] Compiling v3_alt.cc
[653/1204] Compiling v3_akeya.cc
[654/1204] Compiling t_x509a.cc
[655/1204] Compiling i2d_pr.cc
[656/1204] Compiling rsa_pss.cc
[657/1204] Compiling by_file.cc
[658/1204] Compiling policy.cc
[659/1204] Compiling name_print.cc
[660/1204] Compiling asn1_gen.cc
[661/1204] Compiling by_dir.cc
[662/1204] Compiling algorithm.cc
[663/1204] Compiling a_verify.cc
[664/1204] Compiling a_sign.cc
[665/1204] Compiling thread_pthread.cc
[666/1204] Compiling thread_win.cc
[667/1204] Compiling thread_none.cc
[668/1204] Compiling thread.cc
[669/1204] Compiling a_digest.cc
[670/1204] Compiling trust_token.cc
[671/1204] Compiling voprf.cc
[672/1204] Compiling stack.cc
[673/1204] Compiling pmbtoken.cc
[674/1204] Compiling siphash.cc
[675/1204] Compiling sha512.cc
[676/1204] Compiling spake2plus.cc
[677/1204] Compiling sha256.cc
[678/1204] Compiling sha1.cc
[679/1204] Compiling slhdsa.cc
[680/1204] Compiling rsa_print.cc
[681/1204] Compiling refcount.cc
[682/1204] Compiling trusty.cc
[683/1204] Compiling rsa_extra.cc
[684/1204] Compiling rc4.cc
[685/1204] Compiling rand.cc
[686/1204] Compiling rsa_crypt.cc
[687/1204] Compiling windows.cc
[688/1204] Compiling urandom.cc
[689/1204] Compiling passive.cc
[690/1204] Compiling fork_detect.cc
[691/1204] Compiling getentropy.cc
[692/1204] Compiling forkunsafe.cc
[693/1204] Compiling ios.cc
[694/1204] Compiling poly1305_arm_asm.S
[695/1204] Compiling deterministic.cc
[696/1204] Compiling rsa_asn1.cc
[697/1204] Compiling poly1305.cc
[698/1204] Compiling poly1305_arm.cc
[699/1204] Compiling pool.cc
[700/1204] Compiling poly1305_vec.cc
[701/1204] Compiling pkcs7.cc
[702/1204] Compiling p5_pbev2.cc
[703/1204] Compiling pkcs8.cc
[704/1204] Compiling pkcs8_x509.cc
[705/1204] Compiling pkcs7_x509.cc
[706/1204] Compiling pem_xaux.cc
[707/1204] Compiling pem_x509.cc
[708/1204] Compiling pem_pkey.cc
[709/1204] Compiling obj_xref.cc
[710/1204] Compiling pem_pk8.cc
[711/1204] Compiling pem_oth.cc
[712/1204] Compiling pem_lib.cc
[713/1204] Compiling mlkem.cc
[714/1204] Compiling mem.cc
[715/1204] Compiling mldsa.cc
[716/1204] Compiling md5.cc
[717/1204] Compiling pem_info.cc
[718/1204] Compiling poly_rq_mul.S
[719/1204] Compiling pem_all.cc
[720/1204] Compiling md4.cc
[721/1204] Compiling fips_shared_support.cc
[721/1204] Compiling lhash.cc
[723/1204] Compiling obj.cc
[724/1204] Compiling scrypt.cc
[725/1204] Compiling kyber.cc
[726/1204] Compiling sign.cc
[727/1204] Compiling hrss.cc
[728/1204] Compiling ex_data.cc
[729/1204] Compiling print.cc
[730/1204] Compiling pbkdf.cc
[731/1204] Compiling hpke.cc
[732/1204] Compiling p_x25519.cc
[733/1204] Compiling p_x25519_asn1.cc
[734/1204] Compiling p_rsa_asn1.cc
[735/1204] Compiling p_rsa.cc
[736/1204] Compiling p_ed25519.cc
[737/1204] Compiling p_hkdf.cc
[738/1204] Compiling p_ed25519_asn1.cc
[739/1204] Compiling p_ec_asn1.cc
[740/1204] Compiling p_dh_asn1.cc
[741/1204] Compiling p_dh.cc
[742/1204] Compiling p_ec.cc
[743/1204] Compiling evp_ctx.cc
[744/1204] Compiling evp.cc
[745/1204] Compiling p_dsa_asn1.cc
[746/1204] Compiling err.cc
[747/1204] Compiling engine.cc
[748/1204] Compiling ec_derive.cc
[749/1204] Compiling ecdh.cc
[750/1204] Compiling evp_asn1.cc
[751/1204] Compiling ecdsa_asn1.cc
[752/1204] Compiling hash_to_curve.cc
[753/1204] Compiling des.cc
[754/1204] Compiling dsa_asn1.cc
[755/1204] Compiling dsa.cc
[756/1204] Compiling ec_asn1.cc
[757/1204] Compiling params.cc
[758/1204] Compiling x25519-asm-arm.S
[759/1204] Compiling dh_asn1.cc
[760/1204] Compiling digest_extra.cc
[761/1204] Compiling bcm.cc
[762/1204] Compiling crypto.cc
[763/1204] Compiling cpu_intel.cc
[764/1204] Compiling spake25519.cc
[765/1204] Compiling cpu_arm_linux.cc
[766/1204] Compiling curve25519.cc
[767/1204] Compiling curve25519_64_adx.cc
[768/1204] Compiling cpu_arm_freebsd.cc
[769/1204] Compiling cpu_aarch64_win.cc
[770/1204] Compiling cpu_aarch64_openbsd.cc
[771/1204] Compiling cpu_aarch64_sysreg.cc
[772/1204] Compiling cpu_aarch64_linux.cc
[773/1204] Compiling cpu_aarch64_fuchsia.cc
[774/1204] Compiling cpu_aarch64_apple.cc
[775/1204] Compiling tls_cbc.cc
[776/1204] Compiling conf.cc
[777/1204] Compiling get_cipher.cc
[778/1204] Compiling e_rc4.cc
[779/1204] Compiling e_tls.cc
[780/1204] Compiling e_rc2.cc
[781/1204] Compiling e_null.cc
[782/1204] Compiling e_des.cc
[783/1204] Compiling e_chacha20poly1305.cc
[784/1204] Compiling e_aesctrhmac.cc
[785/1204] Compiling e_aesgcmsiv.cc
[786/1204] Compiling derive_key.cc
[787/1204] Compiling chacha.cc
[788/1204] Compiling unicode.cc
[789/1204] Compiling buf.cc
[790/1204] Compiling cbb.cc
[791/1204] Compiling ber.cc
[792/1204] Compiling cbs.cc
[793/1204] Compiling convert.cc
[794/1204] Compiling asn1_compat.cc
[795/1204] Compiling socket_helper.cc
[796/1204] Compiling bn_asn1.cc
[797/1204] Compiling blake2.cc
[798/1204] Compiling printf.cc
[799/1204] Compiling socket.cc
[800/1204] Compiling pair.cc
[801/1204] Compiling errno.cc
[802/1204] Compiling hexdump.cc
[803/1204] Compiling fd.cc
[804/1204] Compiling file.cc
[805/1204] Compiling connect.cc
[806/1204] Compiling base64.cc
[807/1204] Compiling bio.cc
[808/1204] Compiling bio_mem.cc
[809/1204] Compiling tasn_fre.cc
[810/1204] Compiling tasn_typ.cc
[811/1204] Compiling tasn_enc.cc
[812/1204] Compiling posix_time.cc
[813/1204] Compiling tasn_new.cc
[814/1204] Compiling tasn_utl.cc
[815/1204] Compiling f_string.cc
[816/1204] Compiling f_int.cc
[817/1204] Compiling asn_pack.cc
[818/1204] Compiling tasn_dec.cc
[819/1204] Compiling asn1_par.cc
[820/1204] Compiling a_utctm.cc
[821/1204] Compiling a_octet.cc
[822/1204] Compiling a_type.cc
[823/1204] Compiling a_time.cc
[824/1204] Compiling asn1_lib.cc
[825/1204] Compiling a_strnid.cc
[826/1204] Compiling a_strex.cc
[827/1204] Compiling a_dup.cc
[828/1204] Compiling a_i2d_fp.cc
[829/1204] Compiling a_mbstr.cc
[830/1204] Compiling a_d2i_fp.cc
[831/1204] Compiling a_object.cc
[832/1204] Compiling fiat_p256_adx_sqr.S
[833/1204] Compiling fiat_p256_adx_mul.S
[834/1204] Compiling a_gentm.cc
[835/1204] Compiling fiat_curve25519_adx_square.S
[836/1204] Compiling fiat_curve25519_adx_mul.S
[837/1204] Compiling md5-x86_64-linux.S
[838/1204] Compiling a_int.cc
[839/1204] Compiling md5-x86_64-apple.S
[840/1204] Compiling md5-586-linux.S
[841/1204] Compiling md5-586-apple.S
[842/1204] Compiling chacha20_poly1305_x86_64-apple.S
[843/1204] Compiling CCryptoBoringSSLShims shims.c
[844/1204] Compiling a_bitstr.cc
[845/1204] Compiling chacha20_poly1305_x86_64-linux.S
[846/1204] Compiling chacha20_poly1305_armv8-win.S
[847/1204] Compiling a_bool.cc
[848/1204] Compiling chacha20_poly1305_armv8-apple.S
[849/1204] Compiling chacha20_poly1305_armv8-linux.S
[850/1204] Compiling chacha-x86_64-linux.S
[851/1204] Compiling chacha-x86_64-apple.S
[851/1204] Compiling chacha-x86-apple.S
[853/1204] Compiling chacha-x86-linux.S
[854/1204] Compiling chacha-armv8-win.S
[855/1204] Compiling chacha-armv8-linux.S
[856/1204] Compiling chacha-armv8-apple.S
[857/1204] Compiling chacha-armv4-linux.S
[858/1204] Compiling aes128gcmsiv-x86_64-apple.S
[859/1204] Compiling err_data.cc
[860/1204] Compiling x86_64-mont5-apple.S
[861/1204] Compiling aes128gcmsiv-x86_64-linux.S
[862/1204] Compiling x86_64-mont-apple.S
[862/1204] Compiling x86_64-mont-linux.S
[864/1204] Compiling x86_64-mont5-linux.S
[865/1204] Compiling x86-mont-linux.S
[866/1204] Compiling x86-mont-apple.S
[867/1204] Compiling vpaes-x86_64-apple.S
[868/1204] Compiling vpaes-x86-linux.S
[869/1204] Compiling vpaes-x86-apple.S
[870/1204] Compiling vpaes-x86_64-linux.S
[871/1204] Compiling vpaes-armv8-linux.S
[872/1204] Compiling vpaes-armv8-win.S
[873/1204] Compiling vpaes-armv8-apple.S
[874/1204] Compiling vpaes-armv7-linux.S
[875/1204] Compiling sha512-x86_64-linux.S
[876/1204] Compiling sha512-x86_64-apple.S
[877/1204] Compiling sha512-armv8-linux.S
[878/1204] Compiling sha512-armv8-win.S
[879/1204] Compiling sha512-armv8-apple.S
[880/1204] Compiling sha512-armv4-linux.S
[881/1204] Compiling sha512-586-linux.S
[882/1204] Compiling sha512-586-apple.S
[883/1204] Compiling sha256-armv8-win.S
[884/1204] Compiling sha256-x86_64-apple.S
[885/1204] Compiling sha256-armv8-linux.S
[886/1204] Compiling sha256-x86_64-linux.S
[887/1204] Compiling sha256-armv8-apple.S
[888/1204] Compiling sha256-586-apple.S
[889/1204] Compiling sha256-armv4-linux.S
[890/1204] Compiling sha256-586-linux.S
[891/1204] Compiling sha1-x86_64-apple.S
[892/1204] Compiling sha1-armv8-win.S
[893/1204] Compiling sha1-armv8-linux.S
[894/1204] Compiling sha1-armv4-large-linux.S
[895/1204] Compiling sha1-armv8-apple.S
[896/1204] Compiling sha1-x86_64-linux.S
[897/1204] Compiling sha1-586-linux.S
[898/1204] Compiling sha1-586-apple.S
[899/1204] Compiling rdrand-x86_64-apple.S
[900/1204] Compiling rsaz-avx2-apple.S
[901/1204] Compiling rsaz-avx2-linux.S
[902/1204] Compiling rdrand-x86_64-linux.S
[903/1204] Compiling p256_beeu-x86_64-asm-linux.S
[904/1204] Compiling p256_beeu-x86_64-asm-apple.S
[905/1204] Compiling p256_beeu-armv8-asm-win.S
[906/1204] Compiling p256_beeu-armv8-asm-linux.S
[907/1204] Compiling p256_beeu-armv8-asm-apple.S
[908/1204] Compiling p256-x86_64-asm-linux.S
[909/1204] Compiling p256-x86_64-asm-apple.S
[910/1204] Compiling p256-armv8-asm-win.S
[911/1204] Compiling ghashv8-armv8-linux.S
[912/1204] Compiling p256-armv8-asm-linux.S
[913/1204] Compiling ghashv8-armv8-win.S
[914/1204] Compiling p256-armv8-asm-apple.S
[915/1204] Compiling ghashv8-armv8-apple.S
[916/1204] Compiling ghashv8-armv7-linux.S
[917/1204] Compiling ghash-x86-linux.S
[918/1204] Compiling ghash-x86_64-linux.S
[919/1204] Compiling ghash-x86_64-apple.S
[920/1204] Compiling ghash-x86-apple.S
[921/1204] Compiling ghash-ssse3-x86_64-apple.S
[922/1204] Compiling ghash-ssse3-x86-apple.S
[923/1204] Compiling ghash-neon-armv8-linux.S
[923/1204] Compiling ghash-neon-armv8-win.S
[925/1204] Compiling ghash-ssse3-x86_64-linux.S
[926/1204] Compiling ghash-neon-armv8-apple.S
[927/1204] Compiling ghash-ssse3-x86-linux.S
[928/1204] Compiling co-586-apple.S
[929/1204] Compiling co-586-linux.S
[930/1204] Compiling ghash-armv4-linux.S
[931/1204] Compiling bsaes-armv7-linux.S
[932/1204] Compiling bn-armv8-win.S
[933/1204] Compiling bn-armv8-linux.S
[934/1204] Compiling bn-586-linux.S
[935/1204] Compiling bn-586-apple.S
[936/1204] Compiling bn-armv8-apple.S
[937/1204] Compiling armv8-mont-win.S
[938/1204] Compiling armv8-mont-linux.S
[939/1204] Compiling armv4-mont-linux.S
[940/1204] Compiling aesv8-gcm-armv8-win.S
[941/1204] Compiling aesv8-armv8-win.S
[942/1204] Compiling armv8-mont-apple.S
[943/1204] Compiling aesv8-gcm-armv8-apple.S
[944/1204] Compiling aesv8-gcm-armv8-linux.S
[945/1204] Compiling aesv8-armv8-linux.S
[946/1204] Compiling aesv8-armv8-apple.S
[947/1204] Compiling aesv8-armv7-linux.S
[948/1204] Compiling aesni-x86_64-linux.S
[949/1204] Compiling aesni-x86-linux.S
[950/1204] Compiling aesni-x86-apple.S
[950/1204] Compiling aesni-x86_64-apple.S
[952/1204] Compiling aesni-gcm-x86_64-linux.S
[953/1204] Compiling aes-gcm-avx10-x86_64-apple.S
[954/1204] Compiling aesni-gcm-x86_64-apple.S
[955/1204] Compiling aes-gcm-avx10-x86_64-linux.S
[956/1204] Compiling x_x509a.cc
[957/1204] Compiling x_sig.cc
[958/1204] Compiling x_x509.cc
[959/1204] Compiling x_spki.cc
[960/1204] Compiling x_val.cc
[961/1204] Compiling x_req.cc
[962/1204] Compiling c-nioatomics.c
[963/1204] Compiling x_pubkey.cc
[964/1204] Compiling x_name.cc
[965/1204] Compiling x_crl.cc
[966/1204] Compiling x_exten.cc
[967/1204] Compiling x_attrib.cc
[968/1204] Compiling c-atomics.c
[969/1204] Compiling x_all.cc
[970/1205] Compiling x_algor.cc
[971/1210] Compiling x509spki.cc
[973/1210] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[973/1210] Compiling x509rset.cc
[975/1210] Compiling NIOConcurrencyHelpers lock.swift
[975/1210] Compiling x509name.cc
[976/1210] Compiling x509cset.cc
[977/1210] Compiling x509_vpm.cc
[978/1210] Compiling x509_vfy.cc
[980/1210] Emitting module NIOConcurrencyHelpers
[981/1210] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[982/1210] Compiling NIOConcurrencyHelpers NIOLock.swift
[983/1210] Compiling NIOConcurrencyHelpers atomics.swift
[983/1211] Compiling x509_v3.cc
[985/1211] Compiling x509_txt.cc
[986/1237] Compiling x509_trs.cc
[987/1237] Compiling x509_set.cc
[988/1237] Compiling x509_req.cc
[990/1237] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[991/1237] Compiling ConsoleKitTerminal ConsoleClear.swift
[992/1237] Compiling ConsoleKitTerminal Console+Ask.swift
[993/1237] Compiling ConsoleKitTerminal Console+Choose.swift
[993/1240] Compiling x509_obj.cc
[994/1240] Compiling x509_lu.cc
[996/1240] Compiling ConsoleKitTerminal ActivityBar.swift
[997/1240] Compiling ConsoleKitTerminal ActivityIndicator.swift
[998/1240] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[999/1240] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1000/1240] Emitting module ConsoleKitTerminal
[1000/1240] Compiling x509_ext.cc
[1002/1240] Compiling ConsoleKitTerminal CustomActivity.swift
[1003/1240] Compiling ConsoleKitTerminal LoadingBar.swift
[1004/1240] Compiling ConsoleKitTerminal ProgressBar.swift
[1005/1240] Compiling ConsoleKitTerminal Console+Clear.swift
[1006/1240] Compiling ConsoleKitTerminal Console+Confirm.swift
[1007/1240] Compiling ConsoleKitTerminal Console+Input.swift
[1008/1240] Compiling ConsoleKitTerminal Console+Center.swift
[1009/1240] Compiling ConsoleKitTerminal Console+Output.swift
[1010/1240] Compiling ConsoleKitTerminal Console+Wait.swift
[1011/1240] Compiling ConsoleKitTerminal ConsoleColor.swift
[1012/1240] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1012/1240] Compiling x509_def.cc
[1014/1240] Compiling ConsoleKitTerminal ConsoleText.swift
[1015/1240] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1016/1240] Compiling ConsoleKitTerminal ANSI.swift
[1017/1240] Compiling ConsoleKitTerminal Console.swift
[1018/1240] Compiling ConsoleKitTerminal Terminal.swift
[1019/1240] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1019/1240] Compiling x509_d2.cc
[1020/1240] Compiling x509_cmp.cc
[1021/1240] Compiling x509_att.cc
[1022/1240] Compiling x509.cc
[1024/1240] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1025/1240] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1026/1240] Compiling ConsoleKitTerminal LoggerFragment.swift
[1026/1241] Compiling v3_utl.cc
[1027/1241] Compiling v3_skey.cc
[1029/1241] Compiling v3_purp.cc
[1030/1241] Compiling v3_pmaps.cc
[1031/1241] Compiling v3_prn.cc
[1032/1241] Compiling v3_ocsp.cc
[1033/1241] Compiling v3_pcons.cc
[1034/1241] Compiling v3_ncons.cc
[1035/1251] Compiling v3_lib.cc
[1036/1263] Compiling v3_ia5.cc
[1037/1263] Compiling v3_int.cc
[1039/1263] Emitting module ConsoleKitCommands
[1039/1265] Compiling v3_extku.cc
[1040/1265] Compiling v3_info.cc
[1041/1265] Compiling v3_genn.cc
[1043/1265] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1044/1265] Compiling ConsoleKitCommands Utilities.swift
[1044/1265] Compiling v3_enum.cc
[1045/1265] Compiling v3_crld.cc
[1047/1265] Compiling ConsoleKitCommands Command.swift
[1048/1265] Compiling ConsoleKitCommands CommandContext.swift
[1049/1265] Compiling ConsoleKitCommands CommandError.swift
[1050/1265] Compiling ConsoleKitCommands CommandGroup.swift
[1051/1265] Compiling ConsoleKitCommands CommandInput.swift
[1052/1265] Compiling ConsoleKitCommands Commands.swift
[1052/1265] Compiling v3_cpols.cc
[1054/1265] Compiling ConsoleKitCommands AsyncCommands.swift
[1055/1265] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1056/1265] Compiling ConsoleKitCommands AnyCommand.swift
[1057/1265] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1058/1265] Compiling ConsoleKitCommands AsyncCommand.swift
[1059/1265] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1060/1265] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1061/1265] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1062/1265] Compiling ConsoleKitCommands Argument.swift
[1063/1265] Compiling ConsoleKitCommands CommandSignature.swift
[1064/1265] Compiling ConsoleKitCommands Flag.swift
[1065/1265] Compiling ConsoleKitCommands Option.swift
[1065/1265] Compiling v3_conf.cc
[1066/1265] Compiling v3_bitst.cc
[1067/1265] Compiling v3_alt.cc
[1068/1265] Compiling v3_bcons.cc
[1069/1265] Compiling v3_akeya.cc
[1070/1265] Compiling v3_akey.cc
[1072/1265] Compiling ConsoleKitCommands Console+Run.swift
[1073/1265] Compiling ConsoleKitCommands ConsoleError.swift
[1074/1265] Compiling ConsoleKitCommands Completion.swift
[1075/1266] Compiling t_x509a.cc
[1076/1266] Compiling t_req.cc
[1077/1268] Compiling t_x509.cc
[1078/1268] Compiling t_crl.cc
[1080/1268] Compiling ConsoleKit Exports.swift
[1081/1268] Emitting module ConsoleKit
[1081/1269] Compiling rsa_pss.cc
[1083/1269] Compiling i2d_pr.cc
[1084/1269] Compiling policy.cc
[1085/1269] Compiling name_print.cc
[1086/1269] Compiling by_file.cc
[1087/1269] Compiling by_dir.cc
[1088/1269] Compiling asn1_gen.cc
[1089/1269] Compiling algorithm.cc
[1090/1269] Compiling a_sign.cc
[1091/1269] Compiling voprf.cc
[1092/1269] Compiling thread_win.cc
[1093/1269] Compiling a_verify.cc
[1094/1269] Compiling thread_pthread.cc
[1095/1269] Compiling a_digest.cc
[1096/1269] Compiling thread.cc
[1097/1269] Compiling pmbtoken.cc
[1098/1269] Compiling trust_token.cc
[1099/1269] Compiling thread_none.cc
[1100/1269] Compiling wots.cc
[1101/1269] Compiling stack.cc
[1102/1269] Compiling sha512.cc
[1103/1269] Compiling thash.cc
[1104/1269] Compiling slhdsa.cc
[1105/1269] Compiling merkle.cc
[1106/1269] Compiling siphash.cc
[1107/1269] Compiling sha256.cc
[1108/1269] Compiling fors.cc
[1109/1269] Compiling rc4.cc
[1110/1269] Compiling sha1.cc
[1111/1269] Compiling refcount.cc
[1112/1269] Compiling rsa_extra.cc
[1113/1269] Compiling rsa_print.cc
[1114/1269] Compiling rsa_crypt.cc
[1115/1269] Compiling rsa_asn1.cc
[1116/1269] Compiling windows.cc
[1117/1269] Compiling ios.cc
[1118/1269] Compiling trusty.cc
[1119/1269] Compiling passive.cc
[1120/1269] Compiling rand_extra.cc
[1121/1269] Compiling poly1305_arm_asm.S
[1122/1269] Compiling urandom.cc
[1123/1269] Compiling getentropy.cc
[1124/1269] Compiling fork_detect.cc
[1125/1269] Compiling forkunsafe.cc
[1126/1269] Compiling deterministic.cc
[1127/1269] Compiling pool.cc
[1128/1269] Compiling poly1305_arm.cc
[1129/1269] Compiling poly1305_vec.cc
[1130/1269] Compiling poly1305.cc
[1131/1269] Compiling pkcs7.cc
[1132/1269] Compiling pkcs8.cc
[1133/1269] Compiling pkcs8_x509.cc
[1134/1269] Compiling pkcs7_x509.cc
[1135/1269] Compiling p5_pbev2.cc
[1136/1269] Compiling pem_x509.cc
[1137/1269] Compiling pem_xaux.cc
[1138/1269] Compiling pem_pkey.cc
[1139/1269] Compiling obj.cc
[1140/1269] Compiling obj_xref.cc
[1141/1269] Compiling pem_pk8.cc
[1142/1269] Compiling pem_oth.cc
[1143/1269] Compiling pem_info.cc
[1144/1269] Compiling pem_lib.cc
[1145/1269] Compiling pem_all.cc
[1146/1269] Compiling mlkem.cc
[1147/1269] Compiling mldsa.cc
[1148/1269] Compiling mem.cc
[1149/1269] Compiling poly_rq_mul.S
[1150/1269] Compiling md5.cc
[1151/1269] Compiling fips_shared_support.cc
[1152/1269] Compiling md4.cc
[1153/1269] Compiling lhash.cc
[1154/1269] Compiling kyber.cc
[1155/1269] Compiling ex_data.cc
[1156/1269] Compiling hpke.cc
[1157/1269] Compiling hrss.cc
[1158/1269] Compiling sign.cc
[1159/1269] Compiling scrypt.cc
[1160/1269] Compiling print.cc
[1161/1269] Compiling pbkdf.cc
[1162/1269] Compiling p_x25519.cc
[1163/1269] Compiling p_x25519_asn1.cc
[1164/1269] Compiling p_rsa_asn1.cc
[1165/1269] Compiling p_rsa.cc
[1166/1269] Compiling p_hkdf.cc
[1167/1269] Compiling p_ed25519_asn1.cc
[1168/1269] Compiling p_ed25519.cc
[1169/1269] Compiling p_ec_asn1.cc
[1170/1269] Compiling p_dsa_asn1.cc
[1171/1269] Compiling p_ec.cc
[1172/1269] Compiling p_dh_asn1.cc
[1173/1269] Compiling p_dh.cc
[1174/1269] Compiling evp_ctx.cc
[1175/1269] Compiling evp_asn1.cc
[1176/1269] Compiling err.cc
[1177/1269] Compiling evp.cc
[1178/1269] Compiling engine.cc
[1179/1269] Compiling ecdh_extra.cc
[1180/1269] Compiling ecdsa_asn1.cc
[1181/1269] Compiling hash_to_curve.cc
[1182/1269] Compiling ec_derive.cc
[1183/1269] Compiling dsa.cc
[1184/1269] Compiling dsa_asn1.cc
[1185/1269] Compiling params.cc
[1186/1269] Compiling ec_asn1.cc
[1187/1269] Compiling x25519-asm-arm.S
[1188/1269] Compiling dh_asn1.cc
[1189/1269] Compiling digest_extra.cc
[1190/1269] Compiling spake25519.cc
[1191/1269] Compiling des.cc
[1192/1269] Compiling cpu_intel.cc
[1193/1269] Compiling cpu_arm_linux.cc
[1194/1269] Compiling crypto.cc
[1195/1269] Compiling cpu_aarch64_win.cc
[1196/1269] Compiling cpu_arm_freebsd.cc
[1197/1269] Compiling curve25519.cc
[1198/1269] Compiling cpu_aarch64_openbsd.cc
[1199/1269] Compiling cpu_aarch64_linux.cc
[1200/1269] Compiling cpu_aarch64_sysreg.cc
[1201/1269] Compiling bcm.cc
[1202/1269] Compiling cpu_aarch64_fuchsia.cc
[1203/1269] Compiling curve25519_64_adx.cc
[1204/1269] Compiling cpu_aarch64_apple.cc
[1205/1269] Compiling conf.cc
[1206/1269] Compiling e_tls.cc
[1207/1269] Compiling tls_cbc.cc
[1208/1269] Compiling e_rc4.cc
[1209/1269] Compiling e_rc2.cc
[1210/1269] Compiling e_null.cc
[1211/1269] Compiling e_des.cc
[1212/1269] Compiling e_aesgcmsiv.cc
[1213/1269] Compiling e_chacha20poly1305.cc
[1214/1269] Compiling derive_key.cc
[1215/1269] Compiling e_aesctrhmac.cc
[1216/1269] Compiling unicode.cc
[1217/1269] Compiling cipher_extra.cc
[1218/1269] Compiling chacha.cc
[1219/1269] Compiling ber.cc
[1220/1269] Compiling cbb.cc
[1221/1269] Compiling cbs.cc
[1222/1269] Compiling asn1_compat.cc
[1223/1269] Compiling buf.cc
[1224/1269] Compiling blake2.cc
[1225/1269] Compiling bn_asn1.cc
[1226/1269] Compiling convert.cc
[1227/1269] Compiling printf.cc
[1228/1269] Compiling hexdump.cc
[1229/1269] Compiling fd.cc
[1230/1269] Compiling pair.cc
[1231/1269] Compiling file.cc
[1232/1269] Compiling errno.cc
[1233/1269] Compiling base64.cc
[1234/1269] Compiling bio.cc
[1235/1269] Compiling bio_mem.cc
[1236/1269] Compiling tasn_typ.cc
[1237/1269] Compiling tasn_dec.cc
[1238/1269] Compiling tasn_fre.cc
[1239/1269] Compiling tasn_utl.cc
[1240/1269] Compiling tasn_new.cc
[1241/1269] Compiling tasn_enc.cc
[1242/1269] Compiling f_string.cc
[1243/1269] Compiling posix_time.cc
[1244/1269] Compiling f_int.cc
[1245/1269] Compiling asn_pack.cc
[1246/1269] Compiling asn1_par.cc
[1247/1269] Compiling a_type.cc
[1248/1269] Compiling a_utctm.cc
[1249/1269] Compiling asn1_lib.cc
[1250/1269] Compiling a_time.cc
[1251/1269] Compiling a_strnid.cc
[1252/1269] Compiling a_octet.cc
[1253/1269] Compiling a_strex.cc
[1254/1269] Compiling a_i2d_fp.cc
[1255/1269] Compiling a_object.cc
[1256/1269] Compiling a_mbstr.cc
[1257/1269] Write sources
[1258/1269] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1259/1269] Write sources
[1260/1269] Compiling a_int.cc
[1261/1269] Write sources
[1264/1269] Compiling a_d2i_fp.cc
[1265/1269] Compiling a_dup.cc
[1266/1269] Compiling a_gentm.cc
[1267/1366] Compiling a_bool.cc
[1268/1366] Compiling a_bitstr.cc
[1270/1366] Compiling Algorithms MinMax.swift
[1271/1366] Compiling Algorithms Partition.swift
[1272/1366] Compiling Algorithms Permutations.swift
[1273/1366] Compiling Algorithms Product.swift
[1274/1368] Compiling BitCollections BitArray+Invariants.swift
[1275/1368] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1276/1376] Compiling Algorithms Intersperse.swift
[1277/1376] Compiling Algorithms Joined.swift
[1278/1376] Compiling Algorithms Keyed.swift
[1279/1376] Compiling Algorithms FlattenCollection.swift
[1280/1376] Compiling Algorithms Grouped.swift
[1281/1376] Compiling Algorithms Indexed.swift
[1282/1376] Compiling Atomics IntegerOperations.swift
[1283/1376] Compiling Atomics Unmanaged extensions.swift
[1284/1376] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1285/1376] Compiling BitCollections BitSet+CustomReflectable.swift
[1286/1376] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1287/1376] Compiling BitCollections BitSet+Equatable.swift
[1288/1376] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1289/1376] Compiling BitCollections BitSet+Extras.swift
[1290/1376] Compiling BitCollections BitSet+Hashable.swift
[1291/1376] Compiling BitCollections BitSet+Initializers.swift
[1292/1376] Compiling BitCollections BitSet+Invariants.swift
[1293/1376] Compiling BitCollections BitSet+Random.swift
[1294/1376] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1295/1376] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1296/1376] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1297/1376] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1298/1383] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1299/1383] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1300/1383] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1301/1383] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1302/1383] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1303/1383] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1304/1383] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1307/1383] Compiling Algorithms Rotate.swift
[1308/1386] Compiling BitCollections BitArray+Hashable.swift
[1309/1386] Compiling BitCollections BitArray+Initializers.swift
[1312/1386] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1313/1386] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1314/1386] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1315/1386] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1316/1386] Compiling BitCollections BitSet+SetAlgebra union.swift
[1317/1386] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1318/1386] Compiling BitCollections BitSet.Counted.swift
[1319/1386] Compiling Algorithms Split.swift
[1320/1386] Compiling Algorithms Stride.swift
[1321/1386] Compiling Algorithms Suffix.swift
[1322/1386] Compiling CryptoBoringWrapper RandomBytes.swift
[1326/1386] Compiling BitCollections BitSet.Index.swift
[1327/1386] Compiling BitCollections BitSet._UnsafeHandle.swift
[1328/1386] Compiling BitCollections BitSet.swift
[1329/1386] Compiling BitCollections Range+Utilities.swift
[1330/1386] Compiling BitCollections Slice+Utilities.swift
[1331/1386] Compiling BitCollections UInt+Tricks.swift
[1332/1386] Compiling BitCollections _Word.swift
[1333/1386] Compiling Algorithms AdjacentPairs.swift
[1334/1386] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1335/1386] Compiling BitCollections BitArray+Extras.swift
[1336/1386] Compiling BitCollections BitArray+Fill.swift
[1349/1386] Emitting module BitCollections
[1365/1387] Compiling Algorithms Trim.swift
[1366/1387] Compiling Algorithms Unique.swift
[1367/1387] Compiling Algorithms Windows.swift
[1368/1387] Emitting module CryptoBoringWrapper
[1370/1387] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1371/1387] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1372/1387] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1373/1389] Compiling Collections Collections.swift
[1374/1389] Emitting module Collections
[1375/1389] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1376/1389] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1377/1389] Compiling CryptoBoringWrapper EllipticCurve.swift
[1390/1391] Emitting module Atomics
[1392/1463] Emitting module Algorithms
[1394/1523] Compiling NIOCore FileHandle.swift
[1395/1523] Compiling NIOCore FileRegion.swift
[1396/1523] Compiling NIOCore ChannelPipeline.swift
[1397/1523] Compiling NIOCore CircularBuffer.swift
[1398/1523] Compiling NIOCore Codec.swift
[1399/1523] Compiling NIOCore ConvenienceOptionSupport.swift
[1400/1523] Compiling NIOCore DeadChannel.swift
[1401/1523] Compiling NIOCore DispatchQueue+WithFuture.swift
[1402/1523] Compiling NIOCore EventLoop+Deprecated.swift
[1403/1523] Compiling NIOCore EventLoop+SerialExecutor.swift
[1404/1532] Compiling NIOCore GlobalSingletons.swift
[1405/1532] Compiling NIOCore IO.swift
[1406/1532] Compiling NIOCore IOData.swift
[1407/1532] Compiling NIOCore IPProtocol.swift
[1408/1532] Compiling NIOCore IntegerBitPacking.swift
[1409/1532] Compiling NIOCore IntegerTypes.swift
[1410/1532] Compiling NIOCore Interfaces.swift
[1411/1532] Compiling NIOCore Linux.swift
[1412/1532] Compiling Crypto ECDSA.swift
[1413/1532] Compiling Crypto Ed25519.swift
[1414/1532] Compiling NIOCore AsyncAwaitSupport.swift
[1415/1532] Compiling NIOCore AsyncChannel.swift
[1416/1532] Compiling NIOCore AsyncChannelHandler.swift
[1417/1532] Compiling NIOCore AsyncChannelInboundStream.swift
[1418/1532] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1419/1532] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1420/1532] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1421/1532] Compiling NIOCore NIOAsyncWriter.swift
[1422/1532] Compiling NIOCore ByteBuffer-multi-int.swift
[1423/1532] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1424/1532] Compiling NIOCore MarkedCircularBuffer.swift
[1425/1532] Compiling NIOCore MulticastChannel.swift
[1426/1532] Compiling NIOCore NIOAny.swift
[1427/1532] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1428/1532] Compiling NIOCore NIOLoopBound.swift
[1429/1532] Compiling NIOCore NIOScheduledCallback.swift
[1430/1532] Compiling NIOCore NIOSendable.swift
[1431/1532] Compiling NIOCore RecvByteBufferAllocator.swift
[1436/1540] Compiling NIOCore EventLoop.swift
[1437/1540] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1438/1540] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1439/1540] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1440/1540] Compiling NIOCore EventLoopFuture.swift
[1441/1540] Compiling NIOCore FileDescriptor.swift
[1442/1540] Compiling NIOCore SocketOptionProvider.swift
[1443/1540] Compiling NIOCore SystemCallHelpers.swift
[1444/1540] Compiling NIOCore TimeAmount+Duration.swift
[1445/1540] Compiling NIOCore TypeAssistedChannelHandler.swift
[1446/1540] Compiling NIOCore UniversalBootstrapSupport.swift
[1447/1540] Compiling NIOCore Utilities.swift
[1448/1540] Compiling Crypto HPKE-KEM-Curve25519.swift
[1449/1540] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1450/1540] Compiling Crypto HPKE-KEM.swift
[1451/1540] Compiling Crypto HPKE-Errors.swift
[1452/1540] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1453/1540] Compiling NIOCore BSDSocketAPI.swift
[1454/1540] Compiling NIOCore ByteBuffer-aux.swift
[1455/1540] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1456/1540] Compiling NIOCore ByteBuffer-conversions.swift
[1457/1540] Compiling NIOCore ByteBuffer-core.swift
[1458/1540] Compiling NIOCore ByteBuffer-hex.swift
[1459/1540] Compiling NIOCore ByteBuffer-int.swift
[1460/1540] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1461/1540] Compiling NIOCore AddressedEnvelope.swift
[1462/1540] Emitting module Crypto
[1463/1540] Compiling NIOCore ByteBuffer-views.swift
[1464/1540] Compiling NIOCore Channel.swift
[1465/1540] Compiling NIOCore ChannelHandler.swift
[1466/1540] Compiling NIOCore ChannelHandlers.swift
[1467/1540] Compiling NIOCore ChannelInvoker.swift
[1468/1540] Compiling NIOCore ChannelOption.swift
[1481/1540] Compiling Crypto Signature.swift
[1482/1540] Compiling Crypto CryptoKitErrors_boring.swift
[1483/1540] Compiling Crypto RNG_boring.swift
[1484/1540] Compiling Crypto SafeCompare_boring.swift
[1485/1540] Compiling Crypto Zeroization_boring.swift
[1486/1540] Compiling Crypto PrettyBytes.swift
[1487/1540] Compiling Crypto SafeCompare.swift
[1488/1540] Compiling Crypto SecureBytes.swift
[1489/1540] Compiling Crypto Zeroization.swift
[1507/1541] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1508/1541] Compiling NIOCore SocketAddresses.swift
[1541/1541] Emitting module NIOCore
[1543/1593] Emitting module NIOEmbedded
[1544/1593] Compiling NIOEmbedded AsyncTestingChannel.swift
[1545/1593] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1546/1593] Compiling NIOEmbedded Embedded.swift
[1548/1594] Emitting module NIOPosix
[1549/1600] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1550/1600] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1551/1600] Compiling NIOPosix PosixSingletons.swift
[1552/1600] Compiling NIOPosix RawSocketBootstrap.swift
[1553/1600] Compiling NIOPosix Resolver.swift
[1554/1600] Compiling NIOPosix Selectable.swift
[1555/1600] Compiling NIOPosix ServerSocket.swift
[1556/1600] Compiling NIOPosix Socket.swift
[1557/1600] Compiling NIOPosix SocketChannel.swift
[1558/1600] Compiling NIOPosix SocketProtocols.swift
[1559/1600] Compiling NIOPosix System.swift
[1560/1600] Compiling NIOPosix Thread.swift
[1561/1600] Compiling NIOPosix SelectableChannel.swift
[1562/1600] Compiling NIOPosix SelectableEventLoop.swift
[1563/1600] Compiling NIOPosix SelectorEpoll.swift
[1564/1600] Compiling NIOPosix SelectorGeneric.swift
[1565/1600] Compiling NIOPosix SelectorKqueue.swift
[1566/1600] Compiling NIOPosix SelectorUring.swift
[1567/1600] Compiling NIOPosix ThreadPosix.swift
[1568/1600] Compiling NIOPosix ThreadWindows.swift
[1569/1600] Compiling NIOPosix UnsafeTransfer.swift
[1570/1600] Compiling NIOPosix Utilities.swift
[1571/1600] Compiling NIOPosix VsockAddress.swift
[1572/1600] Compiling NIOPosix VsockChannelEvents.swift
[1573/1600] Compiling NIOPosix IO.swift
[1574/1600] Compiling NIOPosix IntegerBitPacking.swift
[1575/1600] Compiling NIOPosix IntegerTypes.swift
[1576/1600] Compiling NIOPosix Linux.swift
[1577/1600] Compiling NIOPosix LinuxCPUSet.swift
[1578/1600] Compiling NIOPosix LinuxUring.swift
[1579/1600] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1580/1600] Compiling NIOPosix NIOThreadPool.swift
[1581/1600] Compiling NIOPosix NonBlockingFileIO.swift
[1582/1600] Compiling NIOPosix PendingDatagramWritesManager.swift
[1583/1600] Compiling NIOPosix PendingWritesManager.swift
[1584/1600] Compiling NIOPosix PipeChannel.swift
[1585/1600] Compiling NIOPosix PipePair.swift
[1586/1600] Compiling NIOPosix Pool.swift
[1587/1600] Compiling NIOPosix Bootstrap.swift
[1588/1600] Compiling NIOPosix ControlMessage.swift
[1589/1600] Compiling NIOPosix DatagramVectorReadManager.swift
[1590/1600] Compiling NIOPosix Errors+Any.swift
[1591/1600] Compiling NIOPosix FileDescriptor.swift
[1592/1600] Compiling NIOPosix GetaddrinfoResolver.swift
[1593/1600] Compiling NIOPosix HappyEyeballs.swift
[1594/1600] Compiling NIOPosix BSDSocketAPICommon.swift
[1595/1600] Compiling NIOPosix BSDSocketAPIPosix.swift
[1596/1600] Compiling NIOPosix BSDSocketAPIWindows.swift
[1597/1600] Compiling NIOPosix BaseSocket.swift
[1598/1600] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1599/1600] Compiling NIOPosix BaseSocketChannel.swift
[1600/1600] Compiling NIOPosix BaseStreamSocketChannel.swift
[1602/1660] Compiling NIO Exports.swift
[1603/1660] Emitting module NIO
[1605/1661] Compiling _NIOFileSystem FileSystemProtocol.swift
[1606/1661] Compiling _NIOFileSystem FileType.swift
[1607/1661] Compiling _NIOFileSystem IOStrategy.swift
[1608/1694] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1609/1694] Compiling NIOHTTP1 HTTPDecoder.swift
[1610/1694] Compiling NIOHTTP1 HTTPEncoder.swift
[1611/1694] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1612/1694] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1613/1798] Compiling NIOSOCKS SOCKSResponse.swift
[1614/1799] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1615/1799] Compiling NIOTLS TLSEvents.swift
[1616/1799] Compiling SQLKit SQLLockingClause.swift
[1617/1799] Compiling SQLKit SQLOrderBy.swift
[1618/1799] Emitting module NIOSOCKS
[1619/1799] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1620/1799] Compiling NIOSOCKS ClientStateMachine.swift
[1621/1799] Emitting module NIOTLS
[1622/1799] Compiling SQLKit SQLReturning.swift
[1623/1799] Compiling SQLKit SQLSubquery.swift
[1624/1799] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1625/1799] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1626/1799] Compiling SQLKit SQLAlterEnum.swift
[1627/1799] Compiling NIOSOCKS ServerStateMachine.swift
[1628/1799] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1629/1799] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1630/1799] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1631/1799] Emitting module _NIOFileSystem
[1632/1799] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1633/1799] Compiling NIOTLS SNIHandler.swift
[1634/1799] Compiling SQLKit SQLAlterTable.swift
[1635/1799] Compiling SQLKit SQLCreateEnum.swift
[1636/1801] Compiling SQLKit SQLDropEnumBuilder.swift
[1637/1801] Compiling SQLKit SQLDropIndexBuilder.swift
[1638/1801] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1639/1801] Emitting module NIOFoundationCompat
[1643/1802] Compiling SQLKit SQLCreateIndex.swift
[1644/1802] Compiling SQLKit SQLCreateTable.swift
[1648/1802] Compiling SQLKit SQLAlterEnumBuilder.swift
[1649/1802] Compiling SQLKit SQLAlterTableBuilder.swift
[1650/1804] Compiling SQLKit SQLDelete.swift
[1651/1804] Compiling SQLKit SQLDropEnum.swift
[1652/1855] Compiling NIOSSL NIOSSLClientHandler.swift
[1653/1855] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1654/1855] Compiling NIOSSL NIOSSLHandler.swift
[1655/1855] Compiling NIOTransportServices AcceptHandler.swift
[1656/1855] Compiling NIOSSL SSLCertificate.swift
[1657/1855] Compiling NIOSSL SSLCertificateExtensions.swift
[1658/1855] Compiling NIOSSL SSLConnection.swift
[1659/1857] Compiling SQLKit SQLDropIndex.swift
[1660/1857] Compiling SQLKit SQLDropTable.swift
[1661/1857] Compiling SQLKit SQLDropTrigger.swift
[1662/1857] Compiling SQLKit SQLInsert.swift
[1663/1857] Compiling SQLKit SQLSelect.swift
[1664/1857] Compiling SQLKit SQLUnion.swift
[1665/1857] Compiling SQLKit SQLUpdate.swift
[1666/1857] Compiling SQLKit SQLExpression.swift
[1667/1857] Compiling SQLKit SQLSerializer.swift
[1668/1857] Compiling SQLKit SQLStatement.swift
[1669/1857] Compiling SQLKit SQLBinaryExpression.swift
[1670/1857] Compiling SQLKit SQLBinaryOperator.swift
[1671/1857] Compiling SQLKit SQLBind.swift
[1672/1869] Emitting module NIOTransportServices
[1673/1869] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1674/1869] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1675/1869] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1676/1869] Compiling NIOSSL AndroidCABundle.swift
[1677/1869] Compiling NIOSSL ByteBufferBIO.swift
[1678/1869] Compiling NIOSSL CustomPrivateKey.swift
[1679/1869] Compiling NIOTransportServices StateManagedChannel.swift
[1680/1869] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1681/1869] Compiling NIOSSL NIOSSLSecureBytes.swift
[1682/1869] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1683/1869] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1684/1869] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[1685/1869] Compiling SQLKit Exports.swift
[1686/1869] Compiling SQLKit SQLAlias.swift
[1687/1869] Compiling SQLKit SQLBetween.swift
[1688/1869] Compiling SQLKit SQLColumn.swift
[1689/1869] Compiling SQLKit SQLConstraint.swift
[1690/1869] Compiling SQLKit SQLDataType.swift
[1691/1869] Compiling SQLKit SQLDirection.swift
[1692/1869] Compiling SQLKit SQLDistinct.swift
[1693/1869] Compiling SQLKit SQLForeignKeyAction.swift
[1694/1869] Compiling SQLKit SQLNestedSubpathExpression.swift
[1695/1869] Compiling SQLKit SQLQualifiedTable.swift
[1696/1869] Compiling SQLKit SQLQueryString.swift
[1697/1869] Compiling NIOSSL NIOSSLServerHandler.swift
[1698/1869] Compiling NIOSSL ObjectIdentifier.swift
[1699/1869] Compiling NIOSSL PosixPort.swift
[1704/1869] Compiling NIOSSL SSLContext.swift
[1705/1869] Compiling NIOSSL LinuxCABundle.swift
[1707/1870] Compiling NIOSSL SSLInit.swift
[1708/1870] Compiling NIOSSL SSLPKCS12Bundle.swift
[1709/1870] Compiling NIOSSL SSLPrivateKey.swift
[1710/1870] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1711/1870] Compiling SQLKit SQLColumnDefinition.swift
[1712/1870] Compiling SQLKit SQLCommonTableExpression.swift
[1713/1870] Compiling SQLKit SQLConflictAction.swift
[1714/1870] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1715/1870] Compiling SQLKit SQLDropBehaviour.swift
[1728/1870] Compiling NIOSSL Zeroization.swift
[1729/1870] Compiling NIOSSL SSLErrors.swift
[1738/1870] Compiling SQLKit SQLEnumDataType.swift
[1739/1870] Compiling SQLKit SQLExcludedColumn.swift
[1740/1870] Compiling SQLKit SQLForeignKey.swift
[1741/1870] Compiling SQLKit SQLJoin.swift
[1742/1870] Compiling SQLKit SQLJoinMethod.swift
[1756/1870] Compiling SQLKit SQLPredicateGroupBuilder.swift
[1757/1870] Compiling SQLKit SQLRawBuilder.swift
[1758/1870] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[1759/1870] Compiling SQLKit SQLSelectBuilder.swift
[1760/1870] Compiling SQLKit SQLSubqueryBuilder.swift
[1761/1870] Compiling SQLKit SQLUnionBuilder.swift
[1762/1870] Compiling SQLKit SQLUpdateBuilder.swift
[1763/1870] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[1764/1870] Compiling SQLKit SQLColumnUpdateBuilder.swift
[1765/1870] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[1766/1870] Compiling SQLKit SQLCommonUnionBuilder.swift
[1767/1870] Compiling SQLKit SQLJoinBuilder.swift
[1768/1870] Compiling SQLKit SQLPartialResultBuilder.swift
[1782/1870] Compiling SQLKit SQLPredicateBuilder.swift
[1783/1870] Compiling SQLKit SQLQueryBuilder.swift
[1784/1870] Compiling SQLKit SQLQueryFetcher.swift
[1785/1870] Compiling SQLKit SQLReturningBuilder.swift
[1786/1870] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[1787/1870] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[1788/1870] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1789/1870] Compiling SQLKit SQLDatabase.swift
[1790/1870] Compiling SQLKit SQLDatabaseReportedVersion.swift
[1791/1870] Compiling SQLKit SQLDialect.swift
[1792/1870] Compiling SQLKit SQLDatabase+Deprecated.swift
[1793/1870] Compiling SQLKit SQLError.swift
[1794/1870] Compiling SQLKit SQLExpressions+Deprecated.swift
[1797/1870] Emitting module NIOHTTP1
[1806/1871] Emitting module AsyncKit
[1807/1871] Emitting module SQLKit
[1808/1871] Emitting module NIOSSL
[1809/1905] Compiling SublimateNIO CO₂NIO.swift
[1810/1905] Emitting module SublimateNIO
[1811/1905] Compiling SublimateNIO DispatchQueue+EventLoop.swift
/host/spi-builder-workspace/Sources/SublimateNIO/DispatchQueue+EventLoop.swift:11:25: warning: type 'Value' does not conform to the 'Sendable' protocol
5 | public extension DispatchQueue {
6 | /// `DispatchQueue.async` but returning a NIO future wrapping the closure return.
7 | func async<Value>(on eventLoop: EventLoop, use closure: @escaping () throws -> Value) -> EventLoopFuture<Value> {
| `- note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
8 | let promise = eventLoop.makePromise(of: Value.self)
9 | async {
10 | do {
11 | promise.succeed(try closure())
| `- warning: type 'Value' does not conform to the 'Sendable' protocol
12 | } catch {
13 | promise.fail(error)
/host/spi-builder-workspace/Sources/SublimateNIO/DispatchQueue+EventLoop.swift:11:37: warning: capture of 'closure' with non-sendable type '() throws -> Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
9 | async {
10 | do {
11 | promise.succeed(try closure())
| |- warning: capture of 'closure' with non-sendable type '() throws -> Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
12 | } catch {
13 | promise.fail(error)
/host/spi-builder-workspace/Sources/SublimateNIO/DispatchQueue+EventLoop.swift:27:29: warning: type 'Value' does not conform to the 'Sendable' protocol
24 | - Note: They must be the same type, a strategy for waiting on mixed futures is to `Void` them all and then work with the original futures
25 | */
26 | func flatten<Value>(on db: CO₂NIO) throws -> [Value] where Element == EventLoopFuture<Value> {
| `- note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
27 | try EventLoopFuture.whenAllSucceed(Array(self), on: db.eventLoop).wait()
| `- warning: type 'Value' does not conform to the 'Sendable' protocol
28 | }
29 | }
/host/spi-builder-workspace/Sources/SublimateNIO/DispatchQueue+EventLoop.swift:27:75: warning: type 'Value' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
24 | - Note: They must be the same type, a strategy for waiting on mixed futures is to `Void` them all and then work with the original futures
25 | */
26 | func flatten<Value>(on db: CO₂NIO) throws -> [Value] where Element == EventLoopFuture<Value> {
| `- note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
27 | try EventLoopFuture.whenAllSucceed(Array(self), on: db.eventLoop).wait()
| `- warning: type 'Value' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
28 | }
29 | }
[1813/1906] Compiling NIOWebSocket WebSocketOpcode.swift
[1814/1907] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1819/1907] Compiling NIOHPACK HPACKEncoder.swift
[1820/1907] Compiling NIOHPACK HPACKErrors.swift
[1821/1907] Compiling NIOHPACK DynamicHeaderTable.swift
[1822/1907] Compiling NIOHPACK HPACKDecoder.swift
[1831/1907] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1832/1907] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1833/1907] Compiling NIOHPACK IndexedHeaderTable.swift
[1834/1907] Compiling NIOHPACK IntegerCoding.swift
[1835/1926] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1836/1926] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1837/1926] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1838/1926] Compiling NIOHTTPCompression HTTPDecompression.swift
[1839/1926] Emitting module NIOHTTPCompression
[1840/1926] Compiling NIOHTTPCompression HTTPCompression.swift
[1841/1927] Compiling SQLKit SQLFunction.swift
[1842/1927] Compiling SQLKit SQLGroupExpression.swift
[1843/1927] Compiling SQLKit SQLIdentifier.swift
[1844/1927] Compiling SQLKit SQLList.swift
[1845/1927] Compiling SQLKit SQLLiteral.swift
[1846/1927] Compiling SQLKit SQLRaw.swift
[1847/1927] Compiling SQLKit SQLCodingUtilities.swift
[1848/1927] Compiling SQLKit SQLQueryEncoder.swift
[1849/1927] Compiling SQLKit SQLRow.swift
[1850/1927] Compiling SQLKit SQLRowDecoder.swift
[1851/1927] Compiling SQLKit SomeCodingKey.swift
[1852/1927] Compiling SQLKit StringHandling.swift
[1853/1927] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1854/1928] Compiling NIOHPACK HuffmanTables.swift
[1855/1928] Compiling NIOExtras LineBasedFrameDecoder.swift
[1856/1928] Compiling NIOExtras DebugInboundEventsHandler.swift
[1857/1928] Compiling NIOHPACK StaticHeaderTable.swift
[1858/1928] Emitting module NIOWebSocket
[1859/1928] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1860/1928] Compiling NIOExtras LengthFieldPrepender.swift
[1861/1928] Compiling NIOHPACK HuffmanCoding.swift
[1868/1928] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1869/1928] Compiling NIOWebSocket WebSocketFrame.swift
[1871/1995] Compiling FluentKit Children+Concurrency.swift
[1872/1995] Compiling FluentKit Database+Concurrency.swift
[1873/1995] Compiling FluentKit EnumMetadata.swift
[1874/1995] Compiling FluentKit EnumProperty.swift
[1875/1995] Compiling FluentKit DatabaseEnum.swift
[1876/1995] Compiling FluentKit EnumBuilder.swift
[1877/1995] Compiling FluentKit AsyncMigration.swift
[1878/1995] Compiling FluentKit AsyncModelMiddleware.swift
[1879/2037] Emitting module NIOHPACK
[1880/2037] Compiling FluentKit DatabaseInput.swift
[1881/2037] Compiling FluentKit DatabaseOutput.swift
[1884/2038] Compiling NIOExtras UnsafeTransfer.swift
[1885/2038] Compiling NIOExtras WritePCAPHandler.swift
[1886/2038] Compiling FluentKit ModelResponder+Concurrency.swift
[1891/2041] Emitting module MultipartKit
[1892/2045] Emitting module NIOExtras
[1893/2045] Compiling FluentKit DatabaseID.swift
[1896/2046] Compiling FluentKit Databases.swift
[1897/2046] Compiling FluentKit KeyPrefixingStrategy.swift
[1898/2046] Compiling FluentKit TransactionControlDatabase.swift
[1899/2046] Compiling FluentKit FluentError.swift
[1900/2046] Compiling FluentKit ModelMiddleware.swift
[1901/2046] Compiling FluentKit ModelResponder.swift
[1902/2046] Compiling NIOFileSystem Exports.swift
[1903/2046] Compiling FluentKit Siblings+Concurrency.swift
[1904/2046] Compiling FluentKit Database+Logging.swift
[1905/2046] Compiling FluentKit Database.swift
[1906/2104] Compiling NIOHTTP2 HasLocalSettings.swift
[1907/2104] Compiling NIOHTTP2 HasRemoteSettings.swift
[1908/2104] Emitting module NIOFileSystem
[1910/2105] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1911/2105] Compiling NIOHTTP2 StateMachineResult.swift
[1912/2105] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1913/2105] Compiling NIOHTTP2 DOSHeuristics.swift
[1914/2105] Compiling NIOHTTP2 Error+Any.swift
[1915/2105] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1916/2105] Compiling NIOHTTP2 SendingRstStreamState.swift
[1917/2105] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1918/2105] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1919/2105] Emitting module _NIOFileSystemFoundationCompat
[1920/2105] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1921/2105] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1922/2105] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1923/2105] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1924/2105] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1928/2106] Compiling NIOHTTP2 SendingHeadersState.swift
[1931/2106] Compiling NIOHTTP2 MaySendFrames.swift
[1932/2106] Compiling NIOHTTP2 SendingDataState.swift
[1933/2106] Compiling NIOHTTP2 SendingGoawayState.swift
[1936/2107] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1937/2107] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1947/2109] Emitting module FluentKit
[1948/2129] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1949/2129] Compiling NIOHTTP2 HTTP2Error.swift
[1950/2129] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1951/2129] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1952/2129] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1953/2129] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1954/2129] Compiling NIOHTTP2 HTTP2StreamID.swift
[1955/2129] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1956/2129] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1957/2129] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1958/2129] Compiling NIOHTTP2 InboundEventBuffer.swift
[1959/2129] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1980/2129] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1981/2129] Compiling NIOHTTP2 QuiescingState.swift
[1982/2129] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1983/2129] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1984/2129] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1985/2129] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1986/2129] Compiling NIOHTTP2 MayReceiveFrames.swift
[1987/2129] Compiling NIOHTTP2 ReceivingDataState.swift
[1988/2129] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1989/2129] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1990/2129] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1991/2129] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1992/2129] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1993/2129] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1994/2129] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1995/2129] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1996/2129] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1997/2129] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1998/2129] Compiling WebSocketKit Exports.swift
[1999/2129] Compiling FluentKit QueryBuilder+Group.swift
[2000/2129] Compiling FluentKit QueryBuilder+Join+DirectRelations.swift
[2001/2129] Compiling FluentKit QueryBuilder+Join.swift
[2002/2129] Compiling FluentKit QueryBuilder+Paginate.swift
[2003/2129] Compiling FluentKit QueryBuilder+Range.swift
[2004/2129] Compiling FluentKit QueryBuilder+Set.swift
[2005/2129] Compiling FluentKit QueryBuilder+Sort.swift
[2006/2129] Compiling FluentKit QueryBuilder.swift
[2007/2129] Compiling FluentKit DatabaseQuery+Action.swift
[2008/2129] Compiling FluentKit DatabaseQuery+Aggregate.swift
[2009/2129] Compiling FluentKit DatabaseQuery+Field.swift
[2010/2129] Compiling FluentKit DatabaseQuery+Filter.swift
[2011/2129] Emitting module NIOHTTP2
[2012/2129] Compiling WebSocketKit WebSocket+Connect.swift
[2013/2129] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2014/2137] Compiling WebSocketKit WebSocketHandler.swift
[2015/2137] Emitting module WebSocketKit
[2016/2137] Compiling WebSocketKit WebSocket+Concurrency.swift
[2025/2137] Compiling WebSocketKit WebSocket.swift
[2026/2137] Compiling WebSocketKit WebSocketClient.swift
[2028/2138] Compiling FluentKit DatabaseQuery+Join.swift
[2029/2138] Compiling FluentKit DatabaseQuery+Range.swift
[2030/2138] Compiling FluentKit DatabaseQuery+Sort.swift
[2031/2138] Compiling FluentKit DatabaseQuery+Value.swift
[2032/2138] Compiling FluentKit DatabaseQuery.swift
[2033/2138] Compiling FluentKit QueryHistory.swift
[2034/2138] Compiling FluentKit DatabaseSchema.swift
[2035/2138] Compiling FluentKit SchemaBuilder.swift
[2036/2138] Compiling FluentKit OptionalType.swift
[2037/2138] Compiling FluentKit RandomGeneratable.swift
[2038/2138] Compiling FluentKit SomeCodingKey.swift
[2039/2138] Compiling FluentKit UnsafeMutableTransferBox.swift
[2048/2138] Compiling NIOHTTP2 StreamStateMachine.swift
[2049/2138] Compiling NIOHTTP2 UnsafeTransfer.swift
[2050/2138] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2051/2138] Compiling FluentKit Parent.swift
[2052/2138] Compiling FluentKit Property.swift
[2053/2138] Compiling FluentKit Relation.swift
[2054/2138] Compiling FluentKit Siblings.swift
[2055/2138] Compiling FluentKit Timestamp.swift
[2056/2138] Compiling FluentKit TimestampFormat.swift
[2057/2138] Compiling FluentKit QueryBuilder+Aggregate.swift
[2058/2138] Compiling FluentKit QueryBuilder+EagerLoad.swift
[2059/2138] Compiling FluentKit QueryBuilder+Filter.swift
[2060/2138] Compiling NIOHTTP2 HTTP2Frame.swift
[2061/2138] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2062/2138] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2063/2138] Compiling NIOHTTP2 HTTP2PingData.swift
[2064/2138] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2065/2138] Compiling NIOHTTP2 HTTP2Settings.swift
[2066/2138] Compiling NIOHTTP2 HTTP2Stream.swift
[2067/2138] Compiling NIOHTTP2 InboundWindowManager.swift
[2068/2138] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2069/2138] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2070/2138] Compiling NIOHTTP2 StreamChannelList.swift
[2071/2138] Compiling NIOHTTP2 StreamMap.swift
[2089/2150] Compiling FluentSQL SQLList+Deprecated.swift
[2090/2151] Compiling FluentSQL SQLJSONColumnPath+Deprecated.swift
[2091/2151] Compiling FluentSQL DatabaseSchema+SQL.swift
[2092/2151] Compiling FluentSQL Exports.swift
[2093/2151] Compiling FluentSQL ConverterUtilities.swift
[2094/2151] Compiling FluentSQL DatabaseQuery+SQL.swift
[2095/2151] Emitting module FluentSQL
[2129/2151] Compiling FluentSQL SQLDatabase+Model+Concurrency.swift
[2130/2151] Compiling FluentSQL SQLDatabase+Model.swift
[2132/2152] Compiling FluentSQL SQLQualifiedTable+Deprecated.swift
[2133/2152] Compiling FluentSQL SQLQueryConverter.swift
[2134/2152] Compiling FluentSQL SQLSchemaConverter.swift
[2136/2220] Compiling SublimateFluentKit CO₂DB.swift
[2137/2220] Compiling SublimateFluentKit FluentKit.Database.sublimate().swift
/host/spi-builder-workspace/Sources/SublimateFluentKit/FluentKit.Database.sublimate().swift:11:17: warning: capture of 'closure' with non-sendable type '(any CO₂DB) throws -> Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
9 | func sublimate<Value>(use closure: @escaping (CO₂DB) throws -> Value) -> EventLoopFuture<Value> {
10 | DispatchQueue.global().async(on: eventLoop) {
11 | try closure(ConcreteCO₂DB(db: self))
| |- warning: capture of 'closure' with non-sendable type '(any CO₂DB) throws -> Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
12 | }
13 | }
/host/spi-builder-workspace/Sources/SublimateFluentKit/FluentKit.Database.sublimate().swift:18:21: warning: capture of 'closure' with non-sendable type '(any CO₂DB) throws -> Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
16 | transaction { db in
17 | DispatchQueue.global().async(on: db.eventLoop) {
18 | try closure(ConcreteCO₂DB(db: db))
| |- warning: capture of 'closure' with non-sendable type '(any CO₂DB) throws -> Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
19 | }
20 | }
/host/spi-builder-workspace/Sources/SublimateFluentKit/FluentKit.Database.sublimate().swift:18:21: warning: capture of 'closure' with non-sendable type '(any CO₂DB) throws -> Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
16 | transaction { db in
17 | DispatchQueue.global().async(on: db.eventLoop) {
18 | try closure(ConcreteCO₂DB(db: db))
| |- warning: capture of 'closure' with non-sendable type '(any CO₂DB) throws -> Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
19 | }
20 | }
[2138/2221] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2139/2221] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2140/2221] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2141/2221] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2142/2221] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2143/2221] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2144/2221] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2145/2221] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2146/2221] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2147/2221] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2148/2221] Compiling AsyncHTTPClient ConnectionPool.swift
[2149/2221] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2150/2221] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2151/2221] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2152/2221] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2153/2221] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2154/2221] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2155/2221] Compiling AsyncHTTPClient Transaction.swift
[2156/2222] Compiling SublimateFluentKit SublimateModelMiddleware.swift
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateModelMiddleware.swift:36:9: warning: stored property 'mw' of 'Sendable'-conforming generic struct 'Wrapper' has non-sendable type 'MW'; this is an error in the Swift 6 language mode
33 | }
34 |
35 | private struct Wrapper<MW: SublimateModelMiddleware>: ModelMiddleware {
| `- note: consider making generic parameter 'MW' conform to the 'Sendable' protocol
36 | let mw: MW
| `- warning: stored property 'mw' of 'Sendable'-conforming generic struct 'Wrapper' has non-sendable type 'MW'; this is an error in the Swift 6 language mode
37 |
38 | func create(model: MW.Model, on db: Database, next: AnyModelResponder) -> EventLoopFuture<Void> {
[2157/2222] Compiling SublimateFluentKit Model+CO₂.swift
[2158/2222] Compiling SublimateFluentKit SublimateQueryBuilder.swift
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateQueryBuilder.swift:89:45: warning: passing non-sendable parameter 'closure' to function expecting a @Sendable closure
86 |
87 | @inlinable
88 | func chunk(max: Int, closure: @escaping ([Result<Model, Error>]) -> ()) throws -> Void {
| `- note: parameter 'closure' is implicitly non-sendable
89 | try kernel.chunk(max: max, closure: closure).wait()
| `- warning: passing non-sendable parameter 'closure' to function expecting a @Sendable closure
90 | }
91 |
[2159/2222] Compiling SublimateFluentKit SublimateMigration.swift
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateMigration.swift:21:9: warning: stored property 'sm' of 'Sendable'-conforming struct 'Wrapper' has non-sendable type 'any SublimateMigration'; this is an error in the Swift 6 language mode
2 | import Dispatch
3 |
4 | public protocol SublimateMigration {
| `- note: protocol 'SublimateMigration' does not conform to the 'Sendable' protocol
5 | func prepare(on db: CO₂DB) throws
6 | func revert(on db: CO₂DB) throws
:
19 |
20 | private struct Wrapper: Migration {
21 | let sm: SublimateMigration
| `- warning: stored property 'sm' of 'Sendable'-conforming struct 'Wrapper' has non-sendable type 'any SublimateMigration'; this is an error in the Swift 6 language mode
22 |
23 | func prepare(on db: Database) -> EventLoopFuture<Void> {
[2160/2222] Compiling SublimateFluentKit SublimateAbort.swift
[2162/2222] Emitting module SublimateFluentKit
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateMigration.swift:21:9: warning: stored property 'sm' of 'Sendable'-conforming struct 'Wrapper' has non-sendable type 'any SublimateMigration'; this is an error in the Swift 6 language mode
2 | import Dispatch
3 |
4 | public protocol SublimateMigration {
| `- note: protocol 'SublimateMigration' does not conform to the 'Sendable' protocol
5 | func prepare(on db: CO₂DB) throws
6 | func revert(on db: CO₂DB) throws
:
19 |
20 | private struct Wrapper: Migration {
21 | let sm: SublimateMigration
| `- warning: stored property 'sm' of 'Sendable'-conforming struct 'Wrapper' has non-sendable type 'any SublimateMigration'; this is an error in the Swift 6 language mode
22 |
23 | func prepare(on db: Database) -> EventLoopFuture<Void> {
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateModelMiddleware.swift:36:9: warning: stored property 'mw' of 'Sendable'-conforming generic struct 'Wrapper' has non-sendable type 'MW'; this is an error in the Swift 6 language mode
33 | }
34 |
35 | private struct Wrapper<MW: SublimateModelMiddleware>: ModelMiddleware {
| `- note: consider making generic parameter 'MW' conform to the 'Sendable' protocol
36 | let mw: MW
| `- warning: stored property 'mw' of 'Sendable'-conforming generic struct 'Wrapper' has non-sendable type 'MW'; this is an error in the Swift 6 language mode
37 |
38 | func create(model: MW.Model, on db: Database, next: AnyModelResponder) -> EventLoopFuture<Void> {
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateQueryBuilder.swift:89:45: warning: passing non-sendable parameter 'closure' to function expecting a @Sendable closure
86 |
87 | @inlinable
88 | func chunk(max: Int, closure: @escaping ([Result<Model, Error>]) -> ()) throws -> Void {
| `- note: parameter 'closure' is implicitly non-sendable
89 | try kernel.chunk(max: max, closure: closure).wait()
| `- warning: passing non-sendable parameter 'closure' to function expecting a @Sendable closure
90 | }
91 |
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateRawBuilder.swift:14:46: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
11 |
12 | @inlinable
13 | public func first<T: Decodable>(decoding: T.Type) throws -> T? {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
14 | try kernel.first(decoding: decoding).wait()
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
15 | }
16 |
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateRawBuilder.swift:25:20: warning: 'first(decoding:)' is deprecated: Renamed to first(decodingFluent:)
23 | @inlinable
24 | public func first<Model>(decoding model: Model.Type) throws -> Model? where Model: FluentKit.Model {
25 | try kernel.first(decoding: Model.self).wait()
| |- warning: 'first(decoding:)' is deprecated: Renamed to first(decodingFluent:)
| `- note: use 'first(decodingFluent:)' instead
26 | }
27 |
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateRawBuilder.swift:32:35: warning: enum case 'notFound' cannot be used in an '@inlinable' function because 'NIOHTTP1' was not imported by this file; this is an error in the Swift 6 language mode
30 | public func first(or: CO₂QueryOptions, file: StaticString = #file, line: UInt = #line) throws -> SQLRow {
31 | guard let foo = try kernel.first().wait() else {
32 | throw SublimateAbort(.notFound, reason: "Rows not found for this input.", file: file, line: line)
| |- warning: enum case 'notFound' cannot be used in an '@inlinable' function because 'NIOHTTP1' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'NIOHTTP1' will be added implicitly
33 | }
34 | return foo
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateRawBuilder.swift:39:59: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
36 |
37 | @inlinable
38 | public func first<T: Decodable>(or: CO₂QueryOptions, decoding model: T.Type, file: StaticString = #file, line: UInt = #line) throws -> T {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
39 | guard let foo = try kernel.first(decoding: model).wait() else {
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
40 | throw SublimateAbort(.notFound, reason: "Cannot decode `\(T.self)` for this input.", file: file, line: line)
41 | }
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateRawBuilder.swift:40:35: warning: enum case 'notFound' cannot be used in an '@inlinable' function because 'NIOHTTP1' was not imported by this file; this is an error in the Swift 6 language mode
38 | public func first<T: Decodable>(or: CO₂QueryOptions, decoding model: T.Type, file: StaticString = #file, line: UInt = #line) throws -> T {
39 | guard let foo = try kernel.first(decoding: model).wait() else {
40 | throw SublimateAbort(.notFound, reason: "Cannot decode `\(T.self)` for this input.", file: file, line: line)
| |- warning: enum case 'notFound' cannot be used in an '@inlinable' function because 'NIOHTTP1' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'NIOHTTP1' will be added implicitly
41 | }
42 | return foo
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateRawBuilder.swift:47:36: warning: 'first(decoding:)' is deprecated: Renamed to first(decodingFluent:)
45 | @inlinable
46 | public func first<Model>(or: CO₂QueryOptions, decoding model: Model.Type, file: StaticString = #file, line: UInt = #line) throws -> Model where Model: FluentKit.Model {
47 | guard let foo = try kernel.first(decoding: model).wait() else {
| |- warning: 'first(decoding:)' is deprecated: Renamed to first(decodingFluent:)
| `- note: use 'first(decodingFluent:)' instead
48 | throw SublimateAbort(.notFound, reason: "\(Model.self)s not found for this input.", file: file, line: line)
49 | }
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateRawBuilder.swift:48:35: warning: enum case 'notFound' cannot be used in an '@inlinable' function because 'NIOHTTP1' was not imported by this file; this is an error in the Swift 6 language mode
46 | public func first<Model>(or: CO₂QueryOptions, decoding model: Model.Type, file: StaticString = #file, line: UInt = #line) throws -> Model where Model: FluentKit.Model {
47 | guard let foo = try kernel.first(decoding: model).wait() else {
48 | throw SublimateAbort(.notFound, reason: "\(Model.self)s not found for this input.", file: file, line: line)
| |- warning: enum case 'notFound' cannot be used in an '@inlinable' function because 'NIOHTTP1' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'NIOHTTP1' will be added implicitly
49 | }
50 | return foo
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateRawBuilder.swift:55:20: warning: 'all(decoding:)' is deprecated: Renamed to all(decodingFluent:)
53 | @inlinable
54 | public func all<Model>(decoding models: Model.Type) throws -> [Model] where Model: FluentKit.Model {
55 | try kernel.all(decoding: models).wait()
| |- warning: 'all(decoding:)' is deprecated: Renamed to all(decodingFluent:)
| `- note: use 'all(decodingFluent:)' instead
56 | }
57 |
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateRawBuilder.swift:60:42: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
57 |
58 | @inlinable
59 | public func all<T: Decodable>(decoding: T.Type) throws -> [T] {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
60 | try kernel.all(decoding: T.self).wait()
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
61 | }
62 |
[2163/2222] Compiling SublimateFluentKit SublimateRawBuilder.swift
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateRawBuilder.swift:14:46: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
11 |
12 | @inlinable
13 | public func first<T: Decodable>(decoding: T.Type) throws -> T? {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
14 | try kernel.first(decoding: decoding).wait()
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
15 | }
16 |
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateRawBuilder.swift:25:20: warning: 'first(decoding:)' is deprecated: Renamed to first(decodingFluent:)
23 | @inlinable
24 | public func first<Model>(decoding model: Model.Type) throws -> Model? where Model: FluentKit.Model {
25 | try kernel.first(decoding: Model.self).wait()
| |- warning: 'first(decoding:)' is deprecated: Renamed to first(decodingFluent:)
| `- note: use 'first(decodingFluent:)' instead
26 | }
27 |
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateRawBuilder.swift:32:35: warning: enum case 'notFound' cannot be used in an '@inlinable' function because 'NIOHTTP1' was not imported by this file; this is an error in the Swift 6 language mode
30 | public func first(or: CO₂QueryOptions, file: StaticString = #file, line: UInt = #line) throws -> SQLRow {
31 | guard let foo = try kernel.first().wait() else {
32 | throw SublimateAbort(.notFound, reason: "Rows not found for this input.", file: file, line: line)
| |- warning: enum case 'notFound' cannot be used in an '@inlinable' function because 'NIOHTTP1' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'NIOHTTP1' will be added implicitly
33 | }
34 | return foo
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateRawBuilder.swift:39:59: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
36 |
37 | @inlinable
38 | public func first<T: Decodable>(or: CO₂QueryOptions, decoding model: T.Type, file: StaticString = #file, line: UInt = #line) throws -> T {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
39 | guard let foo = try kernel.first(decoding: model).wait() else {
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
40 | throw SublimateAbort(.notFound, reason: "Cannot decode `\(T.self)` for this input.", file: file, line: line)
41 | }
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateRawBuilder.swift:40:35: warning: enum case 'notFound' cannot be used in an '@inlinable' function because 'NIOHTTP1' was not imported by this file; this is an error in the Swift 6 language mode
38 | public func first<T: Decodable>(or: CO₂QueryOptions, decoding model: T.Type, file: StaticString = #file, line: UInt = #line) throws -> T {
39 | guard let foo = try kernel.first(decoding: model).wait() else {
40 | throw SublimateAbort(.notFound, reason: "Cannot decode `\(T.self)` for this input.", file: file, line: line)
| |- warning: enum case 'notFound' cannot be used in an '@inlinable' function because 'NIOHTTP1' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'NIOHTTP1' will be added implicitly
41 | }
42 | return foo
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateRawBuilder.swift:47:36: warning: 'first(decoding:)' is deprecated: Renamed to first(decodingFluent:)
45 | @inlinable
46 | public func first<Model>(or: CO₂QueryOptions, decoding model: Model.Type, file: StaticString = #file, line: UInt = #line) throws -> Model where Model: FluentKit.Model {
47 | guard let foo = try kernel.first(decoding: model).wait() else {
| |- warning: 'first(decoding:)' is deprecated: Renamed to first(decodingFluent:)
| `- note: use 'first(decodingFluent:)' instead
48 | throw SublimateAbort(.notFound, reason: "\(Model.self)s not found for this input.", file: file, line: line)
49 | }
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateRawBuilder.swift:48:35: warning: enum case 'notFound' cannot be used in an '@inlinable' function because 'NIOHTTP1' was not imported by this file; this is an error in the Swift 6 language mode
46 | public func first<Model>(or: CO₂QueryOptions, decoding model: Model.Type, file: StaticString = #file, line: UInt = #line) throws -> Model where Model: FluentKit.Model {
47 | guard let foo = try kernel.first(decoding: model).wait() else {
48 | throw SublimateAbort(.notFound, reason: "\(Model.self)s not found for this input.", file: file, line: line)
| |- warning: enum case 'notFound' cannot be used in an '@inlinable' function because 'NIOHTTP1' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'NIOHTTP1' will be added implicitly
49 | }
50 | return foo
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateRawBuilder.swift:55:20: warning: 'all(decoding:)' is deprecated: Renamed to all(decodingFluent:)
53 | @inlinable
54 | public func all<Model>(decoding models: Model.Type) throws -> [Model] where Model: FluentKit.Model {
55 | try kernel.all(decoding: models).wait()
| |- warning: 'all(decoding:)' is deprecated: Renamed to all(decodingFluent:)
| `- note: use 'all(decodingFluent:)' instead
56 | }
57 |
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateRawBuilder.swift:60:42: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
57 |
58 | @inlinable
59 | public func all<T: Decodable>(decoding: T.Type) throws -> [T] {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
60 | try kernel.all(decoding: T.self).wait()
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
61 | }
62 |
[2165/2223] Emitting module AsyncHTTPClient
[2178/2231] Compiling AsyncHTTPClient Base64.swift
[2179/2231] Compiling AsyncHTTPClient BasicAuth.swift
[2180/2231] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2187/2231] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2188/2231] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2189/2231] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2190/2231] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2191/2231] Compiling AsyncHTTPClient RequestBodyLength.swift
[2192/2231] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2193/2231] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2194/2231] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2195/2231] Compiling AsyncHTTPClient HTTP1Connection.swift
[2196/2231] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2197/2231] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2198/2231] Compiling AsyncHTTPClient HTTP2Connection.swift
[2199/2231] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2200/2231] Compiling AsyncHTTPClient RequestBag.swift
[2201/2231] Compiling AsyncHTTPClient RequestValidation.swift
[2202/2231] Compiling AsyncHTTPClient SSLContextCache.swift
[2203/2231] Compiling AsyncHTTPClient Scheme.swift
[2204/2231] Compiling AsyncHTTPClient Singleton.swift
[2205/2231] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2206/2231] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2207/2231] Compiling AsyncHTTPClient Utils.swift
[2208/2231] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2209/2231] Compiling AsyncHTTPClient RequestOptions.swift
[2210/2231] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2211/2231] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2212/2231] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2213/2231] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2214/2231] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2215/2231] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2216/2231] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2217/2231] Compiling AsyncHTTPClient ConnectionTarget.swift
[2218/2231] Compiling AsyncHTTPClient DeconstructedURL.swift
[2219/2231] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2220/2231] Compiling AsyncHTTPClient FoundationExtensions.swift
[2221/2231] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2222/2231] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2223/2231] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2224/2231] Compiling AsyncHTTPClient HTTPClient.swift
[2225/2231] Compiling AsyncHTTPClient HTTPHandler.swift
[2226/2231] Compiling AsyncHTTPClient LRUCache.swift
[2227/2231] Compiling AsyncHTTPClient NWErrorHandler.swift
[2228/2231] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2229/2231] Compiling AsyncHTTPClient TLSConfiguration.swift
[2230/2231] Compiling AsyncHTTPClient RedirectState.swift
[2231/2231] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2233/2401] Compiling Vapor Request+Body.swift
[2234/2401] Compiling Vapor Request+BodyStream.swift
[2235/2401] Compiling Vapor Request.swift
[2236/2401] Compiling Vapor Application+Responder.swift
[2237/2401] Compiling Vapor DefaultResponder.swift
[2238/2401] Compiling Vapor Response+Body.swift
[2239/2401] Compiling Vapor Response.swift
[2240/2401] Compiling Vapor ResponseCodable.swift
[2241/2401] Compiling Vapor Application+Routes.swift
[2242/2401] Compiling Vapor Parameters+Require.swift
[2243/2401] Compiling Vapor Request+WebSocket.swift
[2244/2401] Compiling Vapor Route.swift
[2245/2401] Compiling Vapor RouteCollection.swift
[2246/2401] Compiling Vapor Routes.swift
[2247/2401] Compiling Vapor RoutesBuilder+Group.swift
[2248/2401] Compiling Vapor RoutesBuilder+Method.swift
[2249/2401] Compiling Vapor RoutesBuilder+Middleware.swift
[2250/2401] Compiling Vapor RoutesBuilder+WebSocket.swift
[2251/2401] Compiling Vapor RoutesBuilder.swift
[2252/2401] Compiling Vapor OTP.swift
[2253/2401] Compiling Vapor Application+Servers.swift
[2254/2401] Compiling Vapor Server.swift
[2255/2401] Compiling Vapor App+Service.swift
[2256/2401] Compiling Vapor Req+Service.swift
[2257/2401] Compiling Vapor HTTPServerResponseEncoder.swift
[2258/2401] Compiling Vapor HTTPServerUpgradeHandler.swift
[2259/2401] Compiling Vapor Logger+Report.swift
[2260/2401] Compiling Vapor LoggingSystem+Environment.swift
[2261/2401] Compiling Vapor Application+Middleware.swift
[2262/2401] Compiling Vapor CORSMiddleware.swift
[2263/2401] Compiling Vapor ErrorMiddleware.swift
[2264/2401] Compiling Vapor FileMiddleware.swift
[2265/2401] Compiling Vapor Middleware.swift
[2266/2401] Compiling Vapor MiddlewareConfiguration.swift
[2267/2401] Compiling Vapor ResponseCompressionMiddleware.swift
[2268/2401] Compiling Vapor RouteLoggingMiddleware.swift
[2269/2401] Compiling Vapor TracingMiddleware.swift
[2270/2401] Compiling Vapor File+Multipart.swift
[2271/2401] Compiling Vapor FormDataDecoder+Content.swift
[2272/2401] Compiling Vapor FormDataEncoder+Content.swift
[2273/2401] Compiling Vapor Application+Password.swift
[2274/2401] Compiling Vapor Application+Passwords.swift
[2275/2401] Compiling Vapor AsyncPasswordHasher.swift
[2276/2401] Compiling Vapor BcryptHasher.swift
[2277/2401] Compiling Vapor PasswordHasher.swift
[2278/2401] Compiling Vapor PlaintextHasher.swift
[2279/2401] Compiling Vapor Request+Password.swift
[2280/2401] Compiling Vapor Redirect.swift
[2281/2401] Compiling Vapor Core.swift
[2282/2401] Compiling Vapor Running.swift
[2283/2401] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2284/2401] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2285/2401] Compiling Vapor DotEnvFile+load.swift
[2286/2401] Compiling Vapor Routes+caseInsenstive.swift
[2287/2401] Compiling Vapor Validatable+validate.swift
[2288/2401] Compiling Vapor Environment+Process.swift
[2289/2401] Compiling Vapor Environment+Secret.swift
[2290/2401] Compiling Vapor Environment.swift
[2291/2401] Compiling Vapor Abort.swift
[2292/2401] Compiling Vapor AbortError.swift
[2293/2401] Compiling Vapor DebuggableError.swift
[2294/2401] Compiling Vapor Demangler.swift
[2295/2401] Compiling Vapor ErrorSource.swift
[2296/2401] Compiling Vapor StackTrace.swift
[2297/2401] Compiling Vapor Exports.swift
[2298/2401] Compiling Vapor Application+HTTP.swift
[2299/2401] Compiling Vapor BasicResponder.swift
[2300/2401] Compiling Vapor BodyStream.swift
[2301/2401] Compiling Vapor Application+HTTP+Client.swift
[2302/2401] Compiling Vapor EventLoopHTTPClient.swift
[2303/2401] Compiling Vapor EndpointCache.swift
[2304/2401] Compiling Vapor HTTPMethod+String.swift
[2305/2449] Emitting module Vapor
[2306/2449] Compiling Vapor Validator.swift
[2307/2449] Compiling Vapor ValidatorResult.swift
[2308/2449] Compiling Vapor And.swift
[2309/2449] Compiling Vapor Case.swift
[2310/2449] Compiling Vapor CharacterSet.swift
[2311/2449] Compiling Vapor Count.swift
[2312/2449] Compiling Vapor Custom.swift
[2313/2449] Compiling Vapor Email.swift
[2314/2449] Compiling Vapor Empty.swift
[2315/2449] Compiling Vapor In.swift
[2316/2449] Compiling Vapor Nil.swift
[2317/2449] Compiling Vapor NilIgnoring.swift
[2318/2449] Compiling Vapor Not.swift
[2319/2449] Compiling Vapor Or.swift
[2320/2449] Compiling Vapor Pattern.swift
[2321/2449] Compiling Vapor Range.swift
[2322/2449] Compiling Vapor URL.swift
[2323/2449] Compiling Vapor Valid.swift
[2324/2449] Compiling Vapor Application+Views.swift
[2325/2449] Compiling Vapor PlaintextRenderer.swift
[2326/2449] Compiling Vapor Request+View.swift
[2327/2449] Compiling Vapor View.swift
[2328/2449] Compiling Vapor ViewRenderer.swift
[2329/2449] Compiling Vapor _Deprecations.swift
[2330/2449] Compiling Vapor Service.swift
[2331/2449] Compiling Vapor Application+Sessions.swift
[2332/2449] Compiling Vapor MemorySessions.swift
[2333/2449] Compiling Vapor Request+Session.swift
[2334/2449] Compiling Vapor Session.swift
[2335/2449] Compiling Vapor SessionCache.swift
[2336/2449] Compiling Vapor SessionData.swift
[2337/2449] Compiling Vapor SessionDriver.swift
[2338/2449] Compiling Vapor SessionsConfiguration.swift
[2339/2449] Compiling Vapor SessionsMiddleware.swift
[2340/2449] Compiling Vapor URLEncodedFormData.swift
[2341/2449] Compiling Vapor URLEncodedFormDecoder.swift
[2342/2449] Compiling Vapor URLEncodedFormEncoder.swift
[2343/2449] Compiling Vapor URLEncodedFormError.swift
[2344/2449] Compiling Vapor URLEncodedFormParser.swift
[2345/2449] Compiling Vapor URLEncodedFormSerializer.swift
[2346/2449] Compiling Vapor URLQueryFragmentConvertible.swift
[2347/2449] Compiling Vapor AnyResponse.swift
[2348/2449] Compiling Vapor Array+Random.swift
[2349/2449] Compiling Vapor Base32.swift
[2350/2449] Compiling Vapor Base64.swift
[2351/2449] Compiling Vapor BaseN.swift
[2352/2449] Compiling Vapor BasicCodingKey.swift
[2353/2449] Compiling Vapor ByteCount.swift
[2354/2449] Compiling Vapor AsyncBasicResponder.swift
[2355/2449] Compiling Vapor AsyncMiddleware.swift
[2356/2449] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2357/2449] Compiling Vapor AsyncSessionDriver.swift
[2358/2449] Compiling Vapor Authentication+Concurrency.swift
[2359/2449] Compiling Vapor Cache+Concurrency.swift
[2360/2449] Compiling Vapor Client+Concurrency.swift
[2361/2449] Compiling Vapor RequestBody+Concurrency.swift
[2362/2449] Compiling Vapor Responder+Concurrency.swift
[2363/2449] Compiling Vapor ResponseCodable+Concurrency.swift
[2364/2449] Compiling Vapor RoutesBuilder+Concurrency.swift
[2365/2449] Compiling Vapor ViewRenderer+Concurrency.swift
[2366/2449] Compiling Vapor WebSocket+Concurrency.swift
[2367/2449] Compiling Vapor ContainerGetPathExecutor.swift
[2368/2449] Compiling Vapor Content.swift
[2369/2449] Compiling Vapor ContentCoders.swift
[2370/2449] Compiling Vapor ContentConfiguration.swift
[2371/2449] Compiling Vapor ContentContainer.swift
[2372/2449] Compiling Vapor JSONCoder+Custom.swift
[2373/2449] Compiling Vapor JSONCoders+Content.swift
[2374/2449] Compiling Vapor PlaintextDecoder.swift
[2375/2449] Compiling Vapor PlaintextEncoder.swift
[2376/2449] Compiling Vapor URLQueryCoders.swift
[2377/2449] Compiling Vapor URLQueryContainer.swift
[2378/2449] Compiling Vapor Application.swift
[2379/2449] Compiling Vapor AuthenticationCache.swift
[2380/2449] Compiling Vapor Authenticator.swift
[2381/2449] Compiling Vapor BasicAuthorization.swift
[2382/2449] Compiling Vapor BearerAuthorization.swift
[2383/2449] Compiling Vapor GuardMiddleware.swift
[2384/2449] Compiling Vapor RedirectMiddleware.swift
[2385/2449] Compiling Vapor SessionAuthenticatable.swift
[2386/2449] Compiling Vapor Bcrypt.swift
[2387/2449] Compiling Vapor Application+Cache.swift
[2388/2449] Compiling Vapor Cache.swift
[2389/2449] Compiling Vapor CacheExpirationTime.swift
[2390/2449] Compiling Vapor MemoryCache.swift
[2391/2449] Compiling Vapor Request+Cache.swift
[2392/2449] Compiling Vapor Application+Clients.swift
[2393/2449] Compiling Vapor Client.swift
[2394/2449] Compiling Vapor ClientRequest.swift
[2395/2449] Compiling Vapor ClientResponse.swift
[2396/2449] Compiling Vapor Request+Client.swift
[2397/2449] Compiling Vapor BootCommand.swift
[2398/2449] Compiling Vapor CommandContext+Application.swift
[2399/2449] Compiling Vapor RoutesCommand.swift
[2400/2449] Compiling Vapor ServeCommand.swift
[2401/2449] Compiling Vapor AnyResponse+Concurrency.swift
[2402/2449] Compiling Vapor HTTPStatus.swift
[2403/2449] Compiling Vapor HTTPCookies.swift
[2404/2449] Compiling Vapor HTTPHeaderCacheControl.swift
[2405/2449] Compiling Vapor HTTPHeaderExpires.swift
[2406/2449] Compiling Vapor HTTPHeaderLastModified.swift
[2407/2449] Compiling Vapor HTTPHeaders+Cache.swift
[2408/2449] Compiling Vapor HTTPHeaders+Connection.swift
[2409/2449] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2410/2449] Compiling Vapor HTTPHeaders+ContentRange.swift
[2411/2449] Compiling Vapor HTTPHeaders+Directive.swift
[2412/2449] Compiling Vapor HTTPHeaders+Forwarded.swift
[2413/2449] Compiling Vapor HTTPHeaders+Link.swift
[2414/2449] Compiling Vapor HTTPHeaders+Name.swift
[2415/2449] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2416/2449] Compiling Vapor HTTPHeaders.swift
[2417/2449] Compiling Vapor HTTPMediaType.swift
[2418/2449] Compiling Vapor HTTPMediaTypePreference.swift
[2419/2449] Compiling Vapor Responder.swift
[2420/2449] Compiling Vapor Application+HTTP+Server.swift
[2421/2449] Compiling Vapor HTTPServer.swift
[2422/2449] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2423/2449] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2424/2449] Compiling Vapor HTTPServerHandler.swift
[2425/2449] Compiling Vapor HTTPServerRequestDecoder.swift
[2426/2449] Compiling Vapor Bytes+Hex.swift
[2427/2449] Compiling Vapor Bytes+SecureCompare.swift
[2428/2449] Compiling Vapor Collection+Safe.swift
[2429/2449] Compiling Vapor DataProtocol+Copy.swift
[2430/2449] Compiling Vapor DecoderUnwrapper.swift
[2431/2449] Compiling Vapor DirectoryConfiguration.swift
[2432/2449] Compiling Vapor DotEnv.swift
[2433/2449] Compiling Vapor Extendable.swift
[2434/2449] Compiling Vapor File.swift
[2435/2449] Compiling Vapor FileIO.swift
[2436/2449] Compiling Vapor LifecycleHandler.swift
[2437/2449] Compiling Vapor OptionalType.swift
[2438/2449] Compiling Vapor RFC1123.swift
[2439/2449] Compiling Vapor SocketAddress+Hostname.swift
[2440/2449] Compiling Vapor Storage.swift
[2441/2449] Compiling Vapor String+IsIPAddress.swift
[2442/2449] Compiling Vapor Thread.swift
[2443/2449] Compiling Vapor URI.swift
[2444/2449] Compiling Vapor RangeResult.swift
[2445/2449] Compiling Vapor Validatable.swift
[2446/2449] Compiling Vapor Validation.swift
[2447/2449] Compiling Vapor ValidationKey.swift
[2448/2449] Compiling Vapor Validations.swift
[2449/2449] Compiling Vapor ValidationsError.swift
[2451/2467] Compiling SublimateVapor CO₂.swift
/host/spi-builder-workspace/Sources/SublimateVapor/CO₂.swift:67:1: warning: extension declares a conformance of imported type 'SublimateAbort' to imported protocol 'AbortError'; this will not behave correctly if the owners of 'SublimateFluentKit' introduce this conformance in the future
65 | }
66 |
67 | extension SublimateAbort: AbortError
| |- warning: extension declares a conformance of imported type 'SublimateAbort' to imported protocol 'AbortError'; this will not behave correctly if the owners of 'SublimateFluentKit' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
68 | {}
69 |
[2452/2467] Emitting module SublimateVapor
/host/spi-builder-workspace/Sources/SublimateVapor/CO₂.swift:67:1: warning: extension declares a conformance of imported type 'SublimateAbort' to imported protocol 'AbortError'; this will not behave correctly if the owners of 'SublimateFluentKit' introduce this conformance in the future
65 | }
66 |
67 | extension SublimateAbort: AbortError
| |- warning: extension declares a conformance of imported type 'SublimateAbort' to imported protocol 'AbortError'; this will not behave correctly if the owners of 'SublimateFluentKit' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
68 | {}
69 |
[2453/2467] Compiling Fluent ModelAuthenticatable.swift
[2454/2467] Compiling Fluent ModelCredentialsAuthenticatable.swift
[2456/2470] Compiling Fluent FluentProvider.swift
[2457/2470] Compiling Fluent MigrateCommand.swift
[2458/2470] Compiling Fluent Fluent+History.swift
[2459/2470] Compiling Fluent Fluent+Paginate.swift
[2460/2470] Compiling Fluent ModelTokenAuthenticatable.swift
[2461/2470] Compiling Fluent PageLimit.swift
[2462/2470] Compiling Fluent Exports.swift
[2463/2470] Compiling Fluent Fluent+Cache.swift
[2464/2470] Compiling Fluent Fluent+Pagination.swift
[2465/2470] Compiling Fluent Fluent+Sessions.swift
[2466/2470] Compiling Fluent FluentProvider+Concurrency.swift
[2467/2470] Compiling Fluent ModelCredentialsAuthenticatable+Concurrency.swift
[2468/2470] Compiling Fluent Pagination+Concurrency.swift
[2469/2470] Compiling Fluent Sessions+Concurrency.swift
[2470/2470] Emitting module Fluent
[2472/2474] Emitting module Sublimate
[2473/2474] Compiling Sublimate Vapor.Request.sublimate().swift
/host/spi-builder-workspace/Sources/Sublimate/Vapor.Request.sublimate().swift:9:17: warning: capture of 'closure' with non-sendable type '(CO₂) throws -> Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
7 | func sublimate<Value>(file: String = #file, line: UInt = #line, use closure: @escaping (CO₂) throws -> Value) -> EventLoopFuture<Value> {
8 | DispatchQueue.global().async(on: eventLoop) {
9 | try closure(CO₂(rq: self, db: self.db))
| |- warning: capture of 'closure' with non-sendable type '(CO₂) throws -> Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
10 | }
11 | }
[2474/2474] Compiling Sublimate sublimate().swift
/host/spi-builder-workspace/Sources/Sublimate/sublimate().swift:151:21: warning: capture of 'body' with non-sendable type '(any Database) throws -> Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
149 | case nil:
150 | return DispatchQueue.global().async(on: rq.eventLoop) {
151 | try body(rq.db)
| |- warning: capture of 'body' with non-sendable type '(any Database) throws -> Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
152 | }
153 | case .transaction:
/host/spi-builder-workspace/Sources/Sublimate/sublimate().swift:156:25: warning: capture of 'body' with non-sendable type '(any Database) throws -> Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
154 | return rq.db.transaction { db in
155 | DispatchQueue.global().async(on: rq.eventLoop) {
156 | try body(db)
| |- warning: capture of 'body' with non-sendable type '(any Database) throws -> Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
157 | }
158 | }
/host/spi-builder-workspace/Sources/Sublimate/sublimate().swift:156:25: warning: capture of 'body' with non-sendable type '(any Database) throws -> Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
154 | return rq.db.transaction { db in
155 | DispatchQueue.global().async(on: rq.eventLoop) {
156 | try body(db)
| |- warning: capture of 'body' with non-sendable type '(any Database) throws -> Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
157 | }
158 | }
Build complete! (360.98s)
Build complete.
{
"dependencies" : [
{
"identity" : "fluent",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio"
},
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.3.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.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"
},
{
"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"
}
],
"manifest_display_name" : "Sublimate",
"name" : "Sublimate",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "Sublimate",
"targets" : [
"Sublimate"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SublimateVapor",
"targets" : [
"SublimateVapor"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SublimateFluentKit",
"targets" : [
"SublimateFluentKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Tests",
"module_type" : "SwiftTarget",
"name" : "Tests",
"path" : "Tests",
"product_dependencies" : [
"XCTFluent",
"XCTVapor",
"FluentSQLiteDriver"
],
"sources" : [
"CO₂Tests.swift",
"FluentTests.swift",
"NIOTests.swift",
"SublimateMigrationTests.swift",
"SublimateModelMiddlewareTests.swift",
"SublimateRawBuilderTests.swift",
"VaporTests.swift",
"etc.swift"
],
"target_dependencies" : [
"Sublimate"
],
"type" : "test"
},
{
"c99name" : "SublimateVapor",
"module_type" : "SwiftTarget",
"name" : "SublimateVapor",
"path" : "Sources/SublimateVapor",
"product_dependencies" : [
"Vapor"
],
"product_memberships" : [
"Sublimate",
"SublimateVapor"
],
"sources" : [
"CO₂.swift"
],
"target_dependencies" : [
"SublimateFluentKit"
],
"type" : "library"
},
{
"c99name" : "SublimateNIO",
"module_type" : "SwiftTarget",
"name" : "SublimateNIO",
"path" : "Sources/SublimateNIO",
"product_dependencies" : [
"NIO",
"NIOHTTP1"
],
"product_memberships" : [
"Sublimate",
"SublimateVapor",
"SublimateFluentKit"
],
"sources" : [
"CO₂NIO.swift",
"DispatchQueue+EventLoop.swift"
],
"type" : "library"
},
{
"c99name" : "SublimateFluentKit",
"module_type" : "SwiftTarget",
"name" : "SublimateFluentKit",
"path" : "Sources/SublimateFluentKit",
"product_dependencies" : [
"FluentKit",
"FluentSQL"
],
"product_memberships" : [
"Sublimate",
"SublimateVapor",
"SublimateFluentKit"
],
"sources" : [
"CO₂DB.swift",
"FluentKit.Database.sublimate().swift",
"Model+CO₂.swift",
"SublimateAbort.swift",
"SublimateMigration.swift",
"SublimateModelMiddleware.swift",
"SublimateQueryBuilder.swift",
"SublimateRawBuilder.swift"
],
"target_dependencies" : [
"SublimateNIO"
],
"type" : "library"
},
{
"c99name" : "Sublimate",
"module_type" : "SwiftTarget",
"name" : "Sublimate",
"path" : "Sources/Sublimate",
"product_dependencies" : [
"Fluent"
],
"product_memberships" : [
"Sublimate"
],
"sources" : [
"Vapor.Request.sublimate().swift",
"sublimate().swift"
],
"target_dependencies" : [
"SublimateVapor"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.