Build Information
Failed to build AppStoreConnect, reference 0.0.8 (f8e0a7
), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 09:32:44 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
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.2
Building package at path: $PWD
https://github.com/onmyway133/AppStoreConnect.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/kean/NaiveDate
Fetching https://github.com/vapor/jwt-kit
Fetching https://github.com/kean/Get
Fetching https://github.com/kean/URLQueryEncoder
[1/2349] Fetching get
[1552/2731] Fetching get, naivedate
[2169/2859] Fetching get, naivedate, urlqueryencoder
[2138/2731] Fetching get, naivedate
[2143/2859] Fetching get, naivedate, urlqueryencoder
[2848/11975] Fetching get, naivedate, urlqueryencoder, jwt-kit
Fetched https://github.com/kean/URLQueryEncoder from cache (0.69s)
[11574/11847] Fetching get, naivedate, jwt-kit
Fetched https://github.com/kean/NaiveDate from cache (1.00s)
Fetched https://github.com/kean/Get from cache (1.00s)
Fetched https://github.com/vapor/jwt-kit from cache (1.01s)
Computing version for https://github.com/kean/URLQueryEncoder
Computed https://github.com/kean/URLQueryEncoder at 0.2.1 (1.78s)
Computing version for https://github.com/kean/NaiveDate
Computed https://github.com/kean/NaiveDate at 1.1.0 (0.39s)
Computing version for https://github.com/kean/Get
Computed https://github.com/kean/Get at 0.8.0 (0.46s)
Computing version for https://github.com/vapor/jwt-kit
Computed https://github.com/vapor/jwt-kit at 4.13.5 (0.44s)
Fetching https://github.com/apple/swift-crypto.git
[1/15270] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.81s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.44s)
Fetching https://github.com/apple/swift-asn1.git
[1/1596] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.37s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.17s)
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/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
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/kean/URLQueryEncoder
Working copy of https://github.com/kean/URLQueryEncoder resolved at 0.2.1
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/vapor/jwt-kit
Working copy of https://github.com/vapor/jwt-kit resolved at 4.13.5
Building for debugging...
[0/790] Write sources
[4/790] Compiling a_bool.c
[5/790] Write sources
[7/790] Compiling a_octet.c
[8/790] Write swift-version-24593BA9C3E375BF.txt
[9/790] Compiling a_d2i_fp.c
[10/790] Compiling asn_pack.c
[11/790] Compiling a_bitstr.c
[12/790] Compiling posix_time.c
[13/790] Compiling f_int.c
[14/790] Compiling fiat_p256_adx_sqr.S
[15/792] Compiling fiat_curve25519_adx_square.S
[16/793] Compiling fiat_p256_adx_mul.S
[17/798] Compiling fiat_curve25519_adx_mul.S
[18/800] Compiling x_x509a.c
[19/800] Compiling x_val.c
[20/800] Compiling x_x509.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/800] Emitting module NaiveDate
/host/spi-builder-workspace/.build/checkouts/NaiveDate/Sources/NaiveDate.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // MARK: - NaiveDate
[22/800] Compiling x_spki.c
[23/800] Compiling x_sig.c
[24/800] Compiling x_name.c
[25/800] Compiling x_req.c
[26/800] Compiling x_pubkey.c
[27/800] Compiling x_exten.c
[28/800] Compiling x_crl.c
[29/800] Compiling x_attrib.c
[30/800] Compiling x_algor.c
[31/800] Compiling x_all.c
[32/800] Compiling x509spki.c
[33/800] Compiling x509rset.c
[34/800] Compiling x509cset.c
[35/800] Compiling x509name.c
[36/800] Compiling x509_vpm.c
[37/800] Compiling x509_txt.c
[38/800] Compiling x509_vfy.c
[39/800] Compiling x509_v3.c
[40/800] Compiling x509_trs.c
[41/800] Compiling x509_set.c
[42/800] Compiling x509_obj.c
[43/800] Compiling x509_req.c
[44/800] Compiling x509_lu.c
[45/800] Compiling x509_ext.c
[46/800] Compiling x509_def.c
[47/800] Compiling x509_d2.c
[48/800] Compiling x509_cmp.c
[49/800] Compiling x509.c
[50/800] Compiling x509_att.c
[51/800] Compiling v3_skey.c
[52/800] Compiling v3_utl.c
[53/800] Compiling v3_purp.c
[54/800] Compiling v3_prn.c
[55/800] Compiling v3_pcons.c
[56/800] Compiling v3_pmaps.c
[57/800] Compiling v3_ocsp.c
[58/800] Compiling v3_int.c
[59/800] Compiling v3_info.c
[60/800] Compiling v3_ia5.c
[61/800] Compiling v3_ncons.c
[62/800] Compiling v3_lib.c
[63/800] Compiling v3_extku.c
[64/800] Compiling v3_genn.c
[65/800] Compiling v3_enum.c
[66/800] Compiling v3_cpols.c
[67/800] Compiling v3_crld.c
[68/800] Compiling v3_conf.c
[69/800] Compiling v3_bitst.c
[70/800] Compiling v3_bcons.c
[71/800] Compiling v3_akeya.c
[72/800] Compiling v3_alt.c
[73/800] Compiling t_x509a.c
[74/800] Compiling v3_akey.c
[75/800] Compiling t_crl.c
[76/800] Compiling t_x509.c
[77/800] Compiling t_req.c
[78/800] Compiling i2d_pr.c
[79/800] Compiling rsa_pss.c
[80/800] Compiling policy.c
[81/800] Compiling name_print.c
[82/800] Compiling by_file.c
[83/800] Compiling algorithm.c
[84/800] Compiling by_dir.c
[85/800] Compiling a_sign.c
[86/800] Compiling a_verify.c
[87/800] Compiling asn1_gen.c
[88/800] Compiling trust_token.c
[89/800] Compiling voprf.c
[90/800] Compiling thread_win.c
[91/800] Compiling thread.c
[92/800] Compiling thread_none.c
[93/800] Compiling a_digest.c
[94/800] Compiling pmbtoken.c
[95/800] Compiling thread_pthread.c
[96/800] Compiling stack.c
[97/800] Compiling thash.c
[98/800] Compiling wots.c
[99/800] Compiling spx_util.c
[100/800] Compiling merkle.c
[101/800] Compiling spx.c
[102/800] Compiling fors.c
[103/800] Compiling siphash.c
[104/800] Compiling address.c
[105/800] Compiling rsa_print.c
[106/800] Compiling refcount.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[108/800] Emitting module Get
/host/spi-builder-workspace/.build/checkouts/Get/Sources/Get/APIClient.swift:5:8: error: no such module 'Foundation'
3 | // Copyright (c) 2021-2022 Alexander Grebenyuk (github.com/kean).
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 | #if canImport(FoundationNetworking)
7 | import FoundationNetworking
[108/800] Compiling rc4.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[110/800] Emitting module URLQueryEncoder
/host/spi-builder-workspace/.build/checkouts/URLQueryEncoder/Sources/URLQueryEncoder/URLQueryEncoder.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public final class URLQueryEncoder {
[111/800] Compiling URLQueryEncoder URLQueryEncoder.swift
/host/spi-builder-workspace/.build/checkouts/URLQueryEncoder/Sources/URLQueryEncoder/URLQueryEncoder.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public final class URLQueryEncoder {
[111/800] Compiling trusty.c
[111/800] Compiling rsa_crypt.c
[111/800] Compiling rand_extra.c
[111/800] Compiling windows.c
[111/800] Compiling rsa_asn1.c
[112/800] Compiling Get APIClient.swift
/host/spi-builder-workspace/.build/checkouts/Get/Sources/Get/APIClient.swift:5:8: error: no such module 'Foundation'
3 | // Copyright (c) 2021-2022 Alexander Grebenyuk (github.com/kean).
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 | #if canImport(FoundationNetworking)
7 | import FoundationNetworking
[113/800] Compiling Get Request.swift
/host/spi-builder-workspace/.build/checkouts/Get/Sources/Get/APIClient.swift:5:8: error: no such module 'Foundation'
3 | // Copyright (c) 2021-2022 Alexander Grebenyuk (github.com/kean).
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 | #if canImport(FoundationNetworking)
7 | import FoundationNetworking
BUILD FAILURE 6.2 wasm