Build Information
Failed to build ProxLock, reference master (4ffb77), with Swift 6.1 for Wasm on 31 Mar 2026 07:50:19 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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 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: wasm
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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-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.23s)
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/vapor/jwt-kit.git
Fetching https://github.com/apple/swift-crypto
Fetching https://github.com/mcrich23/vapordevicecheck.git
Fetching https://github.com/vapor/queues.git
[1/3422] Fetching queues
[3116/3590] Fetching queues, vapordevicecheck
Fetched https://github.com/vapor/queues.git from cache (0.32s)
Fetching https://github.com/apple/swift-nio.git
[1/15667] Fetching async-http-client
[2/32943] Fetching async-http-client, swift-crypto
[818/42476] Fetching async-http-client, swift-crypto, jwt-kit
[26756/125444] Fetching async-http-client, swift-crypto, jwt-kit, swift-nio
Fetching https://github.com/vapor/jwt.git
Fetched https://github.com/swift-server/async-http-client.git from cache (1.68s)
Fetching https://github.com/vapor/fluent-postgres-driver.git
[20111/109777] Fetching swift-crypto, jwt-kit, swift-nio
[33412/112499] Fetching swift-crypto, jwt-kit, swift-nio, fluent-postgres-driver
[34879/115251] Fetching swift-crypto, jwt-kit, swift-nio, fluent-postgres-driver, jwt
Fetched https://github.com/vapor/fluent-postgres-driver.git from cache (0.46s)
[50481/112529] Fetching swift-crypto, jwt-kit, swift-nio, jwt
Fetched https://github.com/vapor/jwt.git from cache (0.52s)
Fetching https://github.com/vapor/fluent.git
[48559/109777] Fetching swift-crypto, jwt-kit, swift-nio
Fetching https://github.com/vapor/vapor.git
[58341/123283] Fetching swift-crypto, jwt-kit, swift-nio, fluent
[67064/200431] Fetching swift-crypto, jwt-kit, swift-nio, fluent, vapor
Fetched https://github.com/mcrich23/vapordevicecheck.git from cache (3.86s)
Fetched https://github.com/vapor/jwt-kit.git from cache (3.87s)
[91379/190898] Fetching swift-crypto, swift-nio, fluent, vapor
Fetched https://github.com/apple/swift-crypto from cache (3.91s)
[77422/173622] Fetching swift-nio, fluent, vapor
Fetched https://github.com/vapor/fluent.git from cache (5.40s)
Fetched https://github.com/vapor/vapor.git from cache (5.67s)
Fetched https://github.com/apple/swift-nio.git from cache (8.45s)
Computing version for https://github.com/vapor/queues.git
Computed https://github.com/vapor/queues.git at 1.18.0 (9.36s)
Fetching https://github.com/apple/swift-metrics.git
[1/2991] Fetching swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.31s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 5.2.0 (0.53s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-log.git
[1/7125] Fetching swift-certificates
[2851/13439] Fetching swift-certificates, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.51s)
Fetched https://github.com/apple/swift-certificates.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.10s)
Computing version for https://github.com/vapor/jwt.git
Computed https://github.com/vapor/jwt.git at 5.1.2 (0.53s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 4.13.0 (0.55s)
Fetching https://github.com/vapor/fluent-kit.git
[1/13935] Fetching fluent-kit
Fetched https://github.com/vapor/fluent-kit.git from cache (0.57s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.8.0 (1.12s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.56.0 (0.54s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/5691] Fetching swift-distributed-tracing
[2/8377] Fetching swift-distributed-tracing, swift-service-lifecycle
[5931/14574] Fetching swift-distributed-tracing, swift-service-lifecycle, sql-kit
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.41s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.45s)
Fetched https://github.com/vapor/sql-kit.git from cache (0.47s)
[1/1210] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (3.20s)
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 (3.71s)
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.49s)
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.05s)
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.53s)
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.69s)
Fetching https://github.com/apple/swift-collections.git
[1/23277] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.32s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.35.0 (1.91s)
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.60s)
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/postgres-kit.git
[1/2496] Fetching async-kit
[625/7964] Fetching async-kit, postgres-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.29s)
Fetched https://github.com/vapor/postgres-kit.git from cache (0.29s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.22.0 (0.84s)
Fetching https://github.com/apple/swift-algorithms.git
[1/6058] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.42s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (1.00s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.61s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.47s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (1.34s)
Computing version for https://github.com/vapor/postgres-kit.git
Computed https://github.com/vapor/postgres-kit.git at 2.15.1 (0.66s)
Fetching https://github.com/vapor/postgres-nio.git
[1/14036] Fetching postgres-nio
Fetched https://github.com/vapor/postgres-nio.git from cache (0.84s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (2.15s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1820] Fetching swift-atomics
[693/7421] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.57s)
Fetched https://github.com/apple/swift-system.git from cache (0.57s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.36s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.55s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.32.2 (0.65s)
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
[2822/18181] Fetching swift-nio-transport-services, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.91s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.94s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (2.68s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.121.3 (0.86s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/vapor/multipart-kit.git
[1/3616] Fetching multipart-kit
[2/6268] Fetching multipart-kit, websocket-kit
[1379/8037] Fetching multipart-kit, websocket-kit, swift-asn1
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-asn1.git from cache (0.61s)
Fetching https://github.com/vapor/console-kit.git
[3738/18338] Fetching multipart-kit, websocket-kit, swift-nio-http2
[4221/24905] Fetching multipart-kit, websocket-kit, swift-nio-http2, console-kit
[9217/31396] Fetching multipart-kit, websocket-kit, swift-nio-http2, console-kit, swift-nio-extras
Fetched https://github.com/vapor/console-kit.git from cache (0.39s)
[13246/24829] Fetching multipart-kit, websocket-kit, swift-nio-http2, swift-nio-extras
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.47s)
[9290/18338] Fetching multipart-kit, websocket-kit, swift-nio-http2
Fetched https://github.com/vapor/websocket-kit.git from cache (1.90s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.92s)
Fetched https://github.com/vapor/multipart-kit.git from cache (1.96s)
[1/21402] Fetching routing-kit
Fetched https://github.com/vapor/routing-kit.git from cache (3.58s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.3 (4.20s)
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.76s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.52s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (2.38s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (1.36s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (0.62s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.15.1 (1.76s)
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.80s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.59s)
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.69s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1219] Fetching swift-http-structured-headers
[379/2170] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.52s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.52s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (1.14s)
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.59s)
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.77s)
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.59s)
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/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/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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.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/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/vapor/jwt.git
Working copy of https://github.com/vapor/jwt.git resolved at 5.1.2
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-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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.8.0
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.3
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/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-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/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/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/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-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/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/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/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/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/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/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/queues.git
Working copy of https://github.com/vapor/queues.git resolved at 1.18.0
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 3.15.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/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-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-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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.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/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/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/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.22.0
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/955] Compiling aes.cc
[1/955] Compiling a_dup.cc
[2/955] Write sources
[3/955] Compiling a_d2i_fp.cc
[3/955] Write sources
[11/955] Compiling _NumericsShims _NumericsShims.c
[12/955] Compiling _CWASI _CWASI.c
[12/955] Write sources
[40/955] Compiling _AtomicsShims.c
[41/955] Write sources
[78/955] Compiling CVaporBcrypt bcrypt.c
[79/955] Compiling a_i2d_fp.cc
[80/955] Compiling CVaporBcrypt blf.c
[81/955] Compiling CSystem shims.c
[81/955] Compiling CNIOWindows shim.c
[83/955] Compiling CNIOWindows WSAStartup.c
[84/955] Compiling CNIOWASI CNIOWASI.c
[85/955] Compiling CNIOPosix event_loop_id.c
[86/955] Compiling CNIOOpenBSD shim.c
[87/955] Compiling a_gentm.cc
[88/955] Compiling CNIOSHA1 c_nio_sha1.c
[89/955] Compiling CNIOLinux shim.c
[90/955] Compiling CNIOLinux liburing_shims.c
[91/955] Write swift-version-24593BA9C3E375BF.txt
[92/955] Compiling a_bool.cc
[93/955] Compiling a_bitstr.cc
[94/955] Compiling CNIOLLHTTP c_nio_http.c
[95/955] Compiling CNIOExtrasZlib zutil.c
[96/955] Compiling CNIOLLHTTP c_nio_api.c
[97/958] Compiling CNIOExtrasZlib trees.c
[98/999] Compiling a_type.cc
[100/1025] Emitting module SystemPackage
[100/1029] Compiling CNIOLLHTTP c_nio_llhttp.c
[102/1034] Compiling ServiceContextModule ServiceContextKey.swift
[103/1034] Compiling RealModule RealFunctions.swift
[104/1034] Compiling SystemPackage FilePathComponentView.swift
[105/1034] Compiling SystemPackage FilePathComponents.swift
[106/1035] Emitting module ServiceContextModule
[107/1035] Compiling ServiceContextModule ServiceContext.swift
[108/1037] Emitting module _NIOBase64
[109/1038] Compiling _NIOBase64 Base64.swift
[110/1039] Emitting module Logging
[111/1039] Compiling RealModule Float80+Real.swift
[112/1039] Compiling RealModule Real.swift
[113/1039] Compiling RealModule ElementaryFunctions.swift
[114/1039] Compiling RealModule Float+Real.swift
[115/1039] Compiling RealModule AlgebraicField.swift
[116/1039] Compiling RealModule ApproximateEquality.swift
[117/1039] Compiling RealModule AugmentedArithmetic.swift
[118/1039] Compiling RealModule Double+Real.swift
[122/1039] Compiling RealModule Float16+Real.swift
[123/1039] Compiling _NIODataStructures _TinyArray.swift
[124/1039] Compiling _NIODataStructures PriorityQueue.swift
[125/1039] Emitting module RealModule
[128/1039] Emitting module _CertificateInternals
[129/1039] Compiling _CertificateInternals _TinyArray.swift
[130/1039] Compiling SystemPackage SystemString.swift
[131/1039] Compiling SystemPackage Util+StringArray.swift
[132/1039] Compiling SystemPackage Util.swift
[133/1039] Compiling SystemPackage UtilConsumers.swift
[135/1039] Compiling SystemPackage FilePathTemp.swift
[136/1039] Compiling SystemPackage FilePathTempPosix.swift
[137/1039] Compiling SystemPackage FilePathTempWindows.swift
[138/1039] Compiling SystemPackage FilePathWindows.swift
[139/1039] Compiling SystemPackage FilePermissions.swift
[140/1039] Compiling SystemPackage IOCompletion.swift
[141/1039] Compiling SystemPackage IORequest.swift
[148/1040] Compiling RealModule RelaxedArithmetic.swift
[155/1071] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[156/1071] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[157/1073] Emitting module SwiftASN1
[158/1073] Compiling Logging MetadataProvider.swift
[159/1073] Compiling _NIODataStructures Heap.swift
[160/1073] Emitting module _NIODataStructures
[163/1073] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[164/1073] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[165/1073] Compiling InternalCollectionsUtilities _SortedCollection.swift
[166/1074] Compiling SystemPackage Syscalls.swift
[167/1074] Compiling SystemPackage WindowsSyscallAdapters.swift
[168/1074] Compiling SystemPackage MachPort.swift
[169/1074] Compiling SystemPackage PlatformString.swift
[170/1074] Compiling SystemPackage Constants.swift
[171/1074] Compiling SystemPackage Exports.swift
[172/1074] Compiling SystemPackage Mocking.swift
[173/1074] Compiling SystemPackage RawBuffer.swift
[174/1074] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[175/1074] Compiling SystemPackage RawIORequest.swift
[176/1074] Compiling SystemPackage Backcompat.swift
[177/1074] Compiling SystemPackage CInterop.swift
[178/1074] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[179/1074] Compiling InternalCollectionsUtilities String+Padding.swift
[180/1074] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[182/1074] Compiling ConcurrencyHelpers LockedValueBox.swift
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:47:27: error: cannot find type 'pthread_mutex_t' in scope
45 | #else
46 | @usableFromInline
47 | typealias LockPrimitive = pthread_mutex_t
| `- error: cannot find type 'pthread_mutex_t' in scope
48 | #endif
49 |
[183/1074] Compiling InternalCollectionsUtilities Debugging.swift
[184/1074] Compiling InternalCollectionsUtilities Descriptions.swift
[185/1075] Compiling Instrumentation NoOpInstrument.swift
[188/1075] Emitting module Instrumentation
[189/1075] Compiling ConcurrencyHelpers Lock.swift
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:47:27: error: cannot find type 'pthread_mutex_t' in scope
45 | #else
46 | @usableFromInline
47 | typealias LockPrimitive = pthread_mutex_t
| `- error: cannot find type 'pthread_mutex_t' in scope
48 | #endif
49 |
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:61:20: error: cannot find 'pthread_mutexattr_t' in scope
59 | InitializeSRWLock(mutex)
60 | #else
61 | var attr = pthread_mutexattr_t()
| `- error: cannot find 'pthread_mutexattr_t' in scope
62 | pthread_mutexattr_init(&attr)
63 |
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:62:9: error: cannot find 'pthread_mutexattr_init' in scope
60 | #else
61 | var attr = pthread_mutexattr_t()
62 | pthread_mutexattr_init(&attr)
| `- error: cannot find 'pthread_mutexattr_init' in scope
63 |
64 | let err = pthread_mutex_init(mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:64:19: error: cannot find 'pthread_mutex_init' in scope
62 | pthread_mutexattr_init(&attr)
63 |
64 | let err = pthread_mutex_init(mutex, &attr)
| `- error: cannot find 'pthread_mutex_init' in scope
65 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
66 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:76:19: error: cannot find 'pthread_mutex_destroy' in scope
74 | // SRWLOCK does not need to be free'd
75 | #else
76 | let err = pthread_mutex_destroy(mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
77 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
78 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:88:19: error: cannot find 'pthread_mutex_lock' in scope
86 | AcquireSRWLockExclusive(mutex)
87 | #else
88 | let err = pthread_mutex_lock(mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
89 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
90 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:100:19: error: cannot find 'pthread_mutex_unlock' in scope
98 | ReleaseSRWLockExclusive(mutex)
99 | #else
100 | let err = pthread_mutex_unlock(mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
101 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
102 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:138:27: error: type of expression is ambiguous without a type annotation
136 | @inlinable
137 | static func create(value: Value) -> Self {
138 | let buffer = Self.create(minimumCapacity: 1) { _ in
| `- error: type of expression is ambiguous without a type annotation
139 | return value
140 | }
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:153:14: error: type of expression is ambiguous without a type annotation
151 | @inlinable
152 | func lock() {
153 | self.withUnsafeMutablePointerToElements { lockPtr in
| `- error: type of expression is ambiguous without a type annotation
154 | LockOperations.lock(lockPtr)
155 | }
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:160:14: error: type of expression is ambiguous without a type annotation
158 | @inlinable
159 | func unlock() {
160 | self.withUnsafeMutablePointerToElements { lockPtr in
| `- error: type of expression is ambiguous without a type annotation
161 | LockOperations.unlock(lockPtr)
162 | }
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:167:14: error: type of expression is ambiguous without a type annotation
165 | @inlinable
166 | deinit {
167 | self.withUnsafeMutablePointerToElements { lockPtr in
| `- error: type of expression is ambiguous without a type annotation
168 | LockOperations.destroy(lockPtr)
169 | }
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:174:18: error: type of expression is ambiguous without a type annotation
172 | @inlinable
173 | func withLockPrimitive<T>(_ body: (UnsafeMutablePointer<LockPrimitive>) throws -> T) rethrows -> T {
174 | try self.withUnsafeMutablePointerToElements { lockPtr in
| `- error: type of expression is ambiguous without a type annotation
175 | return try body(lockPtr)
176 | }
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:181:18: error: type of expression is ambiguous without a type annotation
179 | @inlinable
180 | func withLockedValue<T>(_ mutate: (inout Value) throws -> T) rethrows -> T {
181 | try self.withUnsafeMutablePointers { valuePtr, lockPtr in
| `- error: type of expression is ambiguous without a type annotation
182 | LockOperations.lock(lockPtr)
183 | defer { LockOperations.unlock(lockPtr) }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[190/1075] Emitting module ConcurrencyHelpers
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:47:27: error: cannot find type 'pthread_mutex_t' in scope
45 | #else
46 | @usableFromInline
47 | typealias LockPrimitive = pthread_mutex_t
| `- error: cannot find type 'pthread_mutex_t' in scope
48 | #endif
49 |
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:61:20: error: cannot find 'pthread_mutexattr_t' in scope
59 | InitializeSRWLock(mutex)
60 | #else
61 | var attr = pthread_mutexattr_t()
| `- error: cannot find 'pthread_mutexattr_t' in scope
62 | pthread_mutexattr_init(&attr)
63 |
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:62:9: error: cannot find 'pthread_mutexattr_init' in scope
60 | #else
61 | var attr = pthread_mutexattr_t()
62 | pthread_mutexattr_init(&attr)
| `- error: cannot find 'pthread_mutexattr_init' in scope
63 |
64 | let err = pthread_mutex_init(mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:64:19: error: cannot find 'pthread_mutex_init' in scope
62 | pthread_mutexattr_init(&attr)
63 |
64 | let err = pthread_mutex_init(mutex, &attr)
| `- error: cannot find 'pthread_mutex_init' in scope
65 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
66 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:76:19: error: cannot find 'pthread_mutex_destroy' in scope
74 | // SRWLOCK does not need to be free'd
75 | #else
76 | let err = pthread_mutex_destroy(mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
77 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
78 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:88:19: error: cannot find 'pthread_mutex_lock' in scope
86 | AcquireSRWLockExclusive(mutex)
87 | #else
88 | let err = pthread_mutex_lock(mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
89 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
90 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:100:19: error: cannot find 'pthread_mutex_unlock' in scope
98 | ReleaseSRWLockExclusive(mutex)
99 | #else
100 | let err = pthread_mutex_unlock(mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
101 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
102 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:138:27: error: type of expression is ambiguous without a type annotation
136 | @inlinable
137 | static func create(value: Value) -> Self {
138 | let buffer = Self.create(minimumCapacity: 1) { _ in
| `- error: type of expression is ambiguous without a type annotation
139 | return value
140 | }
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:153:14: error: type of expression is ambiguous without a type annotation
151 | @inlinable
152 | func lock() {
153 | self.withUnsafeMutablePointerToElements { lockPtr in
| `- error: type of expression is ambiguous without a type annotation
154 | LockOperations.lock(lockPtr)
155 | }
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:160:14: error: type of expression is ambiguous without a type annotation
158 | @inlinable
159 | func unlock() {
160 | self.withUnsafeMutablePointerToElements { lockPtr in
| `- error: type of expression is ambiguous without a type annotation
161 | LockOperations.unlock(lockPtr)
162 | }
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:167:14: error: type of expression is ambiguous without a type annotation
165 | @inlinable
166 | deinit {
167 | self.withUnsafeMutablePointerToElements { lockPtr in
| `- error: type of expression is ambiguous without a type annotation
168 | LockOperations.destroy(lockPtr)
169 | }
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:174:18: error: type of expression is ambiguous without a type annotation
172 | @inlinable
173 | func withLockPrimitive<T>(_ body: (UnsafeMutablePointer<LockPrimitive>) throws -> T) rethrows -> T {
174 | try self.withUnsafeMutablePointerToElements { lockPtr in
| `- error: type of expression is ambiguous without a type annotation
175 | return try body(lockPtr)
176 | }
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:181:18: error: type of expression is ambiguous without a type annotation
179 | @inlinable
180 | func withLockedValue<T>(_ mutate: (inout Value) throws -> T) rethrows -> T {
181 | try self.withUnsafeMutablePointers { valuePtr, lockPtr in
| `- error: type of expression is ambiguous without a type annotation
182 | LockOperations.lock(lockPtr)
183 | defer { LockOperations.unlock(lockPtr) }
[191/1075] Compiling Instrumentation MultiplexInstrument.swift
[192/1075] Compiling Instrumentation Locks.swift
[196/1075] Compiling Logging LogHandler.swift
[197/1075] Compiling Logging Locks.swift
[198/1075] Compiling Instrumentation Instrument.swift
[199/1075] Compiling CoreMetrics Locks.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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-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/855] Write sources
[6/856] Compiling CNIODarwin shim.c
[7/856] Compiling CNIOExtrasZlib inffast.c
[8/856] Compiling CNIOExtrasZlib adler32.c
[8/856] Compiling CNIOExtrasZlib inftrees.c
[10/856] Compiling CNIOExtrasZlib crc32.c
[11/856] Compiling fiat_p256_adx_mul.S
[12/856] Compiling fiat_p256_adx_sqr.S
[13/856] Compiling CNIOExtrasZlib deflate.c
[14/856] Compiling fiat_curve25519_adx_square.S
[15/856] Compiling CNIOExtrasZlib inflate.c
[16/856] Compiling fiat_curve25519_adx_mul.S
[17/856] Write swift-version-24593BA9C3E375BF.txt
[18/856] Compiling CNIOBoringSSLShims shims.c
[20/860] Compiling _NIODataStructures PriorityQueue.swift
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_server.cc:32:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
1 error generated.
[20/860] Compiling tls13_server.cc
[20/860] Compiling tls13_enc.cc
[20/860] Compiling t1_enc.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_both.cc:29:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
[20/860] Compiling tls13_both.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_client.cc:30:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
[20/860] Compiling tls13_client.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_record.cc:19:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
[20/860] Compiling tls_record.cc
[20/860] Compiling tls_method.cc
BUILD FAILURE 6.1 wasm