Build Information
Failed to build Arweave, reference master (14c34c
), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 05:19:57 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/lukereichold/arweave-swift.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/lukereichold/arweave-swift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 14c34c1 Update README.md
Cloned https://github.com/lukereichold/arweave-swift.git
Revision (git rev-parse @):
14c34c101f3a6215303ba581d345c7a8997f6b7d
SUCCESS checkout https://github.com/lukereichold/arweave-swift.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/lukereichold/arweave-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/lukereichold/JOSESwift.git
[1/2266] Fetching joseswift
Fetched https://github.com/lukereichold/JOSESwift.git from cache (0.54s)
Computing version for https://github.com/lukereichold/JOSESwift.git
Computed https://github.com/lukereichold/JOSESwift.git at 2.2.4 (1.50s)
Creating working copy for https://github.com/lukereichold/JOSESwift.git
Working copy of https://github.com/lukereichold/JOSESwift.git resolved at 2.2.4
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/54] Compiling JOSESwift SecureRandom.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[5/54] Compiling JOSESwift Thumbprint.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[6/54] Compiling JOSESwift DataConvertible.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[7/54] Compiling JOSESwift DataExtensions.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[8/54] Compiling JOSESwift Decrypter.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[9/54] Compiling JOSESwift Deserializer.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[10/54] Compiling JOSESwift DirectEncryptionMode.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[11/61] Compiling JOSESwift JWS.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[12/61] Compiling JOSESwift JWSHeader.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[13/61] Compiling JOSESwift KeyManagementMode.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[14/61] Compiling JOSESwift Payload.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[15/61] Compiling JOSESwift RSAKeyCodable.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[16/61] Compiling JOSESwift RSAKeyEncryptionMode.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[17/61] Compiling JOSESwift RSAKeys.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[18/61] Compiling JOSESwift ECKeyCodable.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[19/61] Compiling JOSESwift ECKeys.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[20/61] Compiling JOSESwift ECSigner.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[21/61] Compiling JOSESwift ECVerifier.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[22/61] Compiling JOSESwift Encrypter.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[23/61] Compiling JOSESwift JOSEHeader.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[24/61] Compiling JOSESwift JOSESwiftError.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[25/61] Compiling JOSESwift EC.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[26/61] Compiling JOSESwift HMAC.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[27/61] Compiling JOSESwift RSA.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[28/61] Compiling JOSESwift SecKeyECPrivateKey.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[29/61] Compiling JOSESwift SecKeyECPublicKey.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[30/61] Compiling JOSESwift SecKeyRSAPrivateKey.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[31/61] Compiling JOSESwift SecKeyRSAPublicKey.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[32/61] Emitting module JOSESwift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[33/61] Compiling JOSESwift ContentEncryption.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[34/61] Compiling JOSESwift AES.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[35/61] Compiling JOSESwift DataECPrivateKey.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[36/61] Compiling JOSESwift DataECPublicKey.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[37/61] Compiling JOSESwift DataRSAPrivateKey.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[38/61] Compiling JOSESwift DataRSAPublicKey.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[39/61] Compiling JOSESwift DataSymmetricKey.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[40/61] Compiling JOSESwift AESCBCEncryption.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[41/61] Compiling JOSESwift AESKeyWrappingMode.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[42/61] Compiling JOSESwift ASN1DEREncoding.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[43/61] Compiling JOSESwift ASN1DERParsing.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[44/61] Compiling JOSESwift AlgorithmExtensions.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[45/61] Compiling JOSESwift Algorithms.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[46/61] Compiling JOSESwift DeflateWrapper.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[47/61] Compiling JOSESwift Compressor.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[48/61] Compiling JOSESwift JWE.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[49/61] Compiling JOSESwift JWEHeader.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[50/61] Compiling JOSESwift JWK.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[51/61] Compiling JOSESwift JWKExtensions.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[52/61] Compiling JOSESwift JWKParameters.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[53/61] Compiling JOSESwift JWKSet.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[54/61] Compiling JOSESwift JWKSetCodable.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[55/61] Compiling JOSESwift RSASigner.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[56/61] Compiling JOSESwift RSAVerifier.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[57/61] Compiling JOSESwift Serializer.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[58/61] Compiling JOSESwift Signer.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[59/61] Compiling JOSESwift SymmetricKeyCodable.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[60/61] Compiling JOSESwift SymmetricKeys.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
[61/61] Compiling JOSESwift Verifier.swift
/host/spi-builder-workspace/.build/checkouts/JOSESwift/JOSESwift/Sources/AESCBCEncryption.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | struct AESCBCEncryption {
BUILD FAILURE 6.2 wasm