Build Information
Successful build of Sublimate, reference v1.12.1 (fe14c7
), with Swift 6.1 for Android on 28 May 2025 00:08:25 UTC.
Swift 6 data race errors: 8
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/myhealthily/sublimate.git
Reference: v1.12.1
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
* tag v1.12.1 -> FETCH_HEAD
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 v1.12.1
========================================
Build
========================================
Selected platform: android
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-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/fluent-kit
Fetching https://github.com/vapor/fluent
Fetching https://github.com/vapor/fluent-sqlite-driver.git
Fetching https://github.com/apple/swift-nio
Fetching https://github.com/vapor/vapor.git
[1/13421] Fetching fluent
[2954/14768] Fetching fluent, fluent-sqlite-driver
[6583/28096] Fetching fluent, fluent-sqlite-driver, fluent-kit
[13247/102474] Fetching fluent, fluent-sqlite-driver, fluent-kit, vapor
Fetched https://github.com/vapor/fluent-sqlite-driver.git from cache (0.43s)
[18859/101127] Fetching fluent, fluent-kit, vapor
[26984/177182] Fetching fluent, fluent-kit, vapor, swift-nio
Fetched https://github.com/vapor/vapor.git from cache (2.51s)
[86833/102804] Fetching fluent, fluent-kit, swift-nio
Fetched https://github.com/vapor/fluent-kit from cache (5.76s)
Fetched https://github.com/vapor/fluent from cache (5.77s)
Fetched https://github.com/apple/swift-nio from cache (5.85s)
Computing version for https://github.com/vapor/fluent
Computed https://github.com/vapor/fluent at 4.12.0 (6.41s)
Computing version for https://github.com/vapor/fluent-kit
Computed https://github.com/vapor/fluent-kit at 1.52.2 (0.66s)
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
[2878/9819] Fetching swift-log, sql-kit
Fetched https://github.com/apple/swift-log.git from cache (0.58s)
Fetched https://github.com/vapor/sql-kit.git from cache (0.59s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.16s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.56s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.52s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.83.0 (2.41s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[1451/6101] Fetching swift-system, swift-atomics
Fetched https://github.com/apple/swift-system.git from cache (0.67s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.67s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.63s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.93s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.37s)
Computing version for https://github.com/vapor/fluent-sqlite-driver.git
Computed https://github.com/vapor/fluent-sqlite-driver.git at 4.8.1 (0.76s)
Fetching https://github.com/vapor/sqlite-kit.git
[1/2112] Fetching sqlite-kit
Fetched https://github.com/vapor/sqlite-kit.git from cache (0.91s)
Computing version for https://github.com/vapor/sqlite-kit.git
Computed https://github.com/vapor/sqlite-kit.git at 4.5.2 (1.96s)
Fetching https://github.com/vapor/sqlite-nio.git
Fetching https://github.com/vapor/async-kit.git
[1/1508] Fetching sqlite-nio
[2/3878] Fetching sqlite-nio, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.49s)
[16/1508] Fetching sqlite-nio
Fetched https://github.com/vapor/sqlite-nio.git from cache (3.08s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (5.40s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5959] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (1.64s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.01s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.62s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.18s)
Computing version for https://github.com/vapor/sqlite-nio.git
Computed https://github.com/vapor/sqlite-nio.git at 1.11.3 (0.97s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (1.13s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/1063] Fetching swift-service-context
[1064/3672] Fetching swift-service-context, websocket-kit
[1612/9586] Fetching swift-service-context, websocket-kit, swift-nio-extras
[4501/12905] Fetching swift-service-context, websocket-kit, swift-nio-extras, multipart-kit
[8081/17879] Fetching swift-service-context, websocket-kit, swift-nio-extras, multipart-kit, swift-distributed-tracing
Fetched https://github.com/apple/swift-service-context.git from cache (0.38s)
[11101/16816] Fetching websocket-kit, swift-nio-extras, multipart-kit, swift-distributed-tracing
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/vapor/websocket-kit.git from cache (0.41s)
[10526/14207] Fetching swift-nio-extras, multipart-kit, swift-distributed-tracing
Fetching https://github.com/apple/swift-nio-ssl.git
[12516/25734] Fetching swift-nio-extras, multipart-kit, swift-distributed-tracing, swift-nio-http2
[14844/40577] Fetching swift-nio-extras, multipart-kit, swift-distributed-tracing, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.39s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.40s)
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/vapor/routing-kit.git
[7488/29689] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl
[21230/31895] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-metrics
[24920/45831] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-metrics, swift-crypto
Fetched https://github.com/vapor/multipart-kit.git from cache (1.90s)
[24078/42512] Fetching swift-nio-http2, swift-nio-ssl, swift-metrics, swift-crypto
Fetching https://github.com/vapor/console-kit.git
[24813/63239] Fetching swift-nio-http2, swift-nio-ssl, swift-metrics, swift-crypto, routing-kit
Fetched https://github.com/apple/swift-metrics.git from cache (0.61s)
[23516/61033] Fetching swift-nio-http2, swift-nio-ssl, swift-crypto, routing-kit
Fetching https://github.com/swift-server/async-http-client.git
[37393/66610] Fetching swift-nio-http2, swift-nio-ssl, swift-crypto, routing-kit, console-kit
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.03s)
[35420/55083] Fetching swift-nio-ssl, swift-crypto, routing-kit, console-kit
[37055/69097] Fetching swift-nio-ssl, swift-crypto, routing-kit, console-kit, async-http-client
Fetched https://github.com/vapor/console-kit.git from cache (0.76s)
[36670/63520] Fetching swift-nio-ssl, swift-crypto, routing-kit, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (3.03s)
Fetched https://github.com/swift-server/async-http-client.git from cache (2.44s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.12s)
Fetched https://github.com/apple/swift-crypto.git from cache (4.04s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (6.03s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.79s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.85s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.34s)
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.88s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.52s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (1.52s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-asn1.git
[1/1141] Fetching swift-http-structured-headers
[549/2731] Fetching swift-http-structured-headers, swift-asn1
[2001/3635] Fetching swift-http-structured-headers, swift-asn1, swift-http-types
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetched https://github.com/apple/swift-http-types.git from cache (0.45s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.45s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.45s)
[1/2426] Fetching swift-service-lifecycle
[2427/7411] Fetching swift-service-lifecycle, swift-async-algorithms
[4172/13566] Fetching swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.29s)
[4083/11140] Fetching swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.95s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.95s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.93s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.88s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.72s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.93s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.64s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.64s)
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.58s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.72s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.93s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (1.08s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (2.89s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (1.61s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.75s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-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/fluent-sqlite-driver.git
Working copy of https://github.com/vapor/fluent-sqlite-driver.git resolved at 4.8.1
Creating working copy for https://github.com/vapor/sqlite-kit.git
Working copy of https://github.com/vapor/sqlite-kit.git resolved at 4.5.2
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/apple/swift-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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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/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
Working copy of https://github.com/apple/swift-nio resolved at 2.83.0
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
Creating working copy for https://github.com/vapor/fluent-kit
Working copy of https://github.com/vapor/fluent-kit resolved at 1.52.2
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/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/sqlite-nio.git
Working copy of https://github.com/vapor/sqlite-nio.git resolved at 1.11.3
Creating working copy for https://github.com/vapor/fluent
Working copy of https://github.com/vapor/fluent resolved at 4.12.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Building for debugging...
[0/838] Write sources
[46/838] Compiling CVaporBcrypt blf.c
[46/838] Write sources
[48/838] Compiling CVaporBcrypt bcrypt.c
[49/838] Compiling CNIOWASI CNIOWASI.c
[49/838] Write sources
[56/838] Compiling CNIOWindows shim.c
[57/838] Compiling CNIOWindows WSAStartup.c
[58/838] Compiling CNIOLinux liburing_shims.c
[59/838] Compiling _NumericsShims _NumericsShims.c
[60/838] Compiling CNIOSHA1 c_nio_sha1.c
[61/838] Compiling _AtomicsShims.c
[62/838] Compiling CNIOLLHTTP c_nio_http.c
[63/838] Compiling CNIOExtrasZlib empty.c
[63/838] Compiling CNIOLinux shim.c
[65/838] Compiling CSystem shims.c
[66/838] Compiling CNIODarwin shim.c
[67/838] Compiling fiat_p256_adx_sqr.S
[68/838] Compiling fiat_p256_adx_mul.S
[69/838] Compiling CNIOLLHTTP c_nio_api.c
[70/838] Compiling fiat_curve25519_adx_square.S
[71/838] Compiling fiat_curve25519_adx_mul.S
[72/838] Write swift-version-24593BA9C3E375BF.txt
[73/838] Compiling CNIOLLHTTP c_nio_llhttp.c
[74/838] Compiling CNIOBoringSSLShims shims.c
[75/844] Compiling tls_method.cc
[76/872] Compiling tls13_client.cc
[77/875] Compiling tls13_both.cc
[78/875] Compiling tls13_server.cc
[80/875] Emitting module ServiceContextModule
[80/880] Compiling tls_record.cc
[81/890] Compiling tls13_enc.cc
[83/907] Emitting module Logging
[84/907] Emitting module InternalCollectionsUtilities
[85/908] Emitting module CoreMetrics
[86/908] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[87/908] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[88/908] Compiling InternalCollectionsUtilities Debugging.swift
[89/908] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[90/908] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[91/908] Compiling InternalCollectionsUtilities UInt+reversed.swift
[92/908] Compiling RealModule Float+Real.swift
[93/908] Compiling RealModule Float80+Real.swift
[94/908] Compiling RealModule Real.swift
[95/908] Compiling RealModule Float16+Real.swift
[96/909] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[97/909] Compiling InternalCollectionsUtilities Integer rank.swift
[98/909] Compiling _NIOBase64 Base64.swift
[99/909] Emitting module _NIOBase64
[100/909] Compiling InternalCollectionsUtilities Descriptions.swift
[101/909] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[102/909] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[103/909] Compiling InternalCollectionsUtilities _SortedCollection.swift
[104/909] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[105/909] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[106/909] Compiling SystemPackage MachPort.swift
[107/909] Compiling SystemPackage PlatformString.swift
[108/909] Compiling SystemPackage SystemString.swift
[109/914] Compiling ServiceContextModule ServiceContextKey.swift
[112/914] Compiling CoreMetrics Metrics.swift
[113/914] Compiling SystemPackage FilePathTempPosix.swift
[114/914] Compiling SystemPackage FilePathTempWindows.swift
[115/914] Compiling SystemPackage FilePathWindows.swift
[116/914] Compiling SystemPackage FilePermissions.swift
[117/914] Compiling RealModule ElementaryFunctions.swift
[118/914] Emitting module RealModule
[121/914] Compiling ServiceContextModule ServiceContext.swift
[122/914] Emitting module _NIODataStructures
[123/914] Compiling _NIODataStructures Heap.swift
[124/914] Compiling _NIODataStructures PriorityQueue.swift
[125/914] Compiling _NIODataStructures _TinyArray.swift
[126/916] Compiling Logging MetadataProvider.swift
[127/916] Emitting module SystemPackage
[128/916] Compiling CoreMetrics Locks.swift
[129/916] Compiling Logging Locks.swift
[142/917] Compiling Logging LogHandler.swift
[143/917] Compiling Logging Logging.swift
[144/917] Compiling SystemPackage Backcompat.swift
[145/917] Compiling SystemPackage CInterop.swift
[146/917] Compiling SystemPackage Constants.swift
[147/917] Compiling SystemPackage Exports.swift
[148/917] Compiling SystemPackage Mocking.swift
[149/917] Compiling SystemPackage RawBuffer.swift
[150/917] Compiling SystemPackage Syscalls.swift
[151/917] Compiling SystemPackage WindowsSyscallAdapters.swift
[157/918] Compiling RealModule RealFunctions.swift
[160/995] Compiling _RopeModule Range+BigString.swift
[161/995] Compiling _RopeModule BigString+UTF16View.swift
[162/995] Compiling _RopeModule BigString+UTF8View.swift
[163/1025] Compiling ssl_versions.cc
[164/1051] Compiling ssl_transcript.cc
[166/1064] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[167/1064] Emitting module Instrumentation
[168/1064] Compiling HeapModule Heap+Descriptions.swift
[169/1064] Compiling Instrumentation Locks.swift
[170/1064] Compiling Instrumentation MultiplexInstrument.swift
[171/1064] Compiling Instrumentation NoOpInstrument.swift
[171/1064] Compiling ssl_x509.cc
[173/1064] Compiling Instrumentation Instrument.swift
[174/1064] Compiling Instrumentation InstrumentationSystem.swift
[175/1065] Compiling HeapModule _HeapNode.swift
[176/1065] Emitting module HeapModule
[178/1065] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[179/1065] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[180/1065] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[181/1065] Compiling OrderedCollections OrderedDictionary+Elements.swift
[182/1065] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[183/1065] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[184/1065] Compiling OrderedCollections OrderedDictionary.swift
[185/1065] Compiling OrderedCollections OrderedSet+Codable.swift
[186/1065] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[187/1065] Compiling OrderedCollections OrderedSet+Descriptions.swift
[188/1074] Compiling HeapModule Heap+UnsafeHandle.swift
[189/1074] Compiling HeapModule Heap.swift
[190/1074] Compiling HeapModule Heap+Invariants.swift
[190/1075] Compiling t1_enc.cc
[192/1160] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[193/1160] Compiling HashTreeCollections TreeSet+Debugging.swift
[194/1160] Compiling HashTreeCollections TreeSet+Descriptions.swift
[195/1160] Compiling HashTreeCollections TreeSet+Equatable.swift
[196/1160] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[197/1160] Compiling HashTreeCollections TreeSet+Extras.swift
[198/1160] Compiling HashTreeCollections TreeSet+Filter.swift
[199/1160] Compiling HashTreeCollections TreeDictionary+Merge.swift
[200/1160] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[201/1160] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[202/1160] Compiling HashTreeCollections TreeDictionary+Values.swift
[203/1160] Compiling HashTreeCollections TreeDictionary.swift
[204/1160] Compiling HashTreeCollections TreeSet+Codable.swift
[205/1160] Compiling HashTreeCollections TreeSet+Collection.swift
[206/1173] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[207/1173] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[208/1173] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[209/1173] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[210/1173] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[211/1173] Compiling HashTreeCollections _HashNode+Structural merge.swift
[212/1173] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[213/1173] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[215/1179] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[216/1179] Compiling OrderedCollections OrderedSet.swift
[217/1179] Compiling OrderedCollections _UnsafeBitset.swift
[218/1179] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[219/1179] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[220/1179] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[221/1179] Compiling HashTreeCollections _HashTreeIterator.swift
[222/1179] Compiling HashTreeCollections _HashTreeStatistics.swift
[223/1179] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[229/1180] Compiling OrderedCollections OrderedSet+Sendable.swift
[230/1180] Compiling OrderedCollections OrderedSet+SubSequence.swift
[231/1180] Compiling OrderedCollections OrderedSet+Testing.swift
[232/1180] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[233/1181] Compiling DequeModule Deque+CustomReflectable.swift
[234/1181] Compiling DequeModule Deque+Descriptions.swift
[235/1183] Compiling HashTreeCollections _HashStack.swift
[236/1183] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[237/1183] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[238/1183] Compiling HashTreeCollections TreeDictionary+Filter.swift
[239/1183] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[240/1183] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[241/1183] Compiling HashTreeCollections TreeDictionary+Keys.swift
[242/1183] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[243/1183] Compiling HashTreeCollections _HashNode+Structural union.swift
[244/1183] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[245/1183] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[246/1183] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[247/1183] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[248/1183] Compiling HashTreeCollections _HashNode.swift
[249/1183] Compiling HashTreeCollections _HashNodeHeader.swift
[250/1183] Compiling HashTreeCollections _HashSlot.swift
[251/1183] Compiling DequeModule _DequeBuffer.swift
[252/1183] Compiling DequeModule _DequeBufferHeader.swift
[253/1183] Compiling RoutingKit Router.swift
[254/1183] Compiling DequeModule Deque._UnsafeHandle.swift
[255/1183] Compiling DequeModule Deque.swift
[258/1183] Compiling DequeModule Deque+Testing.swift
[259/1183] Compiling DequeModule Deque._Storage.swift
[260/1183] Compiling DequeModule _DequeSlot.swift
[261/1183] Compiling DequeModule _UnsafeWrappedBuffer.swift
[262/1183] Compiling DequeModule Deque+Equatable.swift
[263/1183] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[264/1183] Emitting module RoutingKit
[265/1183] Compiling Tracing TracingTime.swift
[266/1183] Compiling Tracing InstrumentationSystem+Tracing.swift
[267/1183] Compiling RoutingKit AnyRouter.swift
[268/1183] Compiling DequeModule Deque+Extras.swift
[269/1183] Compiling DequeModule Deque+Hashable.swift
[270/1183] Compiling RoutingKit PathComponent.swift
[281/1193] Emitting module Tracing
[282/1193] Emitting module _RopeModule
[283/1193] Compiling DequeModule Deque+Codable.swift
[284/1193] Compiling DequeModule Deque+Collection.swift
[293/1193] Compiling RoutingKit TrieRouter.swift
[294/1193] Compiling Tracing TracerProtocol.swift
[297/1193] Compiling Tracing Tracer.swift
[298/1193] Compiling Tracing TracerProtocol+Legacy.swift
[324/1193] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[325/1193] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[326/1193] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[327/1193] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[328/1193] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[329/1193] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[330/1193] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[331/1193] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[332/1193] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[333/1193] Compiling HashTreeCollections TreeSet.swift
[334/1193] Compiling Tracing NoOpTracer.swift
[335/1193] Compiling Tracing SpanProtocol.swift
[336/1194] Emitting module DequeModule
[346/1195] Emitting module OrderedCollections
[347/1196] Emitting module Metrics
[348/1196] Compiling Metrics Metrics.swift
[349/1197] Compiling RoutingKit Parameters.swift
[366/1198] Compiling HashTreeCollections _RawHashNode.swift
[367/1198] Compiling HashTreeCollections _UnmanagedHashNode.swift
[368/1198] Compiling HashTreeCollections _UnsafePath.swift
[369/1198] Compiling HashTreeCollections TreeDictionary+Codable.swift
[370/1198] Compiling HashTreeCollections TreeDictionary+Collection.swift
[371/1198] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[372/1198] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[373/1198] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[373/1198] Compiling ssl_stat.cc
[413/1199] Compiling ssl_privkey.cc
[447/1199] Compiling ssl_key_share.cc
[448/1199] Compiling ssl_session.cc
[449/1199] Compiling ssl_file.cc
[451/1199] Emitting module HashTreeCollections
[451/1200] Compiling ssl_credential.cc
[453/1200] Compiling ssl_lib.cc
[454/1200] Compiling ssl_cipher.cc
[455/1200] Compiling ssl_buffer.cc
[456/1200] Compiling ssl_asn1.cc
[457/1200] Compiling ssl_cert.cc
[458/1200] Compiling ssl_aead_ctx.cc
[459/1200] Compiling s3_pkt.cc
[460/1200] Compiling s3_lib.cc
[461/1200] Compiling s3_both.cc
[462/1200] Compiling handshake_server.cc
[463/1200] Compiling handshake.cc
[464/1200] Compiling handoff.cc
[465/1200] Compiling extensions.cc
[466/1200] Compiling dtls_method.cc
[467/1200] Compiling handshake_client.cc
[468/1200] Compiling md5-x86_64-linux.S
[469/1200] Compiling md5-x86_64-apple.S
[470/1200] Compiling encrypted_client_hello.cc
[471/1200] Compiling md5-586-linux.S
[472/1200] Compiling md5-586-apple.S
[473/1200] Compiling dtls_record.cc
[474/1200] Compiling chacha20_poly1305_x86_64-linux.S
[475/1200] Compiling chacha20_poly1305_x86_64-apple.S
[476/1200] Compiling chacha20_poly1305_armv8-win.S
[477/1200] Compiling d1_srtp.cc
[478/1200] Compiling chacha20_poly1305_armv8-apple.S
[479/1200] Compiling chacha20_poly1305_armv8-linux.S
[480/1200] Compiling chacha-x86_64-linux.S
[481/1200] Compiling err_data.cc
[482/1200] Compiling d1_pkt.cc
[483/1200] Compiling chacha-x86-linux.S
[484/1200] Compiling chacha-x86_64-apple.S
[485/1200] Compiling chacha-armv8-win.S
[486/1200] Compiling chacha-x86-apple.S
[487/1200] Compiling chacha-armv8-linux.S
[488/1200] Compiling bio_ssl.cc
[489/1200] Compiling chacha-armv4-linux.S
[490/1200] Compiling chacha-armv8-apple.S
[491/1200] Compiling aes128gcmsiv-x86_64-linux.S
[492/1200] Compiling aes128gcmsiv-x86_64-apple.S
[493/1200] Compiling x86_64-mont5-linux.S
[494/1200] Compiling x86_64-mont-linux.S
[495/1200] Compiling x86_64-mont5-apple.S
[496/1200] Compiling x86_64-mont-apple.S
[497/1200] Compiling x86-mont-linux.S
[498/1200] Compiling x86-mont-apple.S
[499/1200] Compiling d1_lib.cc
[500/1200] Compiling vpaes-x86_64-linux.S
[501/1200] Compiling vpaes-x86_64-apple.S
[502/1200] Compiling vpaes-x86-linux.S
[503/1200] Compiling vpaes-x86-apple.S
[504/1200] Compiling vpaes-armv8-win.S
[505/1200] Compiling vpaes-armv8-apple.S
[506/1200] Compiling vpaes-armv7-linux.S
[507/1200] Compiling vpaes-armv8-linux.S
[508/1200] Compiling sha512-x86_64-linux.S
[509/1200] Compiling sha512-x86_64-apple.S
[510/1200] Compiling sha512-armv8-win.S
[511/1200] Compiling sha512-armv4-linux.S
[512/1200] Compiling sha512-armv8-apple.S
[513/1200] Compiling sha512-armv8-linux.S
[514/1200] Compiling sha512-586-linux.S
[515/1200] Compiling sha512-586-apple.S
[516/1200] Compiling sha256-x86_64-linux.S
[517/1200] Compiling sha256-x86_64-apple.S
[518/1200] Compiling sha256-armv8-win.S
[519/1200] Compiling d1_both.cc
[520/1200] Compiling sha256-armv4-linux.S
[521/1200] Compiling sha256-armv8-apple.S
[522/1200] Compiling sha256-586-linux.S
[523/1200] Compiling sha256-586-apple.S
[524/1200] Compiling sha256-armv8-linux.S
[525/1200] Compiling sha1-x86_64-linux.S
[526/1200] Compiling sha1-armv8-win.S
[527/1200] Compiling sha1-x86_64-apple.S
[528/1200] Compiling sha1-armv8-apple.S
[529/1200] Compiling sha1-armv4-large-linux.S
[530/1200] Compiling sha1-586-apple.S
[531/1200] Compiling sha1-armv8-linux.S
[532/1200] Compiling sha1-586-linux.S
[533/1200] Compiling rsaz-avx2-linux.S
[534/1200] Compiling rsaz-avx2-apple.S
[535/1200] Compiling rdrand-x86_64-linux.S
[536/1200] Compiling rdrand-x86_64-apple.S
[537/1200] Compiling p256_beeu-x86_64-asm-linux.S
[538/1200] Compiling p256_beeu-armv8-asm-win.S
[539/1200] Compiling p256_beeu-x86_64-asm-apple.S
[540/1200] Compiling p256_beeu-armv8-asm-apple.S
[541/1200] Compiling p256_beeu-armv8-asm-linux.S
[542/1200] Compiling p256-x86_64-asm-linux.S
[543/1200] Compiling p256-x86_64-asm-apple.S
[544/1200] Compiling p256-armv8-asm-win.S
[545/1200] Compiling p256-armv8-asm-apple.S
[546/1200] Compiling ghashv8-armv8-win.S
[547/1200] Compiling ghashv8-armv8-linux.S
[548/1200] Compiling p256-armv8-asm-linux.S
[549/1200] Compiling ghashv8-armv8-apple.S
[550/1200] Compiling ghashv8-armv7-linux.S
[551/1200] Compiling ghash-x86_64-linux.S
[552/1200] Compiling ghash-x86_64-apple.S
[553/1200] Compiling ghash-x86-linux.S
[554/1200] Compiling ghash-x86-apple.S
[555/1200] Compiling ghash-ssse3-x86_64-linux.S
[556/1200] Compiling ghash-neon-armv8-win.S
[557/1200] Compiling ghash-ssse3-x86_64-apple.S
[557/1200] Compiling ghash-ssse3-x86-linux.S
[559/1200] Compiling ghash-ssse3-x86-apple.S
[560/1200] Compiling ghash-neon-armv8-linux.S
[561/1200] Compiling ghash-neon-armv8-apple.S
[562/1200] Compiling ghash-armv4-linux.S
[563/1200] Compiling co-586-linux.S
[564/1200] Compiling co-586-apple.S
[565/1200] Compiling bn-armv8-win.S
[566/1200] Compiling bn-armv8-linux.S
[567/1200] Compiling bsaes-armv7-linux.S
[568/1200] Compiling bn-armv8-apple.S
[569/1200] Compiling bn-586-linux.S
[570/1200] Compiling bn-586-apple.S
[571/1200] Compiling armv8-mont-win.S
[572/1200] Compiling armv8-mont-apple.S
[573/1200] Compiling armv4-mont-linux.S
[574/1200] Compiling aesv8-gcm-armv8-win.S
[575/1200] Compiling armv8-mont-linux.S
[576/1200] Compiling aesv8-gcm-armv8-apple.S
[577/1200] Compiling aesv8-armv8-win.S
[578/1200] Compiling aesv8-gcm-armv8-linux.S
[579/1200] Compiling aesv8-armv8-apple.S
[580/1200] Compiling aesv8-armv7-linux.S
[581/1200] Compiling aesni-x86_64-linux.S
[582/1200] Compiling aesv8-armv8-linux.S
[583/1200] Compiling aesni-x86-linux.S
[584/1200] Compiling aesni-x86_64-apple.S
[585/1200] Compiling aesni-gcm-x86_64-linux.S
[586/1200] Compiling aesni-x86-apple.S
[587/1200] Compiling aesni-gcm-x86_64-apple.S
[588/1200] Compiling aes-gcm-avx2-x86_64-apple.S
[589/1200] Compiling aes-gcm-avx2-x86_64-linux.S
[590/1200] Compiling aes-gcm-avx10-x86_64-linux.S
[591/1200] Compiling aes-gcm-avx10-x86_64-apple.S
[592/1200] Compiling x_sig.cc
[593/1200] Compiling x_req.cc
[594/1200] Compiling x_x509a.cc
[595/1200] Compiling x_val.cc
[596/1200] Compiling x_pubkey.cc
[597/1200] Compiling x_x509.cc
[598/1200] Compiling x_name.cc
[599/1200] Compiling x_spki.cc
[600/1200] Compiling x_all.cc
[601/1200] Compiling x_attrib.cc
[602/1200] Compiling x509spki.cc
[603/1200] Compiling x_exten.cc
[604/1200] Compiling x_crl.cc
[605/1200] Compiling x509rset.cc
[606/1200] Compiling x_algor.cc
[607/1200] Compiling x509name.cc
[608/1200] Compiling x509_txt.cc
[609/1200] Compiling x509_vpm.cc
[610/1200] Compiling x509cset.cc
[611/1200] Compiling x509_v3.cc
[612/1200] Compiling x509_set.cc
[613/1200] Compiling x509_vfy.cc
[614/1200] Compiling x509_trs.cc
[615/1200] Compiling x509_req.cc
[616/1200] Compiling x509_lu.cc
[617/1200] Compiling x509_obj.cc
[618/1200] Compiling x509_att.cc
[619/1200] Compiling x509_def.cc
[620/1200] Compiling x509_cmp.cc
[620/1200] Compiling x509.cc
[622/1200] Compiling x509_d2.cc
[623/1200] Compiling x509_ext.cc
[624/1200] Compiling v3_utl.cc
[625/1200] Compiling v3_purp.cc
[626/1200] Compiling v3_ncons.cc
[627/1200] Compiling v3_skey.cc
[628/1200] Compiling v3_prn.cc
[629/1200] Compiling v3_pmaps.cc
[630/1200] Compiling v3_pcons.cc
[631/1200] Compiling v3_ocsp.cc
[632/1200] Compiling v3_int.cc
[633/1200] Compiling v3_lib.cc
[634/1200] Compiling v3_info.cc
[635/1200] Compiling v3_ia5.cc
[636/1200] Compiling v3_crld.cc
[637/1200] Compiling v3_genn.cc
[638/1200] Compiling v3_enum.cc
[639/1200] Compiling v3_extku.cc
[640/1200] Compiling v3_cpols.cc
[641/1200] Compiling v3_bitst.cc
[642/1200] Compiling v3_conf.cc
[643/1200] Compiling v3_bcons.cc
[644/1200] Compiling v3_alt.cc
[645/1200] Compiling v3_akey.cc
[646/1200] Compiling v3_akeya.cc
[647/1200] Compiling t_req.cc
[648/1200] Compiling t_x509a.cc
[649/1200] Compiling t_x509.cc
[650/1200] Compiling t_crl.cc
[651/1200] Compiling policy.cc
[652/1200] Compiling i2d_pr.cc
[653/1200] Compiling name_print.cc
[654/1200] Compiling rsa_pss.cc
[655/1200] Compiling by_file.cc
[656/1200] Compiling by_dir.cc
[657/1200] Compiling asn1_gen.cc
[658/1200] Compiling algorithm.cc
[659/1200] Compiling voprf.cc
[660/1200] Compiling a_verify.cc
[661/1200] Compiling a_digest.cc
[661/1200] Compiling a_sign.cc
[663/1200] Compiling thread_win.cc
[664/1200] Compiling thread_pthread.cc
[665/1200] Compiling trust_token.cc
[666/1200] Compiling pmbtoken.cc
[667/1200] Compiling thread_none.cc
[668/1200] Compiling stack.cc
[669/1200] Compiling siphash.cc
[670/1200] Compiling thread.cc
[671/1200] Compiling slhdsa.cc
[672/1200] Compiling sha512.cc
[673/1200] Compiling sha256.cc
[674/1200] Compiling spake2plus.cc
[675/1200] Compiling rsa_print.cc
[676/1200] Compiling sha1.cc
[677/1200] Compiling refcount.cc
[678/1200] Compiling rsa_extra.cc
[679/1200] Compiling rsa_crypt.cc
[680/1200] Compiling rc4.cc
[681/1200] Compiling windows.cc
[682/1200] Compiling rsa_asn1.cc
[683/1200] Compiling ios.cc
[684/1200] Compiling rand.cc
[685/1200] Compiling urandom.cc
[686/1200] Compiling trusty.cc
[687/1200] Compiling fork_detect.cc
[688/1200] Compiling poly1305_arm_asm.S
[689/1200] Compiling forkunsafe.cc
[690/1200] Compiling getentropy.cc
[691/1200] Compiling passive.cc
[692/1200] Compiling deterministic.cc
[693/1200] Compiling poly1305_arm.cc
[694/1200] Compiling pool.cc
[695/1200] Compiling poly1305_vec.cc
[696/1200] Compiling pkcs8.cc
[697/1200] Compiling pkcs8_x509.cc
[698/1200] Compiling poly1305.cc
[699/1200] Compiling pkcs7.cc
[700/1200] Compiling pem_x509.cc
[701/1200] Compiling p5_pbev2.cc
[702/1200] Compiling pkcs7_x509.cc
[703/1200] Compiling pem_pk8.cc
[704/1200] Compiling pem_xaux.cc
[705/1200] Compiling pem_pkey.cc
[706/1200] Compiling pem_oth.cc
[707/1200] Compiling mldsa.cc
[708/1200] Compiling pem_info.cc
[709/1200] Compiling pem_lib.cc
[710/1200] Compiling mlkem.cc
[711/1200] Compiling mem.cc
[712/1200] Compiling obj_xref.cc
[713/1200] Compiling poly_rq_mul.S
[714/1200] Compiling md5.cc
[715/1200] Compiling fips_shared_support.cc
[716/1200] Compiling pem_all.cc
[717/1200] Compiling lhash.cc
[718/1200] Compiling md4.cc
[719/1200] Compiling obj.cc
[720/1200] Compiling sign.cc
[721/1200] Compiling scrypt.cc
[722/1200] Compiling ex_data.cc
[723/1200] Compiling kyber.cc
[724/1200] Compiling hrss.cc
[725/1200] Compiling hpke.cc
[726/1200] Compiling print.cc
[727/1200] Compiling p_x25519.cc
[728/1200] Compiling p_x25519_asn1.cc
[729/1200] Compiling pbkdf.cc
[730/1200] Compiling p_rsa_asn1.cc
[731/1200] Compiling p_hkdf.cc
[732/1200] Compiling p_ed25519.cc
[733/1200] Compiling p_rsa.cc
[734/1200] Compiling p_ed25519_asn1.cc
[735/1200] Compiling p_ec.cc
[736/1200] Compiling p_ec_asn1.cc
[737/1200] Compiling p_dh_asn1.cc
[738/1200] Compiling p_dh.cc
[739/1200] Compiling evp_ctx.cc
[740/1200] Compiling p_dsa_asn1.cc
[741/1200] Compiling evp_asn1.cc
[742/1200] Compiling bcm.cc
[743/1200] Compiling engine.cc
[744/1200] Compiling err.cc
[745/1200] Compiling evp.cc
[746/1200] Compiling hash_to_curve.cc
[747/1200] Compiling ecdh.cc
[748/1200] Compiling ec_derive.cc
[749/1200] Compiling ecdsa_asn1.cc
[750/1200] Compiling dsa.cc
[751/1200] Compiling dsa_asn1.cc
[752/1200] Compiling ec_asn1.cc
[753/1200] Compiling x25519-asm-arm.S
[754/1200] Compiling params.cc
[755/1200] Compiling digest_extra.cc
[756/1200] Compiling curve25519_64_adx.cc
[757/1200] Compiling des.cc
[758/1200] Compiling crypto.cc
[759/1200] Compiling spake25519.cc
[760/1200] Compiling curve25519.cc
[761/1200] Compiling dh_asn1.cc
[762/1200] Compiling cpu_arm_freebsd.cc
[763/1200] Compiling cpu_arm_linux.cc
[764/1200] Compiling cpu_intel.cc
[765/1200] Compiling cpu_aarch64_sysreg.cc
[766/1200] Compiling cpu_aarch64_win.cc
[767/1200] Compiling cpu_aarch64_openbsd.cc
[768/1200] Compiling cpu_aarch64_linux.cc
[769/1200] Compiling cpu_aarch64_apple.cc
[770/1200] Compiling cpu_aarch64_fuchsia.cc
[771/1200] Compiling tls_cbc.cc
[772/1200] Compiling conf.cc
[773/1200] Compiling e_tls.cc
[774/1200] Compiling e_rc4.cc
[775/1200] Compiling get_cipher.cc
[776/1200] Compiling e_null.cc
[777/1200] Compiling e_rc2.cc
[778/1200] Compiling e_des.cc
[779/1200] Compiling e_chacha20poly1305.cc
[780/1200] Compiling e_aesgcmsiv.cc
[781/1200] Compiling derive_key.cc
[782/1200] Compiling e_aesctrhmac.cc
[783/1200] Compiling chacha.cc
[784/1200] Compiling buf.cc
[785/1200] Compiling unicode.cc
[786/1200] Compiling ber.cc
[787/1200] Compiling cbs.cc
[788/1200] Compiling cbb.cc
[789/1200] Compiling asn1_compat.cc
[790/1200] Compiling convert.cc
[791/1200] Compiling bn_asn1.cc
[792/1200] Compiling blake2.cc
[793/1200] Compiling socket.cc
[794/1200] Compiling printf.cc
[795/1200] Compiling pair.cc
[796/1200] Compiling socket_helper.cc
[797/1200] Compiling hexdump.cc
[798/1200] Compiling file.cc
[799/1200] Compiling fd.cc
[800/1200] Compiling errno.cc
[801/1200] Compiling connect.cc
[802/1200] Compiling bio_mem.cc
[803/1200] Compiling base64.cc
[804/1200] Compiling bio.cc
[805/1200] Compiling tasn_typ.cc
[806/1200] Compiling tasn_utl.cc
[807/1200] Compiling tasn_new.cc
[808/1200] Compiling tasn_fre.cc
[809/1200] Compiling f_int.cc
[810/1200] Compiling tasn_enc.cc
[811/1200] Compiling posix_time.cc
[812/1200] Compiling f_string.cc
[813/1200] Compiling asn_pack.cc
[814/1200] Compiling tasn_dec.cc
[815/1200] Compiling asn1_par.cc
[816/1200] Compiling asn1_lib.cc
[817/1200] Compiling a_strnid.cc
[818/1200] Compiling a_time.cc
[819/1200] Compiling a_octet.cc
[820/1200] Compiling a_utctm.cc
[821/1200] Compiling a_type.cc
[822/1200] Compiling a_strex.cc
[823/1200] Compiling a_object.cc
[824/1200] Compiling a_int.cc
[825/1200] Compiling a_mbstr.cc
[826/1200] Compiling a_dup.cc
[827/1200] Compiling a_i2d_fp.cc
[828/1200] Compiling a_bool.cc
[829/1200] Compiling a_d2i_fp.cc
[830/1200] Compiling fiat_p256_adx_sqr.S
[831/1200] Compiling fiat_curve25519_adx_square.S
[832/1200] Compiling fiat_p256_adx_mul.S
[833/1200] Compiling fiat_curve25519_adx_mul.S
[834/1200] Compiling md5-x86_64-linux.S
[835/1200] Compiling a_bitstr.cc
[836/1200] Compiling a_gentm.cc
[837/1200] Compiling md5-x86_64-apple.S
[838/1200] Compiling md5-586-linux.S
[839/1200] Compiling md5-586-apple.S
[840/1200] Compiling CCryptoBoringSSLShims shims.c
[841/1200] Compiling chacha20_poly1305_x86_64-linux.S
[842/1200] Compiling chacha20_poly1305_x86_64-apple.S
[843/1200] Compiling chacha20_poly1305_armv8-win.S
[844/1200] Compiling chacha20_poly1305_armv8-apple.S
[845/1200] Compiling chacha20_poly1305_armv8-linux.S
[846/1200] Compiling chacha-x86_64-linux.S
[847/1200] Compiling chacha-x86-linux.S
[848/1200] Compiling chacha-x86_64-apple.S
[849/1200] Compiling chacha-x86-apple.S
[850/1200] Compiling chacha-armv8-win.S
[851/1200] Compiling chacha-armv8-apple.S
[852/1200] Compiling aes128gcmsiv-x86_64-linux.S
[853/1200] Compiling chacha-armv8-linux.S
[854/1200] Compiling chacha-armv4-linux.S
[855/1200] Compiling aes128gcmsiv-x86_64-apple.S
[856/1200] Compiling x86_64-mont5-apple.S
[857/1200] Compiling x86_64-mont5-linux.S
[858/1200] Compiling x86_64-mont-linux.S
[858/1200] Compiling x86_64-mont-apple.S
[860/1200] Compiling x86-mont-linux.S
[861/1200] Compiling vpaes-x86_64-linux.S
[862/1200] Compiling x86-mont-apple.S
[863/1200] Compiling vpaes-x86_64-apple.S
[864/1200] Compiling vpaes-armv8-win.S
[865/1200] Compiling vpaes-x86-linux.S
[866/1200] Compiling err_data.cc
[867/1200] Compiling vpaes-x86-apple.S
[868/1200] Compiling vpaes-armv8-linux.S
[869/1200] Compiling vpaes-armv7-linux.S
[870/1200] Compiling vpaes-armv8-apple.S
[871/1200] Compiling sha512-x86_64-linux.S
[872/1200] Compiling sha512-armv8-win.S
[873/1200] Compiling sha512-x86_64-apple.S
[874/1200] Compiling sha512-armv8-apple.S
[875/1200] Compiling sha512-586-linux.S
[876/1200] Compiling sha512-armv4-linux.S
[877/1200] Compiling sha512-armv8-linux.S
[878/1200] Compiling sha256-x86_64-linux.S
[879/1200] Compiling sha512-586-apple.S
[880/1200] Compiling sha256-armv8-win.S
[881/1200] Compiling sha256-armv8-apple.S
[882/1200] Compiling sha256-x86_64-apple.S
[883/1200] Compiling sha256-586-linux.S
[884/1200] Compiling sha256-armv8-linux.S
[885/1200] Compiling sha256-armv4-linux.S
[886/1200] Compiling sha256-586-apple.S
[887/1200] Compiling sha1-x86_64-linux.S
[888/1200] Compiling sha1-x86_64-apple.S
[889/1200] Compiling sha1-armv8-linux.S
[890/1200] Compiling sha1-armv8-apple.S
[891/1200] Compiling sha1-armv8-win.S
[892/1200] Compiling sha1-armv4-large-linux.S
[892/1200] Compiling sha1-586-linux.S
[894/1200] Compiling sha1-586-apple.S
[895/1200] Compiling rsaz-avx2-linux.S
[895/1200] Compiling rdrand-x86_64-apple.S
[895/1200] Compiling rsaz-avx2-apple.S
[897/1200] Compiling p256_beeu-x86_64-asm-linux.S
[899/1200] Compiling rdrand-x86_64-linux.S
[900/1200] Compiling p256_beeu-x86_64-asm-apple.S
[900/1200] Compiling p256_beeu-armv8-asm-apple.S
[902/1200] Compiling p256-x86_64-asm-linux.S
[903/1200] Compiling p256-x86_64-asm-apple.S
[904/1200] Compiling p256_beeu-armv8-asm-win.S
[905/1200] Compiling p256_beeu-armv8-asm-linux.S
[906/1200] Compiling ghashv8-armv8-win.S
[907/1200] Compiling p256-armv8-asm-apple.S
[908/1200] Compiling p256-armv8-asm-win.S
[909/1200] Compiling ghashv8-armv8-linux.S
[910/1200] Compiling ghashv8-armv8-apple.S
[911/1200] Compiling p256-armv8-asm-linux.S
[912/1200] Compiling ghash-x86_64-apple.S
[913/1200] Compiling ghash-x86-linux.S
[914/1200] Compiling ghash-x86_64-linux.S
[915/1200] Compiling ghashv8-armv7-linux.S
[916/1200] Compiling ghash-x86-apple.S
[917/1200] Compiling ghash-ssse3-x86_64-linux.S
[918/1200] Compiling ghash-ssse3-x86_64-apple.S
[919/1200] Compiling ghash-neon-armv8-win.S
[920/1200] Compiling ghash-ssse3-x86-apple.S
[921/1200] Compiling ghash-ssse3-x86-linux.S
[922/1200] Compiling ghash-neon-armv8-linux.S
[923/1200] Compiling ghash-neon-armv8-apple.S
[924/1200] Compiling bsaes-armv7-linux.S
[924/1200] Compiling co-586-linux.S
[926/1200] Compiling co-586-apple.S
[927/1200] Compiling ghash-armv4-linux.S
[928/1200] Compiling bn-armv8-win.S
[929/1200] Compiling bn-armv8-linux.S
[930/1200] Compiling bn-586-linux.S
[931/1200] Compiling bn-armv8-apple.S
[932/1200] Compiling bn-586-apple.S
[933/1200] Compiling armv8-mont-win.S
[934/1200] Compiling armv8-mont-apple.S
[935/1200] Compiling armv8-mont-linux.S
[936/1200] Compiling armv4-mont-linux.S
[937/1200] Compiling aesv8-gcm-armv8-win.S
[938/1200] Compiling aesv8-gcm-armv8-apple.S
[939/1200] Compiling aesv8-gcm-armv8-linux.S
[940/1200] Compiling aesv8-armv8-win.S
[941/1200] Compiling aesv8-armv7-linux.S
[942/1200] Compiling aesv8-armv8-linux.S
[943/1200] Compiling aesv8-armv8-apple.S
[944/1200] Compiling aesni-x86_64-linux.S
[945/1200] Compiling aesni-x86_64-apple.S
[946/1200] Compiling aes-gcm-avx10-x86_64-linux.S
[947/1200] Compiling aesni-gcm-x86_64-apple.S
[948/1200] Compiling aesni-gcm-x86_64-linux.S
[949/1200] Compiling aesni-x86-apple.S
[950/1200] Compiling aesni-x86-linux.S
[951/1200] Compiling aes-gcm-avx10-x86_64-apple.S
[952/1200] Compiling c-nioatomics.c
[953/1200] Compiling x_x509a.cc
[953/1200] Compiling x_sig.cc
[955/1200] Compiling x_spki.cc
[956/1200] Compiling x_val.cc
[957/1200] Compiling x_req.cc
[958/1200] Compiling x_x509.cc
[959/1200] Compiling x_pubkey.cc
[960/1200] Compiling c-atomics.c
[961/1205] Compiling x_name.cc
[962/1206] Compiling x_attrib.cc
[963/1206] Compiling x_all.cc
[964/1206] Compiling x_exten.cc
[965/1206] Compiling x_algor.cc
[966/1206] Compiling x_crl.cc
[968/1206] Compiling NIOConcurrencyHelpers NIOLock.swift
[968/1206] Compiling x509spki.cc
[970/1206] Compiling NIOConcurrencyHelpers lock.swift
[971/1206] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[972/1206] Emitting module NIOConcurrencyHelpers
[972/1206] Compiling x509rset.cc
[974/1206] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[975/1206] Compiling NIOConcurrencyHelpers atomics.swift
[976/1207] Compiling x509name.cc
[977/1207] Compiling x509cset.cc
[978/1207] Compiling x509_txt.cc
[979/1230] Compiling x509_v3.cc
[980/1233] Compiling x509_vpm.cc
[981/1233] Compiling x509_vfy.cc
[982/1233] Compiling x509_ext.cc
[983/1233] Compiling x509_set.cc
[984/1233] Compiling x509_trs.cc
[986/1233] Compiling ConsoleKitTerminal Console+Confirm.swift
[987/1233] Compiling ConsoleKitTerminal Console+Input.swift
[988/1233] Compiling ConsoleKitTerminal Console+Center.swift
[989/1233] Compiling ConsoleKitTerminal Console+Output.swift
[990/1236] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[991/1236] Compiling ConsoleKitTerminal ConsoleClear.swift
[992/1236] Compiling ConsoleKitTerminal Console+Ask.swift
[993/1236] Compiling ConsoleKitTerminal Console+Choose.swift
[994/1236] Compiling ConsoleKitTerminal Console+Wait.swift
[995/1236] Compiling ConsoleKitTerminal ConsoleColor.swift
[996/1236] Compiling ConsoleKitTerminal ConsoleStyle.swift
[996/1236] Compiling x509_d2.cc
[998/1236] Compiling ConsoleKitTerminal ConsoleText.swift
[999/1236] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1000/1236] Compiling ConsoleKitTerminal ANSI.swift
[1001/1236] Compiling ConsoleKitTerminal Console.swift
[1002/1236] Compiling ConsoleKitTerminal Terminal.swift
[1003/1236] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1003/1236] Compiling x509_def.cc
[1005/1236] Compiling ConsoleKitTerminal ActivityBar.swift
[1006/1236] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1007/1236] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1008/1236] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1009/1236] Emitting module ConsoleKitTerminal
[1010/1236] Compiling ConsoleKitTerminal CustomActivity.swift
[1011/1236] Compiling ConsoleKitTerminal LoadingBar.swift
[1012/1236] Compiling ConsoleKitTerminal ProgressBar.swift
[1013/1236] Compiling ConsoleKitTerminal Console+Clear.swift
[1013/1236] Compiling x509_req.cc
[1014/1236] Compiling x509_cmp.cc
[1015/1236] Compiling x509_lu.cc
[1017/1236] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1018/1236] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1019/1236] Compiling ConsoleKitTerminal LoggerFragment.swift
[1019/1237] Compiling x509_att.cc
[1021/1237] Compiling x509_obj.cc
[1022/1259] Compiling v3_skey.cc
[1023/1259] Compiling v3_utl.cc
[1024/1259] Compiling x509.cc
[1025/1259] Compiling v3_purp.cc
[1026/1259] Compiling v3_prn.cc
[1028/1259] Compiling ConsoleKitCommands CommandSignature.swift
[1029/1259] Compiling ConsoleKitCommands Flag.swift
[1030/1259] Compiling ConsoleKitCommands Option.swift
[1031/1261] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1032/1261] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1033/1261] Compiling ConsoleKitCommands Argument.swift
[1034/1261] Compiling ConsoleKitCommands AsyncCommands.swift
[1035/1261] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1036/1261] Compiling ConsoleKitCommands AnyCommand.swift
[1037/1261] Compiling ConsoleKitCommands Command.swift
[1038/1261] Compiling ConsoleKitCommands CommandContext.swift
[1039/1261] Compiling ConsoleKitCommands CommandError.swift
[1040/1261] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1041/1261] Compiling ConsoleKitCommands AsyncCommand.swift
[1042/1261] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1043/1261] Emitting module ConsoleKitCommands
[1044/1261] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1045/1261] Compiling ConsoleKitCommands Utilities.swift
[1045/1261] Compiling v3_pmaps.cc
[1046/1261] Compiling v3_pcons.cc
[1047/1261] Compiling v3_ocsp.cc
[1048/1261] Compiling v3_ncons.cc
[1049/1261] Compiling v3_lib.cc
[1050/1261] Compiling v3_info.cc
[1051/1261] Compiling v3_int.cc
[1052/1261] Compiling v3_genn.cc
[1053/1261] Compiling v3_ia5.cc
[1054/1261] Compiling v3_enum.cc
[1056/1261] Compiling ConsoleKitCommands CommandGroup.swift
[1057/1261] Compiling ConsoleKitCommands CommandInput.swift
[1058/1261] Compiling ConsoleKitCommands Commands.swift
[1059/1261] Compiling ConsoleKitCommands Console+Run.swift
[1060/1261] Compiling ConsoleKitCommands ConsoleError.swift
[1061/1261] Compiling ConsoleKitCommands Completion.swift
[1061/1262] Compiling v3_extku.cc
[1063/1262] Compiling v3_crld.cc
[1064/1264] Compiling v3_cpols.cc
[1066/1264] Compiling ConsoleKit Exports.swift
[1067/1264] Emitting module ConsoleKit
[1067/1265] Compiling v3_conf.cc
[1069/1265] Compiling v3_bcons.cc
[1070/1265] Compiling t_x509a.cc
[1071/1265] Compiling v3_bitst.cc
[1072/1265] Compiling v3_akey.cc
[1073/1265] Compiling v3_akeya.cc
[1074/1265] Compiling v3_alt.cc
[1075/1265] Compiling t_x509.cc
[1076/1265] Compiling i2d_pr.cc
[1077/1265] Compiling t_crl.cc
[1078/1265] Compiling t_req.cc
[1079/1265] Compiling name_print.cc
[1080/1265] Compiling policy.cc
[1081/1265] Compiling rsa_pss.cc
[1082/1265] Compiling by_file.cc
[1083/1265] Compiling by_dir.cc
[1084/1265] Compiling algorithm.cc
[1085/1265] Compiling asn1_gen.cc
[1086/1265] Compiling a_verify.cc
[1087/1265] Compiling voprf.cc
[1088/1265] Compiling a_sign.cc
[1089/1265] Compiling a_digest.cc
[1090/1265] Compiling trust_token.cc
[1091/1265] Compiling thread_win.cc
[1091/1265] Compiling thread_pthread.cc
[1093/1265] Compiling thread_none.cc
[1094/1265] Compiling thread.cc
[1095/1265] Compiling wots.cc
[1096/1265] Compiling thash.cc
[1097/1265] Compiling stack.cc
[1098/1265] Compiling pmbtoken.cc
[1099/1265] Compiling merkle.cc
[1100/1265] Compiling slhdsa.cc
[1101/1265] Compiling fors.cc
[1102/1265] Compiling sha512.cc
[1103/1265] Compiling sha1.cc
[1104/1265] Compiling siphash.cc
[1105/1265] Compiling rsa_print.cc
[1106/1265] Compiling rsa_extra.cc
[1107/1265] Compiling sha256.cc
[1108/1265] Compiling rsa_crypt.cc
[1109/1265] Compiling urandom.cc
[1110/1265] Compiling rsa_asn1.cc
[1111/1265] Compiling refcount.cc
[1112/1265] Compiling rc4.cc
[1113/1265] Compiling rand_extra.cc
[1114/1265] Compiling windows.cc
[1115/1265] Compiling trusty.cc
[1116/1265] Compiling passive.cc
[1117/1265] Compiling fork_detect.cc
[1118/1265] Compiling poly1305_arm_asm.S
[1119/1265] Compiling forkunsafe.cc
[1120/1265] Compiling ios.cc
[1121/1265] Compiling getentropy.cc
[1122/1265] Compiling deterministic.cc
[1123/1265] Compiling poly1305_arm.cc
[1124/1265] Compiling pool.cc
[1125/1265] Compiling poly1305.cc
[1126/1265] Compiling poly1305_vec.cc
[1127/1265] Compiling pkcs8.cc
[1128/1265] Compiling p5_pbev2.cc
[1129/1265] Compiling pkcs8_x509.cc
[1130/1265] Compiling pem_x509.cc
[1131/1265] Compiling pkcs7.cc
[1132/1265] Compiling pem_pkey.cc
[1133/1265] Compiling pkcs7_x509.cc
[1134/1265] Compiling pem_xaux.cc
[1135/1265] Compiling pem_lib.cc
[1136/1265] Compiling pem_oth.cc
[1137/1265] Compiling pem_pk8.cc
[1138/1265] Compiling obj_xref.cc
[1139/1265] Compiling pem_info.cc
[1140/1265] Compiling obj.cc
[1141/1265] Compiling pem_all.cc
[1142/1265] Compiling mlkem.cc
[1143/1265] Compiling poly_rq_mul.S
[1144/1265] Compiling mldsa.cc
[1145/1265] Compiling lhash.cc
[1146/1265] Compiling fips_shared_support.cc
[1147/1265] Compiling md4.cc
[1148/1265] Compiling mem.cc
[1149/1265] Compiling md5.cc
[1150/1265] Compiling kyber.cc
[1151/1265] Compiling ex_data.cc
[1152/1265] Compiling sign.cc
[1153/1265] Compiling scrypt.cc
[1154/1265] Compiling hrss.cc
[1155/1265] Compiling hpke.cc
[1156/1265] Compiling print.cc
[1157/1265] Compiling pbkdf.cc
[1158/1265] Compiling p_x25519.cc
[1159/1265] Compiling p_rsa_asn1.cc
[1160/1265] Compiling p_ed25519.cc
[1161/1265] Compiling p_ec_asn1.cc
[1162/1265] Compiling p_ed25519_asn1.cc
[1163/1265] Compiling p_x25519_asn1.cc
[1164/1265] Compiling p_hkdf.cc
[1165/1265] Compiling p_rsa.cc
[1166/1265] Compiling p_ec.cc
[1167/1265] Compiling p_dh_asn1.cc
[1168/1265] Compiling p_dsa_asn1.cc
[1169/1265] Compiling p_dh.cc
[1170/1265] Compiling evp_ctx.cc
[1171/1265] Compiling evp_asn1.cc
[1172/1265] Compiling evp.cc
[1173/1265] Compiling engine.cc
[1174/1265] Compiling err.cc
[1175/1265] Compiling ecdsa_asn1.cc
[1176/1265] Compiling ecdh_extra.cc
[1177/1265] Compiling ec_derive.cc
[1178/1265] Compiling hash_to_curve.cc
[1179/1265] Compiling ec_asn1.cc
[1180/1265] Compiling des.cc
[1181/1265] Compiling params.cc
[1182/1265] Compiling dsa.cc
[1183/1265] Compiling x25519-asm-arm.S
[1184/1265] Compiling dsa_asn1.cc
[1185/1265] Compiling dh_asn1.cc
[1186/1265] Compiling digest_extra.cc
[1187/1265] Compiling spake25519.cc
[1188/1265] Compiling bcm.cc
[1189/1265] Compiling curve25519_64_adx.cc
[1190/1265] Compiling curve25519.cc
[1191/1265] Compiling crypto.cc
[1192/1265] Compiling cpu_intel.cc
[1193/1265] Compiling cpu_arm_linux.cc
[1194/1265] Compiling cpu_aarch64_win.cc
[1195/1265] Compiling cpu_arm_freebsd.cc
[1196/1265] Compiling cpu_aarch64_openbsd.cc
[1197/1265] Compiling cpu_aarch64_sysreg.cc
[1198/1265] Compiling cpu_aarch64_linux.cc
[1199/1265] Compiling cpu_aarch64_fuchsia.cc
[1200/1265] Compiling tls_cbc.cc
[1201/1265] Compiling cpu_aarch64_apple.cc
[1202/1265] Compiling e_tls.cc
[1203/1265] Compiling conf.cc
[1204/1265] Compiling e_rc4.cc
[1205/1265] Compiling e_null.cc
[1206/1265] Compiling e_des.cc
[1207/1265] Compiling e_rc2.cc
[1208/1265] Compiling e_chacha20poly1305.cc
[1209/1265] Compiling e_aesgcmsiv.cc
[1210/1265] Compiling cipher_extra.cc
[1211/1265] Compiling e_aesctrhmac.cc
[1212/1265] Compiling derive_key.cc
[1213/1265] Compiling chacha.cc
[1214/1265] Compiling ber.cc
[1215/1265] Compiling asn1_compat.cc
[1216/1265] Compiling unicode.cc
[1217/1265] Compiling cbs.cc
[1218/1265] Compiling buf.cc
[1219/1265] Compiling cbb.cc
[1220/1265] Compiling bn_asn1.cc
[1221/1265] Compiling convert.cc
[1222/1265] Compiling printf.cc
[1223/1265] Compiling blake2.cc
[1224/1265] Compiling file.cc
[1225/1265] Compiling hexdump.cc
[1226/1265] Compiling pair.cc
[1227/1265] Compiling bio_mem.cc
[1228/1265] Compiling fd.cc
[1229/1265] Compiling errno.cc
[1230/1265] Compiling bio.cc
[1231/1265] Compiling base64.cc
[1232/1265] Compiling tasn_typ.cc
[1233/1265] Compiling tasn_utl.cc
[1234/1265] Compiling tasn_enc.cc
[1235/1265] Compiling f_string.cc
[1236/1265] Compiling tasn_fre.cc
[1237/1265] Compiling tasn_new.cc
[1238/1265] Compiling posix_time.cc
[1239/1265] Compiling tasn_dec.cc
[1240/1265] Compiling f_int.cc
[1241/1265] Compiling asn_pack.cc
[1242/1265] Compiling asn1_par.cc
[1243/1265] Compiling a_time.cc
[1244/1265] Compiling a_strex.cc
[1245/1265] Compiling a_utctm.cc
[1246/1265] Compiling a_octet.cc
[1247/1265] Compiling a_type.cc
[1248/1265] Compiling asn1_lib.cc
[1249/1265] Compiling a_strnid.cc
[1250/1265] Compiling a_object.cc
[1251/1265] Compiling a_mbstr.cc
[1252/1265] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1253/1265] Write sources
[1254/1265] Compiling a_i2d_fp.cc
[1255/1265] Write sources
[1256/1265] Compiling a_int.cc
[1257/1265] Write sources
[1260/1337] Compiling a_dup.cc
[1261/1337] Compiling a_bitstr.cc
[1262/1337] Compiling a_bool.cc
[1263/1337] Compiling a_gentm.cc
[1264/1337] Compiling a_d2i_fp.cc
[1266/1362] Compiling Algorithms Permutations.swift
[1267/1362] Compiling Algorithms Product.swift
[1268/1362] Compiling Algorithms MinMax.swift
[1269/1362] Compiling Algorithms Partition.swift
[1270/1372] Compiling Algorithms Joined.swift
[1271/1372] Compiling Algorithms Keyed.swift
[1272/1372] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1273/1372] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1274/1372] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1275/1372] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1276/1372] Compiling BitCollections BitSet+SetAlgebra union.swift
[1277/1372] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1278/1372] Compiling BitCollections BitSet.Counted.swift
[1279/1379] Compiling Algorithms Chunked.swift
[1280/1379] Compiling Algorithms Combinations.swift
[1281/1379] Compiling Algorithms FlattenCollection.swift
[1282/1379] Compiling Algorithms Grouped.swift
[1283/1379] Compiling Algorithms Indexed.swift
[1284/1379] Compiling Algorithms Intersperse.swift
[1285/1379] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1286/1379] Compiling BitCollections BitSet+CustomReflectable.swift
[1287/1379] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1288/1379] Compiling BitCollections BitSet+Equatable.swift
[1289/1379] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1290/1379] Compiling BitCollections BitSet+Extras.swift
[1291/1379] Compiling BitCollections BitSet+Hashable.swift
[1292/1379] Compiling BitCollections BitSet+Initializers.swift
[1293/1379] Compiling BitCollections BitSet+Invariants.swift
[1294/1379] Compiling BitCollections BitSet+Random.swift
[1295/1379] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1296/1379] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1297/1379] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1298/1379] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1299/1379] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1300/1379] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1301/1379] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1302/1379] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1303/1379] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1304/1379] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1305/1379] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1306/1379] Compiling Atomics IntegerOperations.swift
[1307/1379] Compiling Atomics Unmanaged extensions.swift
[1308/1379] Emitting module BitCollections
[1317/1379] Compiling Algorithms Rotate.swift
[1318/1379] Compiling Algorithms Split.swift
[1319/1379] Compiling Algorithms Stride.swift
[1320/1379] Compiling Algorithms Suffix.swift
[1321/1382] Compiling CryptoBoringWrapper RandomBytes.swift
[1322/1382] Emitting module CryptoBoringWrapper
[1323/1382] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1340/1382] Compiling Algorithms Compacted.swift
[1341/1382] Compiling Algorithms Cycle.swift
[1342/1382] Compiling Algorithms EitherSequence.swift
[1343/1382] Compiling Algorithms FirstNonNil.swift
[1344/1382] Compiling Algorithms AdjacentPairs.swift
[1345/1382] Compiling Algorithms Chain.swift
[1348/1382] Compiling BitCollections BitSet.Index.swift
[1349/1382] Compiling BitCollections BitSet._UnsafeHandle.swift
[1350/1382] Compiling BitCollections BitSet.swift
[1351/1382] Compiling BitCollections Range+Utilities.swift
[1352/1382] Compiling BitCollections Slice+Utilities.swift
[1353/1382] Compiling BitCollections UInt+Tricks.swift
[1354/1382] Compiling BitCollections _Word.swift
[1355/1383] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1365/1383] Compiling CryptoBoringWrapper EllipticCurve.swift
[1366/1383] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1367/1383] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1368/1383] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1370/1384] Compiling Algorithms Trim.swift
[1371/1384] Compiling Algorithms Unique.swift
[1372/1384] Compiling Algorithms Windows.swift
[1373/1384] Emitting module Atomics
[1385/1385] Emitting module Algorithms
[1387/1459] Emitting module Collections
[1388/1459] Compiling Collections Collections.swift
[1390/1520] Compiling NIOCore MulticastChannel.swift
[1391/1520] Compiling NIOCore NIOAny.swift
[1392/1520] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1393/1520] Compiling NIOCore NIOLoopBound.swift
[1394/1520] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1395/1520] Compiling NIOCore NIOScheduledCallback.swift
[1396/1520] Compiling NIOCore NIOSendable.swift
[1397/1520] Compiling NIOCore RecvByteBufferAllocator.swift
[1398/1528] Emitting module Crypto
[1399/1537] Compiling NIOCore BSDSocketAPI.swift
[1400/1537] Compiling NIOCore ByteBuffer-aux.swift
[1401/1537] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1402/1537] Compiling NIOCore ByteBuffer-conversions.swift
[1403/1537] Compiling NIOCore ByteBuffer-core.swift
[1404/1537] Compiling NIOCore ByteBuffer-hex.swift
[1405/1537] Compiling NIOCore ByteBuffer-int.swift
[1406/1537] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1407/1537] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1408/1537] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1409/1537] Compiling NIOCore AddressedEnvelope.swift
[1410/1537] Compiling NIOCore AsyncAwaitSupport.swift
[1411/1537] Compiling NIOCore AsyncChannel.swift
[1412/1537] Compiling NIOCore AsyncChannelHandler.swift
[1413/1537] Compiling NIOCore AsyncChannelInboundStream.swift
[1414/1537] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1415/1537] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1416/1537] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1417/1537] Compiling NIOCore NIOAsyncWriter.swift
[1418/1537] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1419/1537] Compiling NIOCore IO.swift
[1420/1537] Compiling NIOCore IOData.swift
[1421/1537] Compiling NIOCore IPProtocol.swift
[1422/1537] Compiling NIOCore IntegerBitPacking.swift
[1423/1537] Compiling NIOCore IntegerTypes.swift
[1424/1537] Compiling NIOCore Interfaces.swift
[1425/1537] Compiling NIOCore Linux.swift
[1426/1537] Compiling NIOCore MarkedCircularBuffer.swift
[1427/1537] Compiling NIOCore ChannelInvoker.swift
[1428/1537] Compiling NIOCore ChannelOption.swift
[1429/1537] Compiling NIOCore ChannelPipeline.swift
[1437/1537] Compiling NIOCore SocketAddresses.swift
[1438/1537] Compiling NIOCore SocketOptionProvider.swift
[1439/1537] Compiling NIOCore SystemCallHelpers.swift
[1440/1537] Compiling NIOCore TimeAmount+Duration.swift
[1441/1537] Compiling NIOCore TypeAssistedChannelHandler.swift
[1442/1537] Compiling NIOCore UniversalBootstrapSupport.swift
[1443/1537] Compiling NIOCore Utilities.swift
[1444/1537] Compiling Crypto ECDH_boring.swift
[1445/1537] Compiling Crypto DH.swift
[1446/1537] Compiling Crypto ECDH.swift
[1447/1537] Compiling NIOCore DispatchQueue+WithFuture.swift
[1448/1537] Compiling NIOCore EventLoop+Deprecated.swift
[1449/1537] Compiling NIOCore EventLoop+SerialExecutor.swift
[1450/1537] Compiling NIOCore EventLoop.swift
[1451/1537] Compiling NIOCore ByteBuffer-multi-int.swift
[1452/1537] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1453/1537] Compiling NIOCore ByteBuffer-views.swift
[1454/1537] Compiling NIOCore Channel.swift
[1455/1537] Compiling NIOCore ChannelHandler.swift
[1456/1537] Compiling NIOCore ChannelHandlers.swift
[1466/1537] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1467/1537] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1468/1537] Compiling NIOCore EventLoopFuture.swift
[1469/1537] Compiling NIOCore FileDescriptor.swift
[1470/1537] Compiling NIOCore FileHandle.swift
[1471/1537] Compiling NIOCore FileRegion.swift
[1472/1537] Compiling NIOCore GlobalSingletons.swift
[1473/1537] Compiling NIOCore CircularBuffer.swift
[1474/1537] Compiling NIOCore Codec.swift
[1475/1537] Compiling NIOCore ConvenienceOptionSupport.swift
[1476/1537] Compiling NIOCore DeadChannel.swift
[1485/1537] Compiling Crypto Signature.swift
[1486/1537] Compiling Crypto CryptoKitErrors_boring.swift
[1487/1537] Compiling Crypto RNG_boring.swift
[1488/1537] Compiling Crypto SafeCompare_boring.swift
[1489/1537] Compiling Crypto Zeroization_boring.swift
[1490/1537] Compiling Crypto PrettyBytes.swift
[1491/1537] Compiling Crypto SafeCompare.swift
[1492/1537] Compiling Crypto SecureBytes.swift
[1493/1537] Compiling Crypto Zeroization.swift
[1520/1538] Emitting module NIOCore
[1540/1589] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1541/1589] Compiling NIOEmbedded Embedded.swift
[1542/1589] Emitting module NIOEmbedded
[1543/1589] Compiling NIOEmbedded AsyncTestingChannel.swift
[1545/1590] Compiling NIOPosix SelectableChannel.swift
[1546/1590] Compiling NIOPosix SelectableEventLoop.swift
[1547/1590] Compiling NIOPosix SelectorEpoll.swift
[1548/1590] Compiling NIOPosix SelectorGeneric.swift
[1549/1590] Compiling NIOPosix SelectorKqueue.swift
[1550/1590] Compiling NIOPosix SelectorUring.swift
[1551/1596] Emitting module NIOPosix
[1552/1596] Compiling NIOPosix ThreadPosix.swift
[1553/1596] Compiling NIOPosix ThreadWindows.swift
[1554/1596] Compiling NIOPosix UnsafeTransfer.swift
[1555/1596] Compiling NIOPosix Utilities.swift
[1556/1596] Compiling NIOPosix VsockAddress.swift
[1557/1596] Compiling NIOPosix VsockChannelEvents.swift
[1558/1596] Compiling NIOPosix ServerSocket.swift
[1559/1596] Compiling NIOPosix Socket.swift
[1560/1596] Compiling NIOPosix SocketChannel.swift
[1561/1596] Compiling NIOPosix SocketProtocols.swift
[1562/1596] Compiling NIOPosix System.swift
[1563/1596] Compiling NIOPosix Thread.swift
[1564/1596] Compiling NIOPosix BSDSocketAPICommon.swift
[1565/1596] Compiling NIOPosix BSDSocketAPIPosix.swift
[1566/1596] Compiling NIOPosix BSDSocketAPIWindows.swift
[1567/1596] Compiling NIOPosix BaseSocket.swift
[1568/1596] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1569/1596] Compiling NIOPosix BaseSocketChannel.swift
[1570/1596] Compiling NIOPosix BaseStreamSocketChannel.swift
[1571/1596] Compiling NIOPosix Bootstrap.swift
[1572/1596] Compiling NIOPosix ControlMessage.swift
[1573/1596] Compiling NIOPosix DatagramVectorReadManager.swift
[1574/1596] Compiling NIOPosix Errors+Any.swift
[1575/1596] Compiling NIOPosix FileDescriptor.swift
[1576/1596] Compiling NIOPosix GetaddrinfoResolver.swift
[1577/1596] Compiling NIOPosix HappyEyeballs.swift
[1578/1596] Compiling NIOPosix IO.swift
[1579/1596] Compiling NIOPosix IntegerBitPacking.swift
[1580/1596] Compiling NIOPosix IntegerTypes.swift
[1581/1596] Compiling NIOPosix Linux.swift
[1582/1596] Compiling NIOPosix LinuxCPUSet.swift
[1583/1596] Compiling NIOPosix LinuxUring.swift
[1584/1596] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1585/1596] Compiling NIOPosix NIOThreadPool.swift
[1586/1596] Compiling NIOPosix NonBlockingFileIO.swift
[1587/1596] Compiling NIOPosix PendingDatagramWritesManager.swift
[1588/1596] Compiling NIOPosix PendingWritesManager.swift
[1589/1596] Compiling NIOPosix PipeChannel.swift
[1590/1596] Compiling NIOPosix PipePair.swift
[1591/1596] Compiling NIOPosix Pool.swift
[1592/1596] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1593/1596] Compiling NIOPosix PosixSingletons.swift
[1594/1596] Compiling NIOPosix RawSocketBootstrap.swift
[1595/1596] Compiling NIOPosix Resolver.swift
[1596/1596] Compiling NIOPosix Selectable.swift
[1598/1656] Emitting module NIO
[1599/1656] Compiling NIO Exports.swift
[1601/1657] Compiling AsyncKit EventLoopGroup+Throwing.swift
[1602/1657] Compiling AsyncKit Collection+Flatten.swift
[1603/1657] Compiling AsyncKit EventLoopFutureQueue+Sequence.swift
[1604/1698] Compiling AsyncKit Future+Miscellaneous.swift
[1605/1698] Compiling AsyncKit Future+Nonempty.swift
[1606/1698] Compiling AsyncKit Future+Optional.swift
[1607/1698] Compiling AsyncKit Future+Transform.swift
[1608/1698] Compiling AsyncKit Future+Try.swift
[1609/1698] Compiling AsyncKit FutureOperators.swift
[1610/1790] Compiling NIOTLS TLSEvents.swift
[1611/1790] Compiling NIOSOCKS SOCKSResponse.swift
[1612/1790] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1613/1791] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1614/1791] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1615/1791] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1616/1791] Compiling NIOSOCKS ClientStateMachine.swift
[1617/1791] Emitting module NIOFoundationCompat
[1618/1791] Compiling SQLKit SQLPredicateGroupBuilder.swift
[1619/1791] Compiling SQLKit SQLRawBuilder.swift
[1620/1791] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[1622/1791] Compiling SQLKit SQLSelectBuilder.swift
[1623/1791] Emitting module NIOSOCKS
[1626/1791] Compiling SQLKit SQLSubqueryBuilder.swift
[1627/1791] Compiling SQLKit SQLUnionBuilder.swift
[1628/1791] Compiling SQLKit SQLUpdateBuilder.swift
[1629/1791] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[1630/1791] Emitting module _NIOFileSystem
[1636/1795] Compiling NIOSOCKS ServerStateMachine.swift
[1637/1796] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1638/1796] Emitting module NIOTLS
[1639/1796] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1640/1796] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1641/1796] Compiling NIOTLS SNIHandler.swift
[1642/1797] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[1643/1797] Compiling SQLKit Exports.swift
[1644/1799] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1645/1800] Compiling SQLKit SQLDistinct.swift
[1646/1800] Compiling SQLKit SQLForeignKeyAction.swift
[1650/1800] Emitting module NIOHTTP1
[1653/1801] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1654/1801] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1655/1801] Compiling SQLKit SQLColumn.swift
[1656/1801] Compiling SQLKit SQLConstraint.swift
[1657/1801] Compiling SQLKit SQLDataType.swift
[1658/1801] Compiling SQLKit SQLDirection.swift
[1661/1801] Compiling SQLKit SQLNestedSubpathExpression.swift
[1662/1801] Compiling SQLKit SQLQualifiedTable.swift
[1663/1801] Compiling SQLKit SQLQueryString.swift
[1664/1863] Compiling SQLKit SQLDropIndex.swift
[1665/1863] Compiling SQLKit SQLDropTable.swift
[1666/1863] Compiling SQLKit SQLDropTrigger.swift
[1667/1863] Compiling SQLKit SQLInsert.swift
[1668/1863] Compiling SQLKit SQLSelect.swift
[1669/1863] Compiling SQLKit SQLUnion.swift
[1670/1863] Compiling SQLKit SQLUpdate.swift
[1671/1863] Compiling SQLKit SQLExpression.swift
[1672/1863] Compiling SQLKit SQLSerializer.swift
[1673/1863] Compiling SQLKit SQLStatement.swift
[1674/1863] Compiling SQLKit SQLBinaryExpression.swift
[1675/1863] Compiling SQLKit SQLBinaryOperator.swift
[1676/1863] Compiling SQLKit SQLBind.swift
[1677/1863] Compiling NIOTransportServices StateManagedChannel.swift
[1678/1863] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1679/1863] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1680/1865] Compiling NIOSSL SSLPublicKey.swift
[1681/1865] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1682/1865] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1683/1865] Compiling SQLKit SQLQueryFetcher.swift
[1684/1865] Compiling SQLKit SQLReturningBuilder.swift
[1685/1865] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[1686/1865] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[1687/1865] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1688/1865] Compiling SQLKit SQLDatabase.swift
[1689/1865] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1690/1865] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1691/1865] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1692/1865] Compiling SQLKit SQLColumnAssignment.swift
[1693/1865] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1694/1865] Compiling SQLKit SQLColumnDefinition.swift
[1695/1865] Compiling SQLKit SQLCommonTableExpression.swift
[1696/1865] Compiling SQLKit SQLConflictAction.swift
[1697/1865] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1698/1865] Compiling SQLKit SQLDropBehaviour.swift
[1699/1865] Compiling SQLKit SQLEnumDataType.swift
[1700/1865] Compiling SQLKit SQLExcludedColumn.swift
[1701/1865] Compiling SQLKit SQLForeignKey.swift
[1702/1865] Compiling SQLKit SQLJoin.swift
[1703/1865] Compiling SQLKit SQLJoinMethod.swift
[1704/1865] Compiling SQLKit SQLLockingClause.swift
[1705/1865] Compiling SQLKit SQLOrderBy.swift
[1706/1865] Compiling SQLKit SQLReturning.swift
[1707/1865] Compiling SQLKit SQLSubquery.swift
[1708/1865] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1709/1865] Compiling SQLKit SQLAlterEnum.swift
[1710/1865] Compiling SQLKit SQLAlterTable.swift
[1711/1865] Compiling SQLKit SQLCreateEnum.swift
[1712/1865] Compiling SQLKit SQLCreateIndex.swift
[1713/1865] Compiling SQLKit SQLCreateTable.swift
[1714/1865] Compiling SQLKit SQLCreateTrigger.swift
[1715/1865] Compiling SQLKit SQLDelete.swift
[1716/1865] Compiling SQLKit SQLDropEnum.swift
[1717/1865] Compiling NIOSSL AndroidCABundle.swift
[1718/1865] Compiling NIOSSL ByteBufferBIO.swift
[1719/1865] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1720/1865] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1721/1865] Compiling NIOSSL IdentityVerification.swift
[1722/1865] Compiling NIOSSL LinuxCABundle.swift
[1723/1865] Compiling NIOSSL NIOSSLClientHandler.swift
[1726/1865] Compiling NIOSSL CustomPrivateKey.swift
[1727/1865] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1728/1865] Compiling NIOTransportServices NIOTSErrors.swift
[1729/1865] Compiling NIOTransportServices NIOTSEventLoop.swift
[1732/1865] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1733/1865] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1734/1865] Compiling NIOTransportServices NIOTSSingletons.swift
[1735/1865] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1736/1865] Emitting module NIOTransportServices
[1737/1865] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1738/1865] Compiling NIOSSL NIOSSLHandler.swift
[1739/1865] Compiling NIOSSL NIOSSLServerHandler.swift
[1740/1866] Compiling SQLKit SQLAlterEnumBuilder.swift
[1741/1866] Compiling SQLKit SQLAlterTableBuilder.swift
[1742/1866] Compiling SQLKit SQLConflictUpdateBuilder.swift
[1743/1866] Compiling SQLKit SQLCreateEnumBuilder.swift
[1744/1866] Compiling SQLKit SQLCreateIndexBuilder.swift
[1745/1866] Compiling SQLKit SQLCreateTableBuilder.swift
[1746/1866] Compiling SQLKit SQLCreateTriggerBuilder.swift
[1747/1866] Compiling SQLKit SQLDeleteBuilder.swift
[1748/1866] Compiling SQLKit SQLDropEnumBuilder.swift
[1749/1866] Compiling SQLKit SQLDropIndexBuilder.swift
[1750/1866] Compiling SQLKit SQLDropTableBuilder.swift
[1751/1866] Compiling SQLKit SQLDropTriggerBuilder.swift
[1752/1866] Compiling SQLKit SQLInsertBuilder.swift
[1762/1866] Compiling NIOSSL SSLPKCS12Bundle.swift
[1763/1866] Compiling NIOSSL SSLPrivateKey.swift
[1796/1867] Compiling _NIOFileSystem SystemFileHandle.swift
[1797/1867] Compiling _NIOFileSystem Utilities.swift
[1798/1867] Compiling _NIOFileSystem OpenOptions.swift
[1799/1867] Compiling _NIOFileSystem String+FileSystem.swift
[1800/1867] Compiling SQLKit SQLExpressions+Deprecated.swift
[1806/1867] Emitting module AsyncKit
[1807/1867] Emitting module SQLKit
[1812/1871] Compiling SQLKit SQLFunction.swift
[1813/1871] Compiling SQLKit SQLGroupExpression.swift
[1814/1871] Compiling SQLKit SQLIdentifier.swift
[1815/1871] Compiling SQLKit SQLList.swift
[1816/1871] Compiling SQLKit SQLLiteral.swift
[1817/1871] Compiling SQLKit SQLRaw.swift
[1818/1871] Compiling SQLKit SQLCodingUtilities.swift
[1819/1871] Compiling SQLKit SQLQueryEncoder.swift
[1820/1871] Compiling SQLKit SQLRow.swift
[1821/1871] Compiling SQLKit SQLRowDecoder.swift
[1822/1871] Compiling SQLKit SomeCodingKey.swift
[1823/1871] Compiling SQLKit StringHandling.swift
[1839/1873] Emitting module NIOSSL
[1845/1904] Compiling NIOHPACK HPACKHeader.swift
[1846/1904] Compiling NIOHPACK HeaderTables.swift
[1857/1904] Compiling NIOHPACK DynamicHeaderTable.swift
[1858/1904] Compiling NIOHPACK HPACKDecoder.swift
[1859/1904] Compiling NIOHPACK HPACKEncoder.swift
[1860/1904] Compiling NIOHPACK HPACKErrors.swift
[1861/1917] Emitting module SublimateNIO
[1862/1925] Compiling SublimateNIO CO₂NIO.swift
[1863/1925] 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 | }
[1864/1926] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1865/1926] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1867/1926] Compiling NIOWebSocket WebSocketOpcode.swift
[1868/1927] Compiling NIOHPACK IntegerCoding.swift
[1869/1927] Compiling NIOHPACK IndexedHeaderTable.swift
[1870/1928] Compiling NIOSSL Zeroization.swift
[1871/1928] Compiling NIOSSL TLSConfiguration.swift
[1872/1928] Compiling NIOSSL UniversalBootstrapSupport.swift
[1873/1928] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1874/1928] Emitting module _NIOFileSystemFoundationCompat
[1875/1928] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1876/1928] Emitting module NIOWebSocket
[1877/1928] Compiling NIOExtras DebugInboundEventsHandler.swift
[1878/1928] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1879/1930] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1880/1930] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1882/1930] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1883/1930] Compiling NIOHPACK HuffmanCoding.swift
[1884/1930] Compiling NIOHPACK HuffmanTables.swift
[1886/1930] Compiling NIOHPACK StaticHeaderTable.swift
[1887/1932] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1888/1932] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1889/1932] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1890/1932] Compiling NIOExtras NIOExtrasError.swift
[1891/1932] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1892/1932] Compiling NIOExtras NIORequestIdentifiable.swift
[1893/1961] Emitting module NIOFileSystem
[1894/1961] Compiling NIOFileSystem Exports.swift
[1895/1986] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1896/1986] Compiling NIOWebSocket WebSocketFrame.swift
[1897/2016] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1898/2019] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1899/2019] Compiling NIOHTTPCompression HTTPCompression.swift
[1900/2019] Compiling NIOHTTPCompression HTTPDecompression.swift
[1901/2019] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1902/2019] Emitting module NIOHTTPCompression
[1903/2042] Compiling MultipartKit BasicCodingKey.swift
[1904/2042] Compiling MultipartKit MultipartError.swift
[1905/2042] Compiling FluentKit MirrorBypass.swift
[1906/2042] Compiling FluentKit Model+CRUD.swift
[1910/2043] Compiling FluentKit QueryBuilder+Group.swift
[1911/2043] Compiling FluentKit QueryBuilder+Join+DirectRelations.swift
[1912/2043] Compiling FluentKit QueryBuilder+Join.swift
[1913/2043] Emitting module NIOExtras
[1914/2043] Compiling FluentKit QueryBuilder+Paginate.swift
[1915/2043] Compiling FluentKit QueryBuilder+Range.swift
[1916/2043] Compiling FluentKit QueryBuilder+Set.swift
[1917/2043] Emitting module MultipartKit
[1918/2045] Compiling FluentKit QueryBuilder+Sort.swift
[1919/2045] Compiling FluentKit QueryBuilder.swift
[1920/2045] Compiling FluentKit DatabaseQuery+Action.swift
[1927/2045] Emitting module NIOHPACK
[1929/2046] Compiling FluentKit DatabaseQuery+Field.swift
[1930/2046] Compiling FluentKit DatabaseQuery+Filter.swift
[1931/2046] Compiling FluentKit Fields.swift
[1934/2047] Compiling MultipartKit MultipartSerializer.swift
[1935/2047] Compiling MultipartKit Utilities.swift
[1936/2104] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1937/2104] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1938/2104] Compiling NIOHTTP2 MayReceiveFrames.swift
[1939/2104] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1940/2104] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1941/2104] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1942/2104] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1943/2104] Compiling NIOHTTP2 MaySendFrames.swift
[1944/2104] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1945/2104] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1946/2104] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1947/2104] Compiling NIOHTTP2 ReceivingDataState.swift
[1948/2104] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1951/2105] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1953/2106] Compiling FluentKit AsyncMigration.swift
[1954/2106] Compiling FluentKit AsyncModelMiddleware.swift
[1955/2106] Compiling FluentKit Children+Concurrency.swift
[1956/2106] Compiling FluentKit Database+Concurrency.swift
[1957/2106] Compiling FluentKit EnumBuilder+Concurrency.swift
[1958/2106] Compiling FluentKit Model+Concurrency.swift
[1959/2106] Compiling FluentKit ModelResponder+Concurrency.swift
[1960/2106] Compiling FluentKit OptionalChild+Concurrency.swift
[1961/2106] Compiling FluentKit OptionalParent+Concurrency.swift
[1962/2106] Compiling FluentKit Parent+Concurrency.swift
[1963/2106] Compiling FluentKit QueryBuilder+Concurrency.swift
[1964/2106] Compiling FluentKit Relation+Concurrency.swift
[1965/2106] Compiling FluentKit SchemaBuilder+Concurrency.swift
[1967/2118] Compiling NIOHTTP2 SendingDataState.swift
[1968/2118] Compiling NIOHTTP2 SendingGoawayState.swift
[1969/2118] Compiling NIOHTTP2 SendingHeadersState.swift
[1970/2118] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1971/2118] Compiling NIOHTTP2 SendingRstStreamState.swift
[1974/2129] Emitting module FluentKit
[1982/2134] Compiling NIOHTTP2 HasLocalSettings.swift
[1983/2134] Compiling NIOHTTP2 HasRemoteSettings.swift
[1984/2134] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1985/2134] Compiling NIOHTTP2 QuiescingState.swift
[1986/2134] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1987/2134] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1988/2134] Compiling WebSocketKit WebSocketHandler.swift
[1989/2134] Emitting module WebSocketKit
[1990/2134] Compiling WebSocketKit WebSocket+Concurrency.swift
[1991/2134] Compiling WebSocketKit WebSocket+Connect.swift
[1992/2134] Compiling WebSocketKit Exports.swift
[1993/2134] Compiling WebSocketKit WebSocket.swift
[1994/2134] Compiling WebSocketKit WebSocketClient.swift
[2008/2135] Emitting module NIOHTTP2
[2009/2135] Compiling FluentKit DatabaseQuery+Join.swift
[2010/2135] Compiling FluentKit DatabaseQuery+Range.swift
[2011/2135] Compiling FluentKit DatabaseQuery+Sort.swift
[2012/2135] Compiling FluentKit DatabaseQuery+Value.swift
[2013/2135] Compiling FluentKit DatabaseQuery.swift
[2014/2135] Compiling FluentKit QueryHistory.swift
[2015/2135] Compiling FluentKit DatabaseSchema.swift
[2016/2135] Compiling FluentKit SchemaBuilder.swift
[2017/2135] Compiling FluentKit OptionalType.swift
[2018/2135] Compiling FluentKit RandomGeneratable.swift
[2019/2135] Compiling FluentKit SomeCodingKey.swift
[2020/2135] Compiling FluentKit UnsafeMutableTransferBox.swift
[2021/2135] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[2022/2135] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2023/2135] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2024/2135] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2025/2135] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2026/2135] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2027/2135] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2028/2135] Compiling NIOHTTP2 HTTP2Error.swift
[2029/2135] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2030/2135] Compiling NIOHTTP2 StateMachineResult.swift
[2031/2135] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2032/2135] Compiling NIOHTTP2 DOSHeuristics.swift
[2033/2135] Compiling NIOHTTP2 HTTP2Stream.swift
[2034/2135] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2035/2135] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2036/2135] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2037/2135] Compiling NIOHTTP2 HTTP2StreamID.swift
[2038/2135] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2039/2135] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2040/2135] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2041/2135] Compiling NIOHTTP2 InboundEventBuffer.swift
[2042/2135] Compiling NIOHTTP2 InboundWindowManager.swift
[2043/2135] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2044/2135] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2045/2135] Compiling NIOHTTP2 Error+Any.swift
[2046/2135] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2047/2135] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2048/2135] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2049/2135] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2050/2135] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2051/2135] Compiling NIOHTTP2 HTTP2Frame.swift
[2052/2135] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2053/2135] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2054/2135] Compiling NIOHTTP2 HTTP2PingData.swift
[2055/2135] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2056/2135] Compiling NIOHTTP2 HTTP2Settings.swift
[2057/2135] Compiling NIOHTTP2 StreamChannelList.swift
[2058/2135] Compiling NIOHTTP2 StreamMap.swift
[2059/2135] Compiling NIOHTTP2 StreamStateMachine.swift
[2060/2135] Compiling NIOHTTP2 UnsafeTransfer.swift
[2061/2135] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2062/2135] Compiling FluentKit DatabaseOutput.swift
[2064/2135] Compiling FluentKit Databases.swift
[2066/2135] Compiling FluentKit KeyPrefixingStrategy.swift
[2068/2135] Compiling FluentKit TransactionControlDatabase.swift
[2070/2135] Compiling FluentKit DatabaseEnum.swift
[2071/2135] Compiling FluentKit EnumBuilder.swift
[2073/2135] Compiling FluentKit EnumMetadata.swift
[2075/2135] Compiling FluentKit EnumProperty.swift
[2106/2148] Emitting module FluentSQL
[2107/2149] Compiling FluentSQL SQLJSONColumnPath+Deprecated.swift
[2108/2149] Compiling FluentSQL SQLDatabase+Model+Concurrency.swift
[2109/2149] Compiling FluentSQL SQLDatabase+Model.swift
[2110/2149] Compiling FluentSQL ConverterUtilities.swift
[2111/2149] Compiling FluentSQL DatabaseQuery+SQL.swift
[2112/2149] Compiling FluentSQL DatabaseSchema+SQL.swift
[2113/2149] Compiling FluentSQL Exports.swift
[2114/2149] Compiling FluentSQL SQLSchemaConverter.swift
[2115/2149] Compiling FluentSQL SQLQualifiedTable+Deprecated.swift
[2116/2149] Compiling FluentSQL SQLList+Deprecated.swift
[2117/2149] Compiling FluentSQL SQLQueryConverter.swift
[2151/2159] Compiling SublimateFluentKit Model+CO₂.swift
[2153/2160] 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> {
[2154/2160] 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> {
[2155/2160] 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 |
[2156/2160] Compiling SublimateFluentKit SublimateAbort.swift
[2157/2160] 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 |
[2158/2160] 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 |
[2159/2160] Compiling SublimateFluentKit CO₂DB.swift
[2160/2160] 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 | }
[2162/2221] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2163/2221] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2164/2221] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2165/2221] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2166/2221] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2167/2221] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2168/2221] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2169/2221] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2170/2221] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2171/2229] Compiling AsyncHTTPClient ConnectionTarget.swift
[2172/2229] Compiling AsyncHTTPClient DeconstructedURL.swift
[2173/2229] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2174/2229] Compiling AsyncHTTPClient FoundationExtensions.swift
[2175/2229] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2176/2229] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2177/2229] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2178/2229] Compiling AsyncHTTPClient HTTPClient.swift
[2179/2229] Compiling AsyncHTTPClient HTTPHandler.swift
[2180/2229] Compiling AsyncHTTPClient LRUCache.swift
[2181/2229] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2182/2229] Compiling AsyncHTTPClient NWErrorHandler.swift
[2183/2229] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2184/2229] Compiling AsyncHTTPClient TLSConfiguration.swift
[2185/2229] Compiling AsyncHTTPClient RedirectState.swift
[2186/2229] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2187/2229] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2188/2229] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2189/2229] Compiling AsyncHTTPClient Transaction.swift
[2190/2229] Compiling AsyncHTTPClient Base64.swift
[2191/2229] Compiling AsyncHTTPClient BasicAuth.swift
[2192/2229] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2193/2229] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2194/2229] Compiling AsyncHTTPClient ConnectionPool.swift
[2195/2229] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2196/2229] Emitting module AsyncHTTPClient
[2197/2229] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2198/2229] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2199/2229] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2200/2229] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2201/2229] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2202/2229] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2203/2229] Compiling AsyncHTTPClient RequestBodyLength.swift
[2204/2229] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2205/2229] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2206/2229] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2207/2229] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2208/2229] Compiling AsyncHTTPClient HTTP1Connection.swift
[2209/2229] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2210/2229] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2211/2229] Compiling AsyncHTTPClient HTTP2Connection.swift
[2212/2229] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2213/2229] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2214/2229] Compiling AsyncHTTPClient RequestOptions.swift
[2215/2229] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2216/2229] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2217/2229] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2218/2229] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2219/2229] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2220/2229] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2221/2229] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2222/2229] Compiling AsyncHTTPClient RequestBag.swift
[2223/2229] Compiling AsyncHTTPClient RequestValidation.swift
[2224/2229] Compiling AsyncHTTPClient SSLContextCache.swift
[2225/2229] Compiling AsyncHTTPClient Scheme.swift
[2226/2229] Compiling AsyncHTTPClient Singleton.swift
[2227/2229] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2228/2229] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2229/2229] Compiling AsyncHTTPClient Utils.swift
[2231/2399] Compiling Vapor HTTPServerResponseEncoder.swift
[2232/2399] Compiling Vapor HTTPServerUpgradeHandler.swift
[2233/2399] Compiling Vapor Logger+Report.swift
[2234/2399] Compiling Vapor LoggingSystem+Environment.swift
[2235/2399] Compiling Vapor Application+Middleware.swift
[2236/2399] Compiling Vapor CORSMiddleware.swift
[2237/2399] Compiling Vapor ErrorMiddleware.swift
[2238/2399] Compiling Vapor FileMiddleware.swift
[2239/2399] Compiling Vapor Middleware.swift
[2240/2399] Compiling Vapor MiddlewareConfiguration.swift
[2241/2399] Compiling Vapor ResponseCompressionMiddleware.swift
[2242/2399] Compiling Vapor RouteLoggingMiddleware.swift
[2243/2399] Compiling Vapor TracingMiddleware.swift
[2244/2399] Compiling Vapor File+Multipart.swift
[2245/2399] Compiling Vapor FormDataDecoder+Content.swift
[2246/2399] Compiling Vapor FormDataEncoder+Content.swift
[2247/2399] Compiling Vapor Application+Password.swift
[2248/2399] Compiling Vapor Application+Passwords.swift
[2249/2399] Compiling Vapor AsyncPasswordHasher.swift
[2250/2399] Compiling Vapor BcryptHasher.swift
[2251/2399] Compiling Vapor PasswordHasher.swift
[2252/2399] Compiling Vapor PlaintextHasher.swift
[2253/2399] Compiling Vapor Request+Password.swift
[2254/2399] Compiling Vapor Redirect.swift
[2255/2399] Compiling Vapor AsyncBasicResponder.swift
[2256/2399] Compiling Vapor AsyncMiddleware.swift
[2257/2399] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2258/2399] Compiling Vapor AsyncSessionDriver.swift
[2259/2399] Compiling Vapor Authentication+Concurrency.swift
[2260/2399] Compiling Vapor Cache+Concurrency.swift
[2261/2399] Compiling Vapor Client+Concurrency.swift
[2262/2399] Compiling Vapor RequestBody+Concurrency.swift
[2263/2399] Compiling Vapor Responder+Concurrency.swift
[2264/2399] Compiling Vapor ResponseCodable+Concurrency.swift
[2265/2399] Compiling Vapor RoutesBuilder+Concurrency.swift
[2266/2399] Compiling Vapor ViewRenderer+Concurrency.swift
[2267/2399] Compiling Vapor WebSocket+Concurrency.swift
[2268/2399] Compiling Vapor ContainerGetPathExecutor.swift
[2269/2399] Compiling Vapor Content.swift
[2270/2399] Compiling Vapor ContentCoders.swift
[2271/2399] Compiling Vapor ContentConfiguration.swift
[2272/2399] Compiling Vapor ContentContainer.swift
[2273/2399] Compiling Vapor JSONCoder+Custom.swift
[2274/2399] Compiling Vapor JSONCoders+Content.swift
[2275/2399] Compiling Vapor PlaintextDecoder.swift
[2276/2399] Compiling Vapor PlaintextEncoder.swift
[2277/2399] Compiling Vapor URLQueryCoders.swift
[2278/2399] Compiling Vapor URLQueryContainer.swift
[2279/2447] Compiling Vapor Request+Body.swift
[2280/2447] Compiling Vapor Request+BodyStream.swift
[2281/2447] Compiling Vapor Request.swift
[2282/2447] Compiling Vapor Application+Responder.swift
[2283/2447] Compiling Vapor DefaultResponder.swift
[2284/2447] Compiling Vapor Response+Body.swift
[2285/2447] Compiling Vapor Response.swift
[2286/2447] Compiling Vapor ResponseCodable.swift
[2287/2447] Compiling Vapor Application+Routes.swift
[2288/2447] Compiling Vapor Parameters+Require.swift
[2289/2447] Compiling Vapor Request+WebSocket.swift
[2290/2447] Compiling Vapor Route.swift
[2291/2447] Compiling Vapor RouteCollection.swift
[2292/2447] Compiling Vapor Routes.swift
[2293/2447] Compiling Vapor RoutesBuilder+Group.swift
[2294/2447] Compiling Vapor RoutesBuilder+Method.swift
[2295/2447] Compiling Vapor RoutesBuilder+Middleware.swift
[2296/2447] Compiling Vapor RoutesBuilder+WebSocket.swift
[2297/2447] Compiling Vapor RoutesBuilder.swift
[2298/2447] Compiling Vapor OTP.swift
[2299/2447] Compiling Vapor Application+Servers.swift
[2300/2447] Compiling Vapor Server.swift
[2301/2447] Compiling Vapor App+Service.swift
[2302/2447] Compiling Vapor Req+Service.swift
[2303/2447] Compiling Vapor Application.swift
[2304/2447] Compiling Vapor AuthenticationCache.swift
[2305/2447] Compiling Vapor Authenticator.swift
[2306/2447] Compiling Vapor BasicAuthorization.swift
[2307/2447] Compiling Vapor BearerAuthorization.swift
[2308/2447] Compiling Vapor GuardMiddleware.swift
[2309/2447] Compiling Vapor RedirectMiddleware.swift
[2310/2447] Compiling Vapor SessionAuthenticatable.swift
[2311/2447] Compiling Vapor Bcrypt.swift
[2312/2447] Compiling Vapor Application+Cache.swift
[2313/2447] Compiling Vapor Cache.swift
[2314/2447] Compiling Vapor CacheExpirationTime.swift
[2315/2447] Compiling Vapor MemoryCache.swift
[2316/2447] Compiling Vapor Request+Cache.swift
[2317/2447] Compiling Vapor Application+Clients.swift
[2318/2447] Compiling Vapor Client.swift
[2319/2447] Compiling Vapor ClientRequest.swift
[2320/2447] Compiling Vapor ClientResponse.swift
[2321/2447] Compiling Vapor Request+Client.swift
[2322/2447] Compiling Vapor BootCommand.swift
[2323/2447] Compiling Vapor CommandContext+Application.swift
[2324/2447] Compiling Vapor RoutesCommand.swift
[2325/2447] Compiling Vapor ServeCommand.swift
[2326/2447] Compiling Vapor AnyResponse+Concurrency.swift
[2327/2447] Compiling Vapor Validator.swift
[2328/2447] Compiling Vapor ValidatorResult.swift
[2329/2447] Compiling Vapor And.swift
[2330/2447] Compiling Vapor Case.swift
[2331/2447] Compiling Vapor CharacterSet.swift
[2332/2447] Compiling Vapor Count.swift
[2333/2447] Compiling Vapor Custom.swift
[2334/2447] Compiling Vapor Email.swift
[2335/2447] Compiling Vapor Empty.swift
[2336/2447] Compiling Vapor In.swift
[2337/2447] Compiling Vapor Nil.swift
[2338/2447] Compiling Vapor NilIgnoring.swift
[2339/2447] Compiling Vapor Not.swift
[2340/2447] Compiling Vapor Or.swift
[2341/2447] Compiling Vapor Pattern.swift
[2342/2447] Compiling Vapor Range.swift
[2343/2447] Compiling Vapor URL.swift
[2344/2447] Compiling Vapor Valid.swift
[2345/2447] Compiling Vapor Application+Views.swift
[2346/2447] Compiling Vapor PlaintextRenderer.swift
[2347/2447] Compiling Vapor Request+View.swift
[2348/2447] Compiling Vapor View.swift
[2349/2447] Compiling Vapor ViewRenderer.swift
[2350/2447] Compiling Vapor _Deprecations.swift
[2351/2447] Emitting module Vapor
[2352/2447] Compiling Vapor Bytes+Hex.swift
[2353/2447] Compiling Vapor Bytes+SecureCompare.swift
[2354/2447] Compiling Vapor Collection+Safe.swift
[2355/2447] Compiling Vapor DataProtocol+Copy.swift
[2356/2447] Compiling Vapor DecoderUnwrapper.swift
[2357/2447] Compiling Vapor DirectoryConfiguration.swift
[2358/2447] Compiling Vapor DotEnv.swift
[2359/2447] Compiling Vapor Extendable.swift
[2360/2447] Compiling Vapor File.swift
[2361/2447] Compiling Vapor FileIO.swift
[2362/2447] Compiling Vapor LifecycleHandler.swift
[2363/2447] Compiling Vapor OptionalType.swift
[2364/2447] Compiling Vapor RFC1123.swift
[2365/2447] Compiling Vapor SocketAddress+Hostname.swift
[2366/2447] Compiling Vapor Storage.swift
[2367/2447] Compiling Vapor String+IsIPAddress.swift
[2368/2447] Compiling Vapor Thread.swift
[2369/2447] Compiling Vapor URI.swift
[2370/2447] Compiling Vapor RangeResult.swift
[2371/2447] Compiling Vapor Validatable.swift
[2372/2447] Compiling Vapor Validation.swift
[2373/2447] Compiling Vapor ValidationKey.swift
[2374/2447] Compiling Vapor Validations.swift
[2375/2447] Compiling Vapor ValidationsError.swift
[2376/2447] Compiling Vapor Service.swift
[2377/2447] Compiling Vapor Application+Sessions.swift
[2378/2447] Compiling Vapor MemorySessions.swift
[2379/2447] Compiling Vapor Request+Session.swift
[2380/2447] Compiling Vapor Session.swift
[2381/2447] Compiling Vapor SessionCache.swift
[2382/2447] Compiling Vapor SessionData.swift
[2383/2447] Compiling Vapor SessionDriver.swift
[2384/2447] Compiling Vapor SessionsConfiguration.swift
[2385/2447] Compiling Vapor SessionsMiddleware.swift
[2386/2447] Compiling Vapor URLEncodedFormData.swift
[2387/2447] Compiling Vapor URLEncodedFormDecoder.swift
[2388/2447] Compiling Vapor URLEncodedFormEncoder.swift
[2389/2447] Compiling Vapor URLEncodedFormError.swift
[2390/2447] Compiling Vapor URLEncodedFormParser.swift
[2391/2447] Compiling Vapor URLEncodedFormSerializer.swift
[2392/2447] Compiling Vapor URLQueryFragmentConvertible.swift
[2393/2447] Compiling Vapor AnyResponse.swift
[2394/2447] Compiling Vapor Array+Random.swift
[2395/2447] Compiling Vapor Base32.swift
[2396/2447] Compiling Vapor Base64.swift
[2397/2447] Compiling Vapor BaseN.swift
[2398/2447] Compiling Vapor BasicCodingKey.swift
[2399/2447] Compiling Vapor ByteCount.swift
[2400/2447] Compiling Vapor HTTPStatus.swift
[2401/2447] Compiling Vapor HTTPCookies.swift
[2402/2447] Compiling Vapor HTTPHeaderCacheControl.swift
[2403/2447] Compiling Vapor HTTPHeaderExpires.swift
[2404/2447] Compiling Vapor HTTPHeaderLastModified.swift
[2405/2447] Compiling Vapor HTTPHeaders+Cache.swift
[2406/2447] Compiling Vapor HTTPHeaders+Connection.swift
[2407/2447] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2408/2447] Compiling Vapor HTTPHeaders+ContentRange.swift
[2409/2447] Compiling Vapor HTTPHeaders+Directive.swift
[2410/2447] Compiling Vapor HTTPHeaders+Forwarded.swift
[2411/2447] Compiling Vapor HTTPHeaders+Link.swift
[2412/2447] Compiling Vapor HTTPHeaders+Name.swift
[2413/2447] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2414/2447] Compiling Vapor HTTPHeaders.swift
[2415/2447] Compiling Vapor HTTPMediaType.swift
[2416/2447] Compiling Vapor HTTPMediaTypePreference.swift
[2417/2447] Compiling Vapor Responder.swift
[2418/2447] Compiling Vapor Application+HTTP+Server.swift
[2419/2447] Compiling Vapor HTTPServer.swift
[2420/2447] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2421/2447] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2422/2447] Compiling Vapor HTTPServerHandler.swift
[2423/2447] Compiling Vapor HTTPServerRequestDecoder.swift
[2424/2447] Compiling Vapor Core.swift
[2425/2447] Compiling Vapor Running.swift
[2426/2447] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2427/2447] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2428/2447] Compiling Vapor DotEnvFile+load.swift
[2429/2447] Compiling Vapor Routes+caseInsenstive.swift
[2430/2447] Compiling Vapor Validatable+validate.swift
[2431/2447] Compiling Vapor Environment+Process.swift
[2432/2447] Compiling Vapor Environment+Secret.swift
[2433/2447] Compiling Vapor Environment.swift
[2434/2447] Compiling Vapor Abort.swift
[2435/2447] Compiling Vapor AbortError.swift
[2436/2447] Compiling Vapor DebuggableError.swift
[2437/2447] Compiling Vapor Demangler.swift
[2438/2447] Compiling Vapor ErrorSource.swift
[2439/2447] Compiling Vapor StackTrace.swift
[2440/2447] Compiling Vapor Exports.swift
[2441/2447] Compiling Vapor Application+HTTP.swift
[2442/2447] Compiling Vapor BasicResponder.swift
[2443/2447] Compiling Vapor BodyStream.swift
[2444/2447] Compiling Vapor Application+HTTP+Client.swift
[2445/2447] Compiling Vapor EventLoopHTTPClient.swift
[2446/2447] Compiling Vapor EndpointCache.swift
[2447/2447] Compiling Vapor HTTPMethod+String.swift
[2449/2465] 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 |
[2450/2465] 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 |
[2451/2465] Compiling Fluent Exports.swift
[2452/2465] Compiling Fluent Fluent+Cache.swift
[2453/2467] Compiling Fluent Pagination+Concurrency.swift
[2454/2467] Compiling Fluent Sessions+Concurrency.swift
[2455/2467] Emitting module Fluent
[2456/2467] Compiling Fluent FluentProvider+Concurrency.swift
[2457/2467] Compiling Fluent ModelCredentialsAuthenticatable+Concurrency.swift
[2458/2467] Compiling Fluent FluentProvider.swift
[2459/2467] Compiling Fluent MigrateCommand.swift
[2460/2467] Compiling Fluent ModelAuthenticatable.swift
[2461/2467] Compiling Fluent ModelCredentialsAuthenticatable.swift
[2462/2468] Compiling Fluent ModelTokenAuthenticatable.swift
[2463/2468] Compiling Fluent PageLimit.swift
[2465/2468] Compiling Fluent Fluent+History.swift
[2466/2468] Compiling Fluent Fluent+Paginate.swift
[2467/2468] Compiling Fluent Fluent+Pagination.swift
[2468/2468] Compiling Fluent Fluent+Sessions.swift
[2470/2472] Emitting module Sublimate
[2471/2472] 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 | }
[2472/2472] 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 | }
Build complete! (373.92s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.