Build Information
Failed to build FarmhouseCore, reference master (5158eb), with Swift 6.1 for Android on 27 May 2025 23:49:19 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KreuzKummelll/FarmhouseCore.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/KreuzKummelll/FarmhouseCore
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 5158ebc update grammar
Cloned https://github.com/KreuzKummelll/FarmhouseCore.git
Revision (git rev-parse @):
5158ebcec2d747930849f277ef67a08c63c14913
SUCCESS checkout https://github.com/KreuzKummelll/FarmhouseCore.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/KreuzKummelll/FarmhouseCore.git
https://github.com/KreuzKummelll/FarmhouseCore.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "fluent",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent.git"
},
{
"identity" : "crud-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/simonedelmann/crud-kit.git"
},
{
"identity" : "fluent-postgres-driver",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-postgres-driver.git"
}
],
"manifest_display_name" : "FarmhouseCore",
"name" : "FarmhouseCore",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "9.0"
}
],
"products" : [
{
"name" : "FarmhouseCore",
"targets" : [
"FarmhouseCore"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FarmhouseCoreTests",
"module_type" : "SwiftTarget",
"name" : "FarmhouseCoreTests",
"path" : "Tests/FarmhouseCoreTests",
"sources" : [
"FarmhouseCoreTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"FarmhouseCore"
],
"type" : "test"
},
{
"c99name" : "FarmhouseCore",
"module_type" : "SwiftTarget",
"name" : "FarmhouseCore",
"path" : "Sources/FarmhouseCore",
"product_dependencies" : [
"Fluent",
"FluentPostgresDriver",
"CRUDKit"
],
"product_memberships" : [
"FarmhouseCore"
],
"sources" : [
"Entities/Description.swift",
"Entities/Farm.swift",
"Entities/NameAndAlternatives.swift",
"Entities/Price.swift",
"Entities/Product.swift",
"Entities/Storefront.swift",
"Entities/TLDR.swift",
"Entities/User.swift",
"Enumerations/UserType.swift",
"Public+Entities/PubicStorefront.swift",
"Public+Entities/PublicDescription.swift",
"Public+Entities/PublicFarm.swift",
"Public+Entities/PublicNameAndAlternatives.swift",
"Public+Entities/PublicPrice.swift",
"Public+Entities/PublicProduct.swift",
"Public+Entities/PublicTLDR.swift",
"Public+Entities/PublicUser.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/fluent.git
Fetching https://github.com/vapor/fluent-postgres-driver.git
Fetching https://github.com/simonedelmann/crud-kit.git
[1/2659] Fetching fluent-postgres-driver
[1171/16080] Fetching fluent-postgres-driver, fluent
[7895/16861] Fetching fluent-postgres-driver, fluent, crud-kit
Fetched https://github.com/vapor/fluent-postgres-driver.git from cache (0.24s)
[5306/14202] Fetching fluent, crud-kit
Fetched https://github.com/simonedelmann/crud-kit.git from cache (0.28s)
[5369/13421] Fetching fluent
Fetched https://github.com/vapor/fluent.git from cache (0.50s)
Computing version for https://github.com/simonedelmann/crud-kit.git
Computed https://github.com/simonedelmann/crud-kit.git at 1.1.0 (0.98s)
Fetching https://github.com/vapor/vapor.git
[1/74378] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (1.78s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 4.12.0 (3.18s)
Fetching https://github.com/vapor/fluent-kit.git
[1/13328] Fetching fluent-kit
Fetched https://github.com/vapor/fluent-kit.git from cache (0.58s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.2 (1.26s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/apple/swift-log.git
[1/5983] Fetching sql-kit
[181/9819] Fetching sql-kit, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.40s)
Fetched https://github.com/vapor/sql-kit.git from cache (0.40s)
[1/76055] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.49s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (6.78s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.63s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.21s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.00s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[4392/6101] Fetching swift-system, swift-atomics
Fetched https://github.com/apple/swift-system.git from cache (0.35s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.43s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.90s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.48s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.73s)
Computing version for https://github.com/vapor/fluent-postgres-driver.git
Computed https://github.com/vapor/fluent-postgres-driver.git at 2.10.1 (0.47s)
Fetching https://github.com/vapor/postgres-kit.git
[1/5355] Fetching postgres-kit
Fetched https://github.com/vapor/postgres-kit.git from cache (0.34s)
Computing version for https://github.com/vapor/postgres-kit.git
Computed https://github.com/vapor/postgres-kit.git at 2.14.0 (0.84s)
Fetching https://github.com/vapor/postgres-nio.git
Fetching https://github.com/vapor/async-kit.git
[1/2370] Fetching async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.28s)
[1/12271] Fetching postgres-nio
Fetched https://github.com/vapor/postgres-nio.git from cache (0.70s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (3.10s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5959] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.49s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.29s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.45s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.04s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.26.1 (0.57s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/2426] Fetching swift-service-lifecycle
[729/5093] Fetching swift-service-lifecycle, swift-nio-transport-services
[2049/7299] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-metrics
[7300/21235] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-metrics, swift-crypto
[9948/36078] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-metrics, swift-crypto, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.57s)
[9907/33411] Fetching swift-service-lifecycle, swift-metrics, swift-crypto, swift-nio-ssl
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (2.02s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.10s)
Fetched https://github.com/apple/swift-metrics.git from cache (2.51s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.54s)
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 (3.53s)
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 (2.10s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (2.67s)
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.54s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.47s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.59s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.24s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.79s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.63s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.57s)
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-nio-http2.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
Fetching https://github.com/vapor/multipart-kit.git
[1/1063] Fetching swift-service-context
[1064/6977] Fetching swift-service-context, swift-nio-extras
[1242/9586] Fetching swift-service-context, swift-nio-extras, websocket-kit
[1878/12905] Fetching swift-service-context, swift-nio-extras, websocket-kit, multipart-kit
[5840/17879] Fetching swift-service-context, swift-nio-extras, websocket-kit, multipart-kit, swift-distributed-tracing
[15194/29406] Fetching swift-service-context, swift-nio-extras, websocket-kit, multipart-kit, swift-distributed-tracing, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.46s)
Fetching https://github.com/vapor/routing-kit.git
[12925/23492] Fetching swift-service-context, websocket-kit, multipart-kit, swift-distributed-tracing, swift-nio-http2
[19150/44219] Fetching swift-service-context, websocket-kit, multipart-kit, swift-distributed-tracing, swift-nio-http2, routing-kit
Fetched https://github.com/apple/swift-service-context.git from cache (1.61s)
Fetched https://github.com/vapor/websocket-kit.git from cache (1.61s)
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.68s)
[27361/29020] Fetching multipart-kit, swift-distributed-tracing, routing-kit
[29021/34597] Fetching multipart-kit, swift-distributed-tracing, routing-kit, console-kit
[29022/48611] Fetching multipart-kit, swift-distributed-tracing, routing-kit, console-kit, async-http-client
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (2.25s)
[32987/43637] Fetching multipart-kit, routing-kit, console-kit, async-http-client
Fetched https://github.com/vapor/multipart-kit.git from cache (2.30s)
[33592/40318] Fetching routing-kit, console-kit, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (1.90s)
[18050/19591] Fetching console-kit, async-http-client
Fetched https://github.com/vapor/console-kit.git from cache (0.75s)
[13454/14014] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.27s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (3.53s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.63s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.47s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (2.95s)
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.85s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-types.git
[1/904] Fetching swift-http-types
[806/2045] Fetching swift-http-types, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-types.git from cache (0.26s)
[58/1141] Fetching swift-http-structured-headers
[1142/7296] Fetching swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.33s)
[1108/6155] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (0.58s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.37s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.52s)
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.45s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.46s)
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.50s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.51s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/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/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/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-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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-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/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/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/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-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/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/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/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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/vapor/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/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-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.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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/simonedelmann/crud-kit.git
Working copy of https://github.com/simonedelmann/crud-kit.git resolved at 1.1.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/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/fluent.git
Working copy of https://github.com/vapor/fluent.git resolved at 4.12.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/vapor/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/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/vapor/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/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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Building for debugging...
[0/846] Write sources
[46/846] Compiling CNIOLinux liburing_shims.c
[46/846] Write sources
[48/846] Compiling CNIOWindows shim.c
[48/846] Write sources
[51/846] Compiling CNIOWASI CNIOWASI.c
[51/846] Write sources
[63/846] Compiling CNIOWindows WSAStartup.c
[64/846] Compiling _NumericsShims _NumericsShims.c
[65/846] Compiling _AtomicsShims.c
[66/846] Compiling CNIOSHA1 c_nio_sha1.c
[67/846] Compiling CVaporBcrypt blf.c
[68/846] Compiling CVaporBcrypt bcrypt.c
[69/846] Compiling CSystem shims.c
[70/846] Compiling CNIOExtrasZlib empty.c
[71/846] Write swift-version-24593BA9C3E375BF.txt
[72/846] Compiling CNIOLLHTTP c_nio_http.c
[73/846] Compiling CNIODarwin shim.c
[74/846] Compiling CNIOLinux shim.c
[75/846] Compiling CNIOLLHTTP c_nio_api.c
[76/846] Compiling fiat_p256_adx_sqr.S
[77/846] Compiling fiat_p256_adx_mul.S
[78/893] Compiling CNIOLLHTTP c_nio_llhttp.c
[79/910] Compiling CNIOBoringSSLShims shims.c
[81/929] Emitting module RealModule
[82/930] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[83/930] Compiling InternalCollectionsUtilities Debugging.swift
[84/931] Compiling _NIODataStructures PriorityQueue.swift
[85/931] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[86/931] Compiling InternalCollectionsUtilities UInt+reversed.swift
[87/931] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[88/931] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[89/931] Compiling RealModule Real.swift
[90/931] Compiling _NIODataStructures _TinyArray.swift
[91/931] Compiling RealModule RealFunctions.swift
[92/931] Compiling RealModule Float+Real.swift
[93/931] Emitting module InternalCollectionsUtilities
[94/931] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[95/931] Compiling InternalCollectionsUtilities Integer rank.swift
[96/931] Compiling RealModule Float16+Real.swift
[97/931] Compiling RealModule Float80+Real.swift
[98/931] Compiling ServiceContextModule ServiceContextKey.swift
[99/931] Compiling ServiceContextModule ServiceContext.swift
[100/931] Compiling InternalCollectionsUtilities Descriptions.swift
[101/931] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[102/931] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[103/931] Compiling InternalCollectionsUtilities _SortedCollection.swift
[104/931] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[105/931] Emitting module _NIOBase64
[108/931] Compiling RealModule ElementaryFunctions.swift
[109/931] Compiling _NIOBase64 Base64.swift
[110/931] Emitting module ServiceContextModule
[113/934] Compiling _NIODataStructures Heap.swift
[114/934] Emitting module _NIODataStructures
[118/935] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[118/936] Compiling fiat_curve25519_adx_square.S
[121/936] Compiling fiat_curve25519_adx_mul.S
[127/1019] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[128/1019] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[129/1019] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[130/1019] Emitting module SystemPackage
[131/1019] Compiling Instrumentation Instrument.swift
[132/1019] Compiling Instrumentation NoOpInstrument.swift
[133/1019] Compiling ConcurrencyHelpers LockedValueBox.swift
[134/1019] Emitting module Instrumentation
[135/1019] Compiling Instrumentation MultiplexInstrument.swift
[136/1019] Compiling Instrumentation InstrumentationSystem.swift
[137/1019] Compiling CoreMetrics Metrics.swift
[138/1019] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[139/1019] Compiling _RopeModule BigString+Hashing.swift
[140/1019] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[141/1019] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[142/1019] Compiling _RopeModule BigString+Chunk+Splitting.swift
[143/1019] Compiling _RopeModule BigString+Chunk.swift
[144/1019] Compiling _RopeModule BigString+BidirectionalCollection.swift
[145/1019] Compiling _RopeModule BigString+Builder.swift
[146/1019] Compiling _RopeModule BigString+Contents.swift
[147/1021] Compiling _RopeModule BigString+Ingester.swift
[148/1021] Compiling _RopeModule BigString+Invariants.swift
[149/1021] Compiling _RopeModule Rope+_Storage.swift
[150/1021] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[151/1021] Compiling _RopeModule Rope+_UnsafeHandle.swift
[152/1021] Compiling _RopeModule Rope.swift
[153/1021] Compiling _RopeModule RopeElement.swift
[154/1021] Compiling _RopeModule RopeMetric.swift
[155/1021] Compiling _RopeModule RopeSummary.swift
[156/1021] Compiling _RopeModule _RopeItem.swift
[157/1021] Compiling _RopeModule _RopePath.swift
[158/1030] Compiling _RopeModule BigString+Equatable.swift
[160/1030] Compiling _RopeModule BigString+Comparable.swift
[161/1030] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[162/1030] Compiling _RopeModule BigString+CustomStringConvertible.swift
[168/1030] Compiling _RopeModule BigString+Sequence.swift
[169/1030] Compiling _RopeModule BigString+TextOutputStream.swift
[175/1030] Emitting module SwiftASN1
[176/1030] Emitting module _RopeModule
[177/1030] Compiling Instrumentation Locks.swift
[178/1030] Emitting module CoreMetrics
[179/1030] Compiling CoreMetrics Locks.swift
[180/1030] Compiling Logging MetadataProvider.swift
[181/1032] Emitting module ConcurrencyHelpers
[182/1032] Compiling ConcurrencyHelpers Lock.swift
[186/1033] Emitting module Logging
[187/1033] Compiling Logging Locks.swift
[188/1033] Compiling _RopeModule BigString+Debugging.swift
[189/1033] Compiling _RopeModule BigString+Index.swift
[189/1033] Compiling tls_record.cc
[191/1033] Compiling SwiftASN1 DER.swift
[192/1033] Compiling SwiftASN1 Errors.swift
[196/1034] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[197/1034] Compiling _RopeModule BigString+Chunk+Breaks.swift
[198/1034] Compiling _RopeModule BigString+Chunk+Counts.swift
[199/1034] Compiling _RopeModule BigString+Chunk+Description.swift
[202/1034] Compiling _RopeModule BigString+Summary.swift
[203/1034] Compiling _RopeModule BigString.swift
[212/1034] Compiling _RopeModule _RopeVersion.swift
[213/1034] Compiling _RopeModule Rope+Collection.swift
[214/1034] Compiling _RopeModule Rope+Index.swift
[215/1034] Compiling _RopeModule Rope+Sequence.swift
[216/1034] Compiling _RopeModule Rope+Append.swift
[217/1034] Compiling _RopeModule Rope+Extract.swift
[218/1034] Compiling _RopeModule Rope+Find.swift
[219/1034] Compiling _RopeModule Rope+ForEachWhile.swift
[220/1034] Compiling _RopeModule Rope+Insert.swift
[221/1035] Compiling Logging LogHandler.swift
[222/1035] Compiling Logging Logging.swift
[223/1036] Compiling _RopeModule Rope+Join.swift
[224/1036] Compiling _RopeModule Rope+MutatingForEach.swift
[225/1036] Compiling _RopeModule Rope+Remove.swift
[226/1036] Compiling _RopeModule Rope+RemoveSubrange.swift
[227/1036] Compiling _RopeModule Rope+Split.swift
[228/1036] Compiling _RopeModule Optional Utilities.swift
[229/1036] Compiling _RopeModule String Utilities.swift
[230/1036] Compiling _RopeModule String.Index+ABI.swift
[231/1036] Compiling _RopeModule _CharacterRecognizer.swift
[254/1036] Compiling _RopeModule BigString+UnicodeScalarView.swift
[255/1036] Compiling _RopeModule BigSubstring+UTF16View.swift
[256/1036] Compiling _RopeModule BigSubstring+UTF8View.swift
[257/1036] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[258/1036] Compiling _RopeModule BigSubstring.swift
[259/1036] Compiling _RopeModule Rope+Builder.swift
[260/1036] Compiling _RopeModule Rope+Debugging.swift
[261/1036] Compiling _RopeModule Rope+Invariants.swift
[262/1036] Compiling _RopeModule Rope+_Node.swift
[263/1036] Compiling _RopeModule BigString+Append.swift
[264/1036] Compiling _RopeModule BigString+Initializers.swift
[265/1036] Compiling _RopeModule BigString+Insert.swift
[266/1036] Compiling _RopeModule BigString+Managing Breaks.swift
[267/1036] Compiling _RopeModule BigString+RemoveSubrange.swift
[268/1036] Compiling _RopeModule BigString+ReplaceSubrange.swift
[269/1036] Compiling _RopeModule BigString+Split.swift
[270/1036] Compiling _RopeModule Range+BigString.swift
[271/1036] Compiling _RopeModule BigString+UTF16View.swift
[272/1036] Compiling _RopeModule BigString+UTF8View.swift
[274/1165] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[275/1165] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[277/1192] Compiling OrderedCollections _HashTable+Testing.swift
[278/1192] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[279/1192] Compiling HeapModule Heap+Descriptions.swift
[280/1192] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[281/1192] Compiling OrderedCollections OrderedDictionary+Elements.swift
[282/1200] Compiling HeapModule _HeapNode.swift
[283/1205] Compiling OrderedCollections _HashTable+Bucket.swift
[284/1205] Compiling OrderedCollections _HashTable+BucketIterator.swift
[285/1205] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[286/1205] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[287/1205] Compiling HeapModule Heap.swift
[288/1211] Compiling HeapModule Heap+Invariants.swift
[289/1211] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[290/1211] Compiling HeapModule Heap+UnsafeHandle.swift
[291/1211] Emitting module HeapModule
[293/1212] Compiling DequeModule _DequeSlot.swift
[294/1212] Compiling DequeModule _UnsafeWrappedBuffer.swift
[295/1212] Compiling HashTreeCollections TreeSet+Hashable.swift
[296/1212] Compiling HashTreeCollections TreeSet+Sendable.swift
[297/1212] Compiling HashTreeCollections TreeSet+Sequence.swift
[298/1212] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[299/1212] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[300/1212] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[301/1212] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[302/1212] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[303/1212] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[304/1212] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[305/1222] Compiling Tracing TracerProtocol.swift
[306/1222] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[307/1222] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[308/1222] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[309/1222] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[310/1222] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[311/1222] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[312/1222] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[313/1222] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[314/1222] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[315/1222] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[316/1222] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[317/1222] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[318/1222] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[319/1222] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[320/1229] Compiling Tracing TracingTime.swift
[321/1229] Compiling OrderedCollections _HashTable+Constants.swift
[322/1229] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[323/1229] Emitting module UnixSignals
[324/1229] Compiling Tracing InstrumentationSystem+Tracing.swift
[325/1229] Compiling Tracing NoOpTracer.swift
[326/1229] Emitting module Tracing
[327/1229] Compiling Tracing TracerProtocol+Legacy.swift
[328/1229] Compiling OrderedCollections OrderedSet+SubSequence.swift
[329/1229] Compiling OrderedCollections OrderedSet+Testing.swift
[330/1229] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[331/1229] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[332/1229] Compiling OrderedCollections OrderedSet.swift
[333/1229] Compiling OrderedCollections _UnsafeBitset.swift
[334/1229] Compiling HashTreeCollections TreeSet+Equatable.swift
[335/1229] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[336/1229] Compiling HashTreeCollections TreeSet+Extras.swift
[337/1229] Compiling HashTreeCollections TreeSet+Filter.swift
[338/1229] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[339/1229] Compiling OrderedCollections OrderedDictionary+Values.swift
[340/1229] Compiling OrderedCollections OrderedDictionary.swift
[341/1229] Compiling OrderedCollections OrderedSet+Codable.swift
[342/1229] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[343/1229] Compiling OrderedCollections OrderedSet+Descriptions.swift
[344/1229] Compiling OrderedCollections OrderedSet+Diffing.swift
[345/1229] Compiling OrderedCollections OrderedSet+Equatable.swift
[346/1229] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[347/1229] Compiling OrderedCollections OrderedSet+Hashable.swift
[348/1229] Compiling OrderedCollections OrderedSet+Initializers.swift
[349/1229] Compiling Tracing Tracer.swift
[350/1229] Compiling UnixSignals UnixSignal.swift
[351/1229] Compiling UnixSignals UnixSignalsSequence.swift
[352/1230] Compiling OrderedCollections OrderedDictionary+Codable.swift
[353/1230] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[364/1230] Compiling OrderedCollections OrderedSet+Insertions.swift
[365/1230] Compiling OrderedCollections OrderedSet+Invariants.swift
[366/1230] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[367/1230] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[368/1230] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[369/1230] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[370/1230] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[371/1230] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[372/1230] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[373/1230] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[374/1230] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[375/1230] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[376/1230] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[387/1230] Emitting module DequeModule
[388/1230] Compiling RoutingKit Router.swift
[389/1230] Compiling RoutingKit TrieRouter.swift
[390/1230] Compiling RoutingKit PathComponent.swift
[392/1231] Compiling Tracing SpanProtocol.swift
[393/1232] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[394/1232] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[395/1232] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[396/1232] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[397/1232] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[398/1232] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[399/1232] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[400/1232] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[401/1232] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[402/1232] Compiling HashTreeCollections TreeSet.swift
[422/1232] Compiling OrderedCollections OrderedSet+Sendable.swift
[423/1232] Emitting module Metrics
[424/1232] Compiling Metrics Metrics.swift
[425/1233] Compiling RoutingKit AnyRouter.swift
[426/1233] Compiling RoutingKit Parameters.swift
[427/1233] Emitting module RoutingKit
[436/1234] Compiling tls_method.cc
[438/1234] Emitting module OrderedCollections
[472/1235] Compiling tls13_server.cc
[473/1235] Compiling tls13_client.cc
[474/1235] Compiling tls13_enc.cc
[475/1235] Compiling tls13_both.cc
[476/1235] Compiling t1_enc.cc
[478/1235] Emitting module HashTreeCollections
[479/1236] Compiling ssl_session.cc
[480/1236] Compiling ssl_x509.cc
[481/1236] Compiling ssl_transcript.cc
[482/1236] Compiling ssl_versions.cc
[483/1236] Compiling ssl_stat.cc
[484/1236] Compiling ssl_privkey.cc
[485/1236] Compiling ssl_credential.cc
[486/1236] Compiling ssl_file.cc
[487/1236] Compiling ssl_key_share.cc
[488/1236] Compiling ssl_cert.cc
[489/1236] Compiling ssl_cipher.cc
[490/1236] Compiling ssl_lib.cc
[491/1236] Compiling ssl_buffer.cc
[492/1236] Compiling ssl_asn1.cc
[493/1236] Compiling s3_both.cc
[494/1236] Compiling handshake.cc
[495/1236] Compiling s3_lib.cc
[496/1236] Compiling ssl_aead_ctx.cc
[497/1236] Compiling s3_pkt.cc
[498/1236] Compiling handshake_server.cc
[499/1236] Compiling handshake_client.cc
[500/1236] Compiling encrypted_client_hello.cc
[501/1236] Compiling dtls_record.cc
[502/1236] Compiling dtls_method.cc
[503/1236] Compiling extensions.cc
[504/1236] Compiling handoff.cc
[505/1236] Compiling md5-x86_64-linux.S
[506/1236] Compiling md5-x86_64-apple.S
[507/1236] Compiling d1_srtp.cc
[508/1236] Compiling md5-586-linux.S
[509/1236] Compiling d1_pkt.cc
[510/1236] Compiling err_data.cc
[511/1236] Compiling md5-586-apple.S
[512/1236] Compiling chacha20_poly1305_x86_64-linux.S
[513/1236] Compiling chacha20_poly1305_armv8-win.S
[514/1236] Compiling chacha20_poly1305_x86_64-apple.S
[515/1236] Compiling chacha20_poly1305_armv8-apple.S
[516/1236] Compiling chacha-x86_64-linux.S
[517/1236] Compiling chacha20_poly1305_armv8-linux.S
[518/1236] Compiling chacha-x86_64-apple.S
[519/1236] Compiling chacha-x86-linux.S
[520/1236] Compiling chacha-armv8-win.S
[521/1236] Compiling chacha-x86-apple.S
[522/1236] Compiling chacha-armv8-apple.S
[523/1236] Compiling chacha-armv4-linux.S
[524/1236] Compiling aes128gcmsiv-x86_64-linux.S
[525/1236] Compiling bio_ssl.cc
[526/1236] Compiling chacha-armv8-linux.S
[527/1236] Compiling d1_lib.cc
[527/1236] Compiling aes128gcmsiv-x86_64-apple.S
[529/1236] Compiling x86_64-mont5-linux.S
[530/1236] Compiling x86_64-mont5-apple.S
[531/1236] Compiling x86_64-mont-linux.S
[532/1236] Compiling x86_64-mont-apple.S
[533/1236] Compiling x86-mont-apple.S
[534/1236] Compiling x86-mont-linux.S
[535/1236] Compiling vpaes-x86_64-linux.S
[536/1236] Compiling vpaes-x86_64-apple.S
[537/1236] Compiling vpaes-x86-apple.S
[538/1236] Compiling vpaes-armv8-win.S
[539/1236] Compiling vpaes-x86-linux.S
[540/1236] Compiling vpaes-armv8-linux.S
[541/1236] Compiling vpaes-armv7-linux.S
[542/1236] Compiling vpaes-armv8-apple.S
[543/1236] Compiling sha512-x86_64-linux.S
[544/1236] Compiling sha512-x86_64-apple.S
[545/1236] Compiling sha512-armv8-win.S
[546/1236] Compiling sha512-armv8-apple.S
[547/1236] Compiling sha512-armv8-linux.S
[548/1236] Compiling sha256-x86_64-linux.S
[549/1236] Compiling sha512-armv4-linux.S
[550/1236] Compiling sha256-x86_64-apple.S
[551/1236] Compiling d1_both.cc
[552/1236] Compiling sha512-586-apple.S
[553/1236] Compiling sha512-586-linux.S
[554/1236] Compiling sha256-armv4-linux.S
[555/1236] Compiling sha256-586-linux.S
[556/1236] Compiling sha1-x86_64-linux.S
[557/1236] Compiling sha256-586-apple.S
[558/1236] Compiling sha256-armv8-linux.S
[559/1236] Compiling sha256-armv8-win.S
[560/1236] Compiling sha256-armv8-apple.S
[561/1236] Compiling sha1-armv8-win.S
[562/1236] Compiling sha1-586-linux.S
[563/1236] Compiling sha1-x86_64-apple.S
[564/1236] Compiling sha1-armv8-apple.S
[565/1236] Compiling sha1-586-apple.S
[566/1236] Compiling sha1-armv4-large-linux.S
[567/1236] Compiling rsaz-avx2-linux.S
[568/1236] Compiling sha1-armv8-linux.S
[569/1236] Compiling rdrand-x86_64-linux.S
[570/1236] Compiling rsaz-avx2-apple.S
[571/1236] Compiling p256_beeu-x86_64-asm-linux.S
[571/1236] Compiling p256_beeu-armv8-asm-linux.S
[573/1236] Compiling p256_beeu-armv8-asm-win.S
[574/1236] Compiling p256_beeu-x86_64-asm-apple.S
[575/1236] Compiling p256-x86_64-asm-linux.S
[575/1236] Compiling rdrand-x86_64-apple.S
[577/1236] Compiling p256_beeu-armv8-asm-apple.S
[578/1236] Compiling p256-x86_64-asm-apple.S
[579/1236] Compiling p256-armv8-asm-win.S
[580/1236] Compiling ghashv8-armv8-linux.S
[581/1236] Compiling ghashv8-armv8-win.S
[582/1236] Compiling p256-armv8-asm-apple.S
[583/1236] Compiling ghashv8-armv8-apple.S
[584/1236] Compiling ghashv8-armv7-linux.S
[585/1236] Compiling ghash-x86_64-linux.S
[586/1236] Compiling p256-armv8-asm-linux.S
[587/1236] Compiling ghash-x86_64-apple.S
[588/1236] Compiling ghash-x86-linux.S
[589/1236] Compiling ghash-x86-apple.S
[590/1236] Compiling ghash-ssse3-x86-linux.S
[591/1236] Compiling ghash-ssse3-x86_64-linux.S
[592/1236] Compiling ghash-ssse3-x86_64-apple.S
[593/1236] Compiling ghash-neon-armv8-linux.S
[594/1236] Compiling ghash-neon-armv8-win.S
[595/1236] Compiling ghash-ssse3-x86-apple.S
[596/1236] Compiling ghash-neon-armv8-apple.S
[597/1236] Compiling co-586-linux.S
[598/1236] Compiling ghash-armv4-linux.S
[599/1236] Compiling co-586-apple.S
[600/1236] Compiling bsaes-armv7-linux.S
[601/1236] Compiling bn-armv8-win.S
[602/1236] Compiling bn-armv8-linux.S
[603/1236] Compiling bn-armv8-apple.S
[604/1236] Compiling armv8-mont-win.S
[605/1236] Compiling bn-586-linux.S
[606/1236] Compiling bn-586-apple.S
[607/1236] Compiling aesv8-gcm-armv8-win.S
[608/1236] Compiling armv8-mont-apple.S
[609/1236] Compiling armv4-mont-linux.S
[610/1236] Compiling aesv8-armv8-win.S
[611/1236] Compiling aesv8-gcm-armv8-apple.S
[612/1236] Compiling armv8-mont-linux.S
[613/1236] Compiling aesv8-gcm-armv8-linux.S
[614/1236] Compiling aesv8-armv7-linux.S
[614/1236] Compiling aesni-x86_64-linux.S
[616/1236] Compiling aesv8-armv8-linux.S
[617/1236] Compiling aesv8-armv8-apple.S
[618/1236] Compiling aesni-x86_64-apple.S
[619/1236] Compiling aesni-x86-linux.S
[620/1236] Compiling aesni-x86-apple.S
[621/1236] Compiling aesni-gcm-x86_64-linux.S
[622/1236] Compiling aes-gcm-avx2-x86_64-linux.S
[623/1236] Compiling aesni-gcm-x86_64-apple.S
[624/1236] Compiling aes-gcm-avx2-x86_64-apple.S
[625/1236] Compiling aes-gcm-avx10-x86_64-linux.S
[626/1236] Compiling aes-gcm-avx10-x86_64-apple.S
[627/1236] Compiling x_x509.cc
[628/1236] Compiling x_x509a.cc
[629/1236] Compiling x_req.cc
[630/1236] Compiling x_val.cc
[631/1236] Compiling x_name.cc
[632/1236] Compiling x_sig.cc
[633/1236] Compiling x_pubkey.cc
[634/1236] Compiling x_spki.cc
[635/1236] Compiling x509spki.cc
[636/1236] Compiling x_attrib.cc
[637/1236] Compiling x_exten.cc
[638/1236] Compiling x_algor.cc
[639/1236] Compiling x_crl.cc
[640/1236] Compiling x_all.cc
[641/1236] Compiling x509name.cc
[642/1236] Compiling x509rset.cc
[643/1236] Compiling x509_vpm.cc
[644/1236] Compiling x509cset.cc
[645/1236] Compiling x509_v3.cc
[646/1236] Compiling x509_trs.cc
[647/1236] Compiling x509_vfy.cc
[648/1236] Compiling x509_txt.cc
[649/1236] Compiling x509_set.cc
[650/1236] Compiling x509_req.cc
[651/1236] Compiling x509_lu.cc
[652/1236] Compiling x509_obj.cc
[653/1236] Compiling x509_ext.cc
[654/1236] Compiling x509_def.cc
[655/1236] Compiling x509_d2.cc
[656/1236] Compiling x509_att.cc
[657/1236] Compiling x509_cmp.cc
[658/1236] Compiling x509.cc
[659/1236] Compiling v3_prn.cc
[660/1236] Compiling v3_pcons.cc
[661/1236] Compiling v3_pmaps.cc
[662/1236] Compiling v3_utl.cc
[663/1236] Compiling v3_skey.cc
[664/1236] Compiling v3_purp.cc
[665/1236] Compiling v3_ocsp.cc
[666/1236] Compiling v3_ncons.cc
[667/1236] Compiling v3_extku.cc
[668/1236] Compiling v3_lib.cc
[669/1236] Compiling v3_info.cc
[670/1236] Compiling v3_int.cc
[671/1236] Compiling v3_genn.cc
[672/1236] Compiling v3_ia5.cc
[673/1236] Compiling v3_crld.cc
[674/1236] Compiling v3_akey.cc
[675/1236] Compiling v3_enum.cc
[676/1236] Compiling v3_cpols.cc
[677/1236] Compiling v3_bitst.cc
[678/1236] Compiling t_x509.cc
[679/1236] Compiling v3_alt.cc
[680/1236] Compiling v3_conf.cc
[681/1236] Compiling v3_bcons.cc
[682/1236] Compiling v3_akeya.cc
[683/1236] Compiling t_x509a.cc
[684/1236] Compiling t_req.cc
[685/1236] Compiling i2d_pr.cc
[686/1236] Compiling rsa_pss.cc
[687/1236] Compiling t_crl.cc
[688/1236] Compiling name_print.cc
[689/1236] Compiling policy.cc
[690/1236] Compiling by_dir.cc
[691/1236] Compiling by_file.cc
[692/1236] Compiling algorithm.cc
[693/1236] Compiling asn1_gen.cc
[694/1236] Compiling a_verify.cc
[695/1236] Compiling a_sign.cc
[696/1236] Compiling voprf.cc
[697/1236] Compiling a_digest.cc
[698/1236] Compiling trust_token.cc
[699/1236] Compiling thread_pthread.cc
[700/1236] Compiling thread_win.cc
[701/1236] Compiling thread_none.cc
[702/1236] Compiling pmbtoken.cc
[703/1236] Compiling thread.cc
[704/1236] Compiling stack.cc
[705/1236] Compiling spake2plus.cc
[706/1236] Compiling sha512.cc
[707/1236] Compiling sha1.cc
[708/1236] Compiling sha256.cc
[709/1236] Compiling slhdsa.cc
[709/1236] Compiling siphash.cc
[711/1236] Compiling rsa_print.cc
[712/1236] Compiling rsa_extra.cc
[713/1236] Compiling urandom.cc
[714/1236] Compiling rsa_crypt.cc
[715/1236] Compiling trusty.cc
[716/1236] Compiling rc4.cc
[717/1236] Compiling windows.cc
[718/1236] Compiling refcount.cc
[719/1236] Compiling rsa_asn1.cc
[720/1236] Compiling rand.cc
[721/1236] Compiling passive.cc
[722/1236] Compiling poly1305_arm_asm.S
[723/1236] Compiling ios.cc
[724/1236] Compiling getentropy.cc
[725/1236] Compiling forkunsafe.cc
[726/1236] Compiling fork_detect.cc
[727/1236] Compiling deterministic.cc
[728/1236] Compiling poly1305_vec.cc
[729/1236] Compiling pool.cc
[730/1236] Compiling poly1305.cc
[731/1236] Compiling poly1305_arm.cc
[732/1236] Compiling p5_pbev2.cc
[733/1236] Compiling pkcs8_x509.cc
[734/1236] Compiling pkcs8.cc
[735/1236] Compiling pkcs7_x509.cc
[736/1236] Compiling pkcs7.cc
[737/1236] Compiling pem_pk8.cc
[738/1236] Compiling pem_xaux.cc
[739/1236] Compiling pem_pkey.cc
[740/1236] Compiling pem_x509.cc
[741/1236] Compiling pem_lib.cc
[742/1236] Compiling mlkem.cc
[743/1236] Compiling mldsa.cc
[744/1236] Compiling obj_xref.cc
[745/1236] Compiling pem_oth.cc
[746/1236] Compiling pem_info.cc
[747/1236] Compiling pem_all.cc
[748/1236] Compiling mem.cc
[749/1236] Compiling poly_rq_mul.S
[750/1236] Compiling fips_shared_support.cc
[751/1236] Compiling obj.cc
[752/1236] Compiling md5.cc
[753/1236] Compiling md4.cc
[754/1236] Compiling lhash.cc
[755/1236] Compiling ex_data.cc
[756/1236] Compiling sign.cc
[757/1236] Compiling scrypt.cc
[758/1236] Compiling kyber.cc
[759/1236] Compiling p_x25519_asn1.cc
[760/1236] Compiling hrss.cc
[761/1236] Compiling print.cc
[762/1236] Compiling hpke.cc
[763/1236] Compiling p_x25519.cc
[764/1236] Compiling pbkdf.cc
[765/1236] Compiling p_ed25519.cc
[766/1236] Compiling p_rsa.cc
[767/1236] Compiling p_rsa_asn1.cc
[768/1236] Compiling p_dh_asn1.cc
[769/1236] Compiling p_ec.cc
[770/1236] Compiling p_ed25519_asn1.cc
[771/1236] Compiling p_hkdf.cc
[772/1236] Compiling p_ec_asn1.cc
[773/1236] Compiling p_dh.cc
[774/1236] Compiling p_dsa_asn1.cc
[775/1236] Compiling evp.cc
[776/1236] Compiling engine.cc
[777/1236] Compiling evp_ctx.cc
[778/1236] Compiling err.cc
[779/1236] Compiling ecdh.cc
[780/1236] Compiling ecdsa_asn1.cc
[781/1236] Compiling ec_derive.cc
[782/1236] Compiling evp_asn1.cc
[783/1236] Compiling hash_to_curve.cc
[784/1236] Compiling ec_asn1.cc
[785/1236] Compiling bcm.cc
[786/1236] Compiling dsa.cc
[787/1236] Compiling dsa_asn1.cc
[788/1236] Compiling x25519-asm-arm.S
[789/1236] Compiling des.cc
[790/1236] Compiling digest_extra.cc
[791/1236] Compiling params.cc
[792/1236] Compiling dh_asn1.cc
[793/1236] Compiling spake25519.cc
[794/1236] Compiling curve25519_64_adx.cc
[795/1236] Compiling curve25519.cc
[796/1236] Compiling crypto.cc
[797/1236] Compiling cpu_intel.cc
[798/1236] Compiling cpu_arm_freebsd.cc
[799/1236] Compiling cpu_arm_linux.cc
[800/1236] Compiling cpu_aarch64_win.cc
[801/1236] Compiling cpu_aarch64_linux.cc
[802/1236] Compiling cpu_aarch64_openbsd.cc
[803/1236] Compiling cpu_aarch64_fuchsia.cc
[804/1236] Compiling cpu_aarch64_sysreg.cc
[805/1236] Compiling cpu_aarch64_apple.cc
[806/1236] Compiling conf.cc
[807/1236] Compiling get_cipher.cc
[808/1236] Compiling e_rc2.cc
[809/1236] Compiling tls_cbc.cc
[810/1236] Compiling e_tls.cc
[811/1236] Compiling e_rc4.cc
[812/1236] Compiling e_null.cc
[813/1236] Compiling e_aesgcmsiv.cc
[814/1236] Compiling e_des.cc
[815/1236] Compiling chacha.cc
[816/1236] Compiling e_chacha20poly1305.cc
[817/1236] Compiling e_aesctrhmac.cc
[818/1236] Compiling derive_key.cc
[819/1236] Compiling unicode.cc
[820/1236] Compiling buf.cc
[821/1236] Compiling asn1_compat.cc
[822/1236] Compiling cbs.cc
[823/1236] Compiling ber.cc
[824/1236] Compiling cbb.cc
[825/1236] Compiling socket_helper.cc
[826/1236] Compiling convert.cc
[827/1236] Compiling bn_asn1.cc
[828/1236] Compiling blake2.cc
[829/1236] Compiling hexdump.cc
[830/1236] Compiling socket.cc
[831/1236] Compiling printf.cc
[832/1236] Compiling file.cc
[833/1236] Compiling pair.cc
[834/1236] Compiling connect.cc
[835/1236] Compiling errno.cc
[836/1236] Compiling fd.cc
[837/1236] Compiling bio_mem.cc
[838/1236] Compiling bio.cc
[839/1236] Compiling base64.cc
[840/1236] Compiling tasn_typ.cc
[841/1236] Compiling tasn_fre.cc
[842/1236] Compiling tasn_enc.cc
[843/1236] Compiling tasn_utl.cc
[844/1236] Compiling tasn_new.cc
[845/1236] Compiling posix_time.cc
[846/1236] Compiling tasn_dec.cc
[847/1236] Compiling f_string.cc
[848/1236] Compiling asn_pack.cc
[849/1236] Compiling f_int.cc
[850/1236] Compiling asn1_par.cc
[851/1236] Compiling asn1_lib.cc
[852/1236] Compiling a_utctm.cc
[853/1236] Compiling a_type.cc
[854/1236] Compiling a_octet.cc
[855/1236] Compiling a_time.cc
[856/1236] Compiling a_strnid.cc
[857/1236] Compiling a_strex.cc
[858/1236] Compiling a_object.cc
[859/1236] Compiling a_mbstr.cc
[860/1236] Compiling a_int.cc
[861/1236] Compiling a_i2d_fp.cc
[862/1236] Compiling a_dup.cc
[863/1236] Compiling fiat_p256_adx_sqr.S
[864/1236] Compiling a_d2i_fp.cc
[865/1236] Compiling a_gentm.cc
[866/1236] Compiling fiat_p256_adx_mul.S
[867/1236] Compiling a_bitstr.cc
[868/1236] Compiling CCryptoBoringSSLShims shims.c
[869/1236] Compiling fiat_curve25519_adx_square.S
[870/1236] Compiling md5-x86_64-apple.S
[871/1236] Compiling fiat_curve25519_adx_mul.S
[872/1236] Compiling md5-x86_64-linux.S
[873/1236] Compiling a_bool.cc
[874/1236] Compiling md5-586-linux.S
[875/1236] Compiling md5-586-apple.S
[876/1236] Compiling chacha20_poly1305_x86_64-apple.S
[877/1236] Compiling chacha20_poly1305_x86_64-linux.S
[878/1236] Compiling chacha20_poly1305_armv8-win.S
[879/1236] Compiling chacha20_poly1305_armv8-linux.S
[880/1236] Compiling chacha20_poly1305_armv8-apple.S
[881/1236] Compiling chacha-x86-linux.S
[882/1236] Compiling chacha-x86_64-apple.S
[882/1236] Compiling chacha-x86_64-linux.S
[884/1236] Compiling err_data.cc
[885/1236] Compiling chacha-x86-apple.S
[886/1236] Compiling chacha-armv4-linux.S
[887/1236] Compiling chacha-armv8-apple.S
[888/1236] Compiling chacha-armv8-win.S
[889/1236] Compiling chacha-armv8-linux.S
[890/1236] Compiling aes128gcmsiv-x86_64-linux.S
[891/1236] Compiling x86_64-mont5-linux.S
[892/1236] Compiling aes128gcmsiv-x86_64-apple.S
[893/1236] Compiling x86_64-mont5-apple.S
[894/1236] Compiling x86_64-mont-linux.S
[895/1236] Compiling x86_64-mont-apple.S
[896/1236] Compiling x86-mont-linux.S
[897/1236] Compiling x86-mont-apple.S
[898/1236] Compiling vpaes-x86_64-apple.S
[898/1236] Compiling vpaes-x86-linux.S
[900/1236] Compiling vpaes-x86_64-linux.S
[901/1236] Compiling vpaes-x86-apple.S
[902/1236] Compiling vpaes-armv8-win.S
[903/1236] Compiling vpaes-armv8-apple.S
[904/1236] Compiling vpaes-armv7-linux.S
[905/1236] Compiling sha512-x86_64-linux.S
[906/1236] Compiling vpaes-armv8-linux.S
[907/1236] Compiling sha512-x86_64-apple.S
[908/1236] Compiling sha512-armv4-linux.S
[909/1236] Compiling sha512-armv8-apple.S
[910/1236] Compiling sha512-armv8-win.S
[911/1236] Compiling sha512-586-linux.S
[912/1236] Compiling sha512-586-apple.S
[913/1236] Compiling sha512-armv8-linux.S
[914/1236] Compiling sha256-x86_64-linux.S
[915/1236] Compiling sha256-armv8-win.S
[916/1236] Compiling sha256-x86_64-apple.S
[917/1236] Compiling sha256-armv8-linux.S
[918/1236] Compiling sha256-armv8-apple.S
[919/1236] Compiling sha256-armv4-linux.S
[920/1236] Compiling sha1-x86_64-linux.S
[921/1236] Compiling sha256-586-linux.S
[922/1236] Compiling sha256-586-apple.S
[923/1236] Compiling sha1-armv8-apple.S
[924/1236] Compiling sha1-x86_64-apple.S
[924/1236] Compiling sha1-armv8-win.S
[926/1236] Compiling sha1-armv4-large-linux.S
[927/1236] Compiling sha1-586-linux.S
[928/1236] Compiling c-nioatomics.c
[929/1236] Compiling sha1-armv8-linux.S
[930/1236] Compiling rsaz-avx2-linux.S
[931/1236] Compiling rsaz-avx2-apple.S
[932/1236] Compiling sha1-586-apple.S
[933/1236] Compiling rdrand-x86_64-linux.S
[934/1236] Compiling rdrand-x86_64-apple.S
[935/1236] Compiling p256_beeu-x86_64-asm-linux.S
[936/1236] Compiling p256_beeu-x86_64-asm-apple.S
[937/1236] Compiling p256_beeu-armv8-asm-linux.S
[938/1236] Compiling p256_beeu-armv8-asm-win.S
[939/1236] Compiling p256_beeu-armv8-asm-apple.S
[940/1236] Compiling p256-x86_64-asm-linux.S
[941/1236] Compiling p256-x86_64-asm-apple.S
[942/1236] Compiling p256-armv8-asm-win.S
[943/1236] Compiling p256-armv8-asm-linux.S
[944/1236] Compiling p256-armv8-asm-apple.S
[945/1236] Compiling ghashv8-armv8-win.S
[946/1236] Compiling ghash-x86_64-apple.S
[947/1236] Compiling ghashv8-armv8-apple.S
[947/1236] Compiling ghash-x86-apple.S
[949/1236] Compiling ghash-x86_64-linux.S
[950/1236] Compiling ghashv8-armv8-linux.S
[951/1236] Compiling ghash-x86-linux.S
[952/1236] Compiling ghashv8-armv7-linux.S
[953/1236] Compiling ghash-ssse3-x86-apple.S
[954/1236] Compiling ghash-ssse3-x86_64-linux.S
[955/1236] Compiling ghash-ssse3-x86-linux.S
[956/1236] Compiling ghash-neon-armv8-linux.S
[957/1236] Compiling ghash-ssse3-x86_64-apple.S
[958/1236] Compiling ghash-neon-armv8-apple.S
[959/1236] Compiling ghash-neon-armv8-win.S
[960/1236] Compiling co-586-linux.S
[961/1236] Compiling ghash-armv4-linux.S
[962/1236] Compiling co-586-apple.S
[963/1236] Compiling bsaes-armv7-linux.S
[964/1236] Compiling bn-armv8-linux.S
[965/1236] Compiling bn-armv8-win.S
[966/1236] Compiling bn-armv8-apple.S
[967/1236] Compiling armv8-mont-win.S
[968/1236] Compiling bn-586-apple.S
[969/1236] Compiling bn-586-linux.S
[970/1236] Compiling armv8-mont-apple.S
[971/1236] Compiling armv8-mont-linux.S
[972/1236] Compiling aesv8-gcm-armv8-win.S
[973/1236] Compiling armv4-mont-linux.S
[974/1236] Compiling aesv8-gcm-armv8-apple.S
[975/1236] Compiling aesv8-gcm-armv8-linux.S
[976/1236] Compiling aesv8-armv8-win.S
[977/1236] Compiling aesv8-armv8-apple.S
[978/1236] Compiling aesv8-armv7-linux.S
[979/1236] Compiling aesv8-armv8-linux.S
[980/1236] Compiling aesni-x86_64-linux.S
[981/1236] Compiling aesni-x86-apple.S
[982/1236] Compiling aesni-x86_64-apple.S
[983/1236] Compiling aesni-x86-linux.S
[984/1236] Compiling aes-gcm-avx10-x86_64-linux.S
[985/1236] Compiling aesni-gcm-x86_64-linux.S
[986/1236] Compiling aesni-gcm-x86_64-apple.S
[987/1236] Compiling aes-gcm-avx10-x86_64-apple.S
[988/1236] Compiling c-atomics.c
[989/1236] Compiling x_val.cc
[990/1236] Compiling x_pubkey.cc
[991/1236] Compiling x_req.cc
[992/1236] Compiling x_sig.cc
[993/1242] Compiling x_x509.cc
[994/1242] Compiling x_spki.cc
[995/1242] Compiling x_name.cc
[996/1242] Compiling x_x509a.cc
[997/1242] Compiling x_attrib.cc
[999/1242] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1000/1242] Compiling NIOConcurrencyHelpers lock.swift
[1001/1242] Emitting module NIOConcurrencyHelpers
[1001/1242] Compiling x_all.cc
[1003/1242] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1004/1242] Compiling NIOConcurrencyHelpers NIOLock.swift
[1005/1242] Compiling NIOConcurrencyHelpers atomics.swift
[1006/1243] Compiling x_algor.cc
[1006/1243] Compiling x_exten.cc
[1008/1243] Compiling x_crl.cc
[1009/1243] Compiling x509name.cc
[1010/1243] Compiling x509spki.cc
[1011/1269] Compiling x509rset.cc
[1013/1269] Compiling ConsoleKitTerminal Console+Confirm.swift
[1014/1269] Compiling ConsoleKitTerminal Console+Input.swift
[1015/1269] Compiling ConsoleKitTerminal Console+Center.swift
[1016/1269] Compiling ConsoleKitTerminal Console+Output.swift
[1017/1272] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1018/1272] Compiling ConsoleKitTerminal ConsoleClear.swift
[1019/1272] Compiling ConsoleKitTerminal Console+Ask.swift
[1020/1272] Compiling ConsoleKitTerminal Console+Choose.swift
[1021/1272] Emitting module ConsoleKitTerminal
[1021/1272] Compiling x509cset.cc
[1021/1272] Compiling x509_vfy.cc
[1024/1272] Compiling ConsoleKitTerminal ActivityBar.swift
[1025/1272] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1026/1272] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1027/1272] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1028/1272] Compiling ConsoleKitTerminal CustomActivity.swift
[1029/1272] Compiling ConsoleKitTerminal LoadingBar.swift
[1030/1272] Compiling ConsoleKitTerminal ProgressBar.swift
[1031/1272] Compiling ConsoleKitTerminal Console+Clear.swift
[1031/1272] Compiling x509_txt.cc
[1033/1272] Compiling ConsoleKitTerminal ConsoleText.swift
[1034/1272] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1035/1272] Compiling ConsoleKitTerminal ANSI.swift
[1036/1272] Compiling ConsoleKitTerminal Console+Wait.swift
[1037/1272] Compiling ConsoleKitTerminal ConsoleColor.swift
[1038/1272] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1039/1272] Compiling ConsoleKitTerminal Console.swift
[1040/1272] Compiling ConsoleKitTerminal Terminal.swift
[1041/1272] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1041/1272] Compiling x509_v3.cc
[1042/1272] Compiling x509_vpm.cc
[1043/1272] Compiling x509_trs.cc
[1044/1272] Compiling x509_set.cc
[1046/1272] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1047/1272] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1048/1272] Compiling ConsoleKitTerminal LoggerFragment.swift
[1049/1273] Compiling x509_req.cc
[1050/1273] Compiling x509_obj.cc
[1051/1273] Compiling x509_lu.cc
[1052/1273] Compiling x509_ext.cc
[1053/1273] Compiling x509_def.cc
[1054/1283] Compiling x509_d2.cc
[1055/1295] Compiling x509_cmp.cc
[1057/1295] Compiling ConsoleKitCommands CommandGroup.swift
[1058/1295] Compiling ConsoleKitCommands CommandInput.swift
[1059/1295] Compiling ConsoleKitCommands Commands.swift
[1060/1297] Emitting module ConsoleKitCommands
[1061/1297] Compiling ConsoleKitCommands AsyncCommands.swift
[1062/1297] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1063/1297] Compiling ConsoleKitCommands AnyCommand.swift
[1064/1297] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1065/1297] Compiling ConsoleKitCommands AsyncCommand.swift
[1066/1297] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1067/1297] Compiling ConsoleKitCommands Command.swift
[1068/1297] Compiling ConsoleKitCommands CommandContext.swift
[1069/1297] Compiling ConsoleKitCommands CommandError.swift
[1069/1297] Compiling x509_att.cc
[1071/1297] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1072/1297] Compiling ConsoleKitCommands Utilities.swift
[1072/1297] Compiling v3_prn.cc
[1073/1297] Compiling x509.cc
[1074/1297] Compiling v3_purp.cc
[1075/1297] Compiling v3_skey.cc
[1076/1297] Compiling v3_utl.cc
[1077/1297] Compiling v3_ncons.cc
[1078/1297] Compiling v3_pmaps.cc
[1080/1297] Compiling ConsoleKitCommands Console+Run.swift
[1081/1297] Compiling ConsoleKitCommands ConsoleError.swift
[1082/1297] Compiling ConsoleKitCommands Completion.swift
[1083/1297] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1084/1297] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1085/1297] Compiling ConsoleKitCommands Argument.swift
[1086/1297] Compiling ConsoleKitCommands CommandSignature.swift
[1087/1297] Compiling ConsoleKitCommands Flag.swift
[1088/1297] Compiling ConsoleKitCommands Option.swift
[1088/1298] Compiling v3_info.cc
[1090/1298] Compiling v3_pcons.cc
[1091/1300] Compiling v3_ia5.cc
[1092/1300] Compiling v3_ocsp.cc
[1094/1300] Compiling ConsoleKit Exports.swift
[1095/1300] Emitting module ConsoleKit
[1095/1301] Compiling v3_int.cc
[1097/1301] Compiling v3_extku.cc
[1098/1301] Compiling v3_lib.cc
[1099/1301] Compiling v3_enum.cc
[1100/1301] Compiling v3_crld.cc
[1101/1301] Compiling v3_genn.cc
[1102/1301] Compiling v3_conf.cc
[1103/1301] Compiling v3_cpols.cc
[1104/1301] Compiling v3_bitst.cc
[1105/1301] Compiling v3_bcons.cc
[1106/1301] Compiling v3_alt.cc
[1107/1301] Compiling v3_akeya.cc
[1108/1301] Compiling v3_akey.cc
[1109/1301] Compiling t_x509a.cc
[1110/1301] Compiling t_x509.cc
[1111/1301] Compiling t_req.cc
[1112/1301] Compiling rsa_pss.cc
[1113/1301] Compiling i2d_pr.cc
[1114/1301] Compiling t_crl.cc
[1115/1301] Compiling policy.cc
[1116/1301] Compiling by_file.cc
[1117/1301] Compiling name_print.cc
[1118/1301] Compiling by_dir.cc
[1119/1301] Compiling algorithm.cc
[1120/1301] Compiling a_sign.cc
[1121/1301] Compiling a_verify.cc
[1122/1301] Compiling asn1_gen.cc
[1123/1301] Compiling trust_token.cc
[1124/1301] Compiling voprf.cc
[1125/1301] Compiling a_digest.cc
[1126/1301] Compiling thread_pthread.cc
[1127/1301] Compiling pmbtoken.cc
[1128/1301] Compiling thread_win.cc
[1129/1301] Compiling thread_none.cc
[1130/1301] Compiling stack.cc
[1131/1301] Compiling thread.cc
[1132/1301] Compiling merkle.cc
[1133/1301] Compiling siphash.cc
[1134/1301] Compiling wots.cc
[1135/1301] Compiling sha512.cc
[1136/1301] Compiling slhdsa.cc
[1137/1301] Compiling thash.cc
[1138/1301] Compiling fors.cc
[1139/1301] Compiling sha256.cc
[1140/1301] Compiling sha1.cc
[1141/1301] Compiling rc4.cc
[1142/1301] Compiling rsa_print.cc
[1143/1301] Compiling rsa_extra.cc
[1144/1301] Compiling rsa_crypt.cc
[1145/1301] Compiling refcount.cc
[1146/1301] Compiling windows.cc
[1147/1301] Compiling urandom.cc
[1148/1301] Compiling rsa_asn1.cc
[1149/1301] Compiling trusty.cc
[1150/1301] Compiling rand_extra.cc
[1151/1301] Compiling ios.cc
[1152/1301] Compiling passive.cc
[1153/1301] Compiling poly1305_arm_asm.S
[1154/1301] Compiling forkunsafe.cc
[1155/1301] Compiling poly1305_arm.cc
[1156/1301] Compiling getentropy.cc
[1157/1301] Compiling poly1305_vec.cc
[1158/1301] Compiling fork_detect.cc
[1159/1301] Compiling deterministic.cc
[1160/1301] Compiling pool.cc
[1161/1301] Compiling poly1305.cc
[1162/1301] Compiling pkcs7.cc
[1163/1301] Compiling pkcs7_x509.cc
[1164/1301] Compiling pkcs8.cc
[1165/1301] Compiling pem_xaux.cc
[1166/1301] Compiling pkcs8_x509.cc
[1167/1301] Compiling p5_pbev2.cc
[1168/1301] Compiling pem_pkey.cc
[1169/1301] Compiling pem_pk8.cc
[1170/1301] Compiling pem_x509.cc
[1171/1301] Compiling pem_lib.cc
[1172/1301] Compiling pem_oth.cc
[1173/1301] Compiling obj_xref.cc
[1174/1301] Compiling pem_info.cc
[1175/1301] Compiling mem.cc
[1176/1301] Compiling pem_all.cc
[1177/1301] Compiling md5.cc
[1178/1301] Compiling mldsa.cc
[1179/1301] Compiling poly_rq_mul.S
[1180/1301] Compiling fips_shared_support.cc
[1181/1301] Compiling md4.cc
[1182/1301] Compiling mlkem.cc
[1183/1301] Compiling lhash.cc
[1184/1301] Compiling obj.cc
[1185/1301] Compiling kyber.cc
[1186/1301] Compiling ex_data.cc
[1187/1301] Compiling sign.cc
[1188/1301] Compiling print.cc
[1189/1301] Compiling hrss.cc
[1190/1301] Compiling scrypt.cc
[1191/1301] Compiling hpke.cc
[1192/1301] Compiling pbkdf.cc
[1193/1301] Compiling p_hkdf.cc
[1194/1301] Compiling p_x25519_asn1.cc
[1195/1301] Compiling p_x25519.cc
[1196/1301] Compiling p_rsa.cc
[1197/1301] Compiling p_rsa_asn1.cc
[1198/1301] Compiling p_ec_asn1.cc
[1199/1301] Compiling p_ed25519_asn1.cc
[1200/1301] Compiling p_ed25519.cc
[1201/1301] Compiling p_ec.cc
[1202/1301] Compiling evp_ctx.cc
[1203/1301] Compiling p_dh_asn1.cc
[1204/1301] Compiling p_dh.cc
[1205/1301] Compiling evp_asn1.cc
[1206/1301] Compiling p_dsa_asn1.cc
[1207/1301] Compiling evp.cc
[1208/1301] Compiling engine.cc
[1209/1301] Compiling err.cc
[1210/1301] Compiling bcm.cc
[1211/1301] Compiling ecdh_extra.cc
[1212/1301] Compiling ec_derive.cc
[1213/1301] Compiling hash_to_curve.cc
[1214/1301] Compiling ecdsa_asn1.cc
[1215/1301] Compiling ec_asn1.cc
[1216/1301] Compiling dsa.cc
[1217/1301] Compiling dsa_asn1.cc
[1218/1301] Compiling x25519-asm-arm.S
[1219/1301] Compiling params.cc
[1220/1301] Compiling digest_extra.cc
[1221/1301] Compiling spake25519.cc
[1222/1301] Compiling des.cc
[1223/1301] Compiling dh_asn1.cc
[1224/1301] Compiling cpu_arm_linux.cc
[1225/1301] Compiling curve25519_64_adx.cc
[1226/1301] Compiling crypto.cc
[1227/1301] Compiling cpu_intel.cc
[1228/1301] Compiling curve25519.cc
[1229/1301] Compiling cpu_aarch64_sysreg.cc
[1230/1301] Compiling cpu_arm_freebsd.cc
[1231/1301] Compiling cpu_aarch64_win.cc
[1232/1301] Compiling cpu_aarch64_openbsd.cc
[1233/1301] Compiling cpu_aarch64_fuchsia.cc
[1234/1301] Compiling conf.cc
[1235/1301] Compiling cpu_aarch64_apple.cc
[1236/1301] Compiling cpu_aarch64_linux.cc
[1237/1301] Compiling tls_cbc.cc
[1238/1301] Compiling e_rc4.cc
[1239/1301] Compiling e_rc2.cc
[1240/1301] Compiling e_tls.cc
[1241/1301] Compiling e_des.cc
[1242/1301] Compiling e_aesgcmsiv.cc
[1243/1301] Compiling e_aesctrhmac.cc
[1244/1301] Compiling e_chacha20poly1305.cc
[1245/1301] Compiling e_null.cc
[1246/1301] Compiling derive_key.cc
[1247/1301] Compiling cipher_extra.cc
[1248/1301] Compiling chacha.cc
[1249/1301] Compiling unicode.cc
[1250/1301] Compiling ber.cc
[1251/1301] Compiling buf.cc
[1252/1301] Compiling cbb.cc
[1253/1301] Compiling asn1_compat.cc
[1254/1301] Compiling cbs.cc
[1255/1301] Compiling convert.cc
[1256/1301] Compiling bn_asn1.cc
[1257/1301] Compiling printf.cc
[1258/1301] Compiling blake2.cc
[1259/1301] Compiling errno.cc
[1260/1301] Compiling hexdump.cc
[1261/1301] Compiling pair.cc
[1262/1301] Compiling bio.cc
[1263/1301] Compiling fd.cc
[1264/1301] Compiling bio_mem.cc
[1265/1301] Compiling file.cc
[1266/1301] Compiling base64.cc
[1267/1301] Compiling tasn_new.cc
[1268/1301] Compiling tasn_typ.cc
[1269/1301] Compiling tasn_utl.cc
[1270/1301] Compiling tasn_fre.cc
[1271/1301] Compiling tasn_enc.cc
[1272/1301] Compiling f_string.cc
[1273/1301] Compiling posix_time.cc
[1274/1301] Compiling f_int.cc
[1275/1301] Compiling tasn_dec.cc
[1276/1301] Compiling asn1_par.cc
[1277/1301] Compiling asn_pack.cc
[1278/1301] Compiling a_type.cc
[1279/1301] Compiling a_octet.cc
[1280/1301] Compiling a_utctm.cc
[1280/1301] Compiling a_time.cc
[1282/1301] Compiling asn1_lib.cc
[1283/1301] Compiling a_strnid.cc
[1284/1301] Compiling a_strex.cc
[1285/1301] Compiling a_int.cc
[1286/1301] Compiling a_mbstr.cc
[1287/1301] Compiling a_object.cc
[1288/1301] Write sources
[1289/1301] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1289/1301] Write sources
[1295/1301] Compiling a_i2d_fp.cc
[1296/1354] Compiling a_d2i_fp.cc
[1297/1373] Compiling a_dup.cc
[1298/1443] Compiling a_gentm.cc
[1300/1443] Compiling Algorithms Rotate.swift
[1301/1443] Compiling Algorithms Partition.swift
[1302/1445] Compiling Algorithms Permutations.swift
[1303/1445] Compiling Algorithms Product.swift
[1304/1445] Compiling Algorithms Grouped.swift
[1305/1445] Compiling Algorithms Indexed.swift
[1305/1445] Compiling a_bitstr.cc
[1306/1445] Compiling a_bool.cc
[1308/1445] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1309/1445] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1310/1445] Compiling AsyncAlgorithms MergeStateMachine.swift
[1311/1445] Compiling AsyncAlgorithms MergeStorage.swift
[1312/1445] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1313/1445] Compiling AsyncAlgorithms Rethrow.swift
[1314/1445] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1315/1452] Emitting module BitCollections
[1316/1452] Compiling Atomics IntegerOperations.swift
[1317/1452] Compiling Atomics Unmanaged extensions.swift
[1318/1452] Compiling Algorithms Combinations.swift
[1319/1452] Compiling Algorithms Compacted.swift
[1320/1452] Compiling Algorithms Cycle.swift
[1321/1452] Compiling Algorithms Intersperse.swift
[1322/1452] Compiling Algorithms RandomSample.swift
[1323/1452] Compiling Algorithms Reductions.swift
[1324/1460] Compiling AsyncAlgorithms AsyncChannel.swift
[1325/1460] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[1326/1460] Compiling AsyncAlgorithms ChannelStateMachine.swift
[1327/1460] Compiling AsyncAlgorithms ChannelStorage.swift
[1328/1460] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[1329/1460] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[1330/1460] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1331/1460] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1332/1460] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1333/1460] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1334/1460] Compiling AsyncAlgorithms DebounceStorage.swift
[1335/1460] Compiling AsyncAlgorithms Dictionary.swift
[1336/1460] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1337/1460] Compiling AsyncAlgorithms Locking.swift
[1338/1460] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1339/1460] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1340/1460] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1341/1460] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1342/1460] Compiling BitCollections BitSet+SetAlgebra union.swift
[1343/1460] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1344/1460] Compiling BitCollections BitSet.Counted.swift
[1351/1466] Emitting module AsyncAlgorithms
[1357/1469] Compiling Algorithms Suffix.swift
[1365/1469] Compiling Algorithms Joined.swift
[1366/1469] Compiling Algorithms Keyed.swift
[1367/1469] Compiling Algorithms MinMax.swift
[1368/1469] Compiling Algorithms Trim.swift
[1369/1469] Compiling Algorithms Unique.swift
[1370/1469] Compiling Algorithms AdjacentPairs.swift
[1371/1469] Compiling Algorithms Chain.swift
[1372/1469] Compiling Algorithms Chunked.swift
[1376/1469] Compiling Algorithms EitherSequence.swift
[1377/1469] Compiling Algorithms FirstNonNil.swift
[1378/1469] Compiling Algorithms FlattenCollection.swift
[1408/1469] Compiling CryptoBoringWrapper RandomBytes.swift
[1421/1469] Compiling BitCollections BitSet.Index.swift
[1422/1469] Compiling BitCollections BitSet._UnsafeHandle.swift
[1423/1469] Compiling BitCollections BitSet.swift
[1424/1469] Compiling BitCollections Range+Utilities.swift
[1425/1469] Compiling BitCollections Slice+Utilities.swift
[1426/1469] Compiling BitCollections UInt+Tricks.swift
[1427/1469] Compiling BitCollections _Word.swift
[1431/1470] Compiling Algorithms Windows.swift
[1446/1470] Emitting module Atomics
[1447/1470] Emitting module Algorithms
[1448/1470] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1449/1471] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1451/1471] Emitting module CryptoBoringWrapper
[1458/1471] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1459/1471] Compiling CryptoBoringWrapper EllipticCurve.swift
[1460/1471] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1461/1471] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1466/1473] Compiling AsyncAlgorithms SetAlgebra.swift
[1467/1473] Compiling AsyncAlgorithms UnsafeTransfer.swift
[1468/1473] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[1469/1473] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[1470/1473] Compiling AsyncAlgorithms ZipStateMachine.swift
[1471/1473] Compiling AsyncAlgorithms ZipStorage.swift
[1474/1476] Compiling Collections Collections.swift
[1476/1476] Emitting module Collections
[1478/1630] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1479/1631] Emitting module ServiceLifecycle
[1480/1631] Compiling Crypto SubjectPublicKeyInfo.swift
[1481/1631] Compiling Crypto CryptoKitErrors.swift
[1482/1631] Compiling Crypto Digest_boring.swift
[1483/1631] Compiling Crypto Digest.swift
[1484/1632] 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 }
[1485/1632] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1486/1632] Compiling ServiceLifecycle ServiceRunnerError.swift
[1487/1632] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1488/1632] Compiling ServiceLifecycle CancellationWaiter.swift
[1489/1632] Compiling Crypto PKCS8PrivateKey.swift
[1490/1632] Compiling Crypto SEC1PrivateKey.swift
[1491/1632] Compiling _ConnectionPoolModule TinyFastSequence.swift
[1492/1632] Compiling Crypto HPKE-Modes.swift
[1493/1632] Compiling Crypto Insecure.swift
[1494/1632] Compiling Crypto Insecure_HashFunctions.swift
[1495/1632] Compiling Crypto KEM.swift
[1496/1632] Compiling Crypto ECDH_boring.swift
[1497/1632] Compiling Crypto DH.swift
[1498/1632] Compiling Crypto ECDH.swift
[1499/1632] Compiling Crypto HKDF.swift
[1500/1640] Compiling Crypto Digests.swift
[1501/1640] Compiling Crypto HashFunctions.swift
[1502/1640] Compiling Crypto AES-GCM.swift
[1503/1640] Compiling Crypto AES-GCM_boring.swift
[1504/1640] Compiling Crypto HashFunctions_SHA2.swift
[1505/1640] Compiling Crypto HPKE-AEAD.swift
[1506/1640] Emitting module _ConnectionPoolModule
[1507/1640] Compiling Crypto HPKE-Ciphersuite.swift
[1508/1640] Compiling Crypto HPKE-KDF.swift
[1509/1640] Compiling Crypto HPKE-KexKeyDerivation.swift
[1510/1640] Compiling Crypto HPKE-LabeledExtract.swift
[1511/1640] Compiling Crypto HPKE-Utils.swift
[1512/1640] Compiling Crypto DHKEM.swift
[1513/1640] Compiling Crypto HPKE-KEM-Curve25519.swift
[1514/1640] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1515/1640] Compiling Crypto HPKE-KEM.swift
[1516/1640] Compiling Crypto HPKE-Errors.swift
[1517/1640] Compiling ServiceLifecycle Service.swift
[1518/1640] Compiling ServiceLifecycle GracefulShutdown.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/53] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/54] Compiling NIOConcurrencyHelpers lock.swift
[4/54] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[5/54] Compiling ServiceContextModule ServiceContextKey.swift
[6/54] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[7/54] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[8/54] Compiling InternalCollectionsUtilities Debugging.swift
[9/54] Compiling InternalCollectionsUtilities Descriptions.swift
[10/54] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[11/54] Compiling RealModule Real.swift
[12/54] Compiling RealModule Float80+Real.swift
[13/54] Compiling Logging MetadataProvider.swift
[14/55] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[15/55] Compiling CryptoBoringWrapper RandomBytes.swift
[16/55] Compiling NIOConcurrencyHelpers NIOLock.swift
[17/55] Compiling RealModule Float16+Real.swift
[18/55] Compiling _NIODataStructures PriorityQueue.swift
[19/55] Compiling ServiceContextModule ServiceContext.swift
[20/55] Emitting module ServiceContextModule
[21/56] Emitting module _NIOBase64
[22/56] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[23/56] Compiling RealModule Float+Real.swift
[24/56] Compiling RealModule ElementaryFunctions.swift
[25/56] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[26/56] Compiling NIOConcurrencyHelpers atomics.swift
[27/56] Compiling CryptoBoringWrapper EllipticCurve.swift
[28/56] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[29/56] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[30/56] Compiling InternalCollectionsUtilities Integer rank.swift
[31/56] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[32/56] Compiling InternalCollectionsUtilities UInt+reversed.swift
[33/56] Emitting module CryptoBoringWrapper
[34/56] Compiling RealModule RealFunctions.swift
[35/56] Emitting module Logging
[36/56] Compiling Logging Locks.swift
[38/56] Emitting module RealModule
[40/57] Compiling _NIOBase64 Base64.swift
[41/58] Emitting module NIOConcurrencyHelpers
[42/59] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[43/59] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[44/59] Compiling _NIODataStructures Heap.swift
[49/60] Emitting module _NIODataStructures
[53/77] Compiling _NIODataStructures _TinyArray.swift
[55/106] Compiling SystemPackage FilePathComponentView.swift
[56/106] Compiling SystemPackage FilePathComponents.swift
[57/106] Compiling SystemPackage FileOperations.swift
[58/106] Compiling SystemPackage FilePath.swift
[59/109] Emitting module InternalCollectionsUtilities
[61/187] Compiling Instrumentation Instrument.swift
[62/187] Emitting module Instrumentation
[63/187] Compiling Instrumentation NoOpInstrument.swift
[64/190] Compiling Instrumentation MultiplexInstrument.swift
[65/190] Compiling Instrumentation Locks.swift
[66/190] Compiling Instrumentation InstrumentationSystem.swift
[67/191] Compiling Logging LogHandler.swift
[68/191] Compiling Logging Logging.swift
[70/211] Compiling ConcurrencyHelpers LockedValueBox.swift
[72/211] Compiling Atomics UnsafeAtomic.swift
[73/211] Compiling Atomics UnsafeAtomicLazyReference.swift
[74/213] Compiling Atomics ManagedAtomic.swift
[75/213] Compiling Atomics ManagedAtomicLazyReference.swift
[76/213] Emitting module CoreMetrics
[77/213] Emitting module ConcurrencyHelpers
[78/213] Compiling ConcurrencyHelpers Lock.swift
[79/214] Compiling Atomics AtomicMemoryOrderings.swift
[80/214] Compiling Atomics DoubleWord.swift
[81/222] Compiling Atomics AtomicStorage.swift
[82/222] Compiling Atomics AtomicValue.swift
[83/224] Compiling Crypto HPKE-Ciphersuite.swift
[84/224] Compiling Crypto HPKE-KDF.swift
[85/224] Compiling Crypto HPKE-KexKeyDerivation.swift
[86/224] Compiling Crypto HPKE-LabeledExtract.swift
[88/227] Compiling Atomics AtomicBool.swift
[89/227] Compiling Atomics Primitives.shims.swift
[90/227] Compiling Atomics AtomicInteger.swift
[91/227] Compiling Atomics OptionalRawRepresentable.swift
[92/227] Compiling Atomics RawRepresentable.swift
[93/228] Emitting module SystemPackage
[94/278] Compiling _RopeModule BigString+Comparable.swift
[95/278] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[96/278] Compiling _RopeModule BigString+CustomStringConvertible.swift
[97/278] Compiling _RopeModule BigString+Equatable.swift
[98/301] Emitting module RoutingKit
[99/301] Compiling RoutingKit AnyRouter.swift
[100/301] Compiling Tracing InstrumentationSystem+Tracing.swift
[101/301] Compiling Tracing TracingTime.swift
[102/301] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[103/301] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[104/301] Compiling _RopeModule BigString+Sequence.swift
[105/301] Compiling _RopeModule BigString+TextOutputStream.swift
[106/301] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[107/301] Compiling _RopeModule BigString+Chunk+Breaks.swift
[108/301] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[109/301] Compiling _RopeModule BigString+Chunk+Splitting.swift
[110/301] Compiling _RopeModule BigString+Chunk.swift
[111/301] Compiling _RopeModule BigString+BidirectionalCollection.swift
[112/301] Compiling _RopeModule BigString+Chunk+Counts.swift
[113/301] Compiling _RopeModule BigString+Chunk+Description.swift
[114/301] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[115/301] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[116/301] Compiling _RopeModule BigString+RemoveSubrange.swift
[117/301] Compiling _RopeModule BigString+ReplaceSubrange.swift
[118/301] Compiling _RopeModule BigString+Split.swift
[131/301] Compiling Tracing Tracer.swift
[132/301] Compiling Tracing TracerProtocol+Legacy.swift
[133/301] Compiling Tracing TracerProtocol.swift
[134/301] Emitting module Tracing
[138/301] Compiling RoutingKit PathComponent.swift
[139/301] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[140/301] Compiling _RopeModule BigString+Hashing.swift
[143/301] Compiling RoutingKit Parameters.swift
[144/301] Compiling CoreMetrics Metrics.swift
[145/301] Compiling CoreMetrics Locks.swift
[147/302] Compiling _RopeModule Range+BigString.swift
[148/302] Compiling _RopeModule BigString+UTF16View.swift
[149/302] Compiling _RopeModule BigString+UTF8View.swift
[150/303] Compiling RoutingKit TrieRouter.swift
[151/303] Compiling RoutingKit Router.swift
[154/307] Compiling Tracing NoOpTracer.swift
[155/307] Compiling Tracing SpanProtocol.swift
[159/308] Compiling UnixSignals UnixSignal.swift
[160/308] Emitting module UnixSignals
[161/308] Emitting module Crypto
[162/319] Compiling UnixSignals UnixSignalsSequence.swift
[164/382] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[165/382] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[166/382] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[167/382] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[168/382] Compiling _RopeModule BigString+Iterators.swift
[169/382] Compiling _RopeModule BigString+Metrics.swift
[170/382] Compiling _RopeModule BigString+Summary.swift
[171/382] Compiling _RopeModule BigString.swift
[172/382] Compiling _RopeModule _RopeVersion.swift
[173/382] Compiling _RopeModule Rope+Collection.swift
[174/382] Compiling _RopeModule Rope+Index.swift
[175/382] Compiling _RopeModule Rope+Sequence.swift
[176/382] Compiling _RopeModule Rope+Append.swift
[177/382] Compiling _RopeModule Rope+Extract.swift
[178/382] Compiling _RopeModule Rope+Find.swift
[179/382] Compiling _RopeModule Rope+ForEachWhile.swift
[180/382] Compiling _RopeModule Rope+Insert.swift
[181/382] Compiling Crypto EdDSA_boring.swift
[182/382] Compiling Crypto ECDSA.swift
[183/382] Compiling Crypto Ed25519.swift
[184/382] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[185/382] Compiling HeapModule Heap+Descriptions.swift
[186/382] Emitting module SwiftASN1
[187/383] Compiling Metrics Metrics.swift
[188/383] Emitting module Metrics
[189/384] Compiling HeapModule _HeapNode.swift
[191/384] Compiling HeapModule Heap.swift
[193/460] Compiling HeapModule Heap+Invariants.swift
[194/460] Compiling HeapModule Heap+UnsafeHandle.swift
[195/460] Compiling HashTreeCollections TreeDictionary+Codable.swift
[196/460] Compiling HashTreeCollections TreeDictionary+Collection.swift
[197/460] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[198/460] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[199/460] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[200/460] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[201/460] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[202/460] Compiling HashTreeCollections TreeDictionary+Filter.swift
[203/460] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[204/460] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[205/460] Compiling HashTreeCollections TreeSet+Debugging.swift
[206/460] Compiling HashTreeCollections TreeSet+Descriptions.swift
[207/460] Compiling HashTreeCollections TreeSet+Equatable.swift
[208/460] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[209/460] Compiling HashTreeCollections TreeSet+Extras.swift
[210/460] Compiling HashTreeCollections TreeSet+Filter.swift
[211/460] Compiling HashTreeCollections TreeSet+Hashable.swift
[212/460] Compiling HashTreeCollections TreeSet+Sendable.swift
[213/469] Emitting module HeapModule
[222/470] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[223/470] Compiling HashTreeCollections TreeDictionary+Keys.swift
[224/470] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[225/470] Compiling HashTreeCollections _HashNode+Structural merge.swift
[226/470] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[227/470] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[228/470] Compiling HashTreeCollections _HashNode+Structural union.swift
[229/470] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[230/470] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[231/470] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[232/470] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[233/470] Compiling HashTreeCollections _HashNode.swift
[234/470] Compiling HashTreeCollections _HashNodeHeader.swift
[235/470] Compiling HashTreeCollections _HashSlot.swift
[236/470] Compiling HashTreeCollections _HashStack.swift
[237/470] Compiling HashTreeCollections _HashTreeIterator.swift
[238/470] Compiling HashTreeCollections _HashTreeStatistics.swift
[239/470] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[240/470] Compiling HashTreeCollections _RawHashNode.swift
[241/470] Compiling HashTreeCollections _UnmanagedHashNode.swift
[242/470] Compiling HashTreeCollections _UnsafePath.swift
[247/470] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[248/470] Compiling HashTreeCollections TreeDictionary+Merge.swift
[249/470] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[250/470] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[252/477] Compiling HashTreeCollections _Hash.swift
[253/477] Compiling HashTreeCollections _HashLevel.swift
[254/477] Compiling HashTreeCollections _HashNode+Builder.swift
[255/477] Compiling HashTreeCollections _AncestorHashSlots.swift
[256/477] Compiling HashTreeCollections _Bitmap.swift
[257/477] Compiling HashTreeCollections _Bucket.swift
[265/518] Compiling ConsoleKitTerminal ActivityBar.swift
[266/518] Compiling ConsoleKitTerminal ActivityIndicator.swift
[267/518] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[268/518] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[269/518] Compiling ConsoleKitTerminal CustomActivity.swift
[270/518] Compiling ConsoleKitTerminal LoadingBar.swift
[271/518] Compiling ConsoleKitTerminal ProgressBar.swift
[272/518] Compiling ConsoleKitTerminal Console+Clear.swift
[273/518] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[281/518] Compiling ConsoleKitTerminal Console+Wait.swift
[282/518] Compiling ConsoleKitTerminal ConsoleColor.swift
[283/518] Compiling ConsoleKitTerminal ConsoleStyle.swift
[284/518] Compiling ConsoleKitTerminal ConsoleText.swift
[285/518] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[286/518] Compiling ConsoleKitTerminal ANSI.swift
[287/518] Compiling ConsoleKitTerminal Console.swift
[288/518] Compiling ConsoleKitTerminal Terminal.swift
[301/520] Compiling _RopeModule Rope+Join.swift
[302/520] Compiling _RopeModule Rope+MutatingForEach.swift
[303/520] Compiling _RopeModule Rope+Remove.swift
[304/520] Compiling _RopeModule Rope+RemoveSubrange.swift
[305/520] Compiling _RopeModule Rope+Split.swift
[306/520] Compiling _RopeModule Optional Utilities.swift
[307/520] Compiling _RopeModule String Utilities.swift
[308/520] Compiling _RopeModule String.Index+ABI.swift
[309/530] Compiling ConsoleKitTerminal Console+Confirm.swift
[310/530] Compiling ConsoleKitTerminal Console+Input.swift
[311/583] Emitting module Atomics
[312/584] Compiling BitCollections BitArray+Hashable.swift
[313/584] Compiling BitCollections BitArray+Initializers.swift
[315/584] Compiling BitCollections BitArray+Invariants.swift
[316/584] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[317/584] Compiling OrderedCollections OrderedSet+SubSequence.swift
[318/584] Compiling OrderedCollections OrderedSet+Testing.swift
[319/584] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[320/584] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[321/584] Compiling OrderedCollections OrderedSet.swift
[322/584] Compiling OrderedCollections _UnsafeBitset.swift
[327/584] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[328/584] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[329/584] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[330/584] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[331/584] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[332/584] Compiling BitCollections BitSet+SetAlgebra union.swift
[333/584] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[334/584] Compiling BitCollections BitSet.Counted.swift
[337/584] Compiling OrderedCollections OrderedSet+Sendable.swift
[338/584] Compiling BitCollections BitArray+BitwiseOperations.swift
[339/584] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[340/584] Compiling BitCollections BitArray+Codable.swift
[341/584] Compiling BitCollections BitArray+Collection.swift
[342/584] Compiling BitCollections BitArray+Copy.swift
[343/584] Compiling BitCollections BitArray+CustomReflectable.swift
[344/584] Compiling BitCollections BitArray+Descriptions.swift
[345/584] Compiling BitCollections BitArray+Equatable.swift
[354/587] Compiling BitCollections BitArray+RandomBits.swift
[355/587] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[356/587] Compiling BitCollections BitArray+Shifts.swift
[357/587] Compiling BitCollections BitArray+Testing.swift
[358/587] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[359/587] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[360/587] Compiling BitCollections BitArray+Extras.swift
[361/587] Compiling BitCollections BitArray+Fill.swift
[383/587] Emitting module ConsoleKitTerminal
[384/612] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[385/612] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[386/612] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[387/612] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[388/612] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[389/612] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[390/612] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[391/612] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[392/612] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[393/612] Compiling HashTreeCollections TreeSet.swift
[394/612] Compiling Algorithms Stride.swift
[395/612] Compiling Algorithms Suffix.swift
[396/612] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[397/612] Compiling Algorithms Reductions.swift
[398/612] Compiling Algorithms Rotate.swift
[399/612] Compiling Algorithms Split.swift
[407/612] Compiling Algorithms FlattenCollection.swift
[408/612] Compiling Algorithms Grouped.swift
[409/612] Compiling Algorithms Indexed.swift
[410/612] Compiling Algorithms Intersperse.swift
[411/612] Compiling Algorithms Joined.swift
[412/612] Compiling Algorithms Keyed.swift
[413/612] Compiling Algorithms MinMax.swift
[414/612] Compiling Algorithms Partition.swift
[416/612] Compiling ConsoleKitTerminal AnySendableHashable.swift
[417/612] Compiling ConsoleKitTerminal ConsoleLogger.swift
[418/612] Compiling ConsoleKitTerminal LoggerFragment.swift
[419/612] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[420/612] Compiling BitCollections BitSet+Extras.swift
[421/612] Compiling BitCollections BitSet+Hashable.swift
[422/612] Compiling BitCollections BitSet+Initializers.swift
[423/612] Compiling BitCollections BitSet+Invariants.swift
[424/612] Compiling BitCollections BitSet+Random.swift
[425/612] Compiling BitCollections BitSet+SetAlgebra basics.swift
[426/612] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[427/612] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[428/612] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[429/619] Emitting module OrderedCollections
[430/620] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[431/620] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[432/620] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[433/620] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[434/620] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[435/620] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[445/620] Emitting module DequeModule
[446/620] Compiling Algorithms AdjacentPairs.swift
[447/620] Compiling Algorithms Chain.swift
[448/621] Compiling Algorithms RandomSample.swift
[454/624] Emitting module _RopeModule
[479/625] Compiling Algorithms Chunked.swift
[480/625] Compiling Algorithms Combinations.swift
[481/625] Compiling Algorithms Compacted.swift
[482/625] Compiling Algorithms Cycle.swift
[483/625] Compiling Algorithms EitherSequence.swift
[484/625] Compiling Algorithms FirstNonNil.swift
[493/625] Emitting module BitCollections
[494/625] Compiling Algorithms Permutations.swift
[495/625] Compiling Algorithms Product.swift
[502/699] Compiling NIOCore ChannelOption.swift
[503/699] Compiling NIOCore ChannelPipeline.swift
[504/699] Compiling NIOCore CircularBuffer.swift
[506/746] Compiling _CryptoExtras ChaCha20CTR.swift
[507/746] Compiling _CryptoExtras ECToolbox_boring.swift
[508/746] Compiling _CryptoExtras ECToolbox.swift
[509/767] Compiling _CryptoExtras ARCServer.swift
[510/767] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[514/767] Compiling _CryptoExtras Scrypt.swift
[515/767] Compiling _CryptoExtras OPRF.swift
[516/767] Compiling _CryptoExtras OPRFClient.swift
[517/767] Compiling _CryptoExtras OPRFServer.swift
[518/767] Compiling _CryptoExtras VOPRF+API.swift
[519/767] Compiling _CryptoExtras VOPRFClient.swift
[520/773] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[521/773] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[522/773] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[523/773] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[524/773] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[525/773] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[526/773] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[527/773] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[528/773] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[529/773] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[530/773] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[540/791] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[541/791] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[544/792] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[545/792] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[546/792] Compiling AsyncAlgorithms AsyncChannel.swift
[547/792] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[548/792] Compiling AsyncAlgorithms ChannelStateMachine.swift
[549/792] Compiling AsyncAlgorithms ChannelStorage.swift
[550/792] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[551/792] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[552/792] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[562/792] Compiling NIOCore Interfaces.swift
[563/792] Compiling NIOCore Linux.swift
[564/792] Compiling NIOCore MarkedCircularBuffer.swift
[565/792] Compiling NIOCore MulticastChannel.swift
[566/792] Compiling NIOCore NIOAny.swift
[567/792] Compiling NIOCore NIOCloseOnErrorHandler.swift
[568/792] Compiling NIOCore NIOLoopBound.swift
[569/792] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[570/792] Compiling NIOCore NIOScheduledCallback.swift
[571/792] Compiling NIOCore NIOSendable.swift
[572/792] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[573/792] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[576/792] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[577/792] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[578/792] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[579/792] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[580/792] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[581/792] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[582/792] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[583/792] Compiling AsyncAlgorithms CombineLatestStorage.swift
[584/792] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[585/792] Compiling AsyncAlgorithms DebounceStateMachine.swift
[586/792] Compiling AsyncAlgorithms DebounceStorage.swift
[587/792] Compiling AsyncAlgorithms Dictionary.swift
[588/792] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[589/792] Compiling AsyncAlgorithms Locking.swift
[590/792] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[597/792] 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 }
[604/792] Compiling NIOCore RecvByteBufferAllocator.swift
[620/794] Emitting module HashTreeCollections
[646/809] Compiling _ConnectionPoolModule TinyFastSequence.swift
[648/833] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[649/833] Compiling AsyncAlgorithms MergeStateMachine.swift
[650/833] Compiling AsyncAlgorithms MergeStorage.swift
[651/833] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[652/833] Compiling AsyncAlgorithms Rethrow.swift
[653/839] Emitting module AsyncAlgorithms
[654/839] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[655/839] Compiling ConsoleKitCommands AnyCommand.swift
[656/839] Compiling ConsoleKitCommands CommandContext.swift
[657/839] Compiling ConsoleKitCommands CommandError.swift
[658/839] Compiling ConsoleKitCommands AsyncCommands.swift
[661/839] Compiling ConsoleKitCommands Console+Run.swift
[662/839] Compiling ConsoleKitCommands ConsoleError.swift
[663/839] Compiling ConsoleKitCommands Completion.swift
[664/839] Compiling ConsoleKitCommands CommandSignature.swift
[665/839] Compiling ConsoleKitCommands Flag.swift
[666/839] Compiling ConsoleKitCommands Option.swift
[667/839] Compiling ConsoleKitCommands CommandGroup.swift
[668/839] Compiling ConsoleKitCommands CommandInput.swift
[669/839] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[670/839] Compiling ConsoleKitCommands AsyncCommand.swift
[671/839] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[672/839] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[673/839] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[674/839] Compiling ConsoleKitCommands Argument.swift
[675/839] Compiling ConsoleKitCommands Command.swift
[676/839] Emitting module Collections
[677/839] Compiling Collections Collections.swift
[687/840] Emitting module _CryptoExtras
[688/840] Emitting module _ConnectionPoolModule
BUILD FAILURE 6.1 android