Build Information
Failed to build SubVTData, reference main (04c8c6
), with Swift 6.2 (beta) for Wasm on 22 Jun 2025 14:01:35 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/helikon-labs/subvt-data-swift.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/helikon-labs/subvt-data-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 04c8c60 Set max message size for ws connections.
Cloned https://github.com/helikon-labs/subvt-data-swift.git
Revision (git rev-parse @):
04c8c600b3268673dc783ebf09181b20db38cb85
SUCCESS checkout https://github.com/helikon-labs/subvt-data-swift.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/helikon-labs/subvt-data-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/attaswift/BigInt.git
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git
Fetching https://github.com/SwiftyBeaver/SwiftyBeaver.git
[1/4386] Fetching keychainaccess
[45/8443] Fetching keychainaccess, swiftybeaver
[978/13250] Fetching keychainaccess, swiftybeaver, bigint
Fetched https://github.com/SwiftyBeaver/SwiftyBeaver.git from cache (0.96s)
Fetching https://github.com/konkab/AlamofireNetworkActivityLogger.git
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git from cache (1.02s)
Fetching https://github.com/Alamofire/Alamofire.git
Fetching https://github.com/tesseract-one/Blake2.swift.git
Fetching https://github.com/GigaBitcoin/secp256k1.swift.git
Fetching https://github.com/keefertaylor/Base58Swift.git
Fetched https://github.com/attaswift/BigInt.git from cache (1.07s)
[1/320] Fetching alamofirenetworkactivitylogger
[321/854] Fetching alamofirenetworkactivitylogger, base58swift
Fetched https://github.com/konkab/AlamofireNetworkActivityLogger.git from cache (0.40s)
[166/534] Fetching base58swift
[535/675] Fetching base58swift, blake2.swift
[654/5588] Fetching base58swift, blake2.swift, secp256k1.swift
[2887/35729] Fetching base58swift, blake2.swift, secp256k1.swift, alamofire
Fetched https://github.com/tesseract-one/Blake2.swift.git from cache (0.49s)
[4977/35588] Fetching base58swift, secp256k1.swift, alamofire
Fetched https://github.com/keefertaylor/Base58Swift.git from cache (0.61s)
Fetched https://github.com/GigaBitcoin/secp256k1.swift.git from cache (0.61s)
[2713/30141] Fetching alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (4.35s)
Computing version for https://github.com/GigaBitcoin/secp256k1.swift.git
Computed https://github.com/GigaBitcoin/secp256k1.swift.git at 0.15.0 (6.04s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess.git
Computed https://github.com/kishikawakatsumi/KeychainAccess.git at 4.2.2 (0.65s)
Computing version for https://github.com/tesseract-one/Blake2.swift.git
Computed https://github.com/tesseract-one/Blake2.swift.git at 0.2.0 (0.74s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.3.0 (0.67s)
Computing version for https://github.com/konkab/AlamofireNetworkActivityLogger.git
Computed https://github.com/konkab/AlamofireNetworkActivityLogger.git at 3.4.0 (0.69s)
Computing version for https://github.com/Alamofire/Alamofire.git
warning: 'alamofire': /Package.swift:30:41: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
28 | let package = Package(name: "Alamofire",
29 | platforms: [.macOS(.v10_13),
30 | .iOS(.v11),
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
31 | .tvOS(.v11),
32 | .watchOS(.v4)],
/Package.swift:31:42: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
29 | platforms: [.macOS(.v10_13),
30 | .iOS(.v11),
31 | .tvOS(.v11),
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
32 | .watchOS(.v4)],
33 | products: [.library(name: "Alamofire",
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Computed https://github.com/Alamofire/Alamofire.git at 5.8.1 (0.67s)
Computing version for https://github.com/SwiftyBeaver/SwiftyBeaver.git
Computed https://github.com/SwiftyBeaver/SwiftyBeaver.git at 2.1.1 (0.81s)
Computing version for https://github.com/keefertaylor/Base58Swift.git
Computed https://github.com/keefertaylor/Base58Swift.git at 2.1.14 (1.75s)
Creating working copy for https://github.com/SwiftyBeaver/SwiftyBeaver.git
Working copy of https://github.com/SwiftyBeaver/SwiftyBeaver.git resolved at 2.1.1
Creating working copy for https://github.com/keefertaylor/Base58Swift.git
Working copy of https://github.com/keefertaylor/Base58Swift.git resolved at 2.1.14
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess.git
Working copy of https://github.com/kishikawakatsumi/KeychainAccess.git resolved at 4.2.2
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.3.0
Creating working copy for https://github.com/tesseract-one/Blake2.swift.git
Working copy of https://github.com/tesseract-one/Blake2.swift.git resolved at 0.2.0
Creating working copy for https://github.com/konkab/AlamofireNetworkActivityLogger.git
Working copy of https://github.com/konkab/AlamofireNetworkActivityLogger.git resolved at 3.4.0
Creating working copy for https://github.com/GigaBitcoin/secp256k1.swift.git
Working copy of https://github.com/GigaBitcoin/secp256k1.swift.git resolved at 0.15.0
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.8.1
warning: 'alamofire': /host/spi-builder-workspace/.build/checkouts/Alamofire/Package.swift:30:41: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
28 | let package = Package(name: "Alamofire",
29 | platforms: [.macOS(.v10_13),
30 | .iOS(.v11),
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
31 | .tvOS(.v11),
32 | .watchOS(.v4)],
/host/spi-builder-workspace/.build/checkouts/Alamofire/Package.swift:31:42: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
29 | platforms: [.macOS(.v10_13),
30 | .iOS(.v11),
31 | .tvOS(.v11),
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
32 | .watchOS(.v4)],
33 | products: [.library(name: "Alamofire",
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
warning: 'spi-builder-workspace': Invalid Resource 'Resources/data-env.json': File not found.
Building for debugging...
[0/21] Write sources
[0/21] Copying data-env-example.json
[0/21] Write sources
[5/21] Compiling CBlake2 blake2xs-ref.c
[6/21] Compiling CBlake2 blake2sp-ref.c
[7/21] Compiling CBlake2 blake2xb-ref.c
[8/21] Write swift-version-24593BA9C3E375BF.txt
[8/21] Write sources
[14/21] Compiling CBlake2 blake2bp-ref.c
[15/21] Compiling Utility.c
[16/39] Compiling CBlake2 blake2s-ref.c
[17/53] Compiling precomputed_ecmult_gen.c
[18/53] Compiling CBlake2 blake2b-ref.c
[19/95] Compiling secp256k1.c
[20/95] Compiling precomputed_ecmult.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/132] Emitting module secp256k1
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | @_exported import CryptoKit
16 | #else
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | // This module implements "just enough" ASN.1. Specifically, we implement exactly enough ASN.1 DER parsing to handle
[23/137] Compiling SwiftyBeaver ConsoleDestination.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyBeaver/Sources/BaseDestination.swift:10:8: error: no such module 'Foundation'
8 | //
9 |
10 | import Foundation
| `- error: no such module 'Foundation'
11 | import Dispatch
12 |
[24/138] Compiling secp256k1 HashDigest.swift
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Comparable.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension BigUInt: Comparable {
[25/138] Compiling secp256k1 PrettyBytes.swift
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Comparable.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension BigUInt: Comparable {
[26/140] Compiling secp256k1 ASN1.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | @_exported import CryptoKit
16 | #else
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | // This module implements "just enough" ASN.1. Specifically, we implement exactly enough ASN.1 DER parsing to handle
[27/140] Compiling secp256k1 ASN1Any.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | @_exported import CryptoKit
16 | #else
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | // This module implements "just enough" ASN.1. Specifically, we implement exactly enough ASN.1 DER parsing to handle
[28/140] Compiling secp256k1 ASN1BitString.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | @_exported import CryptoKit
16 | #else
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | // This module implements "just enough" ASN.1. Specifically, we implement exactly enough ASN.1 DER parsing to handle
[29/140] Compiling secp256k1 ASN1Boolean.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | @_exported import CryptoKit
16 | #else
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | // This module implements "just enough" ASN.1. Specifically, we implement exactly enough ASN.1 DER parsing to handle
[30/140] Compiling secp256k1 ASN1Identifier.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | @_exported import CryptoKit
16 | #else
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | // This module implements "just enough" ASN.1. Specifically, we implement exactly enough ASN.1 DER parsing to handle
[31/140] Compiling secp256k1 ASN1Integer.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | @_exported import CryptoKit
16 | #else
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | // This module implements "just enough" ASN.1. Specifically, we implement exactly enough ASN.1 DER parsing to handle
[32/140] Compiling secp256k1 SubjectPublicKeyInfo.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | @_exported import CryptoKit
16 | #else
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | // This module implements "just enough" ASN.1. Specifically, we implement exactly enough ASN.1 DER parsing to handle
[33/140] Compiling secp256k1 Asymmetric.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | @_exported import CryptoKit
16 | #else
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | // This module implements "just enough" ASN.1. Specifically, we implement exactly enough ASN.1 DER parsing to handle
[34/140] Compiling secp256k1 Combine.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | @_exported import CryptoKit
16 | #else
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | // This module implements "just enough" ASN.1. Specifically, we implement exactly enough ASN.1 DER parsing to handle
[35/140] Compiling secp256k1 Context.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | @_exported import CryptoKit
16 | #else
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | // This module implements "just enough" ASN.1. Specifically, we implement exactly enough ASN.1 DER parsing to handle
[36/140] Compiling secp256k1 CryptoKitErrors.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | @_exported import CryptoKit
16 | #else
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | // This module implements "just enough" ASN.1. Specifically, we implement exactly enough ASN.1 DER parsing to handle
[37/140] Compiling BigInt Words and Bits.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | @_exported import CryptoKit
16 | #else
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | // This module implements "just enough" ASN.1. Specifically, we implement exactly enough ASN.1 DER parsing to handle
[38/140] Compiling secp256k1 Digest.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | @_exported import CryptoKit
16 | #else
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | // This module implements "just enough" ASN.1. Specifically, we implement exactly enough ASN.1 DER parsing to handle
[39/140] Compiling secp256k1 ECDH.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | @_exported import CryptoKit
16 | #else
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | // This module implements "just enough" ASN.1. Specifically, we implement exactly enough ASN.1 DER parsing to handle
[40/140] Compiling secp256k1 ECDSA.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | @_exported import CryptoKit
16 | #else
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | // This module implements "just enough" ASN.1. Specifically, we implement exactly enough ASN.1 DER parsing to handle
[41/140] Compiling secp256k1 EdDSA.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | @_exported import CryptoKit
16 | #else
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | // This module implements "just enough" ASN.1. Specifically, we implement exactly enough ASN.1 DER parsing to handle
[42/140] Compiling secp256k1 Errors.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | @_exported import CryptoKit
16 | #else
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | // This module implements "just enough" ASN.1. Specifically, we implement exactly enough ASN.1 DER parsing to handle
[43/140] Compiling secp256k1 Exports.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | @_exported import CryptoKit
16 | #else
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | // This module implements "just enough" ASN.1. Specifically, we implement exactly enough ASN.1 DER parsing to handle
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | @_exported import CryptoKit
16 | #else
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | // This module implements "just enough" ASN.1. Specifically, we implement exactly enough ASN.1 DER parsing to handle
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | @_exported import CryptoKit
16 | #else
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | // This module implements "just enough" ASN.1. Specifically, we implement exactly enough ASN.1 DER parsing to handle
[46/140] Compiling BigInt Subtraction.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | @_exported import CryptoKit
16 | #else
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | // This module implements "just enough" ASN.1. Specifically, we implement exactly enough ASN.1 DER parsing to handle
[47/140] Compiling Blake2 Blake2xs.swift
/host/spi-builder-workspace/.build/checkouts/Blake2.swift/Sources/Blake2/Blake2.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public enum Blake2Error: Swift.Error {
[48/140] Compiling SwiftyBeaver FilterValidator.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyBeaver/Sources/BaseDestination.swift:10:8: error: no such module 'Foundation'
8 | //
9 |
10 | import Foundation
| `- error: no such module 'Foundation'
11 | import Dispatch
12 |
[49/140] Compiling SwiftyBeaver GoogleCloudDestination.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyBeaver/Sources/BaseDestination.swift:10:8: error: no such module 'Foundation'
8 | //
9 |
10 | import Foundation
| `- error: no such module 'Foundation'
11 | import Dispatch
12 |
[50/141] Compiling secp256k1 GeneralizedTime.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | #if canImport(Security)
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | #if canImport(Security)
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | #if canImport(Security)
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | #if canImport(Security)
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | #if canImport(Security)
[55/145] Compiling secp256k1 ASN1Null.swift
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Comparable.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension BigUInt: Comparable {
[56/145] Compiling secp256k1 ASN1OctetString.swift
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Comparable.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension BigUInt: Comparable {
[57/145] Compiling secp256k1 ASN1Strings.swift
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Comparable.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension BigUInt: Comparable {
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | @_exported import CryptoKit
16 | #else
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | // This module implements "just enough" ASN.1. Specifically, we implement exactly enough ASN.1 DER parsing to handle
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | @_exported import CryptoKit
16 | #else
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | // This module implements "just enough" ASN.1. Specifically, we implement exactly enough ASN.1 DER parsing to handle
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | @_exported import CryptoKit
16 | #else
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | // This module implements "just enough" ASN.1. Specifically, we implement exactly enough ASN.1 DER parsing to handle
[61/145] Compiling secp256k1 ArraySliceBigint.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | @_exported import CryptoKit
16 | #else
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | // This module implements "just enough" ASN.1. Specifically, we implement exactly enough ASN.1 DER parsing to handle
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | @_exported import CryptoKit
16 | #else
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | // This module implements "just enough" ASN.1. Specifically, we implement exactly enough ASN.1 DER parsing to handle
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Comparable.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension BigUInt: Comparable {
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Comparable.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension BigUInt: Comparable {
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Comparable.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension BigUInt: Comparable {
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Comparable.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension BigUInt: Comparable {
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Comparable.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension BigUInt: Comparable {
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Comparable.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension BigUInt: Comparable {
[69/145] Compiling SwiftyBeaver FileDestination.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyBeaver/Sources/BaseDestination.swift:10:8: error: no such module 'Foundation'
8 | //
9 |
10 | import Foundation
| `- error: no such module 'Foundation'
11 | import Dispatch
12 |
[70/145] Compiling SwiftyBeaver Filter.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyBeaver/Sources/BaseDestination.swift:10:8: error: no such module 'Foundation'
8 | //
9 |
10 | import Foundation
| `- error: no such module 'Foundation'
11 | import Dispatch
12 |
[71/145] Compiling SwiftyBeaver Extensions.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyBeaver/Sources/BaseDestination.swift:10:8: error: no such module 'Foundation'
8 | //
9 |
10 | import Foundation
| `- error: no such module 'Foundation'
11 | import Dispatch
12 |
[72/145] Compiling Blake2 DataPtr.swift
/host/spi-builder-workspace/.build/checkouts/Blake2.swift/Sources/Blake2/Blake2.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public enum Blake2Error: Swift.Error {
[73/145] Compiling Alamofire Validation.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | @_exported import CryptoKit
16 | #else
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | // This module implements "just enough" ASN.1. Specifically, we implement exactly enough ASN.1 DER parsing to handle
[74/145] Compiling secp256k1 Tweak.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | @_exported import CryptoKit
16 | #else
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | // This module implements "just enough" ASN.1. Specifically, we implement exactly enough ASN.1 DER parsing to handle
[75/145] Compiling secp256k1 Utility.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | @_exported import CryptoKit
16 | #else
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | // This module implements "just enough" ASN.1. Specifically, we implement exactly enough ASN.1 DER parsing to handle
[76/145] Compiling secp256k1 Zeroization.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | @_exported import CryptoKit
16 | #else
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | // This module implements "just enough" ASN.1. Specifically, we implement exactly enough ASN.1 DER parsing to handle
[77/145] Compiling secp256k1 secp256k1.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | @_exported import CryptoKit
16 | #else
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | // This module implements "just enough" ASN.1. Specifically, we implement exactly enough ASN.1 DER parsing to handle
error: emit-module command failed with exit code 1 (use -v to see invocation)
[78/145] Emitting module SwiftyBeaver
/host/spi-builder-workspace/.build/checkouts/SwiftyBeaver/Sources/BaseDestination.swift:10:8: error: no such module 'Foundation'
8 | //
9 |
10 | import Foundation
| `- error: no such module 'Foundation'
11 | import Dispatch
12 |
/host/spi-builder-workspace/.build/checkouts/SwiftyBeaver/Sources/BaseDestination.swift:10:8: error: no such module 'Foundation'
8 | //
9 |
10 | import Foundation
| `- error: no such module 'Foundation'
11 | import Dispatch
12 |
/host/spi-builder-workspace/.build/checkouts/SwiftyBeaver/Sources/BaseDestination.swift:10:8: error: no such module 'Foundation'
8 | //
9 |
10 | import Foundation
| `- error: no such module 'Foundation'
11 | import Dispatch
12 |
[81/145] Compiling KeychainAccess Keychain.swift
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:26:8: error: no such module 'Foundation'
24 | // THE SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 | import Security
28 | #if os(iOS) || os(OSX)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[82/145] Emitting module KeychainAccess
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:26:8: error: no such module 'Foundation'
24 | // THE SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 | import Security
28 | #if os(iOS) || os(OSX)
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | #if canImport(Security)
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | #if canImport(Security)
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | #if canImport(Security)
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | #if canImport(Security)
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | #if canImport(Security)
[88/145] Compiling Blake2 Blake2b.swift
/host/spi-builder-workspace/.build/checkouts/Blake2.swift/Sources/Blake2/Blake2.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public enum Blake2Error: Swift.Error {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[89/145] Emitting module Blake2
/host/spi-builder-workspace/.build/checkouts/Blake2.swift/Sources/Blake2/Blake2.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public enum Blake2Error: Swift.Error {
[90/145] Compiling Blake2 Blake2bp.swift
/host/spi-builder-workspace/.build/checkouts/Blake2.swift/Sources/Blake2/Blake2.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public enum Blake2Error: Swift.Error {
[91/145] Compiling Blake2 Blake2.swift
/host/spi-builder-workspace/.build/checkouts/Blake2.swift/Sources/Blake2/Blake2.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public enum Blake2Error: Swift.Error {
[92/145] Compiling Blake2 Blake2s.swift
/host/spi-builder-workspace/.build/checkouts/Blake2.swift/Sources/Blake2/Blake2.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public enum Blake2Error: Swift.Error {
[93/145] Compiling Blake2 Blake2sp.swift
/host/spi-builder-workspace/.build/checkouts/Blake2.swift/Sources/Blake2/Blake2.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public enum Blake2Error: Swift.Error {
[94/145] Compiling Blake2 Blake2xb.swift
/host/spi-builder-workspace/.build/checkouts/Blake2.swift/Sources/Blake2/Blake2.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public enum Blake2Error: Swift.Error {
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Comparable.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension BigUInt: Comparable {
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Comparable.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension BigUInt: Comparable {
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Comparable.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension BigUInt: Comparable {
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Comparable.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension BigUInt: Comparable {
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Comparable.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension BigUInt: Comparable {
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Comparable.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension BigUInt: Comparable {
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | #if canImport(Security)
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | #if canImport(Security)
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | #if canImport(Security)
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | #if canImport(Security)
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | #if canImport(Security)
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Comparable.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension BigUInt: Comparable {
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Comparable.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension BigUInt: Comparable {
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Comparable.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension BigUInt: Comparable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[109/145] Emitting module BigInt
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Comparable.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension BigUInt: Comparable {
[110/145] Compiling secp256k1 ObjectIdentifier.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | @_exported import CryptoKit
16 | #else
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | // This module implements "just enough" ASN.1. Specifically, we implement exactly enough ASN.1 DER parsing to handle
[111/145] Compiling secp256k1 ECDSASignature.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | @_exported import CryptoKit
16 | #else
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | // This module implements "just enough" ASN.1. Specifically, we implement exactly enough ASN.1 DER parsing to handle
[112/145] Compiling secp256k1 PEMDocument.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | @_exported import CryptoKit
16 | #else
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | // This module implements "just enough" ASN.1. Specifically, we implement exactly enough ASN.1 DER parsing to handle
[113/145] Compiling secp256k1 PKCS8PrivateKey.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | @_exported import CryptoKit
16 | #else
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | // This module implements "just enough" ASN.1. Specifically, we implement exactly enough ASN.1 DER parsing to handle
[114/145] Compiling secp256k1 SEC1PrivateKey.swift
/host/spi-builder-workspace/.build/checkouts/secp256k1.swift/Sources/secp256k1/ASN1/ASN1.swift:17:8: error: no such module 'Foundation'
15 | @_exported import CryptoKit
16 | #else
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | // This module implements "just enough" ASN.1. Specifically, we implement exactly enough ASN.1 DER parsing to handle
BUILD FAILURE 6.2 wasm