Build Information
Failed to build ProxLock, reference master (4ffb77), with Swift 6.1 for Android on 31 Mar 2026 08:05:53 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ProxLock/Backend.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/ProxLock/Backend
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 4ffb77f Improve Speed via Caching (#18)
Cloned https://github.com/ProxLock/Backend.git
Revision (git rev-parse @):
4ffb77fde07f318e756be37db9a714ecda0420ca
SUCCESS checkout https://github.com/ProxLock/Backend.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/ProxLock/Backend.git
https://github.com/ProxLock/Backend.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.115.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "fluent",
"requirement" : {
"range" : [
{
"lower_bound" : "4.9.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent.git"
},
{
"identity" : "fluent-postgres-driver",
"requirement" : {
"range" : [
{
"lower_bound" : "2.8.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-postgres-driver.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.65.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "jwt",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/jwt.git"
},
{
"identity" : "vapordevicecheck",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mcrich23/vapordevicecheck.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto"
},
{
"identity" : "google-cloud-kit",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/mcrich23/google-cloud-kit.git"
},
{
"identity" : "queues",
"requirement" : {
"range" : [
{
"lower_bound" : "1.18.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/queues.git"
}
],
"manifest_display_name" : "ProxLock",
"name" : "ProxLock",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "ProxLock",
"targets" : [
"ProxLock"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "ProxLock",
"module_type" : "SwiftTarget",
"name" : "ProxLock",
"path" : "Sources/ProxLock",
"product_dependencies" : [
"Fluent",
"FluentPostgresDriver",
"Vapor",
"NIOCore",
"NIOPosix",
"JWT",
"VaporDeviceCheck",
"Crypto",
"GoogleCloudKit",
"Queues"
],
"product_memberships" : [
"ProxLock"
],
"sources" : [
"Cache.swift",
"Constants.swift",
"Controllers/APIKeyController.swift",
"Controllers/ProjectController.swift",
"Controllers/RequestProxyController.swift",
"Controllers/UserAccessKeyController.swift",
"Controllers/UserController.swift",
"Controllers/Validation/DeviceCheckKeyController.swift",
"Controllers/Validation/PlayIntegrityConfigController.swift",
"DTOs/APIKeyDTO.swift",
"DTOs/ProjectDTO.swift",
"DTOs/UserDTO.swift",
"DTOs/UserUsageHistoryDTO.swift",
"DTOs/Validation/DeviceCheckKeyDTO.swift",
"DTOs/Validation/PlayIntegrityConfigDTO.swift",
"Enterprise-Exclusive/Cache+UsageHistory.swift",
"Enterprise-Exclusive/Controllers/RequestProxyController+Billing.swift",
"Enterprise-Exclusive/Migrations/DailyUserUsageHistoryMigrations.swift",
"Enterprise-Exclusive/Migrations/MonthlyUserUsageHistoryMigrations.swift",
"Enterprise-Exclusive/Models/DailyUserUsageHistory.swift",
"Enterprise-Exclusive/Models/MonthlyUserUsageHistory.swift",
"Enterprise-Exclusive/Models/User+Billing.swift",
"Enterprise-Exclusive/Webhooks/ClerkSubscriptionsWebhook.swift",
"Enterprise-Exclusive/Webhooks/ClerkWebhookManager.swift",
"KeySplitter.swift",
"Middleware/Authenticator.swift",
"Middleware/CorsMiddleware.swift",
"Middleware/DeviceValidationMiddleware.swift",
"Middleware/RateLimitMiddleware.swift",
"Migrations/APIKeyMigrations.swift",
"Migrations/DataLinkingMigrationController.swift",
"Migrations/MigrationStandardMigration.swift",
"Migrations/ProjectMigrations.swift",
"Migrations/UserAccessKeys.swift",
"Migrations/UserMigrations.swift",
"Migrations/Validation/DeviceCheckKeyMigrations.swift",
"Migrations/Validation/PlayIntegrityConfigMigration.swift",
"Models/APIKey.swift",
"Models/Project.swift",
"Models/User.swift",
"Models/Validation/DeviceCheckKey.swift",
"Models/Validation/PlayIntegrityConfig.swift",
"configure.swift",
"entrypoint.swift",
"routes.swift"
],
"type" : "executable"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Fetching https://github.com/mcrich23/google-cloud-kit.git
[1/1111] Fetching google-cloud-kit
Fetched https://github.com/mcrich23/google-cloud-kit.git from cache (0.22s)
Fetching https://github.com/vapor/queues.git
Fetching https://github.com/vapor/jwt-kit.git
Fetching https://github.com/vapor/jwt.git
Fetching https://github.com/apple/swift-crypto
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/mcrich23/vapordevicecheck.git
[1/3422] Fetching queues
[1849/6174] Fetching queues, jwt
[6175/15707] Fetching queues, jwt, jwt-kit
[6176/31374] Fetching queues, jwt, jwt-kit, async-http-client
[7531/48650] Fetching queues, jwt, jwt-kit, async-http-client, swift-crypto
Fetched https://github.com/vapor/queues.git from cache (1.40s)
Fetching https://github.com/apple/swift-nio.git
[29853/45228] Fetching jwt, jwt-kit, async-http-client, swift-crypto
Fetched https://github.com/swift-server/async-http-client.git from cache (1.46s)
[14359/29561] Fetching jwt, jwt-kit, swift-crypto
Fetching https://github.com/vapor/fluent-postgres-driver.git
[18160/32283] Fetching jwt, jwt-kit, swift-crypto, fluent-postgres-driver
Fetched https://github.com/vapor/fluent-postgres-driver.git from cache (0.45s)
Fetching https://github.com/vapor/fluent.git
[21615/29561] Fetching jwt, jwt-kit, swift-crypto
[26453/43067] Fetching jwt, jwt-kit, swift-crypto, fluent
[28684/43235] Fetching jwt, jwt-kit, swift-crypto, fluent, vapordevicecheck
[34998/126203] Fetching jwt, jwt-kit, swift-crypto, fluent, vapordevicecheck, swift-nio
Fetched https://github.com/vapor/fluent.git from cache (1.08s)
[40515/112697] Fetching jwt, jwt-kit, swift-crypto, vapordevicecheck, swift-nio
Fetching https://github.com/vapor/vapor.git
Fetched https://github.com/mcrich23/vapordevicecheck.git from cache (3.18s)
Fetched https://github.com/vapor/jwt.git from cache (3.18s)
[50041/109777] Fetching jwt-kit, swift-crypto, swift-nio
Fetched https://github.com/vapor/jwt-kit.git from cache (3.20s)
[42997/100244] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto from cache (3.24s)
[29869/82968] Fetching swift-nio
[35678/160116] Fetching swift-nio, vapor
Fetched https://github.com/vapor/vapor.git from cache (2.67s)
[78820/82968] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.08s)
Computing version for https://github.com/vapor/queues.git
Computed https://github.com/vapor/queues.git at 1.18.0 (9.05s)
Fetching https://github.com/apple/swift-metrics.git
[1/2991] Fetching swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.35s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 5.2.0 (0.55s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-certificates.git
[1/7125] Fetching swift-certificates
[2495/13439] Fetching swift-certificates, swift-log
Fetched https://github.com/apple/swift-certificates.git from cache (0.50s)
Fetched https://github.com/apple/swift-log.git from cache (0.51s)
Computing version for https://github.com/mcrich23/vapordevicecheck.git
Computed https://github.com/mcrich23/vapordevicecheck.git at 1.1.5 (1.01s)
Computing version for https://github.com/vapor/jwt.git
Computed https://github.com/vapor/jwt.git at 5.1.2 (0.47s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 4.13.0 (0.50s)
Fetching https://github.com/vapor/fluent-kit.git
[1/13935] Fetching fluent-kit
Fetched https://github.com/vapor/fluent-kit.git from cache (0.54s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.8.0 (1.06s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.56.0 (0.53s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/sql-kit.git
[1/2686] Fetching swift-service-lifecycle
[2123/8883] Fetching swift-service-lifecycle, sql-kit
[2758/14574] Fetching swift-service-lifecycle, sql-kit, swift-distributed-tracing
Fetched https://github.com/vapor/sql-kit.git from cache (0.35s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.40s)
[1/1210] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (5.44s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (5.44s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.10.1 (6.06s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/6224] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.44s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (1.00s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (0.57s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (0.62s)
Fetching https://github.com/apple/swift-collections.git
[1/23277] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.41s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.35.0 (1.96s)
Computing version for https://github.com/vapor/fluent-postgres-driver.git
Computed https://github.com/vapor/fluent-postgres-driver.git at 2.12.0 (0.51s)
Fetching https://github.com/vapor/postgres-kit.git
Fetching https://github.com/vapor/async-kit.git
[1/2496] Fetching async-kit
[276/7964] Fetching async-kit, postgres-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.33s)
Fetched https://github.com/vapor/postgres-kit.git from cache (0.34s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.22.0 (0.97s)
Fetching https://github.com/apple/swift-algorithms.git
[1/6058] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.45s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (1.12s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.58s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.53s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (1.47s)
Computing version for https://github.com/vapor/postgres-kit.git
Computed https://github.com/vapor/postgres-kit.git at 2.15.1 (0.54s)
Fetching https://github.com/vapor/postgres-nio.git
[1/14036] Fetching postgres-nio
Fetched https://github.com/vapor/postgres-nio.git from cache (0.69s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (1.64s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1820] Fetching swift-atomics
[1767/7421] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.41s)
Fetched https://github.com/apple/swift-system.git from cache (0.44s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.99s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.54s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.32.2 (0.60s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2821] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.35s)
[1/15360] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.76s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (2.36s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.121.3 (1.72s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-asn1.git
[1/1769] Fetching swift-asn1
[1770/8260] Fetching swift-asn1, swift-nio-extras
[2030/11876] Fetching swift-asn1, swift-nio-extras, multipart-kit
[5129/14528] Fetching swift-asn1, swift-nio-extras, multipart-kit, websocket-kit
Fetched https://github.com/apple/swift-asn1.git from cache (0.32s)
[8694/12759] Fetching swift-nio-extras, multipart-kit, websocket-kit
Fetching https://github.com/vapor/console-kit.git
[10253/24829] Fetching swift-nio-extras, multipart-kit, websocket-kit, swift-nio-http2
[13428/31396] Fetching swift-nio-extras, multipart-kit, websocket-kit, swift-nio-http2, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.42s)
[20307/24829] Fetching swift-nio-extras, multipart-kit, websocket-kit, swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.33s)
[10793/34161] Fetching swift-nio-extras, multipart-kit, websocket-kit, routing-kit
Fetched https://github.com/vapor/multipart-kit.git from cache (1.76s)
Fetched https://github.com/vapor/websocket-kit.git from cache (2.01s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.01s)
Fetched https://github.com/vapor/routing-kit.git from cache (2.02s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.3 (2.55s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.1 (0.57s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.54s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (2.31s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.55s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (0.63s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.15.1 (1.95s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.63s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.74s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.33.0 (0.84s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/951] Fetching swift-http-types
[192/2170] Fetching swift-http-types, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-types.git from cache (0.27s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.28s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.80s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (0.54s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.42.0 (0.55s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.33.1 (0.82s)
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.12.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.121.3
Creating working copy for https://github.com/vapor/queues.git
Working copy of https://github.com/vapor/queues.git resolved at 1.18.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.15.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.18.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.5.1
Creating working copy for https://github.com/mcrich23/vapordevicecheck.git
Working copy of https://github.com/mcrich23/vapordevicecheck.git resolved at 1.1.5
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.3.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 3.15.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.1
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/mcrich23/google-cloud-kit.git
Working copy of https://github.com/mcrich23/google-cloud-kit.git resolved at main (5284733)
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.22.0
Creating working copy for https://github.com/vapor/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.56.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.33.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
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.10.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.3
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.35.0
Creating working copy for https://github.com/vapor/jwt-kit.git
Working copy of https://github.com/vapor/jwt-kit.git resolved at 5.2.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.6.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.4.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.97.1
Creating working copy for https://github.com/vapor/fluent.git
Working copy of https://github.com/vapor/fluent.git resolved at 4.13.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.3
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.26.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.10.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.33.1
Creating working copy for https://github.com/vapor/jwt.git
Working copy of https://github.com/vapor/jwt.git resolved at 5.1.2
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.42.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.32.2
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.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.4.1
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/ProxLock/Enterprise-Exclusive/LICENSE
warning: 'google-cloud-kit': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/google-cloud-kit/Storage/Sources/README.md
warning: 'google-cloud-kit': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/google-cloud-kit/SecretManager/Sources/README.md
warning: 'google-cloud-kit': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/google-cloud-kit/IAMServiceAccountCredentials/Sources/README.md
warning: 'google-cloud-kit': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/google-cloud-kit/Datastore/Sources/README.md
Building for debugging...
[0/954] Compiling aes.cc
[1/954] Compiling base64.cc
[1/954] Write sources
[3/954] Compiling _NumericsShims _NumericsShims.c
[4/954] Write sources
[11/954] Compiling tasn_typ.cc
[12/954] Write sources
[12/954] Compiling _AtomicsShims.c
[77/954] Compiling CVaporBcrypt bcrypt.c
[78/954] Compiling CVaporBcrypt blf.c
[79/954] Compiling CNIOWindows shim.c
[80/954] Compiling CNIOWindows WSAStartup.c
[81/954] Compiling CSystem shims.c
[82/954] Compiling CNIOWASI CNIOWASI.c
[83/954] Compiling CNIOPosix event_loop_id.c
[84/954] Compiling CNIOSHA1 c_nio_sha1.c
[85/954] Write swift-version-24593BA9C3E375BF.txt
[86/954] Compiling CNIOOpenBSD shim.c
[87/954] Compiling CNIOLinux liburing_shims.c
[88/954] Compiling tasn_utl.cc
[89/954] Compiling a_bool.cc
[90/954] Compiling a_bitstr.cc
[91/954] Compiling CNIOLinux shim.c
[92/954] Compiling a_strnid.cc
[93/958] Compiling a_object.cc
[95/1029] Emitting module ServiceContextModule
[96/1029] Emitting module RealModule
[97/1030] Emitting module Logging
[98/1030] Compiling RealModule AugmentedArithmetic.swift
[99/1030] Compiling RealModule Double+Real.swift
[100/1030] Emitting module _NIODataStructures
[101/1030] Compiling Logging LogHandler.swift
[102/1030] Compiling RealModule RealFunctions.swift
[103/1030] Compiling _NIOBase64 Base64.swift
[104/1030] Emitting module _NIOBase64
[105/1031] Compiling RealModule Real.swift
[106/1031] Compiling RealModule RelaxedArithmetic.swift
[107/1031] Compiling RealModule Float80+Real.swift
[108/1031] Compiling ServiceContextModule ServiceContext.swift
[109/1031] Compiling ServiceContextModule ServiceContextKey.swift
[110/1032] Compiling _NIODataStructures Heap.swift
[111/1032] Compiling _NIODataStructures PriorityQueue.swift
[112/1032] Compiling _NIODataStructures _TinyArray.swift
[113/1032] Compiling RealModule AlgebraicField.swift
[114/1032] Compiling RealModule ApproximateEquality.swift
[115/1033] Compiling _CertificateInternals _TinyArray.swift
[116/1033] Emitting module _CertificateInternals
[117/1033] Compiling RealModule ElementaryFunctions.swift
[118/1033] Compiling RealModule Float+Real.swift
[119/1034] Compiling RealModule Float16+Real.swift
[121/1035] Compiling SwiftASN1 ArraySliceBigint.swift
[122/1035] Compiling SwiftASN1 GeneralizedTime.swift
[123/1035] Compiling SwiftASN1 ObjectIdentifier.swift
[124/1035] Compiling SwiftASN1 PEMDocument.swift
[135/1039] Compiling SwiftASN1 ASN1Integer.swift
[136/1039] Compiling SwiftASN1 ASN1Null.swift
[137/1039] Compiling SwiftASN1 ASN1OctetString.swift
[138/1039] Compiling SwiftASN1 ASN1Strings.swift
[139/1039] Emitting module SystemPackage
[139/1040] Wrapping AST for _NIODataStructures for debugging
[140/1069] Wrapping AST for _NIOBase64 for debugging
[142/1069] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[143/1069] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[144/1069] Compiling InternalCollectionsUtilities Span+Extras.swift
[145/1071] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[146/1071] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[147/1071] Compiling Instrumentation NoOpInstrument.swift
[147/1071] Wrapping AST for _CertificateInternals for debugging
[149/1071] Emitting module Instrumentation
[150/1071] Compiling InternalCollectionsUtilities Debugging.swift
[151/1071] Compiling InternalCollectionsUtilities Descriptions.swift
[152/1071] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[153/1071] Compiling ConcurrencyHelpers LockedValueBox.swift
[154/1071] Compiling Instrumentation MultiplexInstrument.swift
[155/1071] Compiling InternalCollectionsUtilities _SortedCollection.swift
[156/1071] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[157/1071] Compiling Instrumentation Instrument.swift
[157/1071] Wrapping AST for ServiceContextModule for debugging
[159/1071] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[160/1071] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[161/1073] Compiling InternalCollectionsUtilities String+Padding.swift
[162/1073] Wrapping AST for RealModule for debugging
[164/1073] Compiling InternalCollectionsUtilities Integer rank.swift
[165/1073] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[166/1073] Compiling InternalCollectionsUtilities UInt+reversed.swift
[170/1073] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[171/1073] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[175/1073] Compiling CNIOLLHTTP c_nio_llhttp.c
[176/1073] Compiling CNIOLLHTTP c_nio_http.c
[178/1073] Emitting module InternalCollectionsUtilities
[178/1073] Compiling CNIOLLHTTP c_nio_api.c
[179/1073] Compiling CNIOExtrasZlib zutil.c
[182/1073] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[182/1074] Compiling CNIOExtrasZlib trees.c
[184/1074] Compiling SystemPackage SystemString.swift
[185/1074] Compiling SystemPackage Util+StringArray.swift
[186/1074] Compiling SystemPackage Util.swift
[187/1074] Compiling SystemPackage UtilConsumers.swift
[187/1074] Compiling CNIOExtrasZlib inftrees.c
[190/1074] Compiling SwiftASN1 DER.swift
[191/1074] Compiling SwiftASN1 Errors.swift
[192/1074] Compiling CoreMetrics Metrics.swift
[195/1074] Compiling CNIOExtrasZlib inflate.c
[196/1074] Compiling CNIOExtrasZlib inffast.c
[197/1074] Compiling CNIOExtrasZlib deflate.c
[199/1144] Compiling Logging Locks.swift
[200/1145] Compiling Instrumentation Locks.swift
[201/1145] Compiling Instrumentation InstrumentationSystem.swift
[202/1170] Compiling CoreMetrics Locks.swift
[203/1170] Emitting module CoreMetrics
[204/1187] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[205/1187] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[206/1187] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[207/1187] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[208/1187] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[209/1187] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[210/1187] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[211/1187] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[212/1193] Compiling Logging Logging.swift
[213/1193] Compiling Logging MetadataProvider.swift
[214/1194] Emitting module SwiftASN1
[215/1202] Emitting module ConcurrencyHelpers
[216/1202] Compiling ConcurrencyHelpers Lock.swift
[217/1202] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[218/1202] Compiling OrderedCollections OrderedDictionary+Values.swift
[219/1202] Compiling OrderedCollections OrderedDictionary.swift
[220/1202] Compiling OrderedCollections OrderedSet+Codable.swift
[221/1202] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[222/1202] Compiling OrderedCollections OrderedSet+Descriptions.swift
[223/1202] Compiling OrderedCollections OrderedSet+Diffing.swift
[224/1202] Compiling OrderedCollections OrderedSet+Equatable.swift
[227/1204] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[228/1204] Compiling OrderedCollections OrderedDictionary+Elements.swift
[234/1205] Compiling OrderedCollections _HashTable+Bucket.swift
[235/1205] Compiling OrderedCollections _HashTable+BucketIterator.swift
[236/1205] Compiling OrderedCollections _HashTable+Constants.swift
[237/1205] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[238/1205] Compiling OrderedCollections _HashTable+Testing.swift
[239/1205] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[240/1205] Compiling OrderedCollections _HashTable.swift
[241/1205] Compiling OrderedCollections _Hashtable+Header.swift
[242/1205] Compiling OrderedCollections OrderedDictionary+Codable.swift
[243/1205] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[245/1268] Compiling HeapModule Heap+Invariants.swift
[246/1316] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[247/1316] Compiling HeapModule Heap+Descriptions.swift
[248/1316] Compiling Tracing NoOpTracer.swift
[249/1316] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[250/1316] Compiling HashTreeCollections TreeSet+Debugging.swift
[251/1316] Compiling HashTreeCollections TreeSet+Descriptions.swift
[252/1316] Compiling HashTreeCollections TreeSet+Equatable.swift
[253/1316] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[254/1316] Compiling HashTreeCollections TreeSet+Extras.swift
[255/1316] Compiling HashTreeCollections TreeSet+Filter.swift
[256/1316] Compiling HashTreeCollections TreeDictionary+Collection.swift
[257/1316] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[258/1316] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[259/1316] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[260/1316] Compiling HashTreeCollections TreeDictionary.swift
[261/1316] Compiling HashTreeCollections TreeSet+Codable.swift
[262/1316] Compiling HashTreeCollections TreeSet+Collection.swift
[263/1316] Compiling HeapModule _HeapNode.swift
[264/1323] Compiling Tracing TracingTime.swift
[265/1323] Emitting module Tracing
[266/1323] Compiling HeapModule Heap.swift
[267/1323] Compiling HeapModule Heap+UnsafeHandle.swift
[268/1323] Compiling HashTreeCollections _HashNode+Invariants.swift
[269/1323] Compiling HashTreeCollections _HashNode+Lookups.swift
[270/1323] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[271/1323] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[272/1323] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[273/1323] Compiling HashTreeCollections _HashNode+Storage.swift
[274/1323] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[275/1323] Compiling HashTreeCollections _HashNode+Structural filter.swift
[276/1323] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[277/1323] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[278/1323] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[279/1323] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[280/1323] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[281/1323] Compiling HashTreeCollections _HashNode+Structural merge.swift
[282/1323] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[283/1323] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[284/1323] Emitting module HeapModule
[285/1324] Emitting module UnixSignals
[286/1324] Compiling Tracing TracerProtocol+Legacy.swift
[287/1324] Compiling Tracing Tracer.swift
[288/1324] Compiling Tracing TracerProtocol.swift
[290/1324] Emitting module Metrics
[291/1324] Compiling HashTreeCollections _HashStack.swift
[292/1324] Compiling HashTreeCollections _HashTreeIterator.swift
[293/1324] Compiling HashTreeCollections _HashTreeStatistics.swift
[294/1324] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[295/1324] Compiling HashTreeCollections _RawHashNode.swift
[296/1324] Compiling HashTreeCollections _UnmanagedHashNode.swift
[297/1324] Compiling HashTreeCollections _UnsafePath.swift
[298/1324] Compiling HashTreeCollections TreeDictionary+Codable.swift
[299/1324] Compiling HashTreeCollections _HashNode+Structural union.swift
[300/1324] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[301/1324] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[302/1324] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[303/1324] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[304/1324] Compiling HashTreeCollections _HashNode.swift
[305/1324] Compiling HashTreeCollections _HashNodeHeader.swift
[306/1324] Compiling HashTreeCollections _HashSlot.swift
[307/1324] Compiling UnixSignals UnixSignal.swift
[308/1324] Compiling UnixSignals UnixSignalsSequence.swift
[309/1325] Compiling HashTreeCollections TreeSet+Hashable.swift
[310/1325] Compiling HashTreeCollections TreeSet+Sendable.swift
[311/1325] Compiling HashTreeCollections TreeSet+Sequence.swift
[312/1325] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[313/1325] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[314/1325] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[315/1325] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[316/1325] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[317/1325] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[318/1325] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[319/1368] Wrapping AST for SystemPackage for debugging
[321/1368] Compiling Tracing SpanProtocol.swift
[322/1368] Compiling Tracing InstrumentationSystem+Tracing.swift
[323/1369] Emitting module ContainersPreview
[324/1373] Compiling ContainersPreview OutputSpan+Extras.swift
[325/1373] Compiling ContainersPreview TemporaryAllocation.swift
[326/1373] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[327/1373] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[328/1373] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[328/1373] Wrapping AST for UnixSignals for debugging
[330/1373] Compiling ContainersPreview RandomAccessContainer.swift
[331/1373] Compiling ContainersPreview RangeExpression2.swift
[332/1373] Compiling ContainersPreview RangeReplaceableContainer.swift
[333/1373] Compiling ContainersPreview Drain+Map.swift
[334/1373] Compiling ContainersPreview Drain+Reduce.swift
[335/1373] Compiling ContainersPreview Drain.swift
[336/1373] Compiling ContainersPreview Producer+Collect.swift
[337/1373] Compiling ContainersPreview Producer+Filter.swift
[338/1373] Compiling ContainersPreview Producer+Map.swift
[339/1373] Compiling ContainersPreview Producer+Reduce.swift
[340/1373] Compiling ContainersPreview Producer.swift
[341/1373] Compiling ContainersPreview Borrow.swift
[342/1373] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[343/1373] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[344/1373] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[345/1373] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[346/1373] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[348/1373] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[349/1373] Compiling ContainersPreview BorrowingSequence.swift
[350/1373] Compiling ContainersPreview BidirectionalContainer.swift
[351/1373] Compiling ContainersPreview Container+Filter.swift
[352/1373] Compiling ContainersPreview Container+SpanwiseZip.swift
[354/1373] Compiling ContainersPreview Container.swift
[356/1373] Compiling ContainersPreview ContainerIterator.swift
[358/1373] Compiling ContainersPreview DynamicContainer.swift
[360/1373] Compiling ContainersPreview MutableContainer.swift
[362/1373] Compiling ContainersPreview PermutableContainer.swift
[368/1373] Compiling OrderedCollections OrderedSet+Sendable.swift
[369/1373] Compiling OrderedCollections OrderedSet+SubSequence.swift
[370/1373] Compiling OrderedCollections OrderedSet+Testing.swift
[371/1373] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[372/1373] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[373/1373] Compiling OrderedCollections OrderedSet.swift
[374/1373] Compiling OrderedCollections _UnsafeBitset.swift
[375/1373] Compiling HashTreeCollections TreeDictionary+Merge.swift
[376/1373] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[377/1373] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[378/1373] Compiling HashTreeCollections TreeDictionary+Values.swift
[408/1373] Compiling ContainersPreview Box.swift
[409/1373] Compiling ContainersPreview Inout.swift
[410/1373] Compiling ContainersPreview InputSpan.swift
[411/1373] Compiling ContainersPreview Shared.swift
[411/1373] Wrapping AST for SwiftASN1 for debugging
[419/1374] Wrapping AST for Logging for debugging
[457/1374] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[458/1374] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[459/1374] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[460/1374] Compiling Metrics Metrics.swift
[460/1375] Wrapping AST for Tracing for debugging
[462/1375] Wrapping AST for InternalCollectionsUtilities for debugging
[475/1375] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[477/1375] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[478/1375] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[479/1375] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[480/1375] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[481/1375] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[482/1375] Compiling HashTreeCollections TreeSet.swift
[482/1375] Wrapping AST for HeapModule for debugging
[482/1375] Wrapping AST for Instrumentation for debugging
[485/1375] Emitting module _RopeModule
[485/1416] Wrapping AST for Metrics for debugging
[487/1416] Wrapping AST for CoreMetrics for debugging
[488/1416] Wrapping AST for ContainersPreview for debugging
[489/1416] Compiling CNIOExtrasZlib adler32.c
[490/1416] Compiling CNIOExtrasZlib crc32.c
[492/1416] Compiling DequeModule UniqueDeque+Hashable.swift
[493/1416] Compiling DequeModule UniqueDeque+Initializers.swift
[494/1416] Compiling DequeModule UniqueDeque+Insertions.swift
[495/1416] Compiling DequeModule UniqueDeque+Prepend.swift
[496/1416] Compiling DequeModule UniqueDeque+Removals.swift
[497/1421] Emitting module OrderedCollections
[498/1422] Compiling DequeModule UniqueDeque+Consumption.swift
[499/1422] Compiling DequeModule UniqueDeque+Container.swift
[500/1422] Compiling DequeModule UniqueDeque+Descriptions.swift
[501/1422] Compiling DequeModule UniqueDeque+Equatable.swift
[502/1422] Compiling DequeModule UniqueDeque+Experimental.swift
[502/1422] Wrapping AST for _RopeModule for debugging
[503/1422] Compiling CNIODarwin shim.c
[504/1422] Compiling fiat_p256_adx_sqr.S
[505/1422] Compiling fiat_p256_adx_mul.S
[507/1422] Compiling RoutingKit Router.swift
[507/1422] Wrapping AST for ConcurrencyHelpers for debugging
[509/1422] Compiling fiat_curve25519_adx_square.S
[511/1422] Compiling DequeModule RigidDeque+Removals.swift
[512/1422] Compiling DequeModule RigidDeque+Replacements.swift
[513/1422] Compiling DequeModule RigidDeque+Testing.swift
[514/1422] Compiling DequeModule RigidDeque.swift
[515/1422] Compiling DequeModule UniqueDeque+Append.swift
[516/1422] Compiling DequeModule RigidDeque+Equatable.swift
[517/1422] Compiling DequeModule RigidDeque+Experimental.swift
[518/1422] Compiling DequeModule RigidDeque+Hashable.swift
[519/1422] Compiling DequeModule RigidDeque+Initializers.swift
[520/1422] Compiling DequeModule RigidDeque+Insertions.swift
[521/1422] Compiling DequeModule RigidDeque+Prepend.swift
[521/1422] Compiling fiat_curve25519_adx_mul.S
[523/1422] Compiling RoutingKit Parameters.swift
[524/1422] Compiling RoutingKit AnyRouter.swift
[525/1422] Emitting module RoutingKit
[526/1422] Compiling DequeModule _DequeBuffer.swift
[527/1422] Compiling DequeModule _DequeBufferHeader.swift
[528/1422] Compiling DequeModule RigidDeque+Append.swift
[529/1422] Compiling DequeModule RigidDeque+Consumption.swift
[530/1422] Compiling DequeModule RigidDeque+Container.swift
[531/1422] Compiling DequeModule RigidDeque+Descriptions.swift
[531/1422] Wrapping AST for OrderedCollections for debugging
[533/1422] Compiling RoutingKit TrieRouter.swift
[540/1422] Compiling DequeModule UniqueDeque+Replacements.swift
[541/1422] Compiling DequeModule UniqueDeque.swift
[542/1422] Compiling DequeModule _DequeSlot.swift
[543/1422] Compiling DequeModule _UnsafeDequeHandle.swift
[544/1422] Compiling DequeModule _UnsafeDequeSegments.swift
[545/1422] Compiling RoutingKit PathComponent.swift
[545/1423] Compiling CNIOBoringSSLShims shims.c
[548/1423] Compiling DequeModule Deque+Codable.swift
[549/1423] Compiling DequeModule Deque+Collection.swift
[550/1423] Compiling DequeModule Deque+CustomReflectable.swift
[551/1423] Compiling DequeModule Deque+Descriptions.swift
[552/1423] Compiling DequeModule Deque+Equatable.swift
[553/1423] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[565/1423] Compiling DequeModule Deque+Extras.swift
[566/1423] Compiling DequeModule Deque+Hashable.swift
[567/1423] Compiling DequeModule Deque+Testing.swift
[568/1423] Compiling DequeModule Deque._Storage.swift
[569/1423] Compiling DequeModule Deque._UnsafeHandle.swift
[570/1423] Compiling DequeModule Deque.swift
[592/1423] Compiling tls_method.cc
[593/1423] Compiling tls_record.cc
[594/1423] Wrapping AST for RoutingKit for debugging
[596/1423] Emitting module HashTreeCollections
[596/1424] Compiling tls13_server.cc
[598/1424] Emitting module DequeModule
[599/1424] Compiling tls13_enc.cc
[605/1425] Compiling tls13_both.cc
[607/1425] Wrapping AST for HashTreeCollections for debugging
[608/1425] Compiling tls13_client.cc
[609/1425] Wrapping AST for DequeModule for debugging
[610/1425] Compiling t1_enc.cc
[611/1425] Compiling ssl_versions.cc
[612/1425] Compiling ssl_stat.cc
[613/1425] Compiling ssl_transcript.cc
[614/1425] Compiling ssl_x509.cc
[615/1425] Compiling ssl_session.cc
[616/1425] Compiling ssl_privkey.cc
[617/1425] Compiling ssl_lib.cc
[618/1425] Compiling ssl_key_share.cc
[619/1425] Compiling ssl_file.cc
[620/1425] Compiling ssl_cipher.cc
[621/1425] Compiling ssl_credential.cc
[622/1425] Compiling ssl_cert.cc
[623/1425] Compiling ssl_buffer.cc
[624/1425] Compiling ssl_asn1.cc
[625/1425] Compiling ssl_aead_ctx.cc
[626/1425] Compiling s3_pkt.cc
[627/1425] Compiling s3_lib.cc
[628/1425] Compiling s3_both.cc
[629/1425] Compiling handshake_server.cc
[630/1425] Compiling handshake_client.cc
[631/1425] Compiling handshake.cc
[632/1425] Compiling handoff.cc
[633/1425] Compiling extensions.cc
[634/1425] Compiling encrypted_client_hello.cc
[634/1425] Compiling dtls_record.cc
[636/1425] Compiling md5-x86_64-linux.S
[637/1425] Compiling md5-x86_64-apple.S
[638/1425] Compiling dtls_method.cc
[639/1425] Compiling md5-586-linux.S
[640/1425] Compiling md5-586-apple.S
[641/1425] Compiling chacha20_poly1305_x86_64-linux.S
[642/1425] Compiling chacha20_poly1305_x86_64-apple.S
[643/1425] Compiling chacha20_poly1305_armv8-win.S
[644/1425] Compiling chacha20_poly1305_armv8-apple.S
[645/1425] Compiling chacha20_poly1305_armv8-linux.S
[646/1425] Compiling d1_srtp.cc
[647/1425] Compiling chacha-x86_64-linux.S
[648/1425] Compiling chacha-x86_64-apple.S
[649/1425] Compiling chacha-x86-linux.S
[650/1425] Compiling chacha-x86-apple.S
[651/1425] Compiling chacha-armv8-win.S
[652/1425] Compiling d1_pkt.cc
[653/1425] Compiling chacha-armv8-apple.S
[654/1425] Compiling chacha-armv4-linux.S
[655/1425] Compiling chacha-armv8-linux.S
[656/1425] Compiling aes128gcmsiv-x86_64-linux.S
[657/1425] Compiling aes128gcmsiv-x86_64-apple.S
[658/1425] Compiling x86_64-mont5-linux.S
[659/1425] Compiling x86_64-mont5-apple.S
[660/1425] Compiling d1_lib.cc
[661/1425] Compiling x86_64-mont-linux.S
[662/1425] Compiling x86_64-mont-apple.S
[663/1425] Compiling x86-mont-linux.S
[664/1425] Compiling x86-mont-apple.S
[665/1425] Compiling vpaes-x86_64-linux.S
[666/1425] Compiling vpaes-x86_64-apple.S
[667/1425] Compiling vpaes-x86-linux.S
[668/1425] Compiling vpaes-x86-apple.S
[669/1425] Compiling vpaes-armv8-win.S
[670/1425] Compiling vpaes-armv8-apple.S
[671/1425] Compiling vpaes-armv7-linux.S
[672/1425] Compiling vpaes-armv8-linux.S
[673/1425] Compiling sha512-x86_64-linux.S
[674/1425] Compiling sha512-x86_64-apple.S
[675/1425] Compiling sha512-armv8-win.S
[676/1425] Compiling sha512-armv8-apple.S
[677/1425] Compiling err_data.cc
[678/1425] Compiling sha512-armv4-linux.S
[679/1425] Compiling sha512-586-linux.S
[680/1425] Compiling sha512-armv8-linux.S
[681/1425] Compiling sha256-x86_64-linux.S
[682/1425] Compiling sha512-586-apple.S
[683/1425] Compiling sha256-x86_64-apple.S
[684/1425] Compiling sha256-armv8-win.S
[685/1425] Compiling sha256-armv4-linux.S
[686/1425] Compiling sha256-armv8-apple.S
[687/1425] Compiling sha256-586-linux.S
[688/1425] Compiling sha256-armv8-linux.S
[688/1425] Compiling sha256-586-apple.S
[690/1425] Compiling sha1-x86_64-linux.S
[691/1425] Compiling sha1-x86_64-apple.S
[692/1425] Compiling sha1-armv8-win.S
[693/1425] Compiling sha1-armv8-apple.S
[693/1425] Compiling sha1-armv4-large-linux.S
[695/1425] Compiling sha1-armv8-linux.S
[696/1425] Compiling sha1-586-linux.S
[697/1425] Compiling sha1-586-apple.S
[698/1425] Compiling rsaz-avx2-linux.S
[699/1425] Compiling rsaz-avx2-apple.S
[700/1425] Compiling rdrand-x86_64-linux.S
[701/1425] Compiling rdrand-x86_64-apple.S
[702/1425] Compiling p256_beeu-x86_64-asm-linux.S
[703/1425] Compiling p256_beeu-x86_64-asm-apple.S
[704/1425] Compiling p256_beeu-armv8-asm-win.S
[705/1425] Compiling p256_beeu-armv8-asm-linux.S
[706/1425] Compiling p256_beeu-armv8-asm-apple.S
[707/1425] Compiling p256-x86_64-asm-linux.S
[708/1425] Compiling p256-x86_64-asm-apple.S
[709/1425] Compiling p256-armv8-asm-win.S
[710/1425] Compiling d1_both.cc
[711/1425] Compiling p256-armv8-asm-apple.S
[712/1425] Compiling ghashv8-armv8-win.S
[713/1425] Compiling p256-armv8-asm-linux.S
[714/1425] Compiling bio_ssl.cc
[715/1425] Compiling ghashv8-armv8-linux.S
[716/1425] Compiling ghashv8-armv8-apple.S
[717/1425] Compiling ghashv8-armv7-linux.S
[718/1425] Compiling ghash-x86_64-linux.S
[719/1425] Compiling ghash-x86_64-apple.S
[720/1425] Compiling ghash-x86-linux.S
[721/1425] Compiling ghash-x86-apple.S
[722/1425] Compiling ghash-ssse3-x86_64-linux.S
[723/1425] Compiling ghash-ssse3-x86-linux.S
[724/1425] Compiling ghash-ssse3-x86_64-apple.S
[725/1425] Compiling ghash-ssse3-x86-apple.S
[726/1425] Compiling ghash-neon-armv8-apple.S
[727/1425] Compiling ghash-neon-armv8-win.S
[728/1425] Compiling ghash-neon-armv8-linux.S
[729/1425] Compiling ghash-armv4-linux.S
[730/1425] Compiling co-586-linux.S
[731/1425] Compiling co-586-apple.S
[732/1425] Compiling bsaes-armv7-linux.S
[733/1425] Compiling bn-armv8-win.S
[734/1425] Compiling bn-armv8-apple.S
[735/1425] Compiling bn-armv8-linux.S
[736/1425] Compiling bn-586-apple.S
[737/1425] Compiling bn-586-linux.S
[738/1425] Compiling armv8-mont-win.S
[739/1425] Compiling armv8-mont-apple.S
[740/1425] Compiling armv4-mont-linux.S
[741/1425] Compiling armv8-mont-linux.S
[742/1425] Compiling aesv8-gcm-armv8-win.S
[743/1425] Compiling aesv8-armv8-win.S
[744/1425] Compiling aesv8-gcm-armv8-apple.S
[745/1425] Compiling aesv8-armv8-linux.S
[746/1425] Compiling aesv8-gcm-armv8-linux.S
[747/1425] Compiling aesv8-armv8-apple.S
[748/1425] Compiling aesv8-armv7-linux.S
[749/1425] Compiling aesni-x86_64-linux.S
[750/1425] Compiling aesni-x86_64-apple.S
[751/1425] Compiling aesni-x86-apple.S
[752/1425] Compiling aesni-x86-linux.S
[753/1425] Compiling aesni-gcm-x86_64-linux.S
[754/1425] Compiling aesni-gcm-x86_64-apple.S
[755/1425] Compiling aes-gcm-avx2-x86_64-linux.S
[756/1425] Compiling aes-gcm-avx2-x86_64-apple.S
[757/1425] Compiling aes-gcm-avx10-x86_64-linux.S
[758/1425] Compiling aes-gcm-avx10-x86_64-apple.S
[759/1425] Compiling x_sig.cc
[760/1425] Compiling x_spki.cc
[761/1425] Compiling x_x509a.cc
[762/1425] Compiling x_x509.cc
[763/1425] Compiling x_val.cc
[763/1425] Compiling x_req.cc
[765/1425] Compiling x_pubkey.cc
[766/1425] Compiling x_name.cc
[767/1425] Compiling x_exten.cc
[768/1425] Compiling x509spki.cc
[769/1425] Compiling x_algor.cc
[770/1425] Compiling x_attrib.cc
[771/1425] Compiling x_crl.cc
[772/1425] Compiling x509rset.cc
[773/1425] Compiling x_all.cc
[774/1425] Compiling x509name.cc
[775/1425] Compiling x509_txt.cc
[776/1425] Compiling x509cset.cc
[777/1425] Compiling x509_v3.cc
[777/1425] Compiling x509_vpm.cc
[779/1425] Compiling x509_trs.cc
[780/1425] Compiling x509_set.cc
[781/1425] Compiling x509_vfy.cc
[782/1425] Compiling x509_req.cc
[783/1425] Compiling x509_def.cc
[784/1425] Compiling x509_obj.cc
[785/1425] Compiling x509_d2.cc
[786/1425] Compiling x509_ext.cc
[787/1425] Compiling x509_lu.cc
[788/1425] Compiling x509_cmp.cc
[789/1425] Compiling x509_att.cc
[790/1425] Compiling x509.cc
[791/1425] Compiling v3_skey.cc
[792/1425] Compiling v3_prn.cc
[793/1425] Compiling v3_purp.cc
[794/1425] Compiling v3_pmaps.cc
[795/1425] Compiling v3_pcons.cc
[796/1425] Compiling v3_utl.cc
[797/1425] Compiling v3_ocsp.cc
[798/1425] Compiling v3_ncons.cc
[799/1425] Compiling v3_int.cc
[800/1425] Compiling v3_lib.cc
[801/1425] Compiling v3_ia5.cc
[802/1425] Compiling v3_info.cc
[803/1425] Compiling v3_extku.cc
[803/1425] Compiling v3_genn.cc
[805/1425] Compiling v3_enum.cc
[806/1425] Compiling v3_crld.cc
[807/1425] Compiling v3_cpols.cc
[808/1425] Compiling v3_bitst.cc
[809/1425] Compiling v3_conf.cc
[810/1425] Compiling v3_bcons.cc
[811/1425] Compiling v3_akeya.cc
[812/1425] Compiling v3_akey.cc
[813/1425] Compiling v3_alt.cc
[814/1425] Compiling t_x509a.cc
[815/1425] Compiling i2d_pr.cc
[816/1425] Compiling t_crl.cc
[817/1425] Compiling t_req.cc
[818/1425] Compiling t_x509.cc
[819/1425] Compiling rsa_pss.cc
[820/1425] Compiling name_print.cc
[821/1425] Compiling policy.cc
[822/1425] Compiling by_file.cc
[823/1425] Compiling by_dir.cc
[824/1425] Compiling a_verify.cc
[825/1425] Compiling algorithm.cc
[826/1425] Compiling asn1_gen.cc
[827/1425] Compiling a_sign.cc
[827/1425] Compiling a_digest.cc
[829/1425] Compiling voprf.cc
[830/1425] Compiling trust_token.cc
[831/1425] Compiling thread.cc
[832/1425] Compiling thread_win.cc
[833/1425] Compiling thread_none.cc
[834/1425] Compiling thread_pthread.cc
[835/1425] Compiling stack.cc
[836/1425] Compiling pmbtoken.cc
[837/1425] Compiling spake2plus.cc
[838/1425] Compiling slhdsa.cc
[839/1425] Compiling sha512.cc
[839/1425] Compiling sha1.cc
[840/1425] Compiling siphash.cc
[842/1425] Compiling sha256.cc
[843/1425] Compiling rsa_print.cc
[844/1425] Compiling rsa_extra.cc
[845/1425] Compiling rsa_crypt.cc
[846/1425] Compiling rc4.cc
[847/1425] Compiling windows.cc
[848/1425] Compiling refcount.cc
[849/1425] Compiling urandom.cc
[850/1425] Compiling trusty.cc
[851/1425] Compiling rsa_asn1.cc
[852/1425] Compiling rand.cc
[853/1425] Compiling passive.cc
[854/1425] Compiling ios.cc
[855/1425] Compiling poly1305_arm_asm.S
[856/1425] Compiling getentropy.cc
[857/1425] Compiling forkunsafe.cc
[858/1425] Compiling fork_detect.cc
[859/1425] Compiling deterministic.cc
[860/1425] Compiling poly1305_vec.cc
[861/1425] Compiling pool.cc
[862/1425] Compiling poly1305_arm.cc
[863/1425] Compiling poly1305.cc
[864/1425] Compiling pkcs7.cc
[865/1425] Compiling pkcs8.cc
[865/1425] Compiling p5_pbev2.cc
[867/1425] Compiling pkcs8_x509.cc
[868/1425] Compiling pkcs7_x509.cc
[869/1425] Compiling pem_xaux.cc
[870/1425] Compiling pem_x509.cc
[871/1425] Compiling pem_pkey.cc
[872/1425] Compiling pem_pk8.cc
[873/1425] Compiling pem_oth.cc
[874/1425] Compiling mlkem.cc
[875/1425] Compiling pem_info.cc
[876/1425] Compiling pem_lib.cc
[877/1425] Compiling pem_all.cc
[878/1425] Compiling obj_xref.cc
[879/1425] Compiling obj.cc
[880/1425] Compiling poly_rq_mul.S
[881/1425] Compiling mldsa.cc
[882/1425] Compiling fips_shared_support.cc
[883/1425] Compiling mem.cc
[884/1425] Compiling md5.cc
[885/1425] Compiling md4.cc
[886/1425] Compiling lhash.cc
[887/1425] Compiling kyber.cc
[888/1425] Compiling ex_data.cc
[889/1425] Compiling sign.cc
[890/1425] Compiling scrypt.cc
[891/1425] Compiling hrss.cc
[892/1425] Compiling print.cc
[893/1425] Compiling hpke.cc
[894/1425] Compiling pbkdf.cc
[895/1425] Compiling p_x25519.cc
[896/1425] Compiling p_x25519_asn1.cc
[897/1425] Compiling p_rsa_asn1.cc
[898/1425] Compiling p_ed25519.cc
[899/1425] Compiling p_hkdf.cc
[900/1425] Compiling p_rsa.cc
[901/1425] Compiling p_ed25519_asn1.cc
[902/1425] Compiling p_ec.cc
[903/1425] Compiling p_ec_asn1.cc
[904/1425] Compiling p_dh.cc
[905/1425] Compiling p_dh_asn1.cc
[906/1425] Compiling evp_ctx.cc
[907/1425] Compiling p_dsa_asn1.cc
[908/1425] Compiling evp_asn1.cc
[909/1425] Compiling err.cc
[910/1425] Compiling evp.cc
[911/1425] Compiling engine.cc
[912/1425] Compiling ecdh.cc
[913/1425] Compiling ecdsa_asn1.cc
[914/1425] Compiling hash_to_curve.cc
[915/1425] Compiling ec_derive.cc
[916/1425] Compiling dsa.cc
[917/1425] Compiling dsa_asn1.cc
[918/1425] Compiling ec_asn1.cc
[919/1425] Compiling bcm.cc
[920/1425] Compiling params.cc
[921/1425] Compiling x25519-asm-arm.S
[922/1425] Compiling digest_extra.cc
[923/1425] Compiling dh_asn1.cc
[924/1425] Compiling des.cc
[925/1425] Compiling curve25519_64_adx.cc
[926/1425] Compiling cpu_intel.cc
[927/1425] Compiling crypto.cc
[928/1425] Compiling spake25519.cc
[929/1425] Compiling cpu_arm_linux.cc
[930/1425] Compiling curve25519.cc
[931/1425] Compiling cpu_arm_freebsd.cc
[932/1425] Compiling cpu_aarch64_win.cc
[933/1425] Compiling cpu_aarch64_sysreg.cc
[934/1425] Compiling cpu_aarch64_openbsd.cc
[935/1425] Compiling cpu_aarch64_linux.cc
[936/1425] Compiling cpu_aarch64_fuchsia.cc
[937/1425] Compiling cpu_aarch64_apple.cc
[938/1425] Compiling conf.cc
[939/1425] Compiling tls_cbc.cc
[940/1425] Compiling get_cipher.cc
[941/1425] Compiling e_tls.cc
[942/1425] Compiling e_rc4.cc
[943/1425] Compiling e_null.cc
[944/1425] Compiling e_rc2.cc
[945/1425] Compiling e_des.cc
[946/1425] Compiling e_chacha20poly1305.cc
[947/1425] Compiling e_aesgcmsiv.cc
[948/1425] Compiling e_aesctrhmac.cc
[949/1425] Compiling derive_key.cc
[950/1425] Compiling chacha.cc
[951/1425] Compiling unicode.cc
[952/1425] Compiling buf.cc
[953/1425] Compiling cbb.cc
[954/1425] Compiling cbs.cc
[955/1425] Compiling ber.cc
[956/1425] Compiling asn1_compat.cc
[957/1425] Compiling convert.cc
[958/1425] Compiling blake2.cc
[959/1425] Compiling bn_asn1.cc
[960/1425] Compiling socket_helper.cc
[961/1425] Compiling printf.cc
[962/1425] Compiling socket.cc
[963/1425] Compiling pair.cc
[964/1425] Compiling hexdump.cc
[965/1425] Compiling file.cc
[966/1425] Compiling fd.cc
[967/1425] Compiling errno.cc
[968/1425] Compiling connect.cc
[969/1425] Compiling bio_mem.cc
[970/1425] Compiling bio.cc
[971/1425] Compiling base64.cc
[972/1425] Compiling tasn_typ.cc
[973/1425] Compiling tasn_fre.cc
[974/1425] Compiling tasn_utl.cc
[975/1425] Compiling tasn_enc.cc
[976/1425] Compiling posix_time.cc
[977/1425] Compiling tasn_new.cc
[978/1425] Compiling f_string.cc
[979/1425] Compiling tasn_dec.cc
[980/1425] Compiling f_int.cc
[981/1425] Compiling asn_pack.cc
[981/1425] Compiling asn1_par.cc
[983/1425] Compiling asn1_lib.cc
[984/1425] Compiling a_utctm.cc
[985/1425] Compiling a_type.cc
[986/1425] Compiling a_time.cc
[987/1425] Compiling a_octet.cc
[988/1425] Compiling a_strnid.cc
[989/1425] Compiling a_strex.cc
[990/1425] Compiling a_object.cc
[991/1425] Compiling a_i2d_fp.cc
[992/1425] Compiling a_dup.cc
[993/1425] Compiling a_d2i_fp.cc
[994/1425] Compiling a_mbstr.cc
[995/1425] Compiling a_gentm.cc
[996/1425] Compiling fiat_p256_adx_sqr.S
[997/1425] Compiling a_int.cc
[998/1425] Compiling fiat_p256_adx_mul.S
[999/1425] Compiling fiat_curve25519_adx_square.S
[1000/1425] Compiling fiat_curve25519_adx_mul.S
[1001/1425] Compiling md5-x86_64-linux.S
[1002/1425] Compiling md5-x86_64-apple.S
[1003/1425] Compiling md5-586-linux.S
[1004/1425] Compiling a_bitstr.cc
[1005/1425] Compiling md5-586-apple.S
[1006/1425] Compiling chacha20_poly1305_x86_64-linux.S
[1007/1425] Compiling chacha20_poly1305_x86_64-apple.S
[1008/1425] Compiling chacha20_poly1305_armv8-win.S
[1009/1425] Compiling chacha20_poly1305_armv8-apple.S
[1010/1425] Compiling chacha-x86_64-linux.S
[1011/1425] Compiling chacha20_poly1305_armv8-linux.S
[1012/1425] Compiling chacha-x86_64-apple.S
[1013/1425] Compiling chacha-x86-linux.S
[1014/1425] Compiling chacha-x86-apple.S
[1015/1425] Compiling chacha-armv8-win.S
[1016/1425] Compiling CCryptoBoringSSLShims shims.c
[1017/1425] Compiling chacha-armv8-apple.S
[1018/1425] Compiling a_bool.cc
[1019/1425] Compiling chacha-armv4-linux.S
[1020/1425] Compiling chacha-armv8-linux.S
[1021/1425] Compiling aes128gcmsiv-x86_64-linux.S
[1022/1425] Compiling aes128gcmsiv-x86_64-apple.S
[1023/1425] Compiling x86_64-mont5-linux.S
[1024/1425] Compiling x86_64-mont5-apple.S
[1025/1425] Compiling x86_64-mont-linux.S
[1026/1425] Compiling x86_64-mont-apple.S
[1027/1425] Compiling x86-mont-linux.S
[1028/1425] Compiling x86-mont-apple.S
[1029/1425] Compiling vpaes-x86_64-linux.S
[1030/1425] Compiling vpaes-x86_64-apple.S
[1031/1425] Compiling vpaes-x86-linux.S
[1032/1425] Compiling vpaes-x86-apple.S
[1033/1425] Compiling vpaes-armv8-win.S
[1034/1425] Compiling vpaes-armv8-apple.S
[1035/1425] Compiling vpaes-armv8-linux.S
[1036/1425] Compiling vpaes-armv7-linux.S
[1037/1425] Compiling sha512-x86_64-linux.S
[1038/1425] Compiling sha512-x86_64-apple.S
[1039/1425] Compiling sha512-armv8-win.S
[1040/1425] Compiling sha512-armv8-apple.S
[1041/1425] Compiling sha512-armv4-linux.S
[1042/1425] Compiling sha512-586-linux.S
[1043/1425] Compiling sha512-armv8-linux.S
[1044/1425] Compiling sha512-586-apple.S
[1045/1425] Compiling sha256-x86_64-linux.S
[1046/1425] Compiling sha256-x86_64-apple.S
[1047/1425] Compiling sha256-armv8-win.S
[1048/1425] Compiling err_data.cc
[1049/1425] Compiling sha256-armv8-apple.S
[1050/1425] Compiling sha256-armv8-linux.S
[1051/1425] Compiling sha256-armv4-linux.S
[1052/1425] Compiling sha256-586-linux.S
[1053/1425] Compiling sha256-586-apple.S
[1054/1425] Compiling sha1-x86_64-linux.S
[1055/1425] Compiling sha1-x86_64-apple.S
[1056/1425] Compiling sha1-armv8-win.S
[1057/1425] Compiling sha1-armv8-apple.S
[1058/1425] Compiling sha1-armv4-large-linux.S
[1059/1425] Compiling sha1-586-linux.S
[1060/1425] Compiling sha1-armv8-linux.S
[1061/1425] Compiling sha1-586-apple.S
[1062/1425] Compiling rsaz-avx2-linux.S
[1063/1425] Compiling rsaz-avx2-apple.S
[1064/1425] Compiling rdrand-x86_64-linux.S
[1065/1425] Compiling rdrand-x86_64-apple.S
[1066/1425] Compiling p256_beeu-x86_64-asm-linux.S
[1067/1425] Compiling p256_beeu-x86_64-asm-apple.S
[1068/1425] Compiling p256_beeu-armv8-asm-win.S
[1069/1425] Compiling p256_beeu-armv8-asm-apple.S
[1070/1425] Compiling p256_beeu-armv8-asm-linux.S
[1071/1425] Compiling p256-x86_64-asm-linux.S
[1072/1425] Compiling p256-x86_64-asm-apple.S
[1073/1425] Compiling p256-armv8-asm-win.S
[1074/1425] Compiling p256-armv8-asm-apple.S
[1075/1425] Compiling ghashv8-armv8-win.S
[1076/1425] Compiling ghashv8-armv8-linux.S
[1077/1425] Compiling p256-armv8-asm-linux.S
[1078/1425] Compiling ghashv8-armv8-apple.S
[1079/1425] Compiling ghashv8-armv7-linux.S
[1080/1425] Compiling ghash-x86_64-apple.S
[1081/1425] Compiling ghash-x86_64-linux.S
[1082/1425] Compiling ghash-x86-linux.S
[1083/1425] Compiling ghash-x86-apple.S
[1084/1425] Compiling ghash-ssse3-x86_64-linux.S
[1085/1425] Compiling ghash-ssse3-x86_64-apple.S
[1086/1425] Compiling ghash-ssse3-x86-linux.S
[1087/1425] Compiling ghash-ssse3-x86-apple.S
[1088/1425] Compiling ghash-neon-armv8-win.S
[1089/1425] Compiling ghash-neon-armv8-linux.S
[1090/1425] Compiling ghash-neon-armv8-apple.S
[1091/1425] Compiling ghash-armv4-linux.S
[1092/1425] Compiling co-586-linux.S
[1093/1425] Compiling co-586-apple.S
[1094/1425] Compiling bsaes-armv7-linux.S
[1095/1425] Compiling bn-armv8-win.S
[1096/1425] Compiling bn-armv8-linux.S
[1097/1425] Compiling bn-armv8-apple.S
[1098/1425] Compiling bn-586-linux.S
[1098/1425] Compiling bn-586-apple.S
[1100/1425] Compiling armv8-mont-win.S
[1101/1425] Compiling armv8-mont-apple.S
[1102/1425] Compiling armv4-mont-linux.S
[1103/1425] Compiling armv8-mont-linux.S
[1104/1425] Compiling aesv8-gcm-armv8-win.S
[1105/1425] Compiling aesv8-gcm-armv8-apple.S
[1106/1425] Compiling aesv8-gcm-armv8-linux.S
[1107/1425] Compiling aesv8-armv8-win.S
[1108/1425] Compiling aesv8-armv8-linux.S
[1109/1425] Compiling aesv8-armv8-apple.S
[1110/1425] Compiling aesv8-armv7-linux.S
[1111/1425] Compiling aesni-x86_64-linux.S
[1112/1425] Compiling aesni-x86_64-apple.S
[1113/1425] Compiling aesni-x86-linux.S
[1114/1425] Compiling aesni-x86-apple.S
[1115/1425] Compiling aesni-gcm-x86_64-linux.S
[1116/1425] Compiling aesni-gcm-x86_64-apple.S
[1117/1425] Compiling aes-gcm-avx512-x86_64-linux.S
[1118/1425] Compiling aes-gcm-avx512-x86_64-apple.S
[1119/1425] Compiling aes-gcm-avx2-x86_64-linux.S
[1120/1425] Compiling aes-gcm-avx2-x86_64-apple.S
[1121/1425] Compiling xwing.cc
[1122/1425] Compiling x_x509.cc
[1123/1425] Compiling x_sig.cc
[1124/1425] Compiling x_spki.cc
[1125/1425] Compiling x_x509a.cc
[1126/1425] Compiling x_req.cc
[1127/1425] Compiling c-nioatomics.c
[1128/1425] Compiling x_pubkey.cc
[1129/1425] Compiling c-atomics.c
[1130/1431] Compiling x_name.cc
[1131/1432] Compiling x_exten.cc
[1132/1432] Compiling x_attrib.cc
[1133/1432] Compiling x_crl.cc
[1134/1432] Compiling x_all.cc
[1135/1432] Compiling x_algor.cc
[1137/1432] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1138/1432] Compiling NIOConcurrencyHelpers NIOLock.swift
[1139/1432] Compiling NIOConcurrencyHelpers lock.swift
[1139/1432] Compiling x509spki.cc
[1141/1432] Compiling NIOConcurrencyHelpers atomics.swift
[1142/1432] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[1143/1432] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1144/1432] Emitting module NIOConcurrencyHelpers
[1145/1433] Compiling x509rset.cc
[1146/1433] Compiling x509_vpm.cc
[1147/1433] Compiling x509cset.cc
[1148/1453] Wrapping AST for NIOConcurrencyHelpers for debugging
[1149/1459] Compiling x509name.cc
[1150/1459] Compiling x509_v3.cc
[1151/1459] Compiling x509_vfy.cc
[1153/1459] Compiling ConsoleKitTerminal Console+Wait.swift
[1154/1459] Compiling ConsoleKitTerminal ConsoleColor.swift
[1155/1459] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1156/1462] Compiling ConsoleKitTerminal Console+Confirm.swift
[1157/1462] Compiling ConsoleKitTerminal Console+Input.swift
[1158/1462] Compiling ConsoleKitTerminal Console+Center.swift
[1159/1462] Compiling ConsoleKitTerminal Console+Output.swift
[1160/1462] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1161/1462] Compiling ConsoleKitTerminal ConsoleClear.swift
[1162/1462] Compiling ConsoleKitTerminal Console+Ask.swift
[1163/1462] Compiling ConsoleKitTerminal Console+Choose.swift
[1163/1462] Compiling x509_txt.cc
[1165/1462] Compiling ConsoleKitTerminal ActivityBar.swift
[1166/1462] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1167/1462] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1168/1462] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1169/1462] Emitting module ConsoleKitTerminal
[1170/1462] Compiling ConsoleKitTerminal CustomActivity.swift
[1171/1462] Compiling ConsoleKitTerminal LoadingBar.swift
[1172/1462] Compiling ConsoleKitTerminal ProgressBar.swift
[1173/1462] Compiling ConsoleKitTerminal Console+Clear.swift
[1173/1462] Compiling x509_trs.cc
[1174/1462] Compiling x509_req.cc
[1176/1462] Compiling ConsoleKitTerminal Console.swift
[1177/1462] Compiling ConsoleKitTerminal Terminal.swift
[1178/1462] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1179/1462] Compiling ConsoleKitTerminal ConsoleText.swift
[1180/1462] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1181/1462] Compiling ConsoleKitTerminal ANSI.swift
[1181/1462] Compiling x509_obj.cc
[1182/1462] Compiling x509_set.cc
[1183/1462] Compiling x509_ext.cc
[1185/1462] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1186/1462] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1187/1462] Compiling ConsoleKitTerminal LoggerFragment.swift
[1188/1463] Compiling x509_lu.cc
[1189/1463] Wrapping AST for ConsoleKitTerminal for debugging
[1190/1485] Compiling x509_def.cc
[1191/1485] Compiling x509_d2.cc
[1192/1485] Compiling x509_cmp.cc
[1194/1485] Compiling ConsoleKitCommands CommandSignature.swift
[1195/1485] Compiling ConsoleKitCommands Flag.swift
[1196/1485] Compiling ConsoleKitCommands Option.swift
[1197/1485] Compiling ConsoleKitCommands CommandGroup.swift
[1198/1485] Compiling ConsoleKitCommands CommandInput.swift
[1199/1485] Compiling ConsoleKitCommands Commands.swift
[1199/1487] Compiling x509.cc
[1200/1487] Compiling x509_att.cc
[1202/1487] Emitting module ConsoleKitCommands
[1202/1487] Compiling v3_utl.cc
[1204/1487] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1205/1487] Compiling ConsoleKitCommands AsyncCommand.swift
[1206/1487] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1207/1487] Compiling ConsoleKitCommands Command.swift
[1208/1487] Compiling ConsoleKitCommands CommandContext.swift
[1209/1487] Compiling ConsoleKitCommands CommandError.swift
[1210/1487] Compiling ConsoleKitCommands AsyncCommands.swift
[1211/1487] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1212/1487] Compiling ConsoleKitCommands AnyCommand.swift
[1213/1487] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1214/1487] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1215/1487] Compiling ConsoleKitCommands Argument.swift
[1216/1487] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1217/1487] Compiling ConsoleKitCommands Utilities.swift
[1217/1487] Compiling v3_purp.cc
[1218/1487] Compiling v3_skey.cc
[1219/1487] Compiling v3_prn.cc
[1220/1487] Compiling v3_pmaps.cc
[1221/1487] Compiling v3_pcons.cc
[1222/1487] Compiling v3_ocsp.cc
[1224/1487] Compiling ConsoleKitCommands Console+Run.swift
[1225/1487] Compiling ConsoleKitCommands ConsoleError.swift
[1226/1487] Compiling ConsoleKitCommands Completion.swift
[1226/1488] Compiling v3_ncons.cc
[1228/1490] Compiling v3_int.cc
[1229/1490] Compiling v3_lib.cc
[1231/1490] Compiling ConsoleKit Exports.swift
[1232/1490] Emitting module ConsoleKit
[1232/1490] Wrapping AST for ConsoleKitCommands for debugging
[1234/1491] Compiling v3_ia5.cc
[1235/1491] Compiling v3_info.cc
[1236/1491] Wrapping AST for ConsoleKit for debugging
[1237/1491] Compiling v3_genn.cc
[1237/1491] Compiling v3_extku.cc
[1239/1491] Compiling v3_enum.cc
[1240/1491] Compiling v3_crld.cc
[1241/1491] Compiling v3_cpols.cc
[1242/1491] Compiling v3_conf.cc
[1243/1491] Compiling v3_bitst.cc
[1244/1491] Compiling v3_bcons.cc
[1245/1491] Compiling v3_akeya.cc
[1246/1491] Compiling v3_alt.cc
[1247/1491] Compiling v3_akey.cc
[1248/1491] Compiling t_x509a.cc
[1249/1491] Compiling t_x509.cc
[1250/1491] Compiling t_req.cc
[1251/1491] Compiling i2d_pr.cc
[1252/1491] Compiling t_crl.cc
[1253/1491] Compiling rsa_pss.cc
[1254/1491] Compiling name_print.cc
[1255/1491] Compiling policy.cc
[1256/1491] Compiling by_file.cc
[1257/1491] Compiling by_dir.cc
[1258/1491] Compiling a_verify.cc
[1259/1491] Compiling algorithm.cc
[1260/1491] Compiling asn1_gen.cc
[1261/1491] Compiling a_sign.cc
[1262/1491] Compiling voprf.cc
[1263/1491] Compiling a_digest.cc
[1264/1491] Compiling thread_win.cc
[1265/1491] Compiling thread_none.cc
[1266/1491] Compiling thread_pthread.cc
[1267/1491] Compiling thread.cc
[1268/1491] Compiling trust_token.cc
[1269/1491] Compiling stack.cc
[1270/1491] Compiling pmbtoken.cc
[1271/1491] Compiling siphash.cc
[1272/1491] Compiling sha512.cc
[1273/1491] Compiling spake2plus.cc
[1274/1491] Compiling sha256.cc
[1275/1491] Compiling sha1.cc
[1276/1491] Compiling slhdsa.cc
[1277/1491] Compiling rsa_print.cc
[1278/1491] Compiling rsa_extra.cc
[1279/1491] Compiling refcount.cc
[1280/1491] Compiling rc4.cc
[1281/1491] Compiling rsa_crypt.cc
[1282/1491] Compiling windows.cc
[1283/1491] Compiling trusty.cc
[1284/1491] Compiling urandom.cc
[1285/1491] Compiling rand.cc
[1286/1491] Compiling rsa_asn1.cc
[1287/1491] Compiling passive.cc
[1288/1491] Compiling ios.cc
[1289/1491] Compiling poly1305_arm_asm.S
[1290/1491] Compiling getentropy.cc
[1291/1491] Compiling forkunsafe.cc
[1292/1491] Compiling deterministic.cc
[1293/1491] Compiling fork_detect.cc
[1294/1491] Compiling poly1305_vec.cc
[1295/1491] Compiling poly1305_arm.cc
[1296/1491] Compiling poly1305.cc
[1297/1491] Compiling pool.cc
[1298/1491] Compiling pkcs8.cc
[1299/1491] Compiling pkcs8_x509.cc
[1300/1491] Compiling p5_pbev2.cc
[1301/1491] Compiling pkcs7_x509.cc
[1302/1491] Compiling pkcs7.cc
[1303/1491] Compiling pem_xaux.cc
[1304/1491] Compiling pem_x509.cc
[1305/1491] Compiling pem_pkey.cc
[1306/1491] Compiling pem_oth.cc
[1307/1491] Compiling pem_pk8.cc
[1308/1491] Compiling mlkem.cc
[1309/1491] Compiling pem_lib.cc
[1310/1491] Compiling pem_info.cc
[1311/1491] Compiling obj_xref.cc
[1312/1491] Compiling pem_all.cc
[1313/1491] Compiling obj.cc
[1314/1491] Compiling poly_rq_mul.S
[1315/1491] Compiling mldsa.cc
[1316/1491] Compiling mem.cc
[1317/1491] Compiling fips_shared_support.cc
[1318/1491] Compiling lhash.cc
[1319/1491] Compiling md5.cc
[1320/1491] Compiling md4.cc
[1321/1491] Compiling kyber.cc
[1322/1491] Compiling fuzzer_mode.cc
[1323/1491] Compiling ex_data.cc
[1324/1491] Compiling hpke.cc
[1325/1491] Compiling hrss.cc
[1326/1491] Compiling scrypt.cc
[1327/1491] Compiling pbkdf.cc
[1327/1491] Compiling print.cc
[1329/1491] Compiling sign.cc
[1330/1491] Compiling p_x25519_asn1.cc
[1331/1491] Compiling p_x25519.cc
[1332/1491] Compiling p_rsa_asn1.cc
[1333/1491] Compiling p_rsa.cc
[1334/1491] Compiling p_hkdf.cc
[1335/1491] Compiling p_ed25519_asn1.cc
[1336/1491] Compiling p_ed25519.cc
[1337/1491] Compiling p_ec_asn1.cc
[1338/1491] Compiling p_ec.cc
[1339/1491] Compiling p_dsa_asn1.cc
[1340/1491] Compiling p_dh_asn1.cc
[1341/1491] Compiling p_dh.cc
[1342/1491] Compiling evp_ctx.cc
[1343/1491] Compiling evp_asn1.cc
[1344/1491] Compiling err.cc
[1345/1491] Compiling ecdsa_p1363.cc
[1346/1491] Compiling engine.cc
[1347/1491] Compiling evp.cc
[1348/1491] Compiling ecdh.cc
[1349/1491] Compiling ec_derive.cc
[1350/1491] Compiling ecdsa_asn1.cc
[1351/1491] Compiling hash_to_curve.cc
[1352/1491] Compiling dsa.cc
[1353/1491] Compiling ec_asn1.cc
[1354/1491] Compiling dsa_asn1.cc
[1355/1491] Compiling digest_extra.cc
[1356/1491] Compiling x25519-asm-arm.S
[1357/1491] Compiling curve25519_64_adx.cc
[1358/1491] Compiling params.cc
[1359/1491] Compiling des.cc
[1360/1491] Compiling dh_asn1.cc
[1361/1491] Compiling spake25519.cc
[1362/1491] Compiling curve25519.cc
[1363/1491] Compiling crypto.cc
[1364/1491] Compiling cpu_intel.cc
[1365/1491] Compiling cpu_arm_linux.cc
[1366/1491] Compiling cpu_arm_freebsd.cc
[1367/1491] Compiling cpu_aarch64_win.cc
[1368/1491] Compiling cpu_aarch64_sysreg.cc
[1369/1491] Compiling cpu_aarch64_openbsd.cc
[1370/1491] Compiling cpu_aarch64_fuchsia.cc
[1371/1491] Compiling cpu_aarch64_linux.cc
[1372/1491] Compiling cpu_aarch64_apple.cc
[1373/1491] Compiling conf.cc
[1374/1491] Compiling tls_cbc.cc
[1375/1491] Compiling get_cipher.cc
[1376/1491] Compiling e_tls.cc
[1377/1491] Compiling e_rc4.cc
[1378/1491] Compiling cms.cc
[1379/1491] Compiling e_rc2.cc
[1380/1491] Compiling e_null.cc
[1381/1491] Compiling e_des.cc
[1382/1491] Compiling e_aesgcmsiv.cc
[1383/1491] Compiling e_chacha20poly1305.cc
[1384/1491] Compiling e_aeseax.cc
[1385/1491] Compiling e_aesctrhmac.cc
[1386/1491] Compiling derive_key.cc
[1387/1491] Compiling chacha.cc
[1388/1491] Compiling buf.cc
[1389/1491] Compiling unicode.cc
[1390/1491] Compiling cbs.cc
[1391/1491] Compiling sqrt.cc
[1392/1491] Compiling cbb.cc
[1393/1491] Compiling ber.cc
[1394/1491] Compiling asn1_compat.cc
[1395/1491] Compiling exponentiation.cc
[1396/1491] Compiling div.cc
[1397/1491] Compiling blake2.cc
[1398/1491] Compiling printf.cc
[1399/1491] Compiling convert.cc
[1400/1491] Compiling pair.cc
[1400/1491] Compiling bn_asn1.cc
[1402/1491] Compiling hexdump.cc
[1403/1491] Compiling file.cc
[1404/1491] Compiling errno.cc
[1404/1491] Compiling fd.cc
[1406/1491] Compiling bio_mem.cc
[1407/1491] Compiling bio.cc
[1408/1491] Compiling tasn_new.cc
[1409/1491] Compiling tasn_fre.cc
[1410/1491] Compiling tasn_enc.cc
[1411/1491] Compiling posix_time.cc
[1412/1491] Compiling f_string.cc
[1413/1491] Compiling f_int.cc
[1414/1491] Compiling tasn_dec.cc
[1415/1491] Compiling asn_pack.cc
[1416/1491] Compiling asn1_par.cc
[1417/1491] Compiling asn1_lib.cc
[1418/1491] Compiling a_utctm.cc
[1419/1491] Compiling a_type.cc
[1420/1491] Compiling a_octet.cc
[1421/1491] Compiling a_time.cc
[1422/1491] Compiling a_strex.cc
[1423/1491] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1424/1491] Write sources
[1425/1491] Compiling a_mbstr.cc
[1426/1491] Write sources
[1427/1491] Compiling a_i2d_fp.cc
[1427/1491] Write sources
[1432/1563] Compiling a_dup.cc
[1433/1563] Compiling bcm.cc
[1434/1563] Compiling a_gentm.cc
[1435/1616] Compiling a_int.cc
[1436/1616] Compiling a_d2i_fp.cc
[1438/1641] Compiling Algorithms Partition.swift
[1439/1641] Compiling Algorithms Permutations.swift
[1440/1643] Compiling Algorithms Intersperse.swift
[1441/1643] Compiling Algorithms Joined.swift
[1442/1643] Compiling Algorithms Grouped.swift
[1443/1643] Compiling Algorithms Indexed.swift
[1444/1643] Compiling Algorithms Keyed.swift
[1445/1643] Compiling Algorithms MinMax.swift
[1446/1651] Compiling Algorithms AdjacentPairs.swift
[1447/1651] Compiling Algorithms Chain.swift
[1448/1651] Compiling Algorithms Chunked.swift
[1449/1651] Compiling Algorithms Combinations.swift
[1450/1651] Compiling Algorithms Compacted.swift
[1451/1651] Compiling Algorithms Cycle.swift
[1452/1651] Compiling Algorithms EitherSequence.swift
[1453/1651] Compiling Algorithms FirstNonNil.swift
[1454/1658] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[1455/1658] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[1456/1658] Compiling AsyncAlgorithms AsyncChannel.swift
[1457/1658] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[1458/1658] Compiling AsyncAlgorithms ChannelStateMachine.swift
[1459/1658] Compiling AsyncAlgorithms ChannelStorage.swift
[1460/1658] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[1461/1658] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[1464/1658] Compiling Algorithms FlattenCollection.swift
[1465/1658] Compiling Atomics IntegerOperations.swift
[1466/1658] Compiling Atomics Unmanaged extensions.swift
[1467/1658] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1468/1658] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1469/1658] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1470/1658] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1471/1658] Compiling AsyncAlgorithms DebounceStorage.swift
[1472/1658] Compiling AsyncAlgorithms Dictionary.swift
[1473/1658] Compiling AsyncAlgorithms AsyncFlatMapLatestSequence.swift
[1474/1658] Compiling AsyncAlgorithms FlatMapLatestStateMachine.swift
[1475/1658] Compiling AsyncAlgorithms FlatMapLatestStorage.swift
[1476/1658] Compiling AsyncAlgorithms Disconnected.swift
[1477/1658] Compiling AsyncAlgorithms _TinyArray.swift
[1478/1658] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1479/1658] Compiling AsyncAlgorithms Locking.swift
[1480/1658] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1481/1658] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1482/1658] Compiling AsyncAlgorithms MergeStateMachine.swift
[1483/1658] Compiling AsyncAlgorithms MergeStorage.swift
[1484/1658] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
[1485/1658] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
[1486/1658] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1487/1658] Compiling BitCollections BitSet.Counted.swift
[1489/1658] Compiling Algorithms Stride.swift
[1490/1658] Compiling Algorithms Suffix.swift
[1491/1661] Emitting module BitCollections
[1492/1661] Compiling Algorithms RandomSample.swift
[1493/1661] Compiling Algorithms Reductions.swift
[1494/1661] Compiling Algorithms Rotate.swift
[1495/1661] Compiling BitCollections BitSet.Index.swift
[1496/1661] Compiling BitCollections BitSet._UnsafeHandle.swift
[1497/1661] Compiling BitCollections BitSet.swift
[1498/1661] Compiling BitCollections Range+Utilities.swift
[1499/1661] Compiling BitCollections Slice+Utilities.swift
[1500/1661] Compiling BitCollections UInt+Tricks.swift
[1501/1661] Compiling BitCollections _Word.swift
[1502/1661] Compiling CryptoBoringWrapper RandomBytes.swift
[1506/1661] Emitting module CryptoBoringWrapper
[1550/1669] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1560/1669] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1561/1669] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1562/1669] Compiling CryptoBoringWrapper EllipticCurve.swift
[1563/1669] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1564/1669] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1564/1670] Wrapping AST for BitCollections for debugging
[1566/1670] Compiling Algorithms Trim.swift
[1567/1670] Compiling Algorithms Unique.swift
[1568/1670] Compiling Algorithms Windows.swift
[1574/1676] Emitting module AsyncAlgorithms
[1575/1676] Compiling Collections HeapModule reexports.swift
[1575/1676] Wrapping AST for CryptoBoringWrapper for debugging
[1577/1676] Compiling Collections OrderedCollections reexports.swift
[1578/1676] Compiling Collections DequeModule reexports.swift
[1579/1676] Compiling Collections HashTreeCollections reexports.swift
[1580/1676] Emitting module Collections
[1581/1676] Compiling Collections BitCollections reexports.swift
[1582/1677] Emitting module Atomics
[1583/1713] Compiling Crypto ChaChaPoly.swift
[1584/1713] Compiling Crypto Cipher.swift
[1585/1713] Compiling Crypto Nonces.swift
[1586/1713] Compiling Crypto AES-GCM.swift
[1587/1713] Compiling Crypto AES-GCM_boring.swift
[1588/1713] Compiling Crypto ChaChaPoly_boring.swift
[1590/1749] Wrapping AST for Collections for debugging
[1592/1749] Compiling Crypto CryptoKitErrors.swift
[1593/1749] Compiling Crypto Digest_boring.swift
[1594/1749] Compiling Crypto Digest.swift
[1595/1749] Compiling Crypto Digests.swift
[1596/1749] Compiling Crypto HashFunctions.swift
[1597/1749] Compiling Crypto HashFunctions_SHA2.swift
[1598/1749] Compiling Crypto HPKE-Errors.swift
[1599/1749] Compiling Crypto HPKE.swift
[1600/1749] Compiling Crypto HPKE-Context.swift
[1601/1749] Compiling Crypto HPKE-KeySchedule.swift
[1602/1749] Compiling Crypto HPKE-Modes.swift
[1603/1749] Compiling Crypto Insecure.swift
[1604/1749] Compiling Crypto Insecure_HashFunctions.swift
[1605/1749] Compiling Crypto KEM.swift
[1605/1749] Wrapping AST for Atomics for debugging
[1607/1758] Compiling Crypto HPKE-KDF.swift
[1608/1758] Compiling Crypto HPKE-KexKeyDerivation.swift
[1609/1758] Compiling Crypto HPKE-LabeledExtract.swift
[1610/1758] Compiling Crypto HPKE-Utils.swift
[1611/1758] Compiling Crypto DHKEM.swift
[1612/1758] Compiling Crypto HPKE-KEM-Curve25519.swift
[1613/1758] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1614/1824] Emitting module Algorithms
[1615/1829] Wrapping AST for Algorithms for debugging
[1617/1829] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1618/1829] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1619/1829] Compiling NIOCore AsyncChannelInboundStream.swift
[1620/1829] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1621/1830] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:846:48: error: cannot find 'pow' in scope
844 |
845 | let start = Double(100_000_000)
846 | let backoffNanosecondsDouble = start * pow(1.25, Double(attempts - 1))
| `- error: cannot find 'pow' in scope
847 |
848 | // 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:856:33: error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
854 | let jitterRange = (backoffNanoseconds / 100) * 3
855 | // Pick a random element from the range +/- jitter range.
856 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
857 | let jitteredBackoff = backoff + jitter
858 | 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:856:74: error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
854 | let jitterRange = (backoffNanoseconds / 100) * 3
855 | // Pick a random element from the range +/- jitter range.
856 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
857 | let jitteredBackoff = backoff + jitter
858 | 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 }
[1622/1830] Compiling NIOCore ByteBuffer-conversions.swift
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:846:48: error: cannot find 'pow' in scope
844 |
845 | let start = Double(100_000_000)
846 | let backoffNanosecondsDouble = start * pow(1.25, Double(attempts - 1))
| `- error: cannot find 'pow' in scope
847 |
848 | // 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:856:33: error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
854 | let jitterRange = (backoffNanoseconds / 100) * 3
855 | // Pick a random element from the range +/- jitter range.
856 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
857 | let jitteredBackoff = backoff + jitter
858 | 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:856:74: error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
854 | let jitterRange = (backoffNanoseconds / 100) * 3
855 | // Pick a random element from the range +/- jitter range.
856 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
857 | let jitteredBackoff = backoff + jitter
858 | 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 }
[1623/1830] Compiling _ConnectionPoolModule TinyFastSequence.swift
[1624/1830] Compiling NIOCore ByteBuffer-views.swift
[1625/1830] Compiling NIOCore Channel.swift
[1626/1830] Compiling NIOCore ChannelHandler.swift
[1627/1830] Compiling NIOCore ChannelHandlers.swift
[1628/1830] Compiling NIOCore ChannelInvoker.swift
[1629/1830] Compiling NIOCore ChannelOption.swift
[1630/1830] Compiling NIOCore ChannelPipeline.swift
[1631/1830] Compiling NIOCore CircularBuffer.swift
[1632/1830] Compiling NIOCore Codec.swift
[1633/1830] Compiling NIOCore ConvenienceOptionSupport.swift
[1634/1840] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[1635/1840] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[1636/1840] Compiling NIOCore RecvByteBufferAllocator.swift
[1637/1840] Compiling Crypto MACFunctions.swift
[1638/1840] Compiling Crypto MessageAuthenticationCode.swift
[1639/1840] Compiling Crypto AES.swift
[1640/1840] Compiling Crypto ECDSASignature_boring.swift
[1641/1840] Compiling Crypto ECDSA_boring.swift
[1642/1840] Compiling Crypto EdDSA_boring.swift
[1643/1840] Compiling Crypto ECDSA.swift
[1644/1840] Compiling NIOCore AddressedEnvelope.swift
[1645/1840] Compiling NIOCore AsyncAwaitSupport.swift
[1646/1840] Compiling NIOCore AsyncChannel.swift
[1647/1840] Compiling NIOCore AsyncChannelHandler.swift
[1656/1840] Compiling NIOCore NIOAsyncWriter.swift
[1657/1840] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1658/1840] Compiling NIOCore NIOCoreSendableMetatype.swift
[1659/1840] Compiling NIOCore NIODecodedAsyncSequence.swift
[1660/1840] Compiling NIOCore NIOLoopBound.swift
[1661/1840] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1662/1840] Compiling NIOCore NIOScheduledCallback.swift
[1663/1840] Compiling NIOCore NIOSendable.swift
[1667/1848] Emitting module _ConnectionPoolModule
[1668/1848] Compiling NIOCore DeadChannel.swift
[1669/1848] Compiling NIOCore DispatchQueue+WithFuture.swift
[1670/1848] Compiling NIOCore EventLoop+Deprecated.swift
[1671/1848] Compiling NIOCore EventLoop+SerialExecutor.swift
[1672/1848] Compiling NIOCore EventLoop.swift
[1673/1848] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1674/1848] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1675/1848] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1676/1848] Compiling NIOCore EventLoopFuture.swift
[1677/1848] Compiling NIOCore FileDescriptor.swift
[1678/1848] Compiling NIOCore MarkedCircularBuffer.swift
[1679/1848] Compiling NIOCore MulticastChannel.swift
[1680/1848] Compiling NIOCore NIOAny.swift
[1681/1848] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1688/1848] Compiling NIOCore FileHandle.swift
[1689/1848] Compiling NIOCore FileRegion.swift
[1690/1848] Compiling NIOCore GlobalSingletons.swift
[1691/1848] Compiling NIOCore IO.swift
[1692/1848] Compiling NIOCore IOData.swift
[1693/1848] Compiling NIOCore IPProtocol.swift
[1694/1848] Compiling NIOCore IntegerBitPacking.swift
[1695/1848] Compiling NIOCore IntegerTypes.swift
[1696/1848] Compiling NIOCore Interfaces.swift
[1697/1848] Compiling NIOCore Linux.swift
[1698/1848] Emitting module Crypto
[1699/1848] Compiling NIOCore BSDSocketAPI.swift
[1700/1848] Compiling NIOCore ByteBuffer-aux.swift
[1703/1848] Compiling NIOCore ByteBuffer-core.swift
[1704/1848] Compiling NIOCore ByteBuffer-hex.swift
[1705/1848] Compiling NIOCore ByteBuffer-int.swift
[1706/1848] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1707/1848] Compiling NIOCore ByteBuffer-multi-int.swift
[1708/1848] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/ProxLock/Enterprise-Exclusive/LICENSE
warning: 'google-cloud-kit': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/google-cloud-kit/Storage/Sources/README.md
warning: 'google-cloud-kit': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/google-cloud-kit/SecretManager/Sources/README.md
warning: 'google-cloud-kit': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/google-cloud-kit/IAMServiceAccountCredentials/Sources/README.md
warning: 'google-cloud-kit': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/google-cloud-kit/Datastore/Sources/README.md
[0/1] Planning build
Building for debugging...
[0/81] Write swift-version-24593BA9C3E375BF.txt
[2/146] Compiling RealModule RealFunctions.swift
[3/147] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[4/147] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[5/149] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[6/149] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[7/149] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[10/151] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[11/151] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[12/151] Compiling InternalCollectionsUtilities String+Padding.swift
[13/151] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[14/151] Compiling RealModule Float80+Real.swift
[15/151] Compiling RealModule Real.swift
[16/151] Compiling RealModule RelaxedArithmetic.swift
[17/151] Compiling Atomics IntegerOperations.swift
[18/151] Compiling Atomics Unmanaged extensions.swift
[19/151] Compiling RealModule Float16+Real.swift
[20/151] Compiling InternalCollectionsUtilities Debugging.swift
[21/151] Compiling InternalCollectionsUtilities Descriptions.swift
[22/151] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[23/151] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[24/151] Compiling InternalCollectionsUtilities UInt+reversed.swift
[26/151] Compiling InternalCollectionsUtilities Integer rank.swift
[29/151] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[30/151] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[31/151] Compiling InternalCollectionsUtilities Span+Extras.swift
[32/151] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[33/151] Compiling NIOConcurrencyHelpers NIOLock.swift
[34/151] Compiling _NIOBase64 Base64.swift
[35/151] Emitting module _NIOBase64
[36/151] Emitting module NIOConcurrencyHelpers
[37/151] Compiling _NIODataStructures PriorityQueue.swift
[38/151] Compiling _NIODataStructures Heap.swift
[39/151] Emitting module _NIODataStructures
[40/151] Compiling _NIODataStructures _TinyArray.swift
[41/153] Emitting module _CertificateInternals
[42/153] Compiling _CertificateInternals _TinyArray.swift
[43/154] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[44/154] Emitting module RealModule
[47/155] Compiling NIOConcurrencyHelpers atomics.swift
[48/155] Compiling NIOConcurrencyHelpers lock.swift
[69/151] Compiling CoreMetrics Locks.swift
[70/151] Emitting module CoreMetrics
[71/151] Compiling CoreMetrics Metrics.swift
[72/152] Emitting module InternalCollectionsUtilities
[75/215] Compiling ServiceContextModule ServiceContextKey.swift
[76/215] Compiling Logging MetadataProvider.swift
[77/215] Emitting module ServiceContextModule
[78/215] Compiling ServiceContextModule ServiceContext.swift
[80/228] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[81/275] Compiling CryptoBoringWrapper RandomBytes.swift
[82/277] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[83/288] Emitting module Logging
[84/288] Compiling Logging Locks.swift
[85/288] Emitting module CryptoBoringWrapper
[86/288] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[87/288] Compiling ConcurrencyHelpers LockedValueBox.swift
[88/288] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[89/288] Compiling _RopeModule BigString+Hashing.swift
[90/288] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[91/288] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[92/292] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[93/292] Compiling CryptoBoringWrapper EllipticCurve.swift
[94/292] Compiling _RopeModule BigString+Chunk+Breaks.swift
[95/292] Compiling _RopeModule BigString+Chunk+Character.swift
[96/292] Compiling _RopeModule BigString+Chunk+Counts.swift
[97/292] Compiling _RopeModule BigString+Chunk+Description.swift
[98/292] Compiling _RopeModule BigString+Chunk+Index.swift
[99/292] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[100/292] Compiling _RopeModule BigString+Chunk+Splitting.swift
[101/292] Compiling _RopeModule BigString+Chunk+UTF16.swift
[102/292] Compiling _RopeModule BigString+Chunk+UTF8.swift
[103/292] Compiling _RopeModule BigString+Chunk+UnicodeScalar.swift
[104/301] Compiling _RopeModule BigString+Builder.swift
[105/301] Compiling _RopeModule BigString+Contents.swift
[106/301] Compiling _RopeModule BigString+Debugging.swift
[107/301] Compiling _RopeModule BigString+Index.swift
[108/301] Compiling _RopeModule BigString+Ingester.swift
[109/301] Compiling _RopeModule BigString+Invariants.swift
[110/301] Compiling _RopeModule BigString+Metrics.swift
[111/301] Compiling _RopeModule BigString+Summary.swift
[112/301] Compiling _RopeModule BigString.swift
[113/301] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[114/301] Compiling _RopeModule BigString+Chunk.swift
[115/301] Compiling _RopeModule BigString+BidirectionalCollection.swift
[116/301] Compiling _RopeModule BigString+Comparable.swift
[117/301] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[118/301] Compiling _RopeModule BigString+CustomStringConvertible.swift
[119/301] Compiling _RopeModule BigString+Equatable.swift
[124/301] Emitting module ConcurrencyHelpers
[125/301] Compiling ConcurrencyHelpers Lock.swift
[126/357] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[127/357] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[128/357] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[129/357] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[130/357] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[131/357] Compiling OrderedCollections _HashTable+Testing.swift
[132/357] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[134/357] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[135/357] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[136/357] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[137/357] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[138/357] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[139/357] Compiling OrderedCollections OrderedDictionary+Values.swift
[140/357] Compiling OrderedCollections OrderedDictionary.swift
[141/357] Compiling OrderedCollections OrderedSet+Codable.swift
[142/357] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[143/357] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[144/357] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[145/357] Compiling OrderedCollections OrderedDictionary+Elements.swift
[146/357] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[153/358] Emitting module Atomics
[154/361] Emitting module SystemPackage
[160/361] Compiling OrderedCollections _HashTable.swift
[161/361] Compiling OrderedCollections _Hashtable+Header.swift
[162/361] Compiling OrderedCollections OrderedDictionary+Codable.swift
[163/361] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[164/361] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[165/361] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[166/361] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[167/361] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[168/361] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[169/361] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[170/361] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[171/361] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[172/362] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[173/362] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[174/362] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[175/362] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[176/362] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[177/362] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[178/371] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[179/371] Compiling OrderedCollections OrderedSet+Hashable.swift
[180/371] Compiling OrderedCollections OrderedSet+Initializers.swift
[181/371] Compiling OrderedCollections OrderedSet+Insertions.swift
[182/371] Compiling OrderedCollections OrderedSet+Invariants.swift
[183/371] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[184/371] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[185/371] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[186/371] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[187/371] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[198/370] Compiling Logging LogHandler.swift
[199/370] Compiling Logging Logging.swift
[200/371] Compiling Metrics Metrics.swift
[201/371] Emitting module Metrics
[212/372] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[213/372] Compiling OrderedCollections OrderedSet+Descriptions.swift
[214/372] Compiling OrderedCollections OrderedSet+Diffing.swift
[215/372] Compiling OrderedCollections OrderedSet+Equatable.swift
[218/372] Compiling OrderedCollections _HashTable+Bucket.swift
[219/372] Compiling OrderedCollections _HashTable+BucketIterator.swift
[220/372] Compiling OrderedCollections _HashTable+Constants.swift
[229/372] Compiling SwiftASN1 DER.swift
[230/372] Compiling SwiftASN1 Errors.swift
[251/376] Compiling UnixSignals UnixSignal.swift
[252/376] Emitting module UnixSignals
[253/376] Compiling UnixSignals UnixSignalsSequence.swift
[254/377] Compiling OrderedCollections _UnsafeBitset.swift
[255/377] Compiling _RopeModule Rope+Collection.swift
[256/377] Compiling _RopeModule Rope+Index.swift
[257/377] Compiling _RopeModule Rope+Sequence.swift
[258/377] Compiling _RopeModule Rope+Append.swift
[259/377] Compiling _RopeModule Rope+Extract.swift
[260/377] Compiling _RopeModule Rope+Find.swift
[261/377] Compiling _RopeModule Rope+ForEachWhile.swift
[262/377] Compiling _RopeModule Rope+Insert.swift
[263/377] Compiling _RopeModule Rope+Join.swift
[264/377] Compiling _RopeModule Rope+MutatingForEach.swift
[265/377] Compiling _RopeModule Rope+Remove.swift
[266/377] Compiling _RopeModule Rope+RemoveSubrange.swift
[267/377] Compiling _RopeModule Rope+Split.swift
[268/377] Compiling _RopeModule Optional Utilities.swift
[269/377] Compiling _RopeModule String Utilities.swift
[270/377] Compiling _RopeModule String.Index+ABI.swift
[271/377] Compiling _RopeModule _CharacterRecognizer.swift
[272/377] Compiling Instrumentation NoOpInstrument.swift
[277/377] Emitting module Instrumentation
[282/382] Compiling OrderedCollections OrderedSet+Sendable.swift
[283/382] Compiling OrderedCollections OrderedSet+SubSequence.swift
[284/382] Compiling OrderedCollections OrderedSet+Testing.swift
[285/382] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[286/382] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[287/382] Compiling OrderedCollections OrderedSet.swift
[297/384] Compiling Instrumentation Instrument.swift
[298/390] Compiling Instrumentation MultiplexInstrument.swift
[300/389] Compiling Instrumentation InstrumentationSystem.swift
[301/389] Compiling Instrumentation Locks.swift
[302/390] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[303/390] Emitting module RoutingKit
[304/390] Compiling RoutingKit AnyRouter.swift
[305/390] Compiling RoutingKit Router.swift
[306/390] Compiling HeapModule _HeapNode.swift
[307/390] Compiling RoutingKit Parameters.swift
[308/390] Compiling HeapModule Heap+Descriptions.swift
[310/390] Compiling HeapModule Heap.swift
[311/389] Compiling RoutingKit PathComponent.swift
[312/389] Compiling RoutingKit TrieRouter.swift
[313/403] Compiling HeapModule Heap+UnsafeHandle.swift
[314/403] Compiling HeapModule Heap+Invariants.swift
[315/417] Emitting module SwiftASN1
[323/467] Emitting module HeapModule
[326/537] Emitting module _RopeModule
[329/577] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[330/577] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[331/577] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[332/577] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[333/577] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[334/577] Compiling ContainersPreview OutputSpan+Extras.swift
[335/577] Compiling ContainersPreview TemporaryAllocation.swift
[336/577] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[337/577] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[338/577] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[339/581] Compiling ContainersPreview RandomAccessContainer.swift
[340/581] Compiling ContainersPreview RangeExpression2.swift
[341/581] Compiling ContainersPreview RangeReplaceableContainer.swift
[342/581] Compiling ContainersPreview Drain+Map.swift
[343/581] Emitting module ContainersPreview
[344/581] Compiling ContainersPreview Producer+Map.swift
[345/581] Compiling ContainersPreview Producer+Reduce.swift
[346/581] Compiling ContainersPreview Producer.swift
[347/581] Compiling ContainersPreview Borrow.swift
[348/581] Compiling ContainersPreview Drain+Reduce.swift
[349/581] Compiling ContainersPreview Drain.swift
[350/581] Compiling ContainersPreview Producer+Collect.swift
[351/581] Compiling ContainersPreview Producer+Filter.swift
[352/594] Compiling ConsoleKitTerminal ProgressBar.swift
[353/594] Compiling ConsoleKitTerminal Console+Clear.swift
[354/594] Compiling ContainersPreview BidirectionalContainer.swift
[355/594] Compiling ContainersPreview Container+Filter.swift
[356/594] Compiling ContainersPreview Container+SpanwiseZip.swift
[357/594] Compiling ContainersPreview Container.swift
[358/594] Compiling ContainersPreview ContainerIterator.swift
[359/594] Compiling ContainersPreview DynamicContainer.swift
[360/594] Compiling ContainersPreview MutableContainer.swift
[361/594] Compiling ContainersPreview PermutableContainer.swift
[362/607] Compiling Crypto AES.swift
[363/607] Compiling Crypto ECDSASignature_boring.swift
[364/607] Compiling Crypto ECDSA_boring.swift
[365/607] Compiling Crypto EdDSA_boring.swift
[366/607] Compiling Crypto ECDSA.swift
[367/607] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[368/607] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[369/607] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[370/607] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[371/607] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[372/626] Compiling ContainersPreview Box.swift
[373/626] Compiling ContainersPreview Inout.swift
[374/626] Compiling ContainersPreview InputSpan.swift
[375/626] Compiling ContainersPreview Shared.swift
[376/697] Compiling Tracing InstrumentationSystem+Tracing.swift
[378/696] Compiling Crypto NISTCurvesKeys_boring.swift
[379/696] Compiling Crypto X25519Keys_boring.swift
[380/696] Compiling Crypto Curve25519.swift
[381/696] Compiling Crypto Ed25519Keys.swift
[382/696] Compiling Crypto NISTCurvesKeys.swift
[383/696] Compiling Crypto X25519Keys.swift
[384/696] Compiling Crypto SymmetricKeys.swift
[385/696] Compiling Crypto HMAC.swift
[386/696] Compiling Crypto MACFunctions.swift
[387/696] Compiling Crypto MessageAuthenticationCode.swift
[388/696] Compiling Tracing TracerProtocol.swift
[389/696] Emitting module OrderedCollections
[390/696] Compiling Tracing TracingTime.swift
[391/697] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[392/697] Compiling BitCollections BitSet.Counted.swift
[393/697] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[394/697] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[395/697] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[396/697] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[397/697] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[398/697] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[399/697] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[400/697] Compiling Crypto AESWrap_boring.swift
[401/697] Compiling Crypto Ed25519_boring.swift
[402/697] Compiling Tracing Tracer.swift
[403/697] Compiling Tracing TracerProtocol+Legacy.swift
[404/697] Emitting module Tracing
[405/697] Compiling BitCollections BitArray+Collection.swift
[406/697] Compiling BitCollections BitArray+Copy.swift
[407/697] Compiling BitCollections BitArray+CustomReflectable.swift
[408/697] Compiling BitCollections BitArray+Descriptions.swift
[409/697] Compiling BitCollections BitArray+Fill.swift
[410/697] Compiling BitCollections BitArray+Hashable.swift
[411/697] Compiling BitCollections BitArray+Initializers.swift
[412/697] Compiling BitCollections BitArray+Invariants.swift
[414/700] Emitting module ConsoleKitTerminal
[415/699] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[416/699] Compiling BitCollections BitArray+RandomBits.swift
[417/699] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[418/724] Compiling DequeModule Deque+Codable.swift
[419/724] Compiling DequeModule Deque+Collection.swift
[420/724] Compiling DequeModule Deque+CustomReflectable.swift
[421/724] Compiling DequeModule Deque+Descriptions.swift
[422/724] Compiling DequeModule Deque+Testing.swift
[423/724] Compiling DequeModule Deque._Storage.swift
[424/724] Compiling DequeModule Deque._UnsafeHandle.swift
[425/724] Compiling DequeModule Deque.swift
[426/739] Compiling Tracing NoOpTracer.swift
[427/739] Compiling Tracing SpanProtocol.swift
[428/740] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[429/740] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[430/740] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[431/740] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[432/740] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[433/740] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[434/740] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[435/740] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[436/740] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[437/740] Compiling HashTreeCollections TreeSet.swift
[438/740] Compiling DequeModule UniqueDeque+Hashable.swift
[439/740] Compiling DequeModule UniqueDeque+Initializers.swift
[440/740] Compiling DequeModule UniqueDeque+Insertions.swift
[441/740] Compiling DequeModule UniqueDeque+Prepend.swift
[442/740] Compiling DequeModule UniqueDeque+Removals.swift
[443/745] Compiling DequeModule RigidDeque+Removals.swift
[444/745] Compiling DequeModule RigidDeque+Replacements.swift
[445/745] Compiling DequeModule RigidDeque+Testing.swift
[446/745] Compiling DequeModule RigidDeque.swift
[447/745] Compiling DequeModule UniqueDeque+Append.swift
[448/745] Compiling DequeModule UniqueDeque+Consumption.swift
[449/745] Compiling DequeModule UniqueDeque+Container.swift
[450/745] Compiling DequeModule UniqueDeque+Descriptions.swift
[451/745] Compiling DequeModule UniqueDeque+Equatable.swift
[452/745] Compiling DequeModule UniqueDeque+Experimental.swift
[453/745] Compiling DequeModule RigidDeque+Equatable.swift
[454/745] Compiling DequeModule RigidDeque+Experimental.swift
[455/745] Compiling DequeModule RigidDeque+Hashable.swift
[456/745] Compiling DequeModule RigidDeque+Initializers.swift
[457/745] Compiling DequeModule RigidDeque+Insertions.swift
[458/745] Compiling DequeModule RigidDeque+Prepend.swift
[465/745] Compiling DequeModule UniqueDeque+Replacements.swift
[466/745] Compiling DequeModule UniqueDeque.swift
[467/745] Compiling DequeModule _DequeSlot.swift
[468/745] Compiling DequeModule _UnsafeDequeHandle.swift
[469/745] Compiling DequeModule _UnsafeDequeSegments.swift
[471/745] Compiling DequeModule _DequeBuffer.swift
[472/745] Compiling DequeModule _DequeBufferHeader.swift
[473/745] Compiling DequeModule RigidDeque+Append.swift
[474/745] Compiling DequeModule RigidDeque+Consumption.swift
[475/745] Compiling DequeModule RigidDeque+Container.swift
[476/745] Compiling DequeModule RigidDeque+Descriptions.swift
[486/747] Compiling Algorithms Trim.swift
[487/747] Compiling Algorithms Unique.swift
[488/747] Compiling Algorithms Windows.swift
[494/747] Emitting module BitCollections
[570/765] Compiling DequeModule Deque+Equatable.swift
[571/765] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[572/765] Compiling DequeModule Deque+Extras.swift
[573/765] Compiling DequeModule Deque+Hashable.swift
[605/765] Emitting module Crypto
[640/764] Compiling BitCollections BitSet.Index.swift
[641/764] Compiling BitCollections BitSet._UnsafeHandle.swift
[642/764] Compiling BitCollections BitSet.swift
[643/764] Compiling BitCollections Range+Utilities.swift
[644/764] Compiling BitCollections Slice+Utilities.swift
[645/764] Compiling BitCollections UInt+Tricks.swift
[646/764] Compiling BitCollections _Word.swift
[652/787] Compiling ConsoleKitCommands AsyncCommands.swift
[653/787] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[654/787] Compiling ConsoleKitCommands AnyCommand.swift
[655/787] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[656/787] Compiling ConsoleKitCommands AsyncCommand.swift
[657/787] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[658/787] Compiling ConsoleKitCommands Command.swift
[659/787] Compiling ConsoleKitCommands CommandContext.swift
[660/787] Compiling ConsoleKitCommands CommandError.swift
[661/787] Compiling ConsoleKitCommands CommandSignature.swift
[662/787] Compiling ConsoleKitCommands Flag.swift
[663/787] Compiling ConsoleKitCommands Option.swift
[664/787] Compiling ConsoleKitCommands CommandGroup.swift
[665/787] Compiling ConsoleKitCommands CommandInput.swift
[666/787] Compiling ConsoleKitCommands Commands.swift
[667/787] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[668/787] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[669/787] Compiling ConsoleKitCommands Argument.swift
[670/787] Compiling ConsoleKitCommands Console+Run.swift
[671/787] Compiling ConsoleKitCommands ConsoleError.swift
[697/786] Emitting module ConsoleKitCommands
[710/788] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[711/788] Compiling ConsoleKitCommands Utilities.swift
[712/788] Emitting module DequeModule
[714/788] Compiling Crypto Ed25519.swift
[715/788] Compiling Crypto Signature.swift
[716/788] Compiling Crypto CryptoKitErrors_boring.swift
[717/788] Compiling Crypto RNG_boring.swift
[718/788] Compiling Crypto SafeCompare_boring.swift
[719/788] Compiling Crypto Zeroization_boring.swift
[720/788] Compiling Crypto PrettyBytes.swift
[721/788] Compiling Crypto SafeCompare.swift
[722/788] Compiling Crypto SecureBytes.swift
[723/788] Compiling Crypto Zeroization.swift
[724/789] Emitting module HashTreeCollections
[727/813] Emitting module Algorithms
[728/928] Compiling NIOCore NIOAsyncSequenceProducer.swift
[729/928] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[730/928] Compiling NIOCore NIOAsyncWriter.swift
[731/928] Compiling NIOCore Channel.swift
[732/928] Compiling NIOCore ChannelHandler.swift
[733/928] Compiling NIOCore ChannelHandlers.swift
[734/928] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[735/928] Compiling NIOCore BSDSocketAPI.swift
[736/928] Compiling NIOCore ByteBuffer-aux.swift
[738/928] Compiling NIOCore ByteBuffer-multi-int.swift
[739/929] Wrapping AST for Crypto for debugging
[742/982] Emitting module Collections
[743/982] Compiling Collections BitCollections reexports.swift
[744/982] Compiling Collections DequeModule reexports.swift
[745/982] Compiling Collections HeapModule reexports.swift
[746/982] Compiling Collections HashTreeCollections reexports.swift
[747/982] Compiling Collections OrderedCollections reexports.swift
[748/983] Compiling _CryptoExtras AES_CTR_boring.swift
[749/983] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[750/983] Compiling _CryptoExtras AES_CBC.swift
[751/983] Compiling _CryptoExtras AES_CFB.swift
[753/984] Compiling _ConnectionPoolModule TinyFastSequence.swift
[754/984] Emitting module ConsoleKit
[755/984] Compiling ConsoleKit Exports.swift
[756/985] Compiling _CryptoExtras Block Function.swift
[757/985] Compiling _CryptoExtras AES_CFB_boring.swift
[759/984] Compiling _CryptoExtras ARC.swift
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:846:48: error: cannot find 'pow' in scope
844 |
845 | let start = Double(100_000_000)
846 | let backoffNanosecondsDouble = start * pow(1.25, Double(attempts - 1))
| `- error: cannot find 'pow' in scope
847 |
848 | // 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:856:33: error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
854 | let jitterRange = (backoffNanoseconds / 100) * 3
855 | // Pick a random element from the range +/- jitter range.
856 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
857 | let jitteredBackoff = backoff + jitter
858 | 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:856:74: error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
854 | let jitterRange = (backoffNanoseconds / 100) * 3
855 | // Pick a random element from the range +/- jitter range.
856 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
857 | let jitteredBackoff = backoff + jitter
858 | 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 }
[760/984] Compiling _CryptoExtras ARCCredential.swift
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:846:48: error: cannot find 'pow' in scope
844 |
845 | let start = Double(100_000_000)
846 | let backoffNanosecondsDouble = start * pow(1.25, Double(attempts - 1))
| `- error: cannot find 'pow' in scope
847 |
848 | // 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:856:33: error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
854 | let jitterRange = (backoffNanoseconds / 100) * 3
855 | // Pick a random element from the range +/- jitter range.
856 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
857 | let jitteredBackoff = backoff + jitter
858 | 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:856:74: error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
854 | let jitterRange = (backoffNanoseconds / 100) * 3
855 | // Pick a random element from the range +/- jitter range.
856 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
857 | let jitteredBackoff = backoff + jitter
858 | 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 }
[761/984] Compiling NIOCore NIOCoreSendableMetatype.swift
[762/984] Compiling NIOCore NIODecodedAsyncSequence.swift
[763/984] Compiling NIOCore NIOLoopBound.swift
[764/984] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[765/984] Compiling NIOCore NIOScheduledCallback.swift
[766/984] Compiling NIOCore NIOSendable.swift
[767/984] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[768/984] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[769/984] Compiling NIOCore RecvByteBufferAllocator.swift
[772/992] Compiling _CryptoExtras AES_CTR.swift
[773/992] Compiling _CryptoExtras AES_GCM_SIV.swift
[778/999] Compiling _CryptoExtras Error.swift
[779/999] Compiling _CryptoExtras I2OSP.swift
[780/999] Compiling _CryptoExtras IntegerEncoding.swift
[781/999] Compiling _CryptoExtras PEMDocument.swift
[782/999] Compiling _CryptoExtras PrettyBytes.swift
[783/999] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[784/999] Compiling AsyncAlgorithms Rethrow.swift
[787/1006] Emitting module _ConnectionPoolModule
[788/1006] Compiling _CryptoExtras CMAC.swift
[789/1006] Compiling _CryptoExtras ARC+API.swift
[792/1006] Compiling _CryptoExtras ARCEncoding.swift
[793/1006] Compiling _CryptoExtras ARCPrecredential.swift
[794/1006] Compiling _CryptoExtras ARCPresentation.swift
[795/1006] Compiling _CryptoExtras ARCRequest.swift
[796/1006] Compiling _CryptoExtras ARCResponse.swift
[797/1006] Compiling _CryptoExtras ARCServer.swift
[798/1006] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[799/1006] Compiling _CryptoExtras ChaCha20CTR.swift
[800/1006] Compiling _CryptoExtras ObjectIdentifier.swift
[801/1006] Compiling _CryptoExtras PKCS8DERRepresentation.swift
[802/1006] Compiling _CryptoExtras PKCS8PrivateKey.swift
[803/1006] Compiling _CryptoExtras RFC8410AlgorithmIdentifier.swift
[804/1006] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[805/1006] Compiling _CryptoExtras PBKDF2.swift
[806/1006] Compiling _CryptoExtras Scrypt_boring.swift
[807/1006] Compiling _CryptoExtras RSA+BlindSigning.swift
[808/1006] Compiling _CryptoExtras RSA.swift
[809/1006] Compiling _CryptoExtras RSA_boring.swift
[810/1006] Compiling _CryptoExtras BoringSSLHelpers.swift
[811/1006] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[812/1006] Compiling _CryptoExtras Data+Extensions.swift
[815/1006] Compiling _CryptoExtras DigestType.swift
[823/1006] Compiling _CryptoExtras ThreadPosix.swift
[824/1006] Compiling _CryptoExtras Scrypt.swift
[825/1006] Compiling _CryptoExtras OPRF.swift
[826/1006] Compiling _CryptoExtras OPRFClient.swift
[827/1006] Compiling _CryptoExtras OPRFServer.swift
[828/1006] Compiling _CryptoExtras VOPRF+API.swift
[829/1006] Compiling _CryptoExtras VOPRFClient.swift
[830/1006] Compiling _CryptoExtras VOPRFServer.swift
[831/1006] Compiling _CryptoExtras ECToolbox_boring.swift
[832/1006] Compiling _CryptoExtras ECToolbox.swift
[833/1006] Compiling _CryptoExtras HashToField.swift
[834/1006] Compiling _CryptoExtras KDF.swift
[835/1006] Compiling _CryptoExtras PBKDF2_boring.swift
[839/1006] Emitting module _CryptoExtras
BUILD FAILURE 6.1 android