Build Information
Failed to build TalkToCloud, reference 0.10.1 (625651
), with Swift 6.1 for Wasm on 27 May 2025 13:10:13 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/coodly/talktocloud.git
Reference: 0.10.1
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/coodly/talktocloud
* tag 0.10.1 -> FETCH_HEAD
HEAD is now at 6256511 Change fetch interface
Cloned https://github.com/coodly/talktocloud.git
Revision (git rev-parse @):
6256511b8e724eda4136533bc43a3b773b42bb63
SUCCESS checkout https://github.com/coodly/talktocloud.git at 0.10.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/coodly/talktocloud.git
https://github.com/coodly/talktocloud.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
}
],
"manifest_display_name" : "TalkToCloud",
"name" : "TalkToCloud",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "TalkToCloud",
"targets" : [
"TalkToCloud"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TalkToCloudTests",
"module_type" : "SwiftTarget",
"name" : "TalkToCloudTests",
"path" : "Tests/TalkToCloudTests",
"sources" : [
"FilterSerializationTests.swift",
"TalkToCloudTests.swift"
],
"target_dependencies" : [
"TalkToCloud"
],
"type" : "test"
},
{
"c99name" : "TalkToCloud",
"module_type" : "SwiftTarget",
"name" : "TalkToCloud",
"path" : "Sources/TalkToCloud",
"product_dependencies" : [
"Crypto"
],
"product_memberships" : [
"TalkToCloud"
],
"sources" : [
"APIKeyConsumer.swift",
"AssetAttached.swift",
"AssetUpload.swift",
"Assets.swift",
"Authenticator.swift",
"CURLRequest.swift",
"CloudContainer.swift",
"CloudRequest.swift",
"Command.swift",
"CommandLineFetch.swift",
"Commander.swift",
"Configuration.swift",
"ContainerConsumer.swift",
"Cursor.swift",
"DevelopmentConsumer.swift",
"FileManager+Cleanup.swift",
"Logging.swift",
"NetworkFetch.swift",
"NetworkRequest.swift",
"OpenSSLSign.swift",
"PrivateKeyAuthenticator.swift",
"ProductionConsumer.swift",
"RawFieldsCopy.swift",
"RemoteRecord.swift",
"RemoteReference.swift",
"Response.swift",
"Shell.swift",
"SignData.swift",
"SynchronousSystemFetch.swift",
"SystemSign.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" 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:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.35s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 1.1.7 (1.86s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 1.1.7
Building for debugging...
[0/408] Write sources
[2/408] Write swift-version-24593BA9C3E375BF.txt
[2/408] Compiling CCryptoBoringSSLShims shims.c
[2/408] Compiling v3_skey.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CCryptoBoringSSL/crypto/x509v3/v3_utl.c:73:
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CCryptoBoringSSL/crypto/x509v3/../internal.h:134:10: fatal error: 'pthread.h' file not found
134 | #include <pthread.h>
| ^~~~~~~~~~~
1 error generated.
In file included from /host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CCryptoBoringSSL/crypto/x509v3/v3_purp.c:70:
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CCryptoBoringSSL/crypto/x509v3/../internal.h:134:10: fatal error: 'pthread.h' file not found
134 | #include <pthread.h>
| ^~~~~~~~~~~
1 error generated.
[5/408] Compiling v3_utl.c
[5/408] Compiling v3_purp.c
[5/408] Compiling v3_ocsp.c
[5/408] Compiling v3_pci.c
[5/408] Compiling v3_prn.c
[5/408] Compiling v3_pmaps.c
[5/408] Compiling v3_pcia.c
[5/408] Compiling v3_pcons.c
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" 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:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/404] Compiling v3_prn.c
[1/404] Compiling v3_pcia.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CCryptoBoringSSL/crypto/x509v3/v3_utl.c:73:
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CCryptoBoringSSL/crypto/x509v3/../internal.h:134:10: fatal error: 'pthread.h' file not found
134 | #include <pthread.h>
| ^~~~~~~~~~~
1 error generated.
[2/404] Compiling v3_utl.c
[2/404] Compiling v3_ncons.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CCryptoBoringSSL/crypto/x509v3/v3_pci.c:46:
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CCryptoBoringSSL/crypto/x509v3/../internal.h:134:10: fatal error: 'pthread.h' file not found
134 | #include <pthread.h>
| ^~~~~~~~~~~
[2/404] Compiling v3_pci.c
[2/404] Write swift-version-24593BA9C3E375BF.txt
In file included from /host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CCryptoBoringSSL/crypto/x509v3/v3_purp.c:70:
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CCryptoBoringSSL/crypto/x509v3/../internal.h:134:10: fatal error: 'pthread.h' file not found
134 | #include <pthread.h>
| ^~~~~~~~~~~
[2/404] Compiling v3_purp.c
[2/404] Compiling v3_pmaps.c
[2/404] Compiling v3_ocsp.c
[2/404] Compiling v3_pcons.c
BUILD FAILURE 6.1 wasm