Build Information
Failed to build AppStoreConnect, reference 0.0.8 (f8e0a7
), with Swift 6.1 for Wasm on 28 May 2025 05:11:50 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/onmyway133/AppStoreConnect.git
Reference: 0.0.8
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/onmyway133/AppStoreConnect
* tag 0.0.8 -> FETCH_HEAD
HEAD is now at f8e0a73 Update
Cloned https://github.com/onmyway133/AppStoreConnect.git
Revision (git rev-parse @):
f8e0a73d6a9f7a4c59de47f532a63c79ceb6ee18
SUCCESS checkout https://github.com/onmyway133/AppStoreConnect.git at 0.0.8
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/onmyway133/AppStoreConnect.git
https://github.com/onmyway133/AppStoreConnect.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "get",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kean/Get"
},
{
"identity" : "naivedate",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kean/NaiveDate"
},
{
"identity" : "urlqueryencoder",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kean/URLQueryEncoder"
},
{
"identity" : "jwt-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/jwt-kit"
}
],
"manifest_display_name" : "AppStoreConnect",
"name" : "AppStoreConnect",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "AppStoreConnect",
"targets" : [
"AppStoreConnect"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AppStoreConnect",
"module_type" : "SwiftTarget",
"name" : "AppStoreConnect",
"path" : "Sources",
"product_dependencies" : [
"Get",
"NaiveDate",
"URLQueryEncoder",
"JWTKit"
],
"product_memberships" : [
"AppStoreConnect"
],
"sources" : [
"Client.swift",
"CreateAPI/Entities.swift",
"CreateAPI/Paths.swift",
"DateDecodingStrategy+extensions.swift",
"JWT.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/kean/NaiveDate
Fetching https://github.com/vapor/jwt-kit
Fetching https://github.com/kean/URLQueryEncoder
Fetching https://github.com/kean/Get
[1/128] Fetching urlqueryencoder
[129/510] Fetching urlqueryencoder, naivedate
[511/2859] Fetching urlqueryencoder, naivedate, get
Fetched https://github.com/kean/NaiveDate from cache (0.29s)
[692/2477] Fetching urlqueryencoder, get
Fetched https://github.com/kean/URLQueryEncoder from cache (0.40s)
Fetched https://github.com/kean/Get from cache (0.41s)
[1/9049] Fetching jwt-kit
Fetched https://github.com/vapor/jwt-kit from cache (1.06s)
Computing version for https://github.com/kean/URLQueryEncoder
Computed https://github.com/kean/URLQueryEncoder at 0.2.1 (2.65s)
Computing version for https://github.com/kean/NaiveDate
Computed https://github.com/kean/NaiveDate at 1.1.0 (0.74s)
Computing version for https://github.com/kean/Get
Computed https://github.com/kean/Get at 0.8.0 (0.63s)
Computing version for https://github.com/vapor/jwt-kit
Computed https://github.com/vapor/jwt-kit at 4.13.5 (0.72s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.77s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (4.28s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.28s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.86s)
Creating working copy for https://github.com/kean/Get
Working copy of https://github.com/kean/Get resolved at 0.8.0
Creating working copy for https://github.com/kean/URLQueryEncoder
Working copy of https://github.com/kean/URLQueryEncoder resolved at 0.2.1
Creating working copy for https://github.com/vapor/jwt-kit
Working copy of https://github.com/vapor/jwt-kit resolved at 4.13.5
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/kean/NaiveDate
Working copy of https://github.com/kean/NaiveDate resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Building for debugging...
[0/790] Write sources
[4/790] Compiling chacha-x86-linux.linux.x86.S
[4/790] Write sources
[7/790] Compiling chacha-armv8-ios.ios.aarch64.S
[7/790] Compiling chacha-armv8-linux.linux.aarch64.S
[9/790] Compiling chacha-armv4-linux.linux.arm.S
In file included from /host/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/CJWTKitBoringSSL/crypto/asn1/tasn_enc.c:66:
/host/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/CJWTKitBoringSSL/crypto/asn1/../internal.h:141:10: fatal error: 'pthread.h' file not found
141 | #include <pthread.h>
| ^~~~~~~~~~~
1 error generated.
[10/790] Compiling tasn_enc.c
[10/790] Compiling a_d2i_fp.c
[10/790] Compiling fiat_curve25519_adx_square.S
[10/790] Compiling fiat_curve25519_adx_mul.S
[10/790] Compiling fiat_p256_adx_sqr.S
[10/790] Compiling fiat_p256_adx_mul.S
[10/790] Compiling a_dup.c
[10/790] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
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/780] Compiling fiat_curve25519_adx_square.S
[1/780] Compiling fiat_curve25519_adx_mul.S
[2/780] Compiling fiat_p256_adx_sqr.S
[3/780] Compiling md5-x86_64-apple.S
[4/780] Compiling md5-586-linux.S
[5/780] Compiling fiat_p256_adx_mul.S
[6/780] Compiling md5-x86_64-linux.S
[7/780] Compiling fiat_curve25519_adx_mul.S
[8/780] Compiling fiat_p256_adx_sqr.S
[9/780] Compiling fiat_p256_adx_mul.S
[10/780] Compiling fiat_curve25519_adx_square.S
[11/780] Write swift-version-24593BA9C3E375BF.txt
In file included from /host/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/CJWTKitBoringSSL/crypto/x509/x_x509.c:71:
/host/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/CJWTKitBoringSSL/crypto/x509/../internal.h:141:10: fatal error: 'pthread.h' file not found
141 | #include <pthread.h>
| ^~~~~~~~~~~
1 error generated.
[12/780] Compiling x_x509.c
[12/780] Compiling x_spki.c
[12/780] Compiling x_pubkey.c
[12/780] Compiling x_req.c
[12/780] Compiling x_sig.c
[12/780] Compiling CCryptoBoringSSLShims shims.c
In file included from /host/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/CJWTKitBoringSSL/crypto/x509/x_x509a.c:64:
In file included from /host/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/CJWTKitBoringSSL/crypto/x509/internal.h:67:
/host/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/CJWTKitBoringSSL/crypto/x509/../internal.h:141:10: fatal error: 'pthread.h' file not found
141 | #include <pthread.h>
| ^~~~~~~~~~~
[12/780] Compiling x_x509a.c
In file included from /host/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/CJWTKitBoringSSL/crypto/x509/x_val.c:62:
In file included from /host/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/CJWTKitBoringSSL/crypto/x509/internal.h:67:
/host/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/CJWTKitBoringSSL/crypto/x509/../internal.h:141:10: fatal error: 'pthread.h' file not found
141 | #include <pthread.h>
| ^~~~~~~~~~~
[12/780] Compiling x_val.c
BUILD FAILURE 6.1 wasm