Build Information
Failed to build ParseServerSwift, reference 0.15.0 (d43b06), with Swift 6.1 for Wasm on 10 Dec 2025 18:52:23 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/netreconlab/parse-server-swift.git
Reference: 0.15.0
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/netreconlab/parse-server-swift
* tag 0.15.0 -> FETCH_HEAD
HEAD is now at d43b06d fix: Pin all dependencies to work on Swift 5.10 image (#82)
Cloned https://github.com/netreconlab/parse-server-swift.git
Revision (git rev-parse @):
d43b06dfa664f0d77183b213523e8c401075cfa4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/netreconlab/parse-server-swift.git at 0.15.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/netreconlab/parse-server-swift.git
https://github.com/netreconlab/parse-server-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"exact" : [
"4.117.2"
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "parse-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "5.12.3",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/netreconlab/Parse-Swift.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"exact" : [
"1.1.6"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"exact" : [
"2.86.2"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-http2",
"requirement" : {
"exact" : [
"1.38.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-http2.git"
},
{
"identity" : "swift-log",
"requirement" : {
"exact" : [
"1.6.4"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"exact" : [
"2.34.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"exact" : [
"3.15.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "async-http-client",
"requirement" : {
"exact" : [
"1.29.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
},
{
"identity" : "swift-nio-extras",
"requirement" : {
"exact" : [
"1.29.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-extras.git"
},
{
"identity" : "swift-asn1",
"requirement" : {
"exact" : [
"1.4.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-asn1.git"
},
{
"identity" : "swift-async-algorithms",
"requirement" : {
"exact" : [
"1.0.4"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-async-algorithms.git"
},
{
"identity" : "swift-certificates",
"requirement" : {
"exact" : [
"1.15.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-certificates.git"
},
{
"identity" : "swift-http-structured-headers",
"requirement" : {
"exact" : [
"1.4.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-http-structured-headers.git"
},
{
"identity" : "swift-nio-transport-services",
"requirement" : {
"exact" : [
"1.25.2"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-transport-services.git"
}
],
"manifest_display_name" : "ParseServerSwift",
"name" : "ParseServerSwift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "ParseServerSwift",
"targets" : [
"ParseServerSwift"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "App",
"targets" : [
"App"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "ParseServerSwiftTests",
"module_type" : "SwiftTarget",
"name" : "ParseServerSwiftTests",
"path" : "Tests/ParseServerSwiftTests",
"product_dependencies" : [
"XCTVapor"
],
"sources" : [
"AppTests.swift"
],
"target_dependencies" : [
"ParseServerSwift"
],
"type" : "test"
},
{
"c99name" : "ParseServerSwift",
"module_type" : "SwiftTarget",
"name" : "ParseServerSwift",
"path" : "Sources/ParseServerSwift",
"product_dependencies" : [
"Vapor",
"ParseSwift"
],
"product_memberships" : [
"ParseServerSwift",
"App"
],
"sources" : [
"Extensions/Parse+Vapor.swift",
"Extensions/ParseHookFunction+Vapor.swift",
"Extensions/ParseHookTrigger+Vapor.swift",
"Models/GameScore.swift",
"Models/Hooks.swift",
"Models/Parameters/FooParameters.swift",
"Models/User.swift",
"Parse.swift",
"ParseServerConfiguration.swift",
"Utility/Constants.swift",
"Utility/Functions.swift",
"configure.swift",
"routes.swift"
],
"type" : "library"
},
{
"c99name" : "App",
"module_type" : "SwiftTarget",
"name" : "App",
"path" : "Sources/App",
"product_memberships" : [
"App"
],
"sources" : [
"entrypoint.swift"
],
"target_dependencies" : [
"ParseServerSwift"
],
"type" : "executable"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/6363] Fetching swift-nio-extras
[1529/12182] Fetching swift-nio-extras, swift-async-algorithms
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.88s)
Fetching https://github.com/apple/swift-certificates.git
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.89s)
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-crypto.git
[1/2809] Fetching swift-nio-transport-services
[872/4013] Fetching swift-nio-transport-services, swift-http-structured-headers
[1772/5680] Fetching swift-nio-transport-services, swift-http-structured-headers, swift-asn1
[3646/12720] Fetching swift-nio-transport-services, swift-http-structured-headers, swift-asn1, swift-certificates
[3647/27224] Fetching swift-nio-transport-services, swift-http-structured-headers, swift-asn1, swift-certificates, async-http-client
[5285/44689] Fetching swift-nio-transport-services, swift-http-structured-headers, swift-asn1, swift-certificates, async-http-client, swift-crypto
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.86s)
[9905/43485] Fetching swift-nio-transport-services, swift-asn1, swift-certificates, async-http-client, swift-crypto
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-asn1.git from cache (0.92s)
[9874/41818] Fetching swift-nio-transport-services, swift-certificates, async-http-client, swift-crypto
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.92s)
[7136/39009] Fetching swift-certificates, async-http-client, swift-crypto
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-http2.git
[20738/44745] Fetching swift-certificates, async-http-client, swift-crypto, swift-log
Fetched https://github.com/apple/swift-certificates.git from cache (1.58s)
[16268/37705] Fetching async-http-client, swift-crypto, swift-log
[16441/49423] Fetching async-http-client, swift-crypto, swift-log, swift-nio-http2
Fetching https://github.com/apple/swift-nio.git
[23192/64711] Fetching async-http-client, swift-crypto, swift-log, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (1.52s)
Fetching https://github.com/apple/swift-collections.git
[20817/58975] Fetching async-http-client, swift-crypto, swift-nio-http2, swift-nio-ssl
[21195/139656] Fetching async-http-client, swift-crypto, swift-nio-http2, swift-nio-ssl, swift-nio
[32615/158019] Fetching async-http-client, swift-crypto, swift-nio-http2, swift-nio-ssl, swift-nio, swift-collections
Fetched https://github.com/apple/swift-nio-http2.git from cache (4.84s)
[85597/146301] Fetching async-http-client, swift-crypto, swift-nio-ssl, swift-nio, swift-collections
Fetching https://github.com/netreconlab/Parse-Swift.git
[101121/184609] Fetching async-http-client, swift-crypto, swift-nio-ssl, swift-nio, swift-collections, parse-swift
Fetched https://github.com/apple/swift-collections.git from cache (5.44s)
Fetching https://github.com/vapor/vapor.git
[90795/166246] Fetching async-http-client, swift-crypto, swift-nio-ssl, swift-nio, parse-swift
[93478/242594] Fetching async-http-client, swift-crypto, swift-nio-ssl, swift-nio, parse-swift, vapor
Fetched https://github.com/swift-server/async-http-client.git from cache (9.30s)
[83937/228090] Fetching swift-crypto, swift-nio-ssl, swift-nio, parse-swift, vapor
Fetched https://github.com/apple/swift-crypto.git from cache (9.36s)
[69146/210625] Fetching swift-nio-ssl, swift-nio, parse-swift, vapor
Fetched https://github.com/apple/swift-nio-ssl.git from cache (8.72s)
[56531/195337] Fetching swift-nio, parse-swift, vapor
Fetched https://github.com/vapor/vapor.git from cache (6.31s)
[104467/118989] Fetching swift-nio, parse-swift
Fetched https://github.com/netreconlab/Parse-Swift.git from cache (12.58s)
Fetched https://github.com/apple/swift-nio.git from cache (20.08s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.2 (23.63s)
Fetching https://github.com/apple/swift-atomics.git
[1/1820] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.67s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (1.65s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.15.1 (4.25s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.15s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.99s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (2.71s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/951] Fetching swift-http-types
[363/6992] Fetching swift-http-types, swift-algorithms
[1315/9560] Fetching swift-http-types, swift-algorithms, swift-service-lifecycle
Fetched https://github.com/apple/swift-http-types.git from cache (0.64s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.65s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.78s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.29.1 (1.88s)
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/5566] Fetching swift-distributed-tracing
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.72s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (3.96s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.34.1 (1.18s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (1.11s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (1.11s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.2 (1.71s)
Fetching https://github.com/apple/swift-system.git
[1/5221] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.70s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.6 (2.20s)
Computing version for https://github.com/netreconlab/Parse-Swift.git
Computed https://github.com/netreconlab/Parse-Swift.git at 5.12.3 (1.21s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.117.2 (1.73s)
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/console-kit.git
Fetching https://github.com/vapor/websocket-kit.git
[1/2505] Fetching swift-metrics
[77/3667] Fetching swift-metrics, swift-service-context
[874/7283] Fetching swift-metrics, swift-service-context, multipart-kit
[1636/9915] Fetching swift-metrics, swift-service-context, multipart-kit, websocket-kit
[3738/16395] Fetching swift-metrics, swift-service-context, multipart-kit, websocket-kit, console-kit
Fetched https://github.com/vapor/websocket-kit.git from cache (0.82s)
[10455/13763] Fetching swift-metrics, swift-service-context, multipart-kit, console-kit
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/vapor/console-kit.git from cache (1.07s)
[4753/9722] Fetching swift-metrics, swift-service-context, multipart-kit, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.62s)
[4787/7283] Fetching swift-metrics, swift-service-context, multipart-kit
Fetched https://github.com/apple/swift-service-context.git from cache (3.19s)
Fetched https://github.com/apple/swift-metrics.git from cache (3.20s)
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (3.35s)
[1/21356] Fetching routing-kit
Fetched https://github.com/vapor/routing-kit.git from cache (2.21s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (6.46s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.23s)
Fetching https://github.com/apple/swift-numerics.git
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.77s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (1.96s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.1 (2.09s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.94s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.3 (1.10s)
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.11s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.99s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.1 (1.27s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.11s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (1.03s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.26s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.21.0 (1.06s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (1.11s)
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.9.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/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/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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.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-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.0
Creating working copy for https://github.com/netreconlab/Parse-Swift.git
Working copy of https://github.com/netreconlab/Parse-Swift.git resolved at 5.12.3
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.3
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.1
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-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.3.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.86.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.4.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.15.1
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.117.2
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.34.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.6
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.4.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
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.29.1
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.29.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.21.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.1
warning: 'spi-builder-workspace': dependency 'swift-collections' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-nio' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-nio-http2' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-log' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-crypto' is not used by any target
warning: 'spi-builder-workspace': dependency 'async-http-client' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-nio-extras' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-asn1' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-async-algorithms' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-certificates' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-http-structured-headers' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-nio-transport-services' is not used by any target
Building for debugging...
/host/spi-builder-workspace/.build/checkouts/async-http-client/Sources/CAsyncHTTPClient/CAsyncHTTPClient.c:37:38: error: call to undeclared function 'strptime_l'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
37 | const char * firstNonProcessed = strptime_l(string, format, result, (locale_t)locale);
| ^
/host/spi-builder-workspace/.build/checkouts/async-http-client/Sources/CAsyncHTTPClient/CAsyncHTTPClient.c:37:38: note: did you mean 'strftime_l'?
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/time.h:93:8: note: 'strftime_l' declared here
93 | size_t strftime_l (char * __restrict, size_t, const char * __restrict, const struct tm * __restrict, locale_t);
| ^
/host/spi-builder-workspace/.build/checkouts/async-http-client/Sources/CAsyncHTTPClient/CAsyncHTTPClient.c:37:18: error: incompatible integer to pointer conversion initializing 'const char *' with an expression of type 'int' [-Wint-conversion]
37 | const char * firstNonProcessed = strptime_l(string, format, result, (locale_t)locale);
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[0/897] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[0/897] Compiling a_bool.cc
[0/897] Compiling a_gentm.cc
[0/897] Compiling a_bitstr.cc
[0/897] Compiling aes.cc
[0/897] Compiling refcount.cc
[0/897] Compiling a_d2i_fp.cc
[0/897] Compiling a_dup.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': dependency 'swift-collections' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-nio' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-nio-http2' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-log' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-crypto' is not used by any target
warning: 'spi-builder-workspace': dependency 'async-http-client' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-nio-extras' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-asn1' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-async-algorithms' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-certificates' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-http-structured-headers' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-nio-transport-services' is not used by any target
[0/1] Planning build
Building for debugging...
[0/897] Write sources
[47/897] Compiling _NumericsShims _NumericsShims.c
[48/897] Compiling _AtomicsShims.c
[49/897] Compiling CSystem shims.c
[50/897] Compiling CNIOWindows shim.c
[51/897] Compiling CNIOWindows WSAStartup.c
[52/897] Compiling CNIOWASI CNIOWASI.c
[53/897] Compiling CNIOPosix event_loop_id.c
[54/897] Compiling CVaporBcrypt bcrypt.c
[55/897] Compiling CNIOLinux shim.c
[56/897] Compiling CVaporBcrypt blf.c
[57/897] Compiling CNIOLinux liburing_shims.c
[58/897] Compiling CNIOSHA1 c_nio_sha1.c
[59/897] Compiling CNIOExtrasZlib empty.c
[60/897] Compiling CNIOLLHTTP c_nio_http.c
[61/897] Compiling CNIODarwin shim.c
[62/897] Compiling fiat_curve25519_adx_square.S
[63/897] Compiling fiat_p256_adx_mul.S
[64/897] Compiling fiat_p256_adx_sqr.S
[65/897] Compiling CNIOLLHTTP c_nio_api.c
[66/897] Compiling fiat_curve25519_adx_mul.S
[67/897] Write swift-version-24593BA9C3E375BF.txt
[68/897] Compiling _CWASI _CWASI.c
[69/901] Compiling CNIOBoringSSLShims shims.c
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>
| ^~~~~~~~~~~
1 error generated.
[70/903] Compiling tls_record.cc
[70/903] Compiling tls13_server.cc
[71/903] Emitting module _NIOBase64
[71/903] Compiling tls13_enc.cc
[71/903] Compiling CNIOLLHTTP c_nio_llhttp.c
[71/903] Compiling tls_method.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>
| ^~~~~~~~~~~
[71/903] Compiling tls13_client.cc
BUILD FAILURE 6.1 wasm