Build Information
Failed to build VaporFluentDriver, reference master (a87622
), with Swift 6.1 for Android on 27 May 2025 19:49:51 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwifQL/VaporFluentDriver.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/SwifQL/VaporFluentDriver
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at a876221 Update SwifQLVaporTests.swift
Cloned https://github.com/SwifQL/VaporFluentDriver.git
Revision (git rev-parse @):
a8762210e276308cb4f0d5f021880b7c9b6576f1
SUCCESS checkout https://github.com/SwifQL/VaporFluentDriver.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/SwifQL/VaporFluentDriver.git
https://github.com/SwifQL/VaporFluentDriver.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swifql",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/MihaelIsaev/SwifQL.git"
},
{
"identity" : "swifqlnio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/MihaelIsaev/SwifQLNIO.git"
},
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "fluent",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent.git"
},
{
"identity" : "fluent-postgres-driver",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-postgres-driver.git"
},
{
"identity" : "fluent-mysql-driver",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-mysql-driver.git"
}
],
"manifest_display_name" : "VaporFluentDriver",
"name" : "VaporFluentDriver",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "VaporFluentDriver",
"targets" : [
"VaporFluentDriver"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "VaporFluentDriver",
"module_type" : "SwiftTarget",
"name" : "VaporFluentDriver",
"path" : "Sources/VaporFluentDriver",
"product_dependencies" : [
"SwifQL",
"SwifQLNIO",
"Fluent",
"FluentPostgresDriver",
"Vapor"
],
"product_memberships" : [
"VaporFluentDriver"
],
"sources" : [
"Exports.swift",
"KeyPath.swift",
"Rows+Decoder.swift",
"SwifQLable+Execute.swift"
],
"type" : "library"
},
{
"c99name" : "SwifQLVaporTests",
"module_type" : "SwiftTarget",
"name" : "SwifQLVaporTests",
"path" : "Tests/SwifQLVaporTests",
"sources" : [
"SwifQLVaporTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"VaporFluentDriver"
],
"type" : "test"
}
],
"tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/vapor/fluent-mysql-driver.git
Fetching https://github.com/MihaelIsaev/SwifQL.git
Fetching https://github.com/vapor/fluent.git
Fetching https://github.com/MihaelIsaev/SwifQLNIO.git
Fetching https://github.com/vapor/fluent-postgres-driver.git
[1/103] Fetching swifqlnio
[104/2762] Fetching swifqlnio, fluent-postgres-driver
[2737/5536] Fetching swifqlnio, fluent-postgres-driver, fluent-mysql-driver
[4040/7902] Fetching swifqlnio, fluent-postgres-driver, fluent-mysql-driver, swifql
[4115/21323] Fetching swifqlnio, fluent-postgres-driver, fluent-mysql-driver, swifql, fluent
Fetched https://github.com/vapor/fluent-postgres-driver.git from cache (0.41s)
[10075/18664] Fetching swifqlnio, fluent-mysql-driver, swifql, fluent
Fetched https://github.com/vapor/fluent-mysql-driver.git from cache (0.43s)
Fetched https://github.com/MihaelIsaev/SwifQL.git from cache (0.47s)
[5339/87902] Fetching swifqlnio, fluent, vapor
Fetched https://github.com/MihaelIsaev/SwifQLNIO.git from cache (0.85s)
Fetched https://github.com/vapor/fluent.git from cache (0.86s)
[14876/74378] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (2.13s)
Computing version for https://github.com/MihaelIsaev/SwifQLNIO.git
Computed https://github.com/MihaelIsaev/SwifQLNIO.git at 2.2.0 (2.71s)
Fetching https://github.com/apple/swift-nio.git
[1/76055] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.01s)
Computing version for https://github.com/MihaelIsaev/SwifQL.git
Computed https://github.com/MihaelIsaev/SwifQL.git at 1.6.0 (12.10s)
Computing version for https://github.com/vapor/fluent-mysql-driver.git
Computed https://github.com/vapor/fluent-mysql-driver.git at 4.7.1 (0.55s)
Fetching https://github.com/vapor/fluent-kit.git
Fetching https://github.com/vapor/mysql-kit.git
Fetching https://github.com/apple/swift-log.git
[1/5151] Fetching mysql-kit
[1186/8987] Fetching mysql-kit, swift-log
[5017/22315] Fetching mysql-kit, swift-log, fluent-kit
Fetched https://github.com/vapor/mysql-kit.git from cache (0.88s)
[15165/17164] Fetching swift-log, fluent-kit
Fetched https://github.com/apple/swift-log.git from cache (1.26s)
Fetched https://github.com/vapor/fluent-kit.git from cache (1.26s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.83s)
Computing version for https://github.com/vapor/mysql-kit.git
Computed https://github.com/vapor/mysql-kit.git at 4.10.0 (0.61s)
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/vapor/mysql-nio.git
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/2370] Fetching async-kit
[2253/4587] Fetching async-kit, mysql-nio
Fetched https://github.com/vapor/async-kit.git from cache (0.44s)
[1/5983] Fetching sql-kit
[420/19919] Fetching sql-kit, swift-crypto
[6960/34762] Fetching sql-kit, swift-crypto, swift-nio-ssl
Fetched https://github.com/vapor/sql-kit.git from cache (0.78s)
[4857/28779] Fetching swift-crypto, swift-nio-ssl
Fetched https://github.com/vapor/mysql-nio.git from cache (3.48s)
Fetched https://github.com/apple/swift-crypto.git from cache (3.53s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.54s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (6.66s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.36s)
Computing version for https://github.com/vapor/mysql-nio.git
Computed https://github.com/vapor/mysql-nio.git at 1.7.2 (2.54s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.76s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5959] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.42s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.03s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.84s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/4391] Fetching swift-system
[1802/6101] Fetching swift-system, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.44s)
Fetched https://github.com/apple/swift-system.git from cache (0.44s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.01s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.61s)
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-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.36s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.2 (0.79s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.66s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.76s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 4.12.0 (1.62s)
Computing version for https://github.com/vapor/fluent-postgres-driver.git
Computed https://github.com/vapor/fluent-postgres-driver.git at 2.10.1 (1.28s)
Fetching https://github.com/vapor/postgres-kit.git
[1/5355] Fetching postgres-kit
Fetched https://github.com/vapor/postgres-kit.git from cache (0.61s)
Computing version for https://github.com/vapor/postgres-kit.git
Computed https://github.com/vapor/postgres-kit.git at 2.14.0 (1.18s)
Fetching https://github.com/vapor/postgres-nio.git
[1/12271] Fetching postgres-nio
Fetched https://github.com/vapor/postgres-nio.git from cache (0.66s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.26.1 (1.24s)
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/2206] Fetching swift-metrics
[178/4873] Fetching swift-metrics, swift-nio-transport-services
[4874/7299] Fetching swift-metrics, swift-nio-transport-services, swift-service-lifecycle
Fetched https://github.com/apple/swift-metrics.git from cache (0.41s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.41s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.41s)
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.00s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4985] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.43s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.28s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.80s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.54s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.89s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (1.94s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (5.39s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.66s)
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-nio-http2.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
Fetching https://github.com/apple/swift-nio-extras.git
[1/1063] Fetching swift-service-context
[1064/6977] Fetching swift-service-context, swift-nio-extras
[1065/11951] Fetching swift-service-context, swift-nio-extras, swift-distributed-tracing
[11952/14560] Fetching swift-service-context, swift-nio-extras, swift-distributed-tracing, websocket-kit
[12266/17879] Fetching swift-service-context, swift-nio-extras, swift-distributed-tracing, websocket-kit, multipart-kit
[16188/29406] Fetching swift-service-context, swift-nio-extras, swift-distributed-tracing, websocket-kit, multipart-kit, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.96s)
[10850/23492] Fetching swift-service-context, swift-distributed-tracing, websocket-kit, multipart-kit, swift-nio-http2
Fetching https://github.com/vapor/routing-kit.git
[15923/44219] Fetching swift-service-context, swift-distributed-tracing, websocket-kit, multipart-kit, swift-nio-http2, routing-kit
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.45s)
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/vapor/routing-kit.git from cache (1.49s)
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/websocket-kit.git from cache (2.52s)
Fetched https://github.com/apple/swift-service-context.git from cache (2.52s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (2.53s)
Fetched https://github.com/vapor/multipart-kit.git from cache (2.58s)
[1/5577] Fetching console-kit
[2846/19591] Fetching console-kit, async-http-client
Fetched https://github.com/vapor/console-kit.git from cache (1.04s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.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 (4.03s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.56s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.59s)
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.61s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.73s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1141] Fetching swift-http-structured-headers
[869/2045] Fetching swift-http-structured-headers, swift-http-types
[1401/8200] Fetching swift-http-structured-headers, swift-http-types, swift-certificates
[7059/7059] Fetching swift-http-types, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.37s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.47s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.47s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.12s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.56s)
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.55s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.54s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.55s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.57s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.55s)
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-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.52.2
Creating working copy for https://github.com/apple/swift-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/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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/vapor/fluent-postgres-driver.git
Working copy of https://github.com/vapor/fluent-postgres-driver.git resolved at 2.10.1
Creating working copy for https://github.com/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/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/vapor/postgres-nio.git
Working copy of https://github.com/vapor/postgres-nio.git resolved at 1.26.1
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-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/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/MihaelIsaev/SwifQL.git
Working copy of https://github.com/MihaelIsaev/SwifQL.git resolved at 1.6.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/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-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/MihaelIsaev/SwifQLNIO.git
Working copy of https://github.com/MihaelIsaev/SwifQLNIO.git resolved at 2.2.0
Creating working copy for https://github.com/vapor/postgres-kit.git
Working copy of https://github.com/vapor/postgres-kit.git resolved at 2.14.0
Creating working copy for https://github.com/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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-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-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/mysql-kit.git
Working copy of https://github.com/vapor/mysql-kit.git resolved at 4.10.0
Creating working copy for https://github.com/vapor/fluent.git
Working copy of https://github.com/vapor/fluent.git resolved at 4.12.0
Creating working copy for https://github.com/vapor/fluent-mysql-driver.git
Working copy of https://github.com/vapor/fluent-mysql-driver.git resolved at 4.7.1
Creating working copy for https://github.com/vapor/mysql-nio.git
Working copy of https://github.com/vapor/mysql-nio.git resolved at 1.7.2
warning: 'spi-builder-workspace': dependency 'fluent-mysql-driver' is not used by any target
Building for debugging...
[0/847] Write sources
[47/847] Compiling CNIOWindows shim.c
[48/847] Write sources
[49/847] Compiling CNIOWindows WSAStartup.c
[50/847] Write sources
[52/847] Compiling CNIOWASI CNIOWASI.c
[53/847] Write sources
[64/847] Compiling CNIOLinux liburing_shims.c
[65/847] Compiling CVaporBcrypt bcrypt.c
[66/847] Compiling _NumericsShims _NumericsShims.c
[67/847] Compiling _AtomicsShims.c
[68/847] Compiling CSystem shims.c
[69/847] Compiling CNIOLinux shim.c
[70/847] Compiling CNIOExtrasZlib empty.c
[70/847] Compiling CNIOSHA1 c_nio_sha1.c
[72/847] Compiling CNIOLLHTTP c_nio_http.c
[73/847] Compiling CNIODarwin shim.c
[74/847] Compiling CNIOLLHTTP c_nio_api.c
[75/847] Compiling fiat_p256_adx_sqr.S
[76/847] Compiling fiat_p256_adx_mul.S
[77/847] Compiling fiat_curve25519_adx_square.S
[78/847] Compiling CVaporBcrypt blf.c
[78/847] Write swift-version-24593BA9C3E375BF.txt
[80/847] Compiling fiat_curve25519_adx_mul.S
[81/847] Compiling CNIOLLHTTP c_nio_llhttp.c
[82/853] Compiling CNIOBoringSSLShims shims.c
[84/881] Emitting module _NIOBase64
[84/881] Compiling tls13_enc.cc
[85/881] Compiling tls_record.cc
[86/881] Compiling tls_method.cc
[87/881] Compiling tls13_server.cc
[88/951] Compiling tls13_client.cc
[90/980] Emitting module RealModule
[91/981] Compiling RealModule Float80+Real.swift
[92/981] Compiling ServiceContextModule ServiceContextKey.swift
[93/981] Compiling _NIOBase64 Base64.swift
[94/982] Compiling RealModule RealFunctions.swift
[95/982] Compiling _NIODataStructures PriorityQueue.swift
[96/982] Compiling RealModule Float16+Real.swift
[97/982] Compiling RealModule Real.swift
[98/982] Compiling RealModule AlgebraicField.swift
[99/982] Compiling RealModule ApproximateEquality.swift
[100/982] Compiling RealModule AugmentedArithmetic.swift
[101/982] Compiling RealModule Double+Real.swift
[102/982] Compiling SwifQL SwifQLable+From.swift
[103/982] Compiling SwifQL SwifQLable+Fulltext.swift
[104/982] Compiling SwifQL SwifQLable+GroupBy.swift
[105/985] Emitting module SystemPackage
[106/985] Emitting module ServiceContextModule
[107/985] Compiling ServiceContextModule ServiceContext.swift
[108/986] Emitting module _NIODataStructures
[109/986] Compiling RealModule Float+Real.swift
[110/986] Compiling RealModule ElementaryFunctions.swift
[112/987] Compiling _NIODataStructures Heap.swift
[113/987] Compiling _NIODataStructures _TinyArray.swift
[117/1014] Compiling Instrumentation InstrumentationSystem.swift
[118/1014] Compiling Instrumentation Instrument.swift
[119/1014] Emitting module Instrumentation
[120/1014] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[121/1015] Compiling Instrumentation NoOpInstrument.swift
[122/1015] Compiling Instrumentation MultiplexInstrument.swift
[123/1015] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[124/1015] Compiling InternalCollectionsUtilities Debugging.swift
[125/1015] Compiling InternalCollectionsUtilities Descriptions.swift
[126/1015] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[127/1015] Compiling ConcurrencyHelpers LockedValueBox.swift
[128/1015] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[129/1015] Compiling InternalCollectionsUtilities UInt+reversed.swift
[130/1015] Emitting module ConcurrencyHelpers
[131/1015] Compiling SystemPackage Util+StringArray.swift
[132/1015] Compiling SystemPackage Util.swift
[133/1015] Compiling SystemPackage UtilConsumers.swift
[134/1015] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[138/1017] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[139/1017] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[140/1017] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[141/1017] Compiling InternalCollectionsUtilities _SortedCollection.swift
[144/1017] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[145/1017] Compiling InternalCollectionsUtilities Integer rank.swift
[146/1017] Emitting module InternalCollectionsUtilities
[155/1018] Compiling CoreMetrics Metrics.swift
[156/1018] Emitting module SwiftASN1
[157/1018] Compiling SwiftASN1 DER.swift
[158/1018] Compiling SwiftASN1 Errors.swift
[159/1018] Emitting module Logging
[160/1018] Compiling Logging Locks.swift
[161/1018] Emitting module CoreMetrics
[162/1018] Compiling CoreMetrics Locks.swift
[163/1018] Compiling Logging MetadataProvider.swift
[164/1018] Compiling SwifQL StringExtensions.swift
[165/1018] Compiling SwifQL SwifQL.swift
[166/1018] Compiling SwifQL Predicates.swift
[167/1018] Compiling SwifQL Protocols.swift
[168/1018] Compiling Instrumentation Locks.swift
[169/1018] Compiling ConcurrencyHelpers Lock.swift
[180/1019] Compiling SwifQL SwifQLable+Exists.swift
[181/1019] Compiling SwifQL SwifQLable+Filter.swift
[190/1021] Compiling SwifQL SwifQLable+Having.swift
[191/1021] Compiling SwifQL SwifQLable+ILike.swift
[192/1021] Compiling SwifQL SwifQLable+In.swift
[193/1021] Compiling SwifQL SwifQLable+InsertInto.swift
[194/1022] Compiling Logging LogHandler.swift
[195/1022] Compiling Logging Logging.swift
[202/1166] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[203/1166] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[204/1166] Compiling _RopeModule BigString+Sequence.swift
[205/1166] Compiling _RopeModule BigString+TextOutputStream.swift
[206/1166] Compiling _RopeModule BigString+UnicodeScalarView.swift
[207/1166] Compiling _RopeModule BigSubstring+UTF16View.swift
[208/1166] Compiling _RopeModule BigSubstring+UTF8View.swift
[209/1166] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[210/1166] Compiling _RopeModule BigSubstring.swift
[211/1174] Compiling _RopeModule BigString+UTF16View.swift
[212/1174] Compiling _RopeModule BigString+UTF8View.swift
[213/1174] Compiling _RopeModule BigString+Builder.swift
[214/1174] Compiling _RopeModule BigString+Contents.swift
[215/1174] Compiling _RopeModule BigString+Debugging.swift
[216/1174] Compiling _RopeModule BigString+Index.swift
[217/1174] Compiling _RopeModule BigString+Ingester.swift
[218/1174] Compiling _RopeModule BigString+Invariants.swift
[219/1174] Compiling _RopeModule BigString+Iterators.swift
[220/1174] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[221/1174] Compiling _RopeModule BigString+Chunk+Breaks.swift
[222/1174] Compiling _RopeModule BigString+Chunk+Counts.swift
[223/1174] Compiling _RopeModule BigString+Chunk+Description.swift
[224/1174] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[225/1174] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[226/1174] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[227/1174] Compiling _RopeModule BigString+Chunk+Splitting.swift
[228/1174] Compiling _RopeModule BigString+Chunk.swift
[229/1174] Compiling _RopeModule RopeMetric.swift
[230/1174] Compiling _RopeModule RopeSummary.swift
[231/1174] Compiling _RopeModule _RopeItem.swift
[232/1174] Compiling _RopeModule _RopePath.swift
[233/1174] Compiling _RopeModule _RopeVersion.swift
[234/1174] Compiling _RopeModule Rope+Collection.swift
[235/1174] Compiling _RopeModule Rope+Index.swift
[236/1174] Compiling _RopeModule Rope+Sequence.swift
[237/1174] Compiling _RopeModule Rope+Append.swift
[238/1174] Compiling _RopeModule Rope+Builder.swift
[239/1174] Compiling _RopeModule Rope+Debugging.swift
[240/1174] Compiling _RopeModule Rope+Invariants.swift
[241/1174] Compiling _RopeModule Rope+_Node.swift
[242/1174] Compiling _RopeModule Rope+_Storage.swift
[243/1174] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[244/1174] Compiling _RopeModule Rope+_UnsafeHandle.swift
[245/1174] Compiling _RopeModule Rope.swift
[246/1174] Compiling _RopeModule RopeElement.swift
[247/1174] Emitting module UnixSignals
[248/1174] Compiling Tracing NoOpTracer.swift
[249/1174] Compiling Tracing InstrumentationSystem+Tracing.swift
[250/1174] Compiling UnixSignals UnixSignal.swift
[251/1174] Compiling Tracing TracingTime.swift
[252/1174] Compiling _RopeModule BigString+BidirectionalCollection.swift
[253/1174] Compiling _RopeModule BigString+Append.swift
[254/1174] Compiling _RopeModule BigString+Initializers.swift
[255/1174] Compiling _RopeModule BigString+Insert.swift
[256/1174] Compiling _RopeModule BigString+Managing Breaks.swift
[257/1174] Compiling _RopeModule BigString+RemoveSubrange.swift
[258/1174] Compiling _RopeModule BigString+ReplaceSubrange.swift
[259/1174] Compiling _RopeModule BigString+Split.swift
[260/1174] Compiling _RopeModule Range+BigString.swift
[261/1174] Emitting module Tracing
[262/1174] Compiling Tracing TracerProtocol.swift
[263/1174] Compiling Tracing TracerProtocol+Legacy.swift
[264/1174] Compiling UnixSignals UnixSignalsSequence.swift
[265/1175] Emitting module RoutingKit
[281/1175] Compiling Tracing Tracer.swift
[282/1182] Compiling RoutingKit AnyRouter.swift
[283/1182] Compiling RoutingKit Parameters.swift
[284/1182] Compiling Metrics Metrics.swift
[285/1182] Emitting module Metrics
[286/1182] Compiling RoutingKit PathComponent.swift
[287/1183] Compiling RoutingKit TrieRouter.swift
[288/1183] Compiling RoutingKit Router.swift
[291/1191] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[295/1191] Compiling _RopeModule BigString+Metrics.swift
[296/1191] Compiling _RopeModule BigString+Summary.swift
[297/1191] Compiling _RopeModule BigString.swift
[298/1191] Compiling _RopeModule BigString+Comparable.swift
[299/1191] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[300/1191] Compiling _RopeModule BigString+CustomStringConvertible.swift
[301/1191] Compiling _RopeModule BigString+Equatable.swift
[302/1191] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[303/1191] Compiling _RopeModule BigString+Hashing.swift
[308/1204] Compiling HeapModule Heap+Descriptions.swift
[309/1282] Compiling HeapModule _HeapNode.swift
[310/1282] Compiling HashTreeCollections _HashNode+Invariants.swift
[311/1282] Compiling HashTreeCollections _HashNode+Lookups.swift
[312/1282] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[313/1282] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[314/1282] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[315/1282] Compiling HashTreeCollections _HashNode+Structural union.swift
[316/1282] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[317/1282] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[318/1282] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[319/1282] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[320/1282] Compiling HashTreeCollections _HashNode.swift
[321/1282] Compiling HashTreeCollections _HashNodeHeader.swift
[322/1282] Compiling HashTreeCollections _HashSlot.swift
[323/1282] Compiling HashTreeCollections _HashStack.swift
[324/1282] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[325/1282] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[325/1282] Compiling tls13_both.cc
[327/1282] Compiling Tracing SpanProtocol.swift
[328/1283] Emitting module SwifQL
[329/1283] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[330/1283] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[331/1283] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[332/1283] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[333/1283] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[334/1283] Compiling HashTreeCollections _HashNode+Structural merge.swift
[335/1283] Compiling HashTreeCollections _HashTreeIterator.swift
[336/1283] Compiling HashTreeCollections _HashTreeStatistics.swift
[337/1283] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[338/1283] Compiling HeapModule Heap.swift
[339/1283] Compiling HeapModule Heap+UnsafeHandle.swift
[340/1283] Compiling HeapModule Heap+Invariants.swift
[342/1283] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[343/1283] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[344/1283] Compiling HashTreeCollections TreeDictionary.swift
[345/1283] Compiling HashTreeCollections TreeSet+Codable.swift
[346/1283] Compiling HashTreeCollections TreeSet+Collection.swift
[347/1283] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[348/1283] Compiling HashTreeCollections TreeSet+Debugging.swift
[349/1283] Compiling HashTreeCollections TreeSet+Descriptions.swift
[353/1286] Emitting module HeapModule
[354/1287] Compiling HashTreeCollections _HashNode+Debugging.swift
[355/1287] Compiling HashTreeCollections _HashNode+Initializers.swift
[356/1287] Compiling HashTreeCollections _Bucket.swift
[357/1287] Compiling HashTreeCollections _Hash.swift
[358/1287] Compiling HashTreeCollections _HashLevel.swift
[359/1287] Compiling HashTreeCollections _HashNode+Builder.swift
[366/1287] Compiling HashTreeCollections _RawHashNode.swift
[367/1287] Compiling HashTreeCollections _UnmanagedHashNode.swift
[368/1287] Compiling HashTreeCollections _UnsafePath.swift
[369/1287] Compiling HashTreeCollections TreeDictionary+Codable.swift
[371/1296] Compiling HashTreeCollections TreeSet+Hashable.swift
[372/1296] Compiling HashTreeCollections TreeSet+Sendable.swift
[373/1296] Compiling HashTreeCollections TreeSet+Sequence.swift
[374/1296] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[375/1296] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[376/1296] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[377/1296] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[378/1296] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[381/1306] Compiling HashTreeCollections _AncestorHashSlots.swift
[382/1306] Compiling HashTreeCollections _Bitmap.swift
[389/1306] Compiling DequeModule _DequeSlot.swift
[390/1306] Compiling DequeModule _UnsafeWrappedBuffer.swift
[391/1306] Compiling HashTreeCollections TreeDictionary+Values.swift
[398/1306] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[399/1306] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[400/1306] Compiling HashTreeCollections TreeDictionary+Filter.swift
[401/1306] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[402/1306] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[403/1306] Compiling HashTreeCollections TreeDictionary+Keys.swift
[404/1306] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[405/1306] Compiling HashTreeCollections TreeDictionary+Merge.swift
[406/1306] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[407/1306] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[411/1306] Compiling _RopeModule Rope+Join.swift
[412/1306] Compiling _RopeModule Rope+MutatingForEach.swift
[413/1306] Compiling _RopeModule Rope+Remove.swift
[414/1306] Compiling _RopeModule Rope+RemoveSubrange.swift
[415/1306] Compiling _RopeModule Rope+Split.swift
[416/1306] Compiling _RopeModule Optional Utilities.swift
[417/1306] Compiling _RopeModule String Utilities.swift
[418/1306] Compiling _RopeModule String.Index+ABI.swift
[463/1306] Emitting module DequeModule
[468/1306] Compiling HashTreeCollections _HashNode+Storage.swift
[469/1306] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[470/1306] Compiling HashTreeCollections _HashNode+Structural filter.swift
[474/1307] Emitting module OrderedCollections
[476/1308] Compiling t1_enc.cc
[478/1308] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[479/1308] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[480/1308] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[481/1308] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[482/1308] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[483/1308] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[484/1308] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[485/1308] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[486/1308] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[487/1308] Compiling HashTreeCollections TreeSet.swift
[495/1308] Compiling HashTreeCollections TreeDictionary+Collection.swift
[496/1308] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[497/1308] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[498/1308] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[499/1308] Emitting module _RopeModule
[499/1308] Compiling ssl_versions.cc
[500/1308] Compiling ssl_x509.cc
[502/1308] Emitting module HashTreeCollections
[502/1308] Compiling ssl_transcript.cc
[523/1308] Compiling ssl_stat.cc
[524/1308] Compiling ssl_session.cc
[534/1308] Compiling ssl_privkey.cc
[559/1310] Compiling ssl_file.cc
[560/1310] Compiling ssl_key_share.cc
[561/1310] Compiling ssl_lib.cc
[562/1310] Compiling ssl_aead_ctx.cc
[563/1310] Compiling ssl_cipher.cc
[564/1310] Compiling ssl_buffer.cc
[565/1310] Compiling ssl_credential.cc
[566/1310] Compiling ssl_asn1.cc
[567/1310] Compiling ssl_cert.cc
[568/1310] Compiling s3_pkt.cc
[569/1310] Compiling s3_lib.cc
[570/1310] Compiling s3_both.cc
[571/1310] Compiling handoff.cc
[572/1310] Compiling handshake.cc
[573/1310] Compiling handshake_client.cc
[574/1310] Compiling handshake_server.cc
[575/1310] Compiling extensions.cc
[576/1310] Compiling dtls_method.cc
[577/1310] Compiling md5-x86_64-linux.S
[578/1310] Compiling encrypted_client_hello.cc
[579/1310] Compiling md5-x86_64-apple.S
[580/1310] Compiling md5-586-linux.S
[581/1310] Compiling md5-586-apple.S
[582/1310] Compiling d1_srtp.cc
[583/1310] Compiling chacha20_poly1305_x86_64-linux.S
[584/1310] Compiling dtls_record.cc
[585/1310] Compiling chacha20_poly1305_x86_64-apple.S
[586/1310] Compiling d1_pkt.cc
[587/1310] Compiling chacha20_poly1305_armv8-apple.S
[588/1310] Compiling chacha20_poly1305_armv8-win.S
[589/1310] Compiling chacha-x86_64-linux.S
[590/1310] Compiling chacha20_poly1305_armv8-linux.S
[591/1310] Compiling chacha-x86_64-apple.S
[592/1310] Compiling chacha-x86-apple.S
[593/1310] Compiling chacha-x86-linux.S
[594/1310] Compiling chacha-armv8-win.S
[595/1310] Compiling err_data.cc
[596/1310] Compiling chacha-armv8-apple.S
[597/1310] Compiling chacha-armv4-linux.S
[598/1310] Compiling chacha-armv8-linux.S
[599/1310] Compiling aes128gcmsiv-x86_64-linux.S
[600/1310] Compiling d1_lib.cc
[601/1310] Compiling aes128gcmsiv-x86_64-apple.S
[602/1310] Compiling x86_64-mont-linux.S
[603/1310] Compiling x86_64-mont5-linux.S
[604/1310] Compiling x86_64-mont5-apple.S
[605/1310] Compiling x86_64-mont-apple.S
[606/1310] Compiling x86-mont-linux.S
[607/1310] Compiling vpaes-x86_64-apple.S
[608/1310] Compiling x86-mont-apple.S
[609/1310] Compiling vpaes-x86_64-linux.S
[610/1310] Compiling vpaes-x86-linux.S
[611/1310] Compiling vpaes-armv8-win.S
[612/1310] Compiling vpaes-x86-apple.S
[613/1310] Compiling vpaes-armv8-apple.S
[614/1310] Compiling vpaes-armv8-linux.S
[615/1310] Compiling sha512-x86_64-linux.S
[616/1310] Compiling vpaes-armv7-linux.S
[617/1310] Compiling sha512-armv8-win.S
[618/1310] Compiling bio_ssl.cc
[619/1310] Compiling sha512-armv8-apple.S
[620/1310] Compiling sha512-x86_64-apple.S
[621/1310] Compiling sha512-armv4-linux.S
[622/1310] Compiling d1_both.cc
[623/1310] Compiling sha512-586-apple.S
[624/1310] Compiling sha512-586-linux.S
[625/1310] Compiling sha512-armv8-linux.S
[626/1310] Compiling sha256-x86_64-apple.S
[627/1310] Compiling sha256-x86_64-linux.S
[628/1310] Compiling sha256-armv8-win.S
[629/1310] Compiling sha256-armv4-linux.S
[630/1310] Compiling sha256-armv8-apple.S
[631/1310] Compiling sha256-armv8-linux.S
[632/1310] Compiling sha256-586-apple.S
[633/1310] Compiling sha1-x86_64-linux.S
[634/1310] Compiling sha256-586-linux.S
[635/1310] Compiling sha1-x86_64-apple.S
[636/1310] Compiling sha1-armv8-win.S
[637/1310] Compiling sha1-armv8-apple.S
[638/1310] Compiling rsaz-avx2-linux.S
[639/1310] Compiling sha1-armv4-large-linux.S
[640/1310] Compiling sha1-586-linux.S
[641/1310] Compiling sha1-586-apple.S
[642/1310] Compiling sha1-armv8-linux.S
[643/1310] Compiling rsaz-avx2-apple.S
[644/1310] Compiling rdrand-x86_64-linux.S
[645/1310] Compiling rdrand-x86_64-apple.S
[646/1310] Compiling p256_beeu-x86_64-asm-linux.S
[647/1310] Compiling p256_beeu-x86_64-asm-apple.S
[648/1310] Compiling p256-x86_64-asm-apple.S
[649/1310] Compiling p256-x86_64-asm-linux.S
[650/1310] Compiling p256_beeu-armv8-asm-apple.S
[651/1310] Compiling p256_beeu-armv8-asm-linux.S
[652/1310] Compiling p256_beeu-armv8-asm-win.S
[653/1310] Compiling ghashv8-armv8-win.S
[654/1310] Compiling p256-armv8-asm-win.S
[655/1310] Compiling ghashv8-armv8-apple.S
[656/1310] Compiling ghashv8-armv7-linux.S
[657/1310] Compiling ghashv8-armv8-linux.S
[658/1310] Compiling p256-armv8-asm-apple.S
[659/1310] Compiling ghash-x86_64-linux.S
[660/1310] Compiling ghash-x86-linux.S
[661/1310] Compiling ghash-x86_64-apple.S
[662/1310] Compiling p256-armv8-asm-linux.S
[663/1310] Compiling ghash-x86-apple.S
[664/1310] Compiling ghash-ssse3-x86-apple.S
[665/1310] Compiling ghash-ssse3-x86_64-apple.S
[666/1310] Compiling ghash-ssse3-x86_64-linux.S
[666/1310] Compiling ghash-ssse3-x86-linux.S
[668/1310] Compiling ghash-neon-armv8-win.S
[669/1310] Compiling ghash-neon-armv8-apple.S
[670/1310] Compiling ghash-armv4-linux.S
[671/1310] Compiling ghash-neon-armv8-linux.S
[672/1310] Compiling co-586-apple.S
[673/1310] Compiling bsaes-armv7-linux.S
[674/1310] Compiling bn-586-linux.S
[674/1310] Compiling co-586-linux.S
[676/1310] Compiling bn-armv8-linux.S
[676/1310] Compiling bn-armv8-apple.S
[678/1310] Compiling bn-armv8-win.S
[679/1310] Compiling armv8-mont-win.S
[680/1310] Compiling bn-586-apple.S
[681/1310] Compiling armv4-mont-linux.S
[682/1310] Compiling armv8-mont-apple.S
[683/1310] Compiling armv8-mont-linux.S
[684/1310] Compiling aesv8-gcm-armv8-apple.S
[685/1310] Compiling aesv8-armv8-linux.S
[686/1310] Compiling aesv8-gcm-armv8-win.S
[687/1310] Compiling aesv8-armv8-win.S
[688/1310] Compiling aesni-x86_64-linux.S
[688/1310] Compiling aesv8-gcm-armv8-linux.S
[690/1310] Compiling aesni-x86_64-apple.S
[691/1310] Compiling aesv8-armv7-linux.S
[692/1310] Compiling aesv8-armv8-apple.S
[693/1310] Compiling aesni-gcm-x86_64-linux.S
[694/1310] Compiling aesni-x86-linux.S
[695/1310] Compiling aesni-x86-apple.S
[696/1310] Compiling aesni-gcm-x86_64-apple.S
[697/1310] Compiling aes-gcm-avx2-x86_64-linux.S
[698/1310] Compiling aes-gcm-avx2-x86_64-apple.S
[699/1310] Compiling aes-gcm-avx10-x86_64-apple.S
[700/1310] Compiling aes-gcm-avx10-x86_64-linux.S
[701/1310] Compiling x_name.cc
[702/1310] Compiling x_val.cc
[703/1310] Compiling x_spki.cc
[704/1310] Compiling x_sig.cc
[705/1310] Compiling x_req.cc
[706/1310] Compiling x_x509.cc
[707/1310] Compiling x_x509a.cc
[708/1310] Compiling x_pubkey.cc
[709/1310] Compiling x_exten.cc
[710/1310] Compiling x_all.cc
[711/1310] Compiling x_crl.cc
[712/1310] Compiling x_attrib.cc
[713/1310] Compiling x_algor.cc
[714/1310] Compiling x509spki.cc
[715/1310] Compiling x509rset.cc
[716/1310] Compiling x509_vpm.cc
[717/1310] Compiling x509name.cc
[718/1310] Compiling x509cset.cc
[719/1310] Compiling x509_trs.cc
[720/1310] Compiling x509_txt.cc
[721/1310] Compiling x509_vfy.cc
[722/1310] Compiling x509_req.cc
[723/1310] Compiling x509_v3.cc
[724/1310] Compiling x509_set.cc
[725/1310] Compiling x509_obj.cc
[726/1310] Compiling x509_ext.cc
[727/1310] Compiling x509_lu.cc
[728/1310] Compiling x509_def.cc
[729/1310] Compiling x509_att.cc
[730/1310] Compiling x509.cc
[731/1310] Compiling x509_d2.cc
[732/1310] Compiling v3_skey.cc
[733/1310] Compiling x509_cmp.cc
[734/1310] Compiling v3_utl.cc
[735/1310] Compiling v3_prn.cc
[736/1310] Compiling v3_purp.cc
[737/1310] Compiling v3_pmaps.cc
[738/1310] Compiling v3_int.cc
[739/1310] Compiling v3_pcons.cc
[740/1310] Compiling v3_ocsp.cc
[741/1310] Compiling v3_lib.cc
[742/1310] Compiling v3_ncons.cc
[743/1310] Compiling v3_ia5.cc
[744/1310] Compiling v3_genn.cc
[745/1310] Compiling v3_info.cc
[746/1310] Compiling v3_enum.cc
[747/1310] Compiling v3_extku.cc
[748/1310] Compiling v3_cpols.cc
[749/1310] Compiling v3_crld.cc
[750/1310] Compiling v3_conf.cc
[751/1310] Compiling v3_bitst.cc
[752/1310] Compiling v3_alt.cc
[753/1310] Compiling v3_bcons.cc
[754/1310] Compiling v3_akeya.cc
[755/1310] Compiling t_x509a.cc
[756/1310] Compiling v3_akey.cc
[757/1310] Compiling t_x509.cc
[758/1310] Compiling rsa_pss.cc
[759/1310] Compiling t_crl.cc
[760/1310] Compiling t_req.cc
[761/1310] Compiling i2d_pr.cc
[762/1310] Compiling policy.cc
[763/1310] Compiling name_print.cc
[764/1310] Compiling by_file.cc
[765/1310] Compiling by_dir.cc
[766/1310] Compiling asn1_gen.cc
[767/1310] Compiling algorithm.cc
[768/1310] Compiling a_sign.cc
[769/1310] Compiling a_verify.cc
[770/1310] Compiling voprf.cc
[771/1310] Compiling a_digest.cc
[772/1310] Compiling trust_token.cc
[773/1310] Compiling thread_win.cc
[774/1310] Compiling thread.cc
[775/1310] Compiling thread_none.cc
[776/1310] Compiling thread_pthread.cc
[777/1310] Compiling stack.cc
[778/1310] Compiling sha512.cc
[779/1310] Compiling pmbtoken.cc
[780/1310] Compiling sha256.cc
[781/1310] Compiling siphash.cc
[782/1310] Compiling sha1.cc
[783/1310] Compiling slhdsa.cc
[784/1310] Compiling rsa_print.cc
[785/1310] Compiling rsa_extra.cc
[786/1310] Compiling refcount.cc
[787/1310] Compiling spake2plus.cc
[788/1310] Compiling rsa_crypt.cc
[789/1310] Compiling urandom.cc
[790/1310] Compiling rc4.cc
[791/1310] Compiling trusty.cc
[792/1310] Compiling rsa_asn1.cc
[793/1310] Compiling windows.cc
[794/1310] Compiling passive.cc
[795/1310] Compiling rand.cc
[796/1310] Compiling poly1305_arm_asm.S
[797/1310] Compiling forkunsafe.cc
[798/1310] Compiling ios.cc
[799/1310] Compiling deterministic.cc
[800/1310] Compiling getentropy.cc
[801/1310] Compiling fork_detect.cc
[802/1310] Compiling poly1305_vec.cc
[803/1310] Compiling poly1305_arm.cc
[804/1310] Compiling pkcs8.cc
[805/1310] Compiling poly1305.cc
[806/1310] Compiling pool.cc
[807/1310] Compiling pem_xaux.cc
[808/1310] Compiling p5_pbev2.cc
[809/1310] Compiling pkcs8_x509.cc
[810/1310] Compiling pem_x509.cc
[811/1310] Compiling pkcs7.cc
[812/1310] Compiling pkcs7_x509.cc
[813/1310] Compiling pem_pkey.cc
[814/1310] Compiling pem_pk8.cc
[815/1310] Compiling pem_lib.cc
[816/1310] Compiling pem_oth.cc
[817/1310] Compiling obj.cc
[818/1310] Compiling mlkem.cc
[819/1310] Compiling mldsa.cc
[820/1310] Compiling obj_xref.cc
[821/1310] Compiling pem_info.cc
[822/1310] Compiling poly_rq_mul.S
[823/1310] Compiling pem_all.cc
[824/1310] Compiling md5.cc
[825/1310] Compiling fips_shared_support.cc
[826/1310] Compiling mem.cc
[827/1310] Compiling hpke.cc
[828/1310] Compiling lhash.cc
[829/1310] Compiling md4.cc
[830/1310] Compiling ex_data.cc
[831/1310] Compiling scrypt.cc
[832/1310] Compiling sign.cc
[833/1310] Compiling print.cc
[834/1310] Compiling kyber.cc
[835/1310] Compiling pbkdf.cc
[836/1310] Compiling hrss.cc
[837/1310] Compiling p_hkdf.cc
[838/1310] Compiling p_x25519.cc
[839/1310] Compiling p_rsa.cc
[840/1310] Compiling p_ed25519.cc
[841/1310] Compiling p_rsa_asn1.cc
[842/1310] Compiling p_x25519_asn1.cc
[843/1310] Compiling p_ed25519_asn1.cc
[844/1310] Compiling p_ec.cc
[845/1310] Compiling p_ec_asn1.cc
[846/1310] Compiling p_dh_asn1.cc
[847/1310] Compiling p_dsa_asn1.cc
[848/1310] Compiling evp_ctx.cc
[849/1310] Compiling p_dh.cc
[850/1310] Compiling evp.cc
[851/1310] Compiling err.cc
[852/1310] Compiling hash_to_curve.cc
[853/1310] Compiling engine.cc
[854/1310] Compiling evp_asn1.cc
[855/1310] Compiling ec_derive.cc
[856/1310] Compiling ecdh.cc
[857/1310] Compiling params.cc
[858/1310] Compiling ecdsa_asn1.cc
[859/1310] Compiling dsa.cc
[860/1310] Compiling ec_asn1.cc
[861/1310] Compiling digest_extra.cc
[862/1310] Compiling x25519-asm-arm.S
[863/1310] Compiling dsa_asn1.cc
[864/1310] Compiling bcm.cc
[865/1310] Compiling crypto.cc
[866/1310] Compiling dh_asn1.cc
[867/1310] Compiling curve25519.cc
[868/1310] Compiling des.cc
[869/1310] Compiling curve25519_64_adx.cc
[870/1310] Compiling cpu_arm_freebsd.cc
[871/1310] Compiling spake25519.cc
[872/1310] Compiling cpu_intel.cc
[873/1310] Compiling cpu_arm_linux.cc
[874/1310] Compiling cpu_aarch64_fuchsia.cc
[875/1310] Compiling cpu_aarch64_sysreg.cc
[876/1310] Compiling cpu_aarch64_win.cc
[877/1310] Compiling cpu_aarch64_openbsd.cc
[878/1310] Compiling cpu_aarch64_linux.cc
[879/1310] Compiling cpu_aarch64_apple.cc
[880/1310] Compiling conf.cc
[881/1310] Compiling e_rc4.cc
[882/1310] Compiling tls_cbc.cc
[883/1310] Compiling get_cipher.cc
[884/1310] Compiling e_rc2.cc
[885/1310] Compiling e_aesgcmsiv.cc
[886/1310] Compiling e_tls.cc
[887/1310] Compiling e_null.cc
[888/1310] Compiling e_chacha20poly1305.cc
[889/1310] Compiling e_des.cc
[890/1310] Compiling chacha.cc
[891/1310] Compiling e_aesctrhmac.cc
[892/1310] Compiling derive_key.cc
[893/1310] Compiling asn1_compat.cc
[894/1310] Compiling cbs.cc
[895/1310] Compiling buf.cc
[896/1310] Compiling cbb.cc
[897/1310] Compiling unicode.cc
[898/1310] Compiling ber.cc
[899/1310] Compiling socket_helper.cc
[900/1310] Compiling printf.cc
[901/1310] Compiling bn_asn1.cc
[902/1310] Compiling socket.cc
[903/1310] Compiling convert.cc
[904/1310] Compiling blake2.cc
[905/1310] Compiling pair.cc
[906/1310] Compiling file.cc
[907/1310] Compiling hexdump.cc
[908/1310] Compiling fd.cc
[909/1310] Compiling errno.cc
[910/1310] Compiling connect.cc
[911/1310] Compiling bio_mem.cc
[912/1310] Compiling tasn_typ.cc
[913/1310] Compiling base64.cc
[914/1310] Compiling tasn_utl.cc
[915/1310] Compiling bio.cc
[916/1310] Compiling posix_time.cc
[917/1310] Compiling tasn_fre.cc
[918/1310] Compiling asn1_par.cc
[919/1310] Compiling tasn_enc.cc
[920/1310] Compiling tasn_new.cc
[921/1310] Compiling f_int.cc
[922/1310] Compiling f_string.cc
[923/1310] Compiling asn_pack.cc
[924/1310] Compiling tasn_dec.cc
[925/1310] Compiling a_utctm.cc
[926/1310] Compiling a_octet.cc
[927/1310] Compiling asn1_lib.cc
[928/1310] Compiling a_type.cc
[929/1310] Compiling a_strnid.cc
[930/1310] Compiling a_time.cc
[931/1310] Compiling a_strex.cc
[932/1310] Compiling a_object.cc
[933/1310] Compiling a_i2d_fp.cc
[934/1310] Compiling a_bool.cc
[935/1310] Compiling a_mbstr.cc
[936/1310] Compiling a_dup.cc
[937/1310] Compiling a_d2i_fp.cc
[938/1310] Compiling fiat_p256_adx_sqr.S
[939/1310] Compiling a_int.cc
[940/1310] Compiling fiat_curve25519_adx_square.S
[941/1310] Compiling fiat_p256_adx_mul.S
[942/1310] Compiling a_gentm.cc
[943/1310] Compiling fiat_curve25519_adx_mul.S
[944/1310] Compiling md5-x86_64-linux.S
[945/1310] Compiling md5-x86_64-apple.S
[946/1310] Compiling md5-586-linux.S
[947/1310] Compiling chacha20_poly1305_x86_64-linux.S
[948/1310] Compiling chacha20_poly1305_x86_64-apple.S
[949/1310] Compiling md5-586-apple.S
[950/1310] Compiling a_bitstr.cc
[951/1310] Compiling err_data.cc
[952/1310] Compiling chacha20_poly1305_armv8-win.S
[953/1310] Compiling CCryptoBoringSSLShims shims.c
[954/1310] Compiling chacha20_poly1305_armv8-linux.S
[955/1310] Compiling chacha20_poly1305_armv8-apple.S
[956/1310] Compiling chacha-x86_64-linux.S
[957/1310] Compiling chacha-x86-linux.S
[958/1310] Compiling chacha-x86_64-apple.S
[959/1310] Compiling chacha-x86-apple.S
[960/1310] Compiling chacha-armv8-win.S
[961/1310] Compiling chacha-armv4-linux.S
[962/1310] Compiling aes128gcmsiv-x86_64-linux.S
[963/1310] Compiling aes128gcmsiv-x86_64-apple.S
[963/1310] Compiling chacha-armv8-apple.S
[965/1310] Compiling chacha-armv8-linux.S
[966/1310] Compiling x86_64-mont5-apple.S
[967/1310] Compiling x86_64-mont5-linux.S
[968/1310] Compiling x86_64-mont-linux.S
[969/1310] Compiling x86-mont-apple.S
[969/1310] Compiling vpaes-x86_64-linux.S
[971/1310] Compiling x86-mont-linux.S
[972/1310] Compiling x86_64-mont-apple.S
[973/1310] Compiling vpaes-armv8-win.S
[974/1310] Compiling vpaes-x86_64-apple.S
[975/1310] Compiling vpaes-x86-linux.S
[976/1310] Compiling vpaes-armv8-linux.S
[977/1310] Compiling vpaes-armv8-apple.S
[978/1310] Compiling vpaes-x86-apple.S
[979/1310] Compiling vpaes-armv7-linux.S
[980/1310] Compiling sha512-x86_64-linux.S
[981/1310] Compiling sha512-x86_64-apple.S
[982/1310] Compiling sha512-armv8-win.S
[983/1310] Compiling sha512-armv8-linux.S
[984/1310] Compiling sha512-armv4-linux.S
[985/1310] Compiling sha512-armv8-apple.S
[986/1310] Compiling sha512-586-apple.S
[987/1310] Compiling sha512-586-linux.S
[988/1310] Compiling sha256-armv8-win.S
[989/1310] Compiling sha256-x86_64-linux.S
[990/1310] Compiling sha256-x86_64-apple.S
[991/1310] Compiling sha256-armv8-linux.S
[992/1310] Compiling sha1-x86_64-apple.S
[993/1310] Compiling sha256-armv4-linux.S
[994/1310] Compiling sha256-586-apple.S
[994/1310] Compiling sha1-x86_64-linux.S
[996/1310] Compiling sha256-armv8-apple.S
[997/1310] Compiling sha256-586-linux.S
[998/1310] Compiling sha1-armv4-large-linux.S
[998/1310] Compiling sha1-armv8-apple.S
[1000/1310] Compiling sha1-armv8-win.S
[1001/1310] Compiling sha1-586-linux.S
[1002/1310] Compiling sha1-586-apple.S
[1003/1310] Compiling sha1-armv8-linux.S
[1004/1310] Compiling rdrand-x86_64-linux.S
[1005/1310] Compiling rsaz-avx2-apple.S
[1006/1310] Compiling rdrand-x86_64-apple.S
[1007/1310] Compiling rsaz-avx2-linux.S
[1008/1310] Compiling p256_beeu-x86_64-asm-apple.S
[1009/1310] Compiling p256_beeu-x86_64-asm-linux.S
[1010/1310] Compiling p256_beeu-armv8-asm-win.S
[1011/1310] Compiling p256-x86_64-asm-linux.S
[1012/1310] Compiling p256_beeu-armv8-asm-apple.S
[1013/1310] Compiling p256_beeu-armv8-asm-linux.S
[1014/1310] Compiling p256-x86_64-asm-apple.S
[1015/1310] Compiling p256-armv8-asm-win.S
[1016/1310] Compiling ghashv8-armv8-win.S
[1017/1310] Compiling p256-armv8-asm-linux.S
[1018/1310] Compiling p256-armv8-asm-apple.S
[1019/1310] Compiling ghashv8-armv8-linux.S
[1020/1310] Compiling ghash-x86_64-linux.S
[1021/1310] Compiling ghashv8-armv7-linux.S
[1021/1310] Compiling ghashv8-armv8-apple.S
[1023/1310] Compiling ghash-x86_64-apple.S
[1024/1310] Compiling ghash-x86-linux.S
[1025/1310] Compiling ghash-x86-apple.S
[1026/1310] Compiling ghash-ssse3-x86_64-apple.S
[1027/1310] Compiling ghash-ssse3-x86_64-linux.S
[1028/1310] Compiling ghash-ssse3-x86-linux.S
[1029/1310] Compiling ghash-ssse3-x86-apple.S
[1029/1310] Compiling c-nioatomics.c
[1031/1310] Compiling c-atomics.c
[1032/1310] Compiling ghash-neon-armv8-apple.S
[1033/1310] Compiling bsaes-armv7-linux.S
[1033/1310] Compiling co-586-linux.S
[1033/1310] Compiling ghash-armv4-linux.S
[1035/1310] Compiling ghash-neon-armv8-linux.S
[1035/1310] Compiling ghash-neon-armv8-win.S
[1038/1310] Compiling co-586-apple.S
[1039/1310] Compiling bn-586-apple.S
[1040/1310] Compiling bn-armv8-win.S
[1040/1310] Compiling bn-armv8-linux.S
[1042/1310] Compiling bn-586-linux.S
[1043/1310] Compiling armv8-mont-win.S
[1044/1310] Compiling bn-armv8-apple.S
[1045/1310] Compiling armv8-mont-linux.S
[1046/1312] Compiling aesv8-gcm-armv8-win.S
[1047/1316] Compiling armv4-mont-linux.S
[1048/1316] Compiling armv8-mont-apple.S
[1049/1316] Compiling aesv8-gcm-armv8-apple.S
[1050/1316] Compiling aesv8-gcm-armv8-linux.S
[1051/1316] Compiling aesv8-armv8-win.S
[1052/1316] Compiling aesv8-armv8-linux.S
[1053/1316] Compiling aesv8-armv8-apple.S
[1054/1316] Compiling aesv8-armv7-linux.S
[1055/1316] Compiling aesni-x86_64-linux.S
[1056/1316] Compiling aesni-x86_64-apple.S
[1057/1316] Compiling aesni-x86-linux.S
[1058/1316] Compiling aesni-x86-apple.S
[1059/1316] Compiling aesni-gcm-x86_64-linux.S
[1060/1316] Compiling aes-gcm-avx10-x86_64-apple.S
[1061/1316] Compiling aesni-gcm-x86_64-apple.S
[1062/1316] Compiling aes-gcm-avx10-x86_64-linux.S
[1064/1316] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1065/1316] Compiling NIOConcurrencyHelpers NIOLock.swift
[1066/1316] Compiling NIOConcurrencyHelpers lock.swift
[1067/1316] Emitting module NIOConcurrencyHelpers
[1068/1316] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1069/1316] Compiling NIOConcurrencyHelpers atomics.swift
[1070/1317] Compiling x_spki.cc
[1071/1317] Compiling x_sig.cc
[1072/1317] Compiling x_x509a.cc
[1073/1317] Compiling x_val.cc
[1074/1317] Compiling x_req.cc
[1075/1317] Compiling x_x509.cc
[1076/1317] Compiling x_pubkey.cc
[1078/1343] Compiling ConsoleKitTerminal Console+Wait.swift
[1079/1343] Compiling ConsoleKitTerminal ConsoleColor.swift
[1080/1343] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1081/1346] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1082/1346] Compiling ConsoleKitTerminal ConsoleClear.swift
[1083/1346] Compiling ConsoleKitTerminal Console+Ask.swift
[1084/1346] Compiling ConsoleKitTerminal Console+Choose.swift
[1085/1346] Compiling ConsoleKitTerminal Console+Confirm.swift
[1086/1346] Compiling ConsoleKitTerminal Console+Input.swift
[1087/1346] Compiling ConsoleKitTerminal Console+Center.swift
[1088/1346] Compiling ConsoleKitTerminal Console+Output.swift
[1088/1346] Compiling x_name.cc
[1090/1346] Emitting module ConsoleKitTerminal
[1091/1346] Compiling ConsoleKitTerminal ConsoleText.swift
[1092/1346] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1093/1346] Compiling ConsoleKitTerminal ANSI.swift
[1093/1346] Compiling x_algor.cc
[1094/1346] Compiling x_crl.cc
[1095/1346] Compiling x_attrib.cc
[1096/1346] Compiling x_exten.cc
[1098/1346] Compiling ConsoleKitTerminal ActivityBar.swift
[1099/1346] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1100/1346] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1101/1346] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1102/1346] Compiling ConsoleKitTerminal CustomActivity.swift
[1103/1346] Compiling ConsoleKitTerminal LoadingBar.swift
[1104/1346] Compiling ConsoleKitTerminal ProgressBar.swift
[1105/1346] Compiling ConsoleKitTerminal Console+Clear.swift
[1105/1346] Compiling x509spki.cc
[1107/1346] Compiling ConsoleKitTerminal Console.swift
[1108/1346] Compiling ConsoleKitTerminal Terminal.swift
[1109/1346] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1109/1346] Compiling x_all.cc
[1111/1346] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1112/1346] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1113/1346] Compiling ConsoleKitTerminal LoggerFragment.swift
[1114/1347] Compiling x509name.cc
[1115/1347] Compiling x509cset.cc
[1116/1347] Compiling x509_vpm.cc
[1117/1347] Compiling x509rset.cc
[1118/1369] Compiling x509_v3.cc
[1119/1369] Compiling x509_vfy.cc
[1120/1369] Compiling x509_txt.cc
[1122/1369] Emitting module ConsoleKitCommands
[1123/1371] Compiling ConsoleKitCommands CommandSignature.swift
[1124/1371] Compiling ConsoleKitCommands Flag.swift
[1125/1371] Compiling ConsoleKitCommands Option.swift
[1126/1371] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1127/1371] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1128/1371] Compiling ConsoleKitCommands Argument.swift
[1129/1371] Compiling ConsoleKitCommands AsyncCommands.swift
[1130/1371] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1131/1371] Compiling ConsoleKitCommands AnyCommand.swift
[1131/1371] Compiling x509_set.cc
[1133/1371] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1134/1371] Compiling ConsoleKitCommands Utilities.swift
[1134/1371] Compiling x509_trs.cc
[1135/1371] Compiling x509_req.cc
[1136/1371] Compiling x509_def.cc
[1137/1371] Compiling x509_obj.cc
[1138/1371] Compiling x509_lu.cc
[1139/1371] Compiling x509_ext.cc
[1140/1371] Compiling x509.cc
[1141/1371] Compiling x509_d2.cc
[1143/1371] Compiling ConsoleKitCommands Command.swift
[1144/1371] Compiling ConsoleKitCommands CommandContext.swift
[1145/1371] Compiling ConsoleKitCommands CommandError.swift
[1146/1371] Compiling ConsoleKitCommands CommandGroup.swift
[1147/1371] Compiling ConsoleKitCommands CommandInput.swift
[1148/1371] Compiling ConsoleKitCommands Commands.swift
[1149/1371] Compiling ConsoleKitCommands Console+Run.swift
[1150/1371] Compiling ConsoleKitCommands ConsoleError.swift
[1151/1371] Compiling ConsoleKitCommands Completion.swift
[1152/1371] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1153/1371] Compiling ConsoleKitCommands AsyncCommand.swift
[1154/1371] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1154/1372] Compiling x509_att.cc
[1155/1372] Compiling v3_utl.cc
[1156/1372] Compiling x509_cmp.cc
[1158/1372] Compiling v3_skey.cc
[1159/1372] Compiling v3_purp.cc
[1160/1372] Compiling v3_pmaps.cc
[1161/1372] Compiling v3_prn.cc
[1162/1374] Compiling v3_ocsp.cc
[1163/1374] Compiling v3_pcons.cc
[1164/1374] Compiling v3_info.cc
[1165/1374] Compiling v3_ncons.cc
[1167/1374] Emitting module ConsoleKit
[1168/1374] Compiling ConsoleKit Exports.swift
[1169/1375] Compiling v3_int.cc
[1170/1375] Compiling v3_lib.cc
[1171/1375] Compiling v3_enum.cc
[1172/1375] Compiling v3_ia5.cc
[1173/1375] Compiling v3_genn.cc
[1174/1375] Compiling v3_bitst.cc
[1175/1375] Compiling v3_extku.cc
[1176/1375] Compiling v3_cpols.cc
[1177/1375] Compiling v3_conf.cc
[1178/1375] Compiling v3_crld.cc
[1179/1375] Compiling v3_bcons.cc
[1180/1375] Compiling v3_akeya.cc
[1181/1375] Compiling v3_akey.cc
[1182/1375] Compiling t_x509.cc
[1183/1375] Compiling t_x509a.cc
[1184/1375] Compiling v3_alt.cc
[1185/1375] Compiling t_crl.cc
[1186/1375] Compiling i2d_pr.cc
[1187/1375] Compiling t_req.cc
[1188/1375] Compiling by_dir.cc
[1189/1375] Compiling rsa_pss.cc
[1190/1375] Compiling name_print.cc
[1191/1375] Compiling by_file.cc
[1192/1375] Compiling policy.cc
[1193/1375] Compiling a_digest.cc
[1194/1375] Compiling algorithm.cc
[1195/1375] Compiling a_verify.cc
[1196/1375] Compiling asn1_gen.cc
[1197/1375] Compiling voprf.cc
[1198/1375] Compiling thread_win.cc
[1199/1375] Compiling a_sign.cc
[1200/1375] Compiling trust_token.cc
[1201/1375] Compiling thread_none.cc
[1201/1375] Compiling pmbtoken.cc
[1203/1375] Compiling thread_pthread.cc
[1204/1375] Compiling thread.cc
[1205/1375] Compiling thash.cc
[1206/1375] Compiling stack.cc
[1207/1375] Compiling wots.cc
[1208/1375] Compiling siphash.cc
[1209/1375] Compiling merkle.cc
[1210/1375] Compiling sha512.cc
[1211/1375] Compiling fors.cc
[1212/1375] Compiling slhdsa.cc
[1213/1375] Compiling sha256.cc
[1214/1375] Compiling sha1.cc
[1215/1375] Compiling rsa_print.cc
[1216/1375] Compiling rsa_extra.cc
[1217/1375] Compiling refcount.cc
[1218/1375] Compiling rsa_asn1.cc
[1219/1375] Compiling rc4.cc
[1220/1375] Compiling rsa_crypt.cc
[1221/1375] Compiling trusty.cc
[1222/1375] Compiling windows.cc
[1223/1375] Compiling urandom.cc
[1224/1375] Compiling rand_extra.cc
[1225/1375] Compiling passive.cc
[1226/1375] Compiling ios.cc
[1227/1375] Compiling poly1305_arm_asm.S
[1228/1375] Compiling forkunsafe.cc
[1229/1375] Compiling getentropy.cc
[1230/1375] Compiling fork_detect.cc
[1231/1375] Compiling poly1305_vec.cc
[1232/1375] Compiling deterministic.cc
[1233/1375] Compiling pool.cc
[1234/1375] Compiling poly1305.cc
[1235/1375] Compiling poly1305_arm.cc
[1236/1375] Compiling pkcs8.cc
[1237/1375] Compiling p5_pbev2.cc
[1238/1375] Compiling pkcs7.cc
[1239/1375] Compiling pem_x509.cc
[1240/1375] Compiling pkcs8_x509.cc
[1241/1375] Compiling pem_pk8.cc
[1242/1375] Compiling pem_xaux.cc
[1243/1375] Compiling pkcs7_x509.cc
[1244/1375] Compiling pem_pkey.cc
[1245/1375] Compiling pem_oth.cc
[1246/1375] Compiling obj_xref.cc
[1247/1375] Compiling pem_info.cc
[1248/1375] Compiling pem_lib.cc
[1249/1375] Compiling mldsa.cc
[1250/1375] Compiling pem_all.cc
[1251/1375] Compiling mlkem.cc
[1252/1375] Compiling obj.cc
[1253/1375] Compiling mem.cc
[1254/1375] Compiling md5.cc
[1255/1375] Compiling fips_shared_support.cc
[1256/1375] Compiling poly_rq_mul.S
[1257/1375] Compiling md4.cc
[1258/1375] Compiling lhash.cc
[1259/1375] Compiling ex_data.cc
[1260/1375] Compiling sign.cc
[1261/1375] Compiling kyber.cc
[1262/1375] Compiling scrypt.cc
[1263/1375] Compiling hpke.cc
[1264/1375] Compiling print.cc
[1265/1375] Compiling hrss.cc
[1266/1375] Compiling pbkdf.cc
[1267/1375] Compiling p_x25519.cc
[1268/1375] Compiling p_rsa_asn1.cc
[1269/1375] Compiling p_x25519_asn1.cc
[1270/1375] Compiling p_rsa.cc
[1271/1375] Compiling p_ed25519.cc
[1272/1375] Compiling p_hkdf.cc
[1273/1375] Compiling p_ed25519_asn1.cc
[1274/1375] Compiling p_ec_asn1.cc
[1275/1375] Compiling p_ec.cc
[1276/1375] Compiling p_dsa_asn1.cc
[1277/1375] Compiling evp_ctx.cc
[1278/1375] Compiling p_dh.cc
[1279/1375] Compiling p_dh_asn1.cc
[1280/1375] Compiling evp_asn1.cc
[1281/1375] Compiling evp.cc
[1282/1375] Compiling err.cc
[1283/1375] Compiling engine.cc
[1284/1375] Compiling ecdh_extra.cc
[1285/1375] Compiling hash_to_curve.cc
[1286/1375] Compiling ec_derive.cc
[1287/1375] Compiling ec_asn1.cc
[1288/1375] Compiling ecdsa_asn1.cc
[1289/1375] Compiling bcm.cc
[1290/1375] Compiling dsa_asn1.cc
[1291/1375] Compiling dsa.cc
[1292/1375] Compiling x25519-asm-arm.S
[1293/1375] Compiling params.cc
[1294/1375] Compiling spake25519.cc
[1295/1375] Compiling digest_extra.cc
[1296/1375] Compiling des.cc
[1297/1375] Compiling curve25519.cc
[1298/1375] Compiling curve25519_64_adx.cc
[1299/1375] Compiling crypto.cc
[1300/1375] Compiling dh_asn1.cc
[1301/1375] Compiling cpu_arm_linux.cc
[1302/1375] Compiling cpu_intel.cc
[1303/1375] Compiling cpu_aarch64_sysreg.cc
[1304/1375] Compiling cpu_arm_freebsd.cc
[1305/1375] Compiling cpu_aarch64_openbsd.cc
[1306/1375] Compiling cpu_aarch64_linux.cc
[1307/1375] Compiling cpu_aarch64_win.cc
[1308/1375] Compiling cpu_aarch64_fuchsia.cc
[1309/1375] Compiling e_tls.cc
[1310/1375] Compiling cpu_aarch64_apple.cc
[1311/1375] Compiling tls_cbc.cc
[1312/1375] Compiling conf.cc
[1313/1375] Compiling e_rc2.cc
[1314/1375] Compiling e_rc4.cc
[1315/1375] Compiling e_null.cc
[1316/1375] Compiling e_des.cc
[1317/1375] Compiling e_chacha20poly1305.cc
[1318/1375] Compiling e_aesgcmsiv.cc
[1319/1375] Compiling cipher_extra.cc
[1320/1375] Compiling derive_key.cc
[1321/1375] Compiling e_aesctrhmac.cc
[1322/1375] Compiling chacha.cc
[1323/1375] Compiling unicode.cc
[1324/1375] Compiling ber.cc
[1325/1375] Compiling cbs.cc
[1326/1375] Compiling cbb.cc
[1327/1375] Compiling asn1_compat.cc
[1328/1375] Compiling convert.cc
[1329/1375] Compiling buf.cc
[1330/1375] Compiling bn_asn1.cc
[1331/1375] Compiling printf.cc
[1332/1375] Compiling blake2.cc
[1333/1375] Compiling bio_mem.cc
[1334/1375] Compiling fd.cc
[1335/1375] Compiling errno.cc
[1336/1375] Compiling pair.cc
[1337/1375] Compiling file.cc
[1338/1375] Compiling hexdump.cc
[1339/1375] Compiling base64.cc
[1340/1375] Compiling bio.cc
[1341/1375] Compiling tasn_new.cc
[1342/1375] Compiling posix_time.cc
[1343/1375] Compiling tasn_typ.cc
[1344/1375] Compiling tasn_enc.cc
[1345/1375] Compiling tasn_utl.cc
[1346/1375] Compiling asn_pack.cc
[1347/1375] Compiling tasn_fre.cc
[1348/1375] Compiling tasn_dec.cc
[1349/1375] Compiling f_string.cc
[1350/1375] Compiling f_int.cc
[1351/1375] Compiling a_type.cc
[1352/1375] Compiling asn1_par.cc
[1353/1375] Compiling a_strnid.cc
[1354/1375] Compiling asn1_lib.cc
[1355/1375] Compiling a_utctm.cc
[1356/1375] Compiling a_time.cc
[1357/1375] Compiling a_octet.cc
[1358/1375] Compiling a_strex.cc
[1359/1375] Compiling a_object.cc
[1360/1375] Compiling a_i2d_fp.cc
[1361/1375] Compiling a_mbstr.cc
[1361/1375] Write sources
[1368/1375] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1369/1375] Compiling a_int.cc
[1370/1375] Compiling a_d2i_fp.cc
[1371/1517] Compiling a_dup.cc
[1372/1517] Compiling a_gentm.cc
[1373/1517] Compiling a_bitstr.cc
[1375/1517] Compiling Algorithms Grouped.swift
[1376/1517] Compiling Algorithms Indexed.swift
[1377/1517] Compiling Algorithms Permutations.swift
[1378/1517] Compiling Algorithms Product.swift
[1379/1519] Compiling Algorithms Intersperse.swift
[1380/1519] Compiling Algorithms Partition.swift
[1381/1519] Compiling AsyncAlgorithms AsyncChannel.swift
[1382/1519] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[1383/1519] Compiling AsyncAlgorithms ChannelStateMachine.swift
[1384/1519] Compiling AsyncAlgorithms ChannelStorage.swift
[1385/1519] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[1386/1519] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[1387/1519] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1387/1526] Compiling a_bool.cc
[1389/1526] Compiling Algorithms Split.swift
[1390/1526] Compiling Algorithms Stride.swift
[1391/1526] Compiling Algorithms Suffix.swift
[1392/1529] Compiling Algorithms Keyed.swift
[1393/1529] Compiling Algorithms MinMax.swift
[1394/1529] Compiling Algorithms FlattenCollection.swift
[1395/1529] Compiling Algorithms Chunked.swift
[1396/1529] Compiling Algorithms Combinations.swift
[1397/1529] Compiling Algorithms Joined.swift
[1398/1537] Compiling Atomics IntegerOperations.swift
[1399/1537] Compiling Atomics Unmanaged extensions.swift
[1400/1537] Emitting module AsyncAlgorithms
[1401/1543] Compiling AsyncAlgorithms UnsafeTransfer.swift
[1402/1543] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[1403/1543] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[1404/1543] Compiling AsyncAlgorithms ZipStateMachine.swift
[1405/1543] Compiling AsyncAlgorithms ZipStorage.swift
[1406/1543] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1407/1543] Compiling BitCollections BitSet.Counted.swift
[1408/1543] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1409/1543] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1410/1543] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1411/1543] Compiling AsyncAlgorithms MergeStateMachine.swift
[1412/1543] Compiling AsyncAlgorithms MergeStorage.swift
[1413/1543] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1414/1543] Compiling AsyncAlgorithms Rethrow.swift
[1415/1543] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1416/1543] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1417/1543] Compiling AsyncAlgorithms DebounceStorage.swift
[1418/1543] Compiling AsyncAlgorithms Dictionary.swift
[1419/1543] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1420/1543] Compiling AsyncAlgorithms Locking.swift
[1421/1543] Compiling AsyncAlgorithms SetAlgebra.swift
[1430/1543] Compiling Algorithms Rotate.swift
[1431/1543] Compiling Algorithms Compacted.swift
[1432/1543] Compiling Algorithms Cycle.swift
[1433/1543] Compiling Algorithms EitherSequence.swift
[1434/1543] Compiling Algorithms FirstNonNil.swift
[1439/1543] Compiling Algorithms AdjacentPairs.swift
[1440/1543] Compiling Algorithms Chain.swift
[1443/1543] Emitting module BitCollections
[1473/1543] Compiling Algorithms Trim.swift
[1474/1543] Compiling Algorithms Unique.swift
[1475/1543] Compiling Algorithms Windows.swift
[1476/1543] Compiling BitCollections BitSet.Index.swift
[1477/1543] Compiling BitCollections BitSet._UnsafeHandle.swift
[1478/1543] Compiling BitCollections BitSet.swift
[1479/1543] Compiling BitCollections Range+Utilities.swift
[1480/1543] Compiling BitCollections Slice+Utilities.swift
[1481/1543] Compiling BitCollections UInt+Tricks.swift
[1482/1543] Compiling BitCollections _Word.swift
[1502/1544] Compiling CryptoBoringWrapper RandomBytes.swift
[1508/1546] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1509/1546] Compiling CryptoBoringWrapper EllipticCurve.swift
[1510/1546] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1511/1546] Emitting module CryptoBoringWrapper
[1512/1546] Emitting module Collections
[1513/1546] Compiling Collections Collections.swift
[1514/1547] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1516/1547] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1517/1547] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1519/1548] Emitting module Atomics
[1538/1557] Compiling Crypto ASN1Strings.swift
[1539/1557] Compiling Crypto ArraySliceBigint.swift
[1540/1557] Compiling Crypto GeneralizedTime.swift
[1541/1558] Compiling Crypto ObjectIdentifier.swift
[1543/1620] Compiling Crypto ASN1OctetString.swift
[1546/1620] Compiling Crypto ASN1Identifier.swift
[1547/1620] Compiling Crypto ASN1Integer.swift
[1548/1620] Compiling Crypto ASN1Null.swift
[1550/1629] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1551/1704] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1552/1704] Emitting module ServiceLifecycle
[1553/1704] Compiling ServiceLifecycle ServiceRunnerError.swift
[1554/1704] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1555/1704] Compiling ServiceLifecycle CancellationWaiter.swift
[1556/1704] Compiling ServiceLifecycle GracefulShutdown.swift
[1557/1704] Compiling NIOCore EventLoop+SerialExecutor.swift
[1558/1704] Compiling NIOCore EventLoop.swift
[1559/1705] Compiling NIOCore ConvenienceOptionSupport.swift
[1560/1705] Compiling NIOCore DeadChannel.swift
[1561/1705] Compiling NIOCore DispatchQueue+WithFuture.swift
[1562/1705] Compiling NIOCore EventLoop+Deprecated.swift
[1563/1705] Emitting module Algorithms
[1564/1706] Compiling _ConnectionPoolModule PoolStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:553:48: error: cannot find 'pow' in scope
551 |
552 | let start = Double(100_000_000)
553 | let backoffNanosecondsDouble = start * pow(1.25, Double(attempts - 1))
| `- error: cannot find 'pow' in scope
554 |
555 | // Cap to 60s _before_ we convert to Int64, to avoid trapping in the Int64 initializer.
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:563:33: error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
561 | let jitterRange = (backoffNanoseconds / 100) * 3
562 | // Pick a random element from the range +/- jitter range.
563 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
564 | let jitteredBackoff = backoff + jitter
565 | return jitteredBackoff
Swift.Duration.nanoseconds:3:33: note: where 'T' = 'Float16'
1 | struct Duration {
2 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
3 | @inlinable public static func nanoseconds<T>(_ nanoseconds: T) -> Duration where T : BinaryInteger}
| `- note: where 'T' = 'Float16'
4 |
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:563:74: error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
561 | let jitterRange = (backoffNanoseconds / 100) * 3
562 | // Pick a random element from the range +/- jitter range.
563 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
564 | let jitteredBackoff = backoff + jitter
565 | return jitteredBackoff
Swift.ClosedRange:1:11: note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
1 | extension ClosedRange : Collection, BidirectionalCollection, RandomAccessCollection where Bound : Strideable, Bound.Stride : SignedInteger {
| `- note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
2 | public typealias SubSequence = Slice<ClosedRange<Bound>>
3 | @inlinable public var startIndex: ClosedRange<Bound>.Index { get }
[1566/1706] Compiling _ConnectionPoolModule TinyFastSequence.swift
[1567/1706] Compiling ServiceLifecycle Service.swift
[1568/1706] Compiling ServiceLifecycle ServiceGroup.swift
[1569/1707] Compiling NIOCore CircularBuffer.swift
[1570/1707] Compiling NIOCore Codec.swift
[1572/1707] Compiling Crypto SymmetricKeys.swift
[1573/1707] Compiling Crypto HMAC.swift
[1574/1707] Compiling Crypto MACFunctions.swift
[1575/1707] Compiling Crypto MessageAuthenticationCode.swift
[1576/1707] Compiling Crypto AES.swift
[1577/1707] Compiling Crypto ECDSASignature_boring.swift
[1578/1707] Compiling Crypto ECDSA_boring.swift
[1579/1707] Compiling Crypto EdDSA_boring.swift
[1580/1707] Compiling Crypto ECDSA.swift
[1581/1707] Compiling Crypto Ed25519.swift
[1582/1716] Compiling NIOCore MarkedCircularBuffer.swift
[1583/1716] Compiling NIOCore MulticastChannel.swift
[1584/1716] Compiling NIOCore NIOAny.swift
[1585/1716] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1586/1716] Compiling NIOCore NIOLoopBound.swift
[1587/1716] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1588/1716] Compiling NIOCore NIOScheduledCallback.swift
[1589/1716] Compiling NIOCore NIOSendable.swift
[1590/1716] Compiling NIOCore RecvByteBufferAllocator.swift
[1591/1716] Compiling Crypto X25519Keys.swift
[1600/1724] Compiling NIOCore Channel.swift
[1601/1724] Compiling NIOCore ChannelHandler.swift
[1602/1724] Compiling NIOCore ChannelHandlers.swift
[1603/1724] Compiling NIOCore ChannelInvoker.swift
[1604/1724] Compiling NIOCore ChannelOption.swift
[1605/1724] Compiling NIOCore ChannelPipeline.swift
[1606/1724] Compiling NIOCore AddressedEnvelope.swift
[1607/1724] Compiling NIOCore AsyncAwaitSupport.swift
[1608/1724] Compiling NIOCore AsyncChannel.swift
[1609/1724] Compiling NIOCore AsyncChannelHandler.swift
[1610/1724] Compiling NIOCore AsyncChannelInboundStream.swift
[1611/1724] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1612/1724] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1613/1724] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1614/1724] Compiling NIOCore NIOAsyncWriter.swift
[1615/1724] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1616/1724] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1617/1724] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1618/1724] Compiling NIOCore EventLoopFuture.swift
[1619/1724] Compiling NIOCore FileDescriptor.swift
[1620/1724] Emitting module Crypto
[1621/1724] Compiling NIOCore FileHandle.swift
[1622/1724] Compiling NIOCore FileRegion.swift
[1623/1724] Compiling NIOCore GlobalSingletons.swift
[1624/1724] Compiling NIOCore IO.swift
[1625/1724] Compiling NIOCore IOData.swift
[1626/1724] Compiling NIOCore IPProtocol.swift
[1627/1724] Compiling NIOCore IntegerBitPacking.swift
[1628/1724] Compiling NIOCore IntegerTypes.swift
[1629/1724] Compiling NIOCore Interfaces.swift
[1630/1724] Compiling NIOCore Linux.swift
[1631/1724] Compiling NIOCore ByteBuffer-aux.swift
[1632/1724] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1633/1724] Compiling NIOCore ByteBuffer-conversions.swift
[1634/1724] Compiling NIOCore ByteBuffer-core.swift
[1635/1724] Compiling NIOCore ByteBuffer-hex.swift
[1636/1724] Compiling NIOCore ByteBuffer-int.swift
[1637/1724] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1638/1724] Compiling NIOCore ByteBuffer-multi-int.swift
[1639/1724] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1640/1724] Compiling NIOCore ByteBuffer-views.swift
[1649/1724] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1650/1724] Compiling NIOCore BSDSocketAPI.swift
[1651/1724] Emitting module _ConnectionPoolModule
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'spi-builder-workspace': dependency 'fluent-mysql-driver' is not used by any target
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/109] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/110] Emitting module ServiceContextModule
[4/110] Compiling ServiceContextModule ServiceContextKey.swift
[5/110] Compiling ConcurrencyHelpers LockedValueBox.swift
[6/110] Compiling SwifQL SwifQLable+Filter.swift
[7/110] Compiling SwifQL SwifQLable+From.swift
[8/110] Compiling SwifQL SwifQLSelectBuilder.swift
[9/110] Compiling SwifQL SwifQLable+Exists.swift
[10/110] Compiling RealModule Float80+Real.swift
[11/110] Compiling RealModule Real.swift
[12/110] Compiling RealModule Float16+Real.swift
[13/111] Compiling Logging MetadataProvider.swift
[14/111] Compiling ServiceContextModule ServiceContext.swift
[16/112] Emitting module ConcurrencyHelpers
[17/112] Compiling RealModule RealFunctions.swift
[18/112] Compiling Logging Locks.swift
[19/112] Compiling RealModule Float+Real.swift
[20/112] Compiling RealModule ElementaryFunctions.swift
[21/112] Compiling ConcurrencyHelpers Lock.swift
[22/112] Emitting module Logging
[23/113] Compiling NIOConcurrencyHelpers NIOLock.swift
[24/113] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[25/113] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[26/113] Compiling NIOConcurrencyHelpers lock.swift
[27/113] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[28/113] Compiling NIOConcurrencyHelpers atomics.swift
[29/113] Emitting module NIOConcurrencyHelpers
[30/114] Emitting module RealModule
[31/114] Compiling SwifQL PostgresJsonObject.swift
[32/114] Compiling SwifQL Predicates.swift
[33/114] Compiling SwifQL Operators.swift
[34/114] Compiling SwifQL PostgresArray.swift
[38/119] Emitting module InternalCollectionsUtilities
[39/124] Emitting module SwifQL
[40/132] Compiling SwifQL SwifQLable+Raw.swift
[41/132] Compiling SwifQL SwifQLable+Returning.swift
[42/132] Compiling SwifQL SwifQLable+Select.swift
[43/132] Compiling SwifQL SwifQLable+Subscript.swift
[44/132] Compiling SwifQL SwifQLable+Timestamp.swift
[45/132] Compiling SwifQL SwifQLable+Types.swift
[46/132] Compiling SwifQL SwifQLable+Union.swift
[47/132] Compiling SwifQL SwifQLable+Update.swift
[48/132] Compiling SwifQL SwifQLable+Values.swift
[49/132] Compiling SwifQL SwifQLable+NotILike.swift
[50/132] Compiling SwifQL SwifQLable+NotIn.swift
[51/132] Compiling SwifQL SwifQLable+NotLike.swift
[52/132] Compiling SwifQL SwifQLable+Nothing.swift
[53/132] Compiling SwifQL SwifQLable+Offset.swift
[54/132] Compiling SwifQL SwifQLable+On.swift
[55/132] Compiling SwifQL SwifQLable+Or.swift
[56/132] Compiling SwifQL SwifQLable+OrderBy.swift
[57/132] Compiling SwifQL SwifQLable+Overlaps.swift
[58/132] Compiling UnixSignals UnixSignalsSequence.swift
[59/132] Compiling UnixSignals UnixSignal.swift
[60/132] Emitting module UnixSignals
[61/133] Compiling CoreMetrics Metrics.swift
[62/133] Compiling CoreMetrics Locks.swift
[63/133] Emitting module CoreMetrics
[66/133] Compiling SwifQL Protocols.swift
[67/133] Compiling SwifQL StringExtensions.swift
[70/133] Compiling SwifQL SwifQL.swift
[71/133] Compiling SwifQL SwifQLJoinBuilder.swift
[72/134] Emitting module _NIODataStructures
[73/134] Compiling _NIODataStructures Heap.swift
[74/135] Compiling _NIOBase64 Base64.swift
[75/135] Emitting module _NIOBase64
[79/136] Compiling Logging LogHandler.swift
[80/136] Compiling _NIODataStructures PriorityQueue.swift
[81/136] Compiling _NIODataStructures _TinyArray.swift
[82/136] Compiling Logging Logging.swift
[86/166] Compiling SwifQL SwifQLable+Where.swift
[87/166] Compiling SwifQL SwifQLable+WhereExists.swift
[88/166] Compiling SwifQL SwifQLable+WhereNotExists.swift
[89/166] Compiling SwifQL SwifQLable+With.swift
[90/166] Compiling SwifQL SwifQLable.swift
[91/166] Compiling SwifQL Table.swift
[92/166] Compiling SwifQL TableWithColumn.swift
[93/166] Compiling SwifQL Tableable.swift
[94/253] Compiling HeapModule Heap+Invariants.swift
[95/253] Compiling Instrumentation NoOpInstrument.swift
[96/254] Emitting module Instrumentation
[97/321] Compiling Instrumentation MultiplexInstrument.swift
[98/321] Compiling Metrics Metrics.swift
[99/321] Emitting module Metrics
[100/321] Compiling Instrumentation Locks.swift
[101/322] Compiling Instrumentation Instrument.swift
[102/322] Compiling Instrumentation InstrumentationSystem.swift
[104/323] Compiling HeapModule Heap.swift
[105/323] Compiling HeapModule _HeapNode.swift
[107/323] Compiling HeapModule Heap+Descriptions.swift
[108/323] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[109/323] Compiling HeapModule Heap+UnsafeHandle.swift
[110/323] Emitting module HeapModule
[111/324] Compiling _RopeModule BigString.swift
[112/324] Compiling _RopeModule BigString+Comparable.swift
[113/324] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[114/324] Compiling _RopeModule BigString+CustomStringConvertible.swift
[115/324] Compiling _RopeModule BigString+Equatable.swift
[116/324] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[117/324] Compiling _RopeModule BigString+Hashing.swift
[118/331] Compiling _RopeModule BigString+Debugging.swift
[119/331] Compiling _RopeModule BigString+Index.swift
[120/331] Compiling _RopeModule BigString+Ingester.swift
[121/331] Compiling _RopeModule BigString+Invariants.swift
[122/331] Compiling _RopeModule BigString+Iterators.swift
[123/331] Compiling _RopeModule BigString+Metrics.swift
[124/331] Compiling _RopeModule BigString+Summary.swift
[126/337] Compiling _RopeModule BigString+UTF16View.swift
[127/337] Compiling _RopeModule BigString+UTF8View.swift
[128/337] Compiling _RopeModule BigString+Builder.swift
[129/337] Compiling _RopeModule BigString+Contents.swift
[135/337] Compiling _RopeModule BigString+BidirectionalCollection.swift
[136/337] Compiling _RopeModule BigString+UnicodeScalarView.swift
[137/337] Compiling _RopeModule BigSubstring+UTF16View.swift
[138/337] Compiling _RopeModule BigSubstring+UTF8View.swift
[139/337] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[140/337] Compiling _RopeModule BigSubstring.swift
[141/337] Compiling _RopeModule Rope+Builder.swift
[142/337] Compiling _RopeModule Rope+Debugging.swift
[143/337] Compiling _RopeModule Rope+Invariants.swift
[144/337] Compiling _RopeModule _RopePath.swift
[145/337] Compiling _RopeModule BigString+Append.swift
[146/337] Compiling _RopeModule BigString+Initializers.swift
[147/337] Compiling _RopeModule BigString+Insert.swift
[148/337] Compiling _RopeModule BigString+Managing Breaks.swift
[149/337] Compiling _RopeModule BigString+RemoveSubrange.swift
[150/337] Compiling _RopeModule BigString+ReplaceSubrange.swift
[151/337] Compiling _RopeModule BigString+Split.swift
[152/337] Compiling _RopeModule Range+BigString.swift
[153/337] Compiling _RopeModule Rope+_Node.swift
[154/337] Compiling _RopeModule Rope+_Storage.swift
[155/337] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[156/337] Compiling _RopeModule Rope+_UnsafeHandle.swift
[157/337] Compiling _RopeModule Rope.swift
[158/337] Compiling _RopeModule RopeElement.swift
[159/337] Compiling _RopeModule RopeMetric.swift
[160/337] Compiling _RopeModule RopeSummary.swift
[161/337] Compiling _RopeModule _RopeItem.swift
[162/337] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[163/337] Compiling _RopeModule BigString+Chunk+Breaks.swift
[164/337] Compiling _RopeModule BigString+Chunk+Counts.swift
[165/337] Compiling _RopeModule BigString+Chunk+Description.swift
[166/337] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[167/337] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[168/337] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[169/337] Compiling _RopeModule BigString+Chunk+Splitting.swift
[170/337] Compiling _RopeModule BigString+Chunk.swift
[171/337] Emitting module SystemPackage
[187/341] Compiling SystemPackage Util+StringArray.swift
[188/341] Compiling SystemPackage Util.swift
[189/341] Compiling SystemPackage UtilConsumers.swift
[203/341] Emitting module RoutingKit
[204/341] Compiling RoutingKit AnyRouter.swift
[206/413] Compiling RoutingKit Parameters.swift
[207/425] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[208/425] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[211/427] Compiling HashTreeCollections _HashNode+Structural merge.swift
[212/427] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[213/442] Compiling DequeModule Deque+Equatable.swift
[214/442] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[215/442] Compiling DequeModule Deque+Extras.swift
[216/442] Compiling DequeModule Deque+Hashable.swift
[217/442] Compiling Tracing InstrumentationSystem+Tracing.swift
[218/442] Compiling DequeModule Deque+CustomReflectable.swift
[219/442] Compiling DequeModule Deque+Descriptions.swift
[220/442] Compiling DequeModule Deque+Codable.swift
[221/442] Compiling DequeModule Deque+Collection.swift
[222/442] Compiling RoutingKit Router.swift
[223/442] Compiling RoutingKit PathComponent.swift
[224/442] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[225/442] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[226/442] Compiling RoutingKit TrieRouter.swift
[227/443] Compiling Tracing TracingTime.swift
[228/443] Compiling Tracing TracerProtocol.swift
[234/443] Compiling Tracing TracerProtocol+Legacy.swift
[235/443] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[236/443] Compiling HashTreeCollections TreeSet+Debugging.swift
[237/443] Compiling HashTreeCollections TreeSet+Descriptions.swift
[238/443] Compiling HashTreeCollections TreeSet+Equatable.swift
[239/443] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[240/443] Compiling HashTreeCollections TreeSet+Extras.swift
[241/443] Compiling HashTreeCollections TreeSet+Filter.swift
[242/443] Compiling HashTreeCollections TreeSet+Hashable.swift
[243/443] Compiling HashTreeCollections TreeSet+Sendable.swift
[244/443] Compiling Tracing Tracer.swift
[250/454] Compiling _RopeModule Rope+Join.swift
[251/454] Compiling _RopeModule Rope+MutatingForEach.swift
[252/454] Compiling _RopeModule Rope+Remove.swift
[253/454] Compiling _RopeModule Rope+RemoveSubrange.swift
[254/454] Compiling _RopeModule Rope+Split.swift
[255/454] Compiling _RopeModule Optional Utilities.swift
[256/454] Compiling _RopeModule String Utilities.swift
[257/454] Compiling _RopeModule String.Index+ABI.swift
[258/454] Compiling DequeModule _DequeBuffer.swift
[259/454] Compiling DequeModule _DequeBufferHeader.swift
[260/464] Emitting module Tracing
[263/464] Compiling DequeModule Deque._UnsafeHandle.swift
[264/464] Compiling DequeModule Deque.swift
[267/464] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[268/464] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[269/464] Compiling HashTreeCollections TreeDictionary+Filter.swift
[270/464] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[271/464] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[272/464] Compiling HashTreeCollections TreeDictionary+Keys.swift
[273/464] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[274/464] Compiling HashTreeCollections TreeDictionary+Merge.swift
[275/464] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[276/464] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[277/464] Compiling HashTreeCollections TreeDictionary+Values.swift
[278/464] Compiling HashTreeCollections TreeDictionary.swift
[279/464] Compiling HashTreeCollections TreeSet+Codable.swift
[280/464] Compiling HashTreeCollections TreeSet+Collection.swift
[288/464] Compiling HashTreeCollections _HashNode+Builder.swift
[289/464] Compiling HashTreeCollections _HashNode+Debugging.swift
[290/464] Compiling HashTreeCollections _HashNode+Initializers.swift
[296/473] Compiling HashTreeCollections _HashNodeHeader.swift
[297/473] Compiling HashTreeCollections _HashSlot.swift
[298/473] Compiling HashTreeCollections _HashStack.swift
[299/473] Compiling HashTreeCollections _AncestorHashSlots.swift
[300/473] Compiling HashTreeCollections _Bitmap.swift
[301/473] Compiling HashTreeCollections _Bucket.swift
[302/473] Compiling HashTreeCollections _Hash.swift
[303/473] Compiling HashTreeCollections _HashLevel.swift
[315/473] Compiling DequeModule Deque+Testing.swift
[316/473] Compiling DequeModule Deque._Storage.swift
[321/473] Compiling DequeModule _DequeSlot.swift
[322/473] Compiling DequeModule _UnsafeWrappedBuffer.swift
[338/473] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[339/473] Compiling HashTreeCollections _HashTreeIterator.swift
[340/473] Compiling HashTreeCollections _HashTreeStatistics.swift
[341/473] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[342/473] Compiling HashTreeCollections _RawHashNode.swift
[343/473] Compiling HashTreeCollections _UnmanagedHashNode.swift
[344/473] Compiling HashTreeCollections _UnsafePath.swift
[345/473] Compiling HashTreeCollections TreeDictionary+Codable.swift
[349/473] Compiling Tracing NoOpTracer.swift
[350/473] Compiling Tracing SpanProtocol.swift
[351/474] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[355/500] Compiling HashTreeCollections _HashNode+Invariants.swift
[356/500] Compiling HashTreeCollections _HashNode+Lookups.swift
[363/500] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[364/500] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[365/500] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[366/500] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[367/500] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[368/500] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[369/500] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[370/500] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[371/500] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[372/500] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[373/500] Compiling HashTreeCollections TreeSet.swift
[374/500] Emitting module CryptoBoringWrapper
[375/500] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[376/500] Compiling CryptoBoringWrapper RandomBytes.swift
[377/500] Compiling CryptoBoringWrapper EllipticCurve.swift
[378/500] Compiling ConsoleKitTerminal Console+Confirm.swift
[379/500] Compiling ConsoleKitTerminal Console+Input.swift
[380/500] Compiling ConsoleKitTerminal Console+Center.swift
[381/500] Compiling ConsoleKitTerminal Console+Output.swift
[382/500] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[383/500] Compiling ConsoleKitTerminal ANSI.swift
[384/500] Compiling ConsoleKitTerminal Console+Wait.swift
[385/500] Compiling ConsoleKitTerminal ConsoleColor.swift
[386/500] Compiling ConsoleKitTerminal ConsoleStyle.swift
[387/503] Emitting module SwiftASN1
[388/557] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[389/557] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[390/557] Compiling BitCollections BitArray+Extras.swift
[391/557] Compiling BitCollections BitArray+Fill.swift
[392/557] Compiling BitCollections BitArray+Hashable.swift
[393/557] Compiling BitCollections BitArray+Initializers.swift
[394/557] Compiling BitCollections BitArray+Invariants.swift
[395/557] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[396/557] Compiling BitCollections BitArray+BitwiseOperations.swift
[397/557] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[400/557] Emitting module DequeModule
[401/558] Compiling BitCollections BitSet+CustomReflectable.swift
[402/558] Compiling BitCollections BitSet+CustomStringConvertible.swift
[403/558] Compiling BitCollections BitSet+Equatable.swift
[407/558] Compiling BitCollections BitArray+Codable.swift
[408/558] Compiling BitCollections BitArray+Collection.swift
[417/558] Emitting module ConsoleKitTerminal
[418/558] Compiling BitCollections BitSet+Random.swift
[419/558] Compiling BitCollections BitSet+SetAlgebra basics.swift
[420/558] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[421/558] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[422/558] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[423/558] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[424/558] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[425/558] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[426/558] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[427/558] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[428/558] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[430/558] Compiling BitCollections BitArray+Equatable.swift
[431/558] Compiling BitCollections BitArray+RandomBits.swift
[432/558] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[433/558] Emitting module OrderedCollections
[434/559] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[435/559] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[436/579] Compiling Atomics Primitives.shims.swift
[437/579] Compiling Atomics AtomicInteger.swift
[438/579] Compiling Atomics AtomicOptionalWrappable.swift
[440/581] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[444/581] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[445/581] Compiling BitCollections BitSet+Extras.swift
[446/581] Compiling BitCollections BitSet+Hashable.swift
[447/613] Compiling Algorithms Reductions.swift
[448/613] Compiling Algorithms Rotate.swift
[450/613] Compiling Algorithms FlattenCollection.swift
[451/613] Compiling Algorithms Grouped.swift
[452/613] Compiling Algorithms Indexed.swift
[453/613] Compiling Algorithms Intersperse.swift
[454/613] Compiling Algorithms Compacted.swift
[455/613] Compiling Algorithms Cycle.swift
[456/613] Compiling Algorithms EitherSequence.swift
[457/613] Compiling Algorithms FirstNonNil.swift
[458/613] Compiling Algorithms Joined.swift
[459/613] Compiling Algorithms Keyed.swift
[460/613] Compiling Algorithms MinMax.swift
[461/613] Compiling Algorithms AdjacentPairs.swift
[462/613] Compiling Algorithms Chain.swift
[463/613] Compiling Algorithms Chunked.swift
[464/613] Compiling Algorithms Combinations.swift
[465/613] Compiling Algorithms RandomSample.swift
[468/613] Compiling Algorithms Partition.swift
[469/613] Compiling Algorithms Permutations.swift
[470/613] Compiling Algorithms Product.swift
[471/613] Compiling Algorithms Split.swift
[478/613] Compiling Algorithms Stride.swift
[479/613] Compiling Algorithms Suffix.swift
[492/614] Compiling BitCollections BitSet+Initializers.swift
[493/614] Compiling BitCollections BitSet+Invariants.swift
[509/614] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[510/614] Emitting module BitCollections
[521/614] Emitting module _RopeModule
[522/614] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[523/614] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[524/614] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[525/614] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[526/614] Compiling BitCollections BitSet+SetAlgebra union.swift
[527/614] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[528/614] Compiling BitCollections BitSet.Counted.swift
[529/730] Compiling Crypto ASN1Boolean.swift
[530/730] Compiling Crypto ASN1Identifier.swift
[531/730] Compiling Crypto ASN1Integer.swift
[532/734] Compiling Crypto HPKE-KexKeyDerivation.swift
[533/734] Compiling Crypto HPKE-LabeledExtract.swift
[534/734] Compiling Crypto HPKE-Utils.swift
[535/734] Compiling Crypto DHKEM.swift
[536/734] Compiling Crypto HPKE-KEM-Curve25519.swift
[537/734] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[538/734] Compiling Crypto HPKE-KEM.swift
[539/752] Compiling ConsoleKitCommands Command.swift
[540/752] Compiling ConsoleKitCommands CommandContext.swift
[541/752] Compiling ConsoleKitCommands CommandError.swift
[542/752] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[543/752] Compiling ConsoleKitCommands AsyncCommand.swift
[544/752] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[545/752] Compiling ConsoleKitCommands Console+Run.swift
[546/752] Compiling ConsoleKitCommands ConsoleError.swift
[547/752] Compiling ConsoleKitCommands Completion.swift
[548/752] Compiling ConsoleKitCommands AsyncCommands.swift
[549/752] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[550/752] Compiling ConsoleKitCommands AnyCommand.swift
[551/752] Compiling ConsoleKitCommands CommandGroup.swift
[552/752] Compiling ConsoleKitCommands CommandInput.swift
[553/752] Compiling ConsoleKitCommands Commands.swift
[554/752] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[555/752] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[556/752] Compiling ConsoleKitCommands Argument.swift
[557/752] Compiling ConsoleKitCommands CommandSignature.swift
[558/752] Compiling ConsoleKitCommands Flag.swift
[559/752] Compiling ConsoleKitCommands Option.swift
[560/752] Compiling Crypto SEC1PrivateKey.swift
[561/752] Compiling Crypto SubjectPublicKeyInfo.swift
[562/752] Compiling Crypto CryptoKitErrors.swift
[567/755] Emitting module ConsoleKitCommands
[571/755] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[572/755] Compiling ConsoleKitCommands Utilities.swift
[580/758] Compiling Crypto NISTCurvesKeys.swift
[581/758] Compiling Crypto X25519Keys.swift
[582/758] Compiling Crypto HPKE.swift
[583/758] Compiling Crypto HPKE-Context.swift
[584/758] Compiling Crypto HPKE-KeySchedule.swift
[585/758] Compiling Crypto HPKE-Modes.swift
[588/764] Emitting module AsyncAlgorithms
[595/764] Compiling AsyncAlgorithms SetAlgebra.swift
[596/764] Compiling AsyncAlgorithms UnsafeTransfer.swift
[597/764] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[598/764] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[608/765] Compiling Crypto AESWrap_boring.swift
[609/765] Compiling Crypto Ed25519_boring.swift
[610/765] Compiling Crypto NISTCurvesKeys_boring.swift
[611/765] Compiling Crypto X25519Keys_boring.swift
[612/765] Compiling Crypto Curve25519.swift
[613/765] Compiling Crypto Ed25519Keys.swift
[626/765] Compiling Algorithms Trim.swift
[627/765] Compiling Algorithms Unique.swift
[628/765] Compiling Algorithms Windows.swift
[650/765] Compiling Crypto HashFunctions.swift
[651/765] Compiling Crypto HashFunctions_SHA2.swift
[652/765] Compiling Crypto HPKE-AEAD.swift
[653/765] Compiling Crypto HKDF.swift
[654/765] Compiling Crypto AESWrap.swift
[692/774] Emitting module HashTreeCollections
[693/776] Compiling Crypto SymmetricKeys.swift
[694/776] Compiling Crypto HMAC.swift
[695/776] Compiling Crypto MACFunctions.swift
[696/776] Compiling Crypto MessageAuthenticationCode.swift
[697/776] Compiling Crypto AES.swift
[698/776] Compiling Crypto ECDSASignature_boring.swift
[699/776] Compiling Crypto ECDSA_boring.swift
[700/776] Compiling Crypto EdDSA_boring.swift
[701/776] Compiling Crypto ECDSA.swift
[702/776] Compiling Crypto Ed25519.swift
[707/776] Compiling AsyncAlgorithms ZipStateMachine.swift
[708/776] Compiling AsyncAlgorithms ZipStorage.swift
[729/777] Compiling Crypto HPKE-Ciphersuite.swift
[730/777] Compiling Crypto HPKE-KDF.swift
[738/777] Compiling Crypto HPKE-Errors.swift
[745/777] Emitting module Crypto
[747/777] Emitting module Atomics
[749/782] Emitting module Collections
[750/782] Compiling Collections Collections.swift
[751/801] Emitting module ConsoleKit
[752/801] Compiling ConsoleKit Exports.swift
[755/866] Emitting module Algorithms
[757/867] Compiling ServiceLifecycle CancellationWaiter.swift
[758/867] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[759/868] Compiling NIOCore AsyncChannel.swift
[760/868] Compiling NIOCore AsyncChannelHandler.swift
[761/868] Compiling NIOCore AsyncChannelInboundStream.swift
[762/868] Compiling NIOCore AsyncChannelOutboundWriter.swift
[763/868] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[764/868] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[765/869] Emitting module ServiceLifecycle
[766/869] Compiling _ConnectionPoolModule PoolStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:553:48: error: cannot find 'pow' in scope
551 |
552 | let start = Double(100_000_000)
553 | let backoffNanosecondsDouble = start * pow(1.25, Double(attempts - 1))
| `- error: cannot find 'pow' in scope
554 |
555 | // Cap to 60s _before_ we convert to Int64, to avoid trapping in the Int64 initializer.
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:563:33: error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
561 | let jitterRange = (backoffNanoseconds / 100) * 3
562 | // Pick a random element from the range +/- jitter range.
563 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
564 | let jitteredBackoff = backoff + jitter
565 | return jitteredBackoff
Swift.Duration.nanoseconds:3:33: note: where 'T' = 'Float16'
1 | struct Duration {
2 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
3 | @inlinable public static func nanoseconds<T>(_ nanoseconds: T) -> Duration where T : BinaryInteger}
| `- note: where 'T' = 'Float16'
4 |
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:563:74: error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
561 | let jitterRange = (backoffNanoseconds / 100) * 3
562 | // Pick a random element from the range +/- jitter range.
563 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
564 | let jitteredBackoff = backoff + jitter
565 | return jitteredBackoff
Swift.ClosedRange:1:11: note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
1 | extension ClosedRange : Collection, BidirectionalCollection, RandomAccessCollection where Bound : Strideable, Bound.Stride : SignedInteger {
| `- note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
2 | public typealias SubSequence = Slice<ClosedRange<Bound>>
3 | @inlinable public var startIndex: ClosedRange<Bound>.Index { get }
[767/869] Compiling NIOCore AddressedEnvelope.swift
[768/869] Compiling NIOCore AsyncAwaitSupport.swift
[775/869] Compiling NIOCore NIOAsyncSequenceProducer.swift
[776/869] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[777/869] Compiling NIOCore NIOAsyncWriter.swift
[778/869] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[779/869] Compiling NIOCore BSDSocketAPI.swift
[780/869] Compiling NIOCore ByteBuffer-aux.swift
[781/869] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[782/869] Compiling NIOCore ByteBuffer-conversions.swift
[783/869] Compiling NIOCore ByteBuffer-core.swift
[784/869] Compiling NIOCore ByteBuffer-hex.swift
[785/869] Compiling NIOCore ByteBuffer-int.swift
[786/869] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[787/869] Compiling NIOCore ByteBuffer-multi-int.swift
[788/869] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[789/869] Compiling ServiceLifecycle ServiceRunnerError.swift
[790/869] Compiling Crypto Signature.swift
[791/869] Compiling Crypto CryptoKitErrors_boring.swift
[792/869] Compiling Crypto RNG_boring.swift
[793/869] Compiling Crypto SafeCompare_boring.swift
[794/869] Compiling Crypto Zeroization_boring.swift
[795/869] Compiling Crypto PrettyBytes.swift
[796/869] Compiling Crypto SafeCompare.swift
[797/869] Compiling Crypto SecureBytes.swift
[798/869] Compiling Crypto Zeroization.swift
[799/869] Compiling ServiceLifecycle Service.swift
[800/869] Compiling ServiceLifecycle GracefulShutdown.swift
[801/869] Compiling ServiceLifecycle ServiceGroup.swift
[802/871] Compiling NIOCore MulticastChannel.swift
[803/871] Compiling NIOCore NIOAny.swift
[804/871] Compiling NIOCore NIOCloseOnErrorHandler.swift
[805/871] Compiling NIOCore NIOLoopBound.swift
[806/871] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[807/871] Compiling NIOCore NIOScheduledCallback.swift
[808/871] Compiling NIOCore NIOSendable.swift
[809/871] Compiling NIOCore RecvByteBufferAllocator.swift
[812/879] Compiling _ConnectionPoolModule TinyFastSequence.swift
[819/879] Emitting module _ConnectionPoolModule
BUILD FAILURE 6.1 android