Build Information
Failed to build JOSE, reference main (c534dc), with Swift 6.2 for Wasm on 20 Jun 2025 07:16:42 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.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: main
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
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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-4606859-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/GigaBitcoin/secp256k1.swift.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/krzyzanowskim/OpenSSL.git
[1/9790] Fetching openssl
[295/22731] Fetching openssl, cryptoswift
[296/27632] Fetching openssl, cryptoswift, secp256k1.swift
Fetched https://github.com/GigaBitcoin/secp256k1.swift.git from cache (0.46s)
[2530/22731] Fetching openssl, cryptoswift
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (74.25s)
Fetched https://github.com/krzyzanowskim/OpenSSL.git from cache (76.45s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.7.2 (83.49s)
Computing version for https://github.com/GigaBitcoin/secp256k1.swift.git
Computed https://github.com/GigaBitcoin/secp256k1.swift.git at 0.12.2 (3.34s)
Computing version for https://github.com/krzyzanowskim/OpenSSL.git
Computed https://github.com/krzyzanowskim/OpenSSL.git at 1.1.2301 (5.05s)
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
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/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.7.2
Building for debugging...
[0/8] Write sources
[3/8] Compiling Utility.c
[3/8] Write swift-version-24593BA9C3E375BF.txt
[5/18] Compiling precomputed_ecmult_gen.c
[6/106] Compiling secp256k1.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/106] Emitting module CryptoSwift
/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.
[8/119] Compiling precomputed_ecmult.c
[10/139] 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.
[11/139] 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.
[12/139] 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.
[13/141] 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.
[14/141] 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.
[15/141] 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.
[16/141] 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.
[17/141] 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.
[18/141] 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.
[19/141] 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.
[20/141] 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.
[21/141] 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.
[22/141] 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.
[23/141] 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.
[24/141] 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.
[25/141] 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)
[26/141] 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.
[27/141] 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.
[28/141] 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.
[29/141] 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.
[30/141] Compiling CryptoSwift SecureBytes.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.
[31/141] Compiling CryptoSwift Signature.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.
[32/141] Compiling CryptoSwift StreamDecryptor.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.
[33/141] Compiling CryptoSwift StreamEncryptor.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.
[34/141] Compiling CryptoSwift String+Extension.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/141] Compiling CryptoSwift UInt128.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/141] Compiling CryptoSwift UInt16+Extension.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/141] Compiling CryptoSwift UInt32+Extension.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/141] Compiling CryptoSwift UInt64+Extension.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/141] Compiling CryptoSwift UInt8+Extension.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/141] Compiling CryptoSwift Updatable.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/141] Compiling CryptoSwift Utils.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/141] Compiling CryptoSwift ZeroPadding.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/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.
/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.
/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.
[57/141] 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.
[58/141] 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.
[59/141] 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.
[60/141] 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.
[61/141] 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.
[62/141] 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.
[63/141] 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.
[64/141] 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.
[65/141] 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.
[66/141] 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.
[67/141] 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.
[68/141] 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.
[69/141] 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.
[70/141] 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.
[71/141] Compiling CryptoSwift Utils+Foundation.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.
[72/141] Compiling CryptoSwift Generics.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.
[73/141] Compiling CryptoSwift HKDF.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.
[74/141] Compiling CryptoSwift HMAC.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.
[75/141] Compiling CryptoSwift ISO10126Padding.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.
[76/141] Compiling CryptoSwift ISO78164Padding.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.
[77/141] Compiling CryptoSwift Int+Extension.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.
[78/141] Compiling CryptoSwift MD5.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.
[79/141] Compiling CryptoSwift NoPadding.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.
[80/141] Compiling CryptoSwift Operators.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.
[81/141] Compiling CryptoSwift DER.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.
[82/141] Compiling CryptoSwift PBKDF1.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.
[83/141] Compiling CryptoSwift PBKDF2.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.
[84/141] Compiling CryptoSwift PKCS1v15.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.
[85/141] Compiling CryptoSwift Hashable.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.
[86/141] Compiling CryptoSwift Integer 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.
[87/141] Compiling CryptoSwift Multiplication.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.
[88/141] Compiling CryptoSwift Prime Test.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.
[89/141] Compiling CryptoSwift Random.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.
[90/141] Compiling CryptoSwift Shifts.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.
[91/141] Compiling CryptoSwift Square Root.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.
[92/141] 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.
[93/141] 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.
[94/141] 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.
[95/141] 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.
[96/141] 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.
[97/141] 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.
[98/141] 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.
[99/141] Compiling CryptoSwift Collection+Extension.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.
[100/141] Compiling CryptoSwift CompactMap.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.
[101/141] Compiling CryptoSwift Cryptor.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.
[102/141] Compiling CryptoSwift Cryptors.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.
[103/141] Compiling CryptoSwift Digest.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.
[104/141] Compiling CryptoSwift DigestType.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.
[105/141] Compiling CryptoSwift AES+Foundation.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.
[106/141] Compiling CryptoSwift Array+Foundation.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.
[107/141] Compiling CryptoSwift Blowfish+Foundation.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.
[108/141] Compiling CryptoSwift ChaCha20+Foundation.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.
[109/141] Compiling CryptoSwift Data+Extension.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.
[110/141] Compiling CryptoSwift HMAC+Foundation.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.
[111/141] Compiling CryptoSwift Rabbit+Foundation.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.
[112/141] Compiling CryptoSwift String+FoundationExtension.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/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.
[118/141] 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.
[119/141] 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.
[120/141] Compiling CryptoSwift CipherModeWorker.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.
[121/141] Compiling CryptoSwift ECB.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.
[122/141] Compiling CryptoSwift GCM.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.
[123/141] Compiling CryptoSwift OCB.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.
[124/141] Compiling CryptoSwift OFB.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.
[125/141] Compiling CryptoSwift PCBC.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.
[126/141] Compiling CryptoSwift Blowfish.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