Build Information
Failed to build JOSE, reference 0.1.3 (c534dc), with Swift 6.2 for Wasm on 20 Jun 2025 07:17:30 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/proxyco/swift-jose.git
Reference: 0.1.3
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/proxyco/swift-jose
* tag 0.1.3 -> FETCH_HEAD
HEAD is now at c534dca Format
Cloned https://github.com/proxyco/swift-jose.git
Revision (git rev-parse @):
c534dcaa0f6dd7fc0efa52cee0e097b503f16cdf
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/proxyco/swift-jose.git at 0.1.3
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/proxyco/swift-jose.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/krzyzanowskim/OpenSSL.git
Fetching https://github.com/GigaBitcoin/secp256k1.swift.git
[1/9790] Fetching openssl
[589/22731] Fetching openssl, cryptoswift
[590/27632] Fetching openssl, cryptoswift, secp256k1.swift
Fetched https://github.com/GigaBitcoin/secp256k1.swift.git from cache (0.52s)
[2659/22731] Fetching openssl, cryptoswift
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (67.44s)
Fetched https://github.com/krzyzanowskim/OpenSSL.git from cache (69.47s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.7.2 (75.01s)
Computing version for https://github.com/GigaBitcoin/secp256k1.swift.git
Computed https://github.com/GigaBitcoin/secp256k1.swift.git at 0.12.2 (6.42s)
Computing version for https://github.com/krzyzanowskim/OpenSSL.git
Computed https://github.com/krzyzanowskim/OpenSSL.git at 1.1.2301 (6.43s)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.7.2
Creating working copy for https://github.com/krzyzanowskim/OpenSSL.git
Working copy of https://github.com/krzyzanowskim/OpenSSL.git resolved at 1.1.2301
Creating working copy for https://github.com/GigaBitcoin/secp256k1.swift.git
Working copy of https://github.com/GigaBitcoin/secp256k1.swift.git resolved at 0.12.2
Building for debugging...
[0/8] Write sources
[3/8] Write swift-version-24593BA9C3E375BF.txt
[4/8] Compiling Utility.c
[5/102] Compiling precomputed_ecmult_gen.c
[6/106] Compiling secp256k1.c
[7/106] Compiling precomputed_ecmult.c
[9/126] Compiling secp256k1 SecureBytes.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/Asymmetric.swift:11:8: error: no such module 'Foundation'
9 | //
10 |
11 | import Foundation
| `- error: no such module 'Foundation'
12 |
13 | /// An elliptic curve that enables secp256k1 signatures and key agreement.
[10/126] Compiling secp256k1 Signature.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/Asymmetric.swift:11:8: error: no such module 'Foundation'
9 | //
10 |
11 | import Foundation
| `- error: no such module 'Foundation'
12 |
13 | /// An elliptic curve that enables secp256k1 signatures and key agreement.
[11/126] Compiling secp256k1 SHA256.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/Asymmetric.swift:11:8: error: no such module 'Foundation'
9 | //
10 |
11 | import Foundation
| `- error: no such module 'Foundation'
12 |
13 | /// An elliptic curve that enables secp256k1 signatures and key agreement.
[12/126] Compiling secp256k1 SafeCompare.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/Asymmetric.swift:11:8: error: no such module 'Foundation'
9 | //
10 |
11 | import Foundation
| `- error: no such module 'Foundation'
12 |
13 | /// An elliptic curve that enables secp256k1 signatures and key agreement.
[13/126] Compiling secp256k1 Schnorr.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/Asymmetric.swift:11:8: error: no such module 'Foundation'
9 | //
10 |
11 | import Foundation
| `- error: no such module 'Foundation'
12 |
13 | /// An elliptic curve that enables secp256k1 signatures and key agreement.
[14/126] Compiling secp256k1 Tweak.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/Asymmetric.swift:11:8: error: no such module 'Foundation'
9 | //
10 |
11 | import Foundation
| `- error: no such module 'Foundation'
12 |
13 | /// An elliptic curve that enables secp256k1 signatures and key agreement.
[15/126] Compiling secp256k1 Utility.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/Asymmetric.swift:11:8: error: no such module 'Foundation'
9 | //
10 |
11 | import Foundation
| `- error: no such module 'Foundation'
12 |
13 | /// An elliptic curve that enables secp256k1 signatures and key agreement.
[16/126] Compiling secp256k1 ECDH.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/Asymmetric.swift:11:8: error: no such module 'Foundation'
9 | //
10 |
11 | import Foundation
| `- error: no such module 'Foundation'
12 |
13 | /// An elliptic curve that enables secp256k1 signatures and key agreement.
[17/126] Compiling secp256k1 ECDSA.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/Asymmetric.swift:11:8: error: no such module 'Foundation'
9 | //
10 |
11 | import Foundation
| `- error: no such module 'Foundation'
12 |
13 | /// An elliptic curve that enables secp256k1 signatures and key agreement.
[18/126] Compiling secp256k1 EdDSA.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/Asymmetric.swift:11:8: error: no such module 'Foundation'
9 | //
10 |
11 | import Foundation
| `- error: no such module 'Foundation'
12 |
13 | /// An elliptic curve that enables secp256k1 signatures and key agreement.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/128] Emitting module secp256k1
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/Asymmetric.swift:11:8: error: no such module 'Foundation'
9 | //
10 |
11 | import Foundation
| `- error: no such module 'Foundation'
12 |
13 | /// An elliptic curve that enables secp256k1 signatures and key agreement.
[20/128] Compiling secp256k1 Asymmetric.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/Asymmetric.swift:11:8: error: no such module 'Foundation'
9 | //
10 |
11 | import Foundation
| `- error: no such module 'Foundation'
12 |
13 | /// An elliptic curve that enables secp256k1 signatures and key agreement.
[21/128] Compiling secp256k1 DH.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/Asymmetric.swift:11:8: error: no such module 'Foundation'
9 | //
10 |
11 | import Foundation
| `- error: no such module 'Foundation'
12 |
13 | /// An elliptic curve that enables secp256k1 signatures and key agreement.
[22/128] Compiling secp256k1 Digest.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/Asymmetric.swift:11:8: error: no such module 'Foundation'
9 | //
10 |
11 | import Foundation
| `- error: no such module 'Foundation'
12 |
13 | /// An elliptic curve that enables secp256k1 signatures and key agreement.
[23/128] Compiling secp256k1 PrettyBytes.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/Asymmetric.swift:11:8: error: no such module 'Foundation'
9 | //
10 |
11 | import Foundation
| `- error: no such module 'Foundation'
12 |
13 | /// An elliptic curve that enables secp256k1 signatures and key agreement.
[24/128] Compiling secp256k1 RNG_boring.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/Asymmetric.swift:11:8: error: no such module 'Foundation'
9 | //
10 |
11 | import Foundation
| `- error: no such module 'Foundation'
12 |
13 | /// An elliptic curve that enables secp256k1 signatures and key agreement.
[25/128] Compiling secp256k1 Recovery.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/Asymmetric.swift:11:8: error: no such module 'Foundation'
9 | //
10 |
11 | import Foundation
| `- error: no such module 'Foundation'
12 |
13 | /// An elliptic curve that enables secp256k1 signatures and key agreement.
[26/128] Compiling secp256k1 Errors.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/Asymmetric.swift:11:8: error: no such module 'Foundation'
9 | //
10 |
11 | import Foundation
| `- error: no such module 'Foundation'
12 |
13 | /// An elliptic curve that enables secp256k1 signatures and key agreement.
[27/128] Compiling secp256k1 Exports.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/Asymmetric.swift:11:8: error: no such module 'Foundation'
9 | //
10 |
11 | import Foundation
| `- error: no such module 'Foundation'
12 |
13 | /// An elliptic curve that enables secp256k1 signatures and key agreement.
[28/128] Compiling secp256k1 HashDigest.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/Asymmetric.swift:11:8: error: no such module 'Foundation'
9 | //
10 |
11 | import Foundation
| `- error: no such module 'Foundation'
12 |
13 | /// An elliptic curve that enables secp256k1 signatures and key agreement.
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | // ASN1 Code inspired by Asn1Parser.swift from SwiftyRSA
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// A Partial ASN.1 (Abstract Syntax Notation 1) Encoder & Decoder Implementation.
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | // ASN1 Code inspired by Asn1Parser.swift from SwiftyRSA
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// A Partial ASN.1 (Abstract Syntax Notation 1) Encoder & Decoder Implementation.
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | // ASN1 Code inspired by Asn1Parser.swift from SwiftyRSA
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// A Partial ASN.1 (Abstract Syntax Notation 1) Encoder & Decoder Implementation.
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | // ASN1 Code inspired by Asn1Parser.swift from SwiftyRSA
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// A Partial ASN.1 (Abstract Syntax Notation 1) Encoder & Decoder Implementation.
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | // ASN1 Code inspired by Asn1Parser.swift from SwiftyRSA
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// A Partial ASN.1 (Abstract Syntax Notation 1) Encoder & Decoder Implementation.
[34/128] Compiling secp256k1 Zeroization.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | // ASN1 Code inspired by Asn1Parser.swift from SwiftyRSA
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// A Partial ASN.1 (Abstract Syntax Notation 1) Encoder & Decoder Implementation.
[35/128] Compiling secp256k1 secp256k1.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | // ASN1 Code inspired by Asn1Parser.swift from SwiftyRSA
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// A Partial ASN.1 (Abstract Syntax Notation 1) Encoder & Decoder Implementation.
[36/128] Compiling CryptoSwift Strideable.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | // ASN1 Code inspired by Asn1Parser.swift from SwiftyRSA
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// A Partial ASN.1 (Abstract Syntax Notation 1) Encoder & Decoder Implementation.
[37/128] Compiling CryptoSwift String Conversion.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | // ASN1 Code inspired by Asn1Parser.swift from SwiftyRSA
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// A Partial ASN.1 (Abstract Syntax Notation 1) Encoder & Decoder Implementation.
[38/128] Compiling CryptoSwift Subtraction.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | // ASN1 Code inspired by Asn1Parser.swift from SwiftyRSA
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// A Partial ASN.1 (Abstract Syntax Notation 1) Encoder & Decoder Implementation.
[39/128] Compiling CryptoSwift Words and Bits.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | // ASN1 Code inspired by Asn1Parser.swift from SwiftyRSA
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// A Partial ASN.1 (Abstract Syntax Notation 1) Encoder & Decoder Implementation.
[40/128] Compiling CryptoSwift ChaCha20.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | // ASN1 Code inspired by Asn1Parser.swift from SwiftyRSA
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// A Partial ASN.1 (Abstract Syntax Notation 1) Encoder & Decoder Implementation.
[41/128] Compiling CryptoSwift Checksum.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | // ASN1 Code inspired by Asn1Parser.swift from SwiftyRSA
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// A Partial ASN.1 (Abstract Syntax Notation 1) Encoder & Decoder Implementation.
[42/128] Compiling CryptoSwift Cipher.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | // ASN1 Code inspired by Asn1Parser.swift from SwiftyRSA
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// A Partial ASN.1 (Abstract Syntax Notation 1) Encoder & Decoder Implementation.
[43/128] Compiling CryptoSwift CBCMAC.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | // ASN1 Code inspired by Asn1Parser.swift from SwiftyRSA
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// A Partial ASN.1 (Abstract Syntax Notation 1) Encoder & Decoder Implementation.
[44/128] Compiling CryptoSwift CMAC.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | // ASN1 Code inspired by Asn1Parser.swift from SwiftyRSA
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// A Partial ASN.1 (Abstract Syntax Notation 1) Encoder & Decoder Implementation.
[45/128] Compiling CryptoSwift Addition.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | // ASN1 Code inspired by Asn1Parser.swift from SwiftyRSA
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// A Partial ASN.1 (Abstract Syntax Notation 1) Encoder & Decoder Implementation.
[46/128] Compiling CryptoSwift BigInt.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | // ASN1 Code inspired by Asn1Parser.swift from SwiftyRSA
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// A Partial ASN.1 (Abstract Syntax Notation 1) Encoder & Decoder Implementation.
[47/128] Compiling CryptoSwift BigUInt.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | // ASN1 Code inspired by Asn1Parser.swift from SwiftyRSA
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// A Partial ASN.1 (Abstract Syntax Notation 1) Encoder & Decoder Implementation.
[48/128] Compiling CryptoSwift Bitwise Ops.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | // ASN1 Code inspired by Asn1Parser.swift from SwiftyRSA
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// A Partial ASN.1 (Abstract Syntax Notation 1) Encoder & Decoder Implementation.
[49/128] Compiling CryptoSwift CS.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | // ASN1 Code inspired by Asn1Parser.swift from SwiftyRSA
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// A Partial ASN.1 (Abstract Syntax Notation 1) Encoder & Decoder Implementation.
[50/128] Compiling CryptoSwift Codable.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | // ASN1 Code inspired by Asn1Parser.swift from SwiftyRSA
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// A Partial ASN.1 (Abstract Syntax Notation 1) Encoder & Decoder Implementation.
[51/128] Compiling CryptoSwift Comparable.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | // ASN1 Code inspired by Asn1Parser.swift from SwiftyRSA
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// A Partial ASN.1 (Abstract Syntax Notation 1) Encoder & Decoder Implementation.
[52/128] Compiling CryptoSwift Data Conversion.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | // ASN1 Code inspired by Asn1Parser.swift from SwiftyRSA
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// A Partial ASN.1 (Abstract Syntax Notation 1) Encoder & Decoder Implementation.
[53/128] Compiling CryptoSwift Division.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | // ASN1 Code inspired by Asn1Parser.swift from SwiftyRSA
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// A Partial ASN.1 (Abstract Syntax Notation 1) Encoder & Decoder Implementation.
[54/128] Compiling CryptoSwift Exponentiation.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | // ASN1 Code inspired by Asn1Parser.swift from SwiftyRSA
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// A Partial ASN.1 (Abstract Syntax Notation 1) Encoder & Decoder Implementation.
[55/128] Compiling CryptoSwift Floating Point Conversion.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | // ASN1 Code inspired by Asn1Parser.swift from SwiftyRSA
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// A Partial ASN.1 (Abstract Syntax Notation 1) Encoder & Decoder Implementation.
[56/128] Compiling CryptoSwift GCD.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | // ASN1 Code inspired by Asn1Parser.swift from SwiftyRSA
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// A Partial ASN.1 (Abstract Syntax Notation 1) Encoder & Decoder Implementation.
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/Asymmetric.swift:11:8: error: no such module 'Foundation'
9 | //
10 |
11 | import Foundation
| `- error: no such module 'Foundation'
12 |
13 | /// An elliptic curve that enables secp256k1 signatures and key agreement.
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/Asymmetric.swift:11:8: error: no such module 'Foundation'
9 | //
10 |
11 | import Foundation
| `- error: no such module 'Foundation'
12 |
13 | /// An elliptic curve that enables secp256k1 signatures and key agreement.
BUILD FAILURE 6.2 wasm