The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build BuildAnalyzer, reference main (39e1c2), with Swift 6.2 (beta) for Wasm on 20 Jun 2025 15:02:36 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/polac24/XCBuildAnalyzer.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/polac24/XCBuildAnalyzer
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 39e1c23 Merge pull request #4 from polac24/add-npm-package
Cloned https://github.com/polac24/XCBuildAnalyzer.git
Revision (git rev-parse @):
39e1c2346397627f1a5490933485126872089e79
SUCCESS checkout https://github.com/polac24/XCBuildAnalyzer.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/polac24/XCBuildAnalyzer.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/stephencelis/SQLite.swift.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
[1/12941] Fetching cryptoswift
[1813/22792] Fetching cryptoswift, sqlite.swift
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (1.28s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.29s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.15.4 (1.72s)
Fetching https://github.com/swiftlang/swift-toolchain-sqlite
[1/136] Fetching swift-toolchain-sqlite
Fetched https://github.com/swiftlang/swift-toolchain-sqlite from cache (0.97s)
Computing version for https://github.com/swiftlang/swift-toolchain-sqlite
Computed https://github.com/swiftlang/swift-toolchain-sqlite at 1.0.4 (1.30s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (2.17s)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.4
Creating working copy for https://github.com/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.15.4
Creating working copy for https://github.com/swiftlang/swift-toolchain-sqlite
Working copy of https://github.com/swiftlang/swift-toolchain-sqlite resolved at 1.0.4
warning: 'sqlite.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/PrivacyInfo.xcprivacy
Building for debugging...
[0/7] Write sources
[3/7] Copying PrivacyInfo.xcprivacy
[3/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/143] Emitting module SQLite
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
 23 | //
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 | import Dispatch
 27 | #if SQLITE_SWIFT_STANDALONE
[9/147] Compiling CryptoSwift BlockEncryptor.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
 23 | //
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 | import Dispatch
 27 | #if SQLITE_SWIFT_STANDALONE
[10/147] Compiling CryptoSwift BlockMode.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
 23 | //
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 | import Dispatch
 27 | #if SQLITE_SWIFT_STANDALONE
[11/147] Compiling CryptoSwift BlockModeOptions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
 23 | //
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 | import Dispatch
 27 | #if SQLITE_SWIFT_STANDALONE
[12/147] Compiling CryptoSwift CBC.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
 23 | //
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 | import Dispatch
 27 | #if SQLITE_SWIFT_STANDALONE
[13/147] Compiling CryptoSwift CCM.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
 23 | //
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 | import Dispatch
 27 | #if SQLITE_SWIFT_STANDALONE
[14/147] Compiling CryptoSwift BlockCipher.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
 23 | //
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 | import Dispatch
 27 | #if SQLITE_SWIFT_STANDALONE
[15/147] Compiling CryptoSwift BlockDecryptor.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
 23 | //
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 | import Dispatch
 27 | #if SQLITE_SWIFT_STANDALONE
[16/147] Compiling CryptoSwift CMAC.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
 23 | //
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 | import Dispatch
 27 | #if SQLITE_SWIFT_STANDALONE
[17/147] Compiling CryptoSwift Addition.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
 23 | //
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 | import Dispatch
 27 | #if SQLITE_SWIFT_STANDALONE
[18/147] Compiling CryptoSwift CompactMap.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:16:8: error: no such module 'Foundation'
14 | //
15 |
16 | import Foundation
   |        `- error: no such module 'Foundation'
17 |
18 | /// This class implements the XChaCha20-Poly1305 Authenticated Encryption with
[19/147] Compiling CryptoSwift Cryptor.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:16:8: error: no such module 'Foundation'
14 | //
15 |
16 | import Foundation
   |        `- error: no such module 'Foundation'
17 |
18 | /// This class implements the XChaCha20-Poly1305 Authenticated Encryption with
[20/147] Compiling CryptoSwift Cryptors.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:16:8: error: no such module 'Foundation'
14 | //
15 |
16 | import Foundation
   |        `- error: no such module 'Foundation'
17 |
18 | /// This class implements the XChaCha20-Poly1305 Authenticated Encryption with
[21/147] Compiling CryptoSwift Digest.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:16:8: error: no such module 'Foundation'
14 | //
15 |
16 | import Foundation
   |        `- error: no such module 'Foundation'
17 |
18 | /// This class implements the XChaCha20-Poly1305 Authenticated Encryption with
[22/147] Compiling CryptoSwift DigestType.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:16:8: error: no such module 'Foundation'
14 | //
15 |
16 | import Foundation
   |        `- error: no such module 'Foundation'
17 |
18 | /// This class implements the XChaCha20-Poly1305 Authenticated Encryption with
[23/147] Compiling CryptoSwift AES+Foundation.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:16:8: error: no such module 'Foundation'
14 | //
15 |
16 | import Foundation
   |        `- error: no such module 'Foundation'
17 |
18 | /// This class implements the XChaCha20-Poly1305 Authenticated Encryption with
[24/147] Compiling CryptoSwift Array+Foundation.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:16:8: error: no such module 'Foundation'
14 | //
15 |
16 | import Foundation
   |        `- error: no such module 'Foundation'
17 |
18 | /// This class implements the XChaCha20-Poly1305 Authenticated Encryption with
[25/147] Compiling CryptoSwift Blowfish+Foundation.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:16:8: error: no such module 'Foundation'
14 | //
15 |
16 | import Foundation
   |        `- error: no such module 'Foundation'
17 |
18 | /// This class implements the XChaCha20-Poly1305 Authenticated Encryption with
[26/147] Compiling CryptoSwift ChaCha20+Foundation.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:16:8: error: no such module 'Foundation'
14 | //
15 |
16 | import Foundation
   |        `- error: no such module 'Foundation'
17 |
18 | /// This class implements the XChaCha20-Poly1305 Authenticated Encryption with
[27/147] Compiling CryptoSwift Data+Extension.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:16:8: error: no such module 'Foundation'
14 | //
15 |
16 | import Foundation
   |        `- error: no such module 'Foundation'
17 |
18 | /// This class implements the XChaCha20-Poly1305 Authenticated Encryption with
[28/147] Compiling CryptoSwift HMAC+Foundation.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:16:8: error: no such module 'Foundation'
14 | //
15 |
16 | import Foundation
   |        `- error: no such module 'Foundation'
17 |
18 | /// This class implements the XChaCha20-Poly1305 Authenticated Encryption with
[29/147] Compiling CryptoSwift Rabbit+Foundation.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:16:8: error: no such module 'Foundation'
14 | //
15 |
16 | import Foundation
   |        `- error: no such module 'Foundation'
17 |
18 | /// This class implements the XChaCha20-Poly1305 Authenticated Encryption with
[30/147] Compiling CryptoSwift String+FoundationExtension.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:16:8: error: no such module 'Foundation'
14 | //
15 |
16 | import Foundation
   |        `- error: no such module 'Foundation'
17 |
18 | /// This class implements the XChaCha20-Poly1305 Authenticated Encryption with
[31/147] Compiling CryptoSwift Utils+Foundation.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:16:8: error: no such module 'Foundation'
14 | //
15 |
16 | import Foundation
   |        `- error: no such module 'Foundation'
17 |
18 | /// This class implements the XChaCha20-Poly1305 Authenticated Encryption with
error: emit-module command failed with exit code 1 (use -v to see invocation)
[32/161] Emitting module GraphKit
/host/spi-builder-workspace/Sources/GraphKit/D3Projector.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
  |        `- error: no such module 'Foundation'
9 |
[33/161] Compiling GraphKit D3Projector.swift
/host/spi-builder-workspace/Sources/GraphKit/D3Projector.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
  |        `- error: no such module 'Foundation'
9 |
[34/161] Compiling CryptoSwift ASN1.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
 23 | //
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 | import Dispatch
 27 | #if SQLITE_SWIFT_STANDALONE
[35/161] Compiling CryptoSwift ASN1Decoder.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
 23 | //
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 | import Dispatch
 27 | #if SQLITE_SWIFT_STANDALONE
[36/161] Compiling CryptoSwift ASN1Encoder.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
 23 | //
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 | import Dispatch
 27 | #if SQLITE_SWIFT_STANDALONE
[37/161] Compiling CryptoSwift ASN1Scanner.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
 23 | //
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 | import Dispatch
 27 | #if SQLITE_SWIFT_STANDALONE
[38/161] Compiling CryptoSwift OCB.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
 23 | //
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 | import Dispatch
 27 | #if SQLITE_SWIFT_STANDALONE
[39/161] Compiling CryptoSwift OFB.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
 23 | //
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 | import Dispatch
 27 | #if SQLITE_SWIFT_STANDALONE
[40/161] Compiling CryptoSwift PCBC.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
 23 | //
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 | import Dispatch
 27 | #if SQLITE_SWIFT_STANDALONE
[41/161] Compiling CryptoSwift Blowfish.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
 23 | //
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 | import Dispatch
 27 | #if SQLITE_SWIFT_STANDALONE
[42/161] Compiling CryptoSwift CBCMAC.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
 23 | //
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 | import Dispatch
 27 | #if SQLITE_SWIFT_STANDALONE
[43/161] Compiling CryptoSwift CFB.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
 23 | //
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 | import Dispatch
 27 | #if SQLITE_SWIFT_STANDALONE
[44/161] Compiling CryptoSwift CTR.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
 23 | //
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 | import Dispatch
 27 | #if SQLITE_SWIFT_STANDALONE
[45/161] Compiling CryptoSwift CipherModeWorker.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
 23 | //
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 | import Dispatch
 27 | #if SQLITE_SWIFT_STANDALONE
[46/161] Compiling CryptoSwift ECB.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
 23 | //
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 | import Dispatch
 27 | #if SQLITE_SWIFT_STANDALONE
[47/161] Compiling CryptoSwift GCM.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
 23 | //
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 | import Dispatch
 27 | #if SQLITE_SWIFT_STANDALONE
[48/161] Compiling CryptoSwift Array+Extension.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
 23 | //
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 | import Dispatch
 27 | #if SQLITE_SWIFT_STANDALONE
[49/161] Compiling CryptoSwift Authenticator.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
 23 | //
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 | import Dispatch
 27 | #if SQLITE_SWIFT_STANDALONE
[50/161] Compiling CryptoSwift BatchedCollection.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
 23 | //
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 | import Dispatch
 27 | #if SQLITE_SWIFT_STANDALONE
[51/161] Compiling CryptoSwift Bit.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
 23 | //
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 | import Dispatch
 27 | #if SQLITE_SWIFT_STANDALONE
[52/161] Compiling CryptoSwift AEAD.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
 23 | //
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 | import Dispatch
 27 | #if SQLITE_SWIFT_STANDALONE
[53/161] Compiling CryptoSwift AEADChaCha20Poly1305.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
 23 | //
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 | import Dispatch
 27 | #if SQLITE_SWIFT_STANDALONE
[54/161] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
 23 | //
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 | import Dispatch
 27 | #if SQLITE_SWIFT_STANDALONE
[55/161] Compiling CryptoSwift AES.Cryptors.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
 23 | //
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 | import Dispatch
 27 | #if SQLITE_SWIFT_STANDALONE
[56/161] Compiling CryptoSwift AES.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
 23 | //
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 | import Dispatch
 27 | #if SQLITE_SWIFT_STANDALONE
[57/161] Compiling SQLite Query.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
 23 | //
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 | import Dispatch
 27 | #if SQLITE_SWIFT_STANDALONE
[58/161] Compiling SQLite Schema.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
 23 | //
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 | import Dispatch
 27 | #if SQLITE_SWIFT_STANDALONE
[59/161] Compiling SQLite Setter.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
 23 | //
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 | import Dispatch
 27 | #if SQLITE_SWIFT_STANDALONE
[60/161] Compiling SQLite WindowFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:25:8: error: no such module 'Foundation'
 23 | //
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 | import Dispatch
 27 | #if SQLITE_SWIFT_STANDALONE
[61/161] Compiling CryptoSwift IntegerConversion.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:16:8: error: no such module 'Foundation'
14 | //
15 |
16 | import Foundation
   |        `- error: no such module 'Foundation'
17 |
18 | /// This class implements the XChaCha20-Poly1305 Authenticated Encryption with
[62/161] Compiling CryptoSwift Multiplication.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:16:8: error: no such module 'Foundation'
14 | //
15 |
16 | import Foundation
   |        `- error: no such module 'Foundation'
17 |
18 | /// This class implements the XChaCha20-Poly1305 Authenticated Encryption with
[63/161] Compiling CryptoSwift PrimeTest.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:16:8: error: no such module 'Foundation'
14 | //
15 |
16 | import Foundation
   |        `- error: no such module 'Foundation'
17 |
18 | /// This class implements the XChaCha20-Poly1305 Authenticated Encryption with
[64/161] Compiling CryptoSwift Random.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:16:8: error: no such module 'Foundation'
14 | //
15 |
16 | import Foundation
   |        `- error: no such module 'Foundation'
17 |
18 | /// This class implements the XChaCha20-Poly1305 Authenticated Encryption with
[65/161] Compiling CryptoSwift Shifts.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:16:8: error: no such module 'Foundation'
14 | //
15 |
16 | import Foundation
   |        `- error: no such module 'Foundation'
17 |
18 | /// This class implements the XChaCha20-Poly1305 Authenticated Encryption with
[66/161] Compiling CryptoSwift SquareRoot.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:16:8: error: no such module 'Foundation'
14 | //
15 |
16 | import Foundation
   |        `- error: no such module 'Foundation'
17 |
18 | /// This class implements the XChaCha20-Poly1305 Authenticated Encryption with
[67/161] Compiling CryptoSwift Strideable.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:16:8: error: no such module 'Foundation'
14 | //
15 |
16 | import Foundation
   |        `- error: no such module 'Foundation'
17 |
18 | /// This class implements the XChaCha20-Poly1305 Authenticated Encryption with
[68/161] Compiling CryptoSwift StringConversion.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:16:8: error: no such module 'Foundation'
14 | //
15 |
16 | import Foundation
   |        `- error: no such module 'Foundation'
17 |
18 | /// This class implements the XChaCha20-Poly1305 Authenticated Encryption with
[69/161] Compiling CryptoSwift Subtraction.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:16:8: error: no such module 'Foundation'
14 | //
15 |
16 | import Foundation
   |        `- error: no such module 'Foundation'
17 |
18 | /// This class implements the XChaCha20-Poly1305 Authenticated Encryption with
[70/161] Compiling CryptoSwift WordsAndBits.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:16:8: error: no such module 'Foundation'
14 | //
15 |
16 | import Foundation
   |        `- error: no such module 'Foundation'
17 |
18 | /// This class implements the XChaCha20-Poly1305 Authenticated Encryption with
[71/161] Compiling CryptoSwift ChaCha20.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:16:8: error: no such module 'Foundation'
14 | //
15 |
16 | import Foundation
   |        `- error: no such module 'Foundation'
17 |
18 | /// This class implements the XChaCha20-Poly1305 Authenticated Encryption with
[72/161] Compiling CryptoSwift Checksum.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:16:8: error: no such module 'Foundation'
14 | //
15 |
16 | import Foundation
   |        `- error: no such module 'Foundation'
17 |
18 | /// This class implements the XChaCha20-Poly1305 Authenticated Encryption with
[73/161] Compiling CryptoSwift Cipher.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:16:8: error: no such module 'Foundation'
14 | //
15 |
16 | import Foundation
   |        `- error: no such module 'Foundation'
17 |
18 | /// This class implements the XChaCha20-Poly1305 Authenticated Encryption with
[74/161] Compiling CryptoSwift Collection+Extension.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:16:8: error: no such module 'Foundation'
14 | //
15 |
16 | import Foundation
   |        `- error: no such module 'Foundation'
17 |
18 | /// This class implements the XChaCha20-Poly1305 Authenticated Encryption with
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:16:8: error: no such module 'Foundation'
14 | //
15 |
16 | import Foundation
   |        `- error: no such module 'Foundation'
17 |
18 | /// This class implements the XChaCha20-Poly1305 Authenticated Encryption with
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:16:8: error: no such module 'Foundation'
14 | //
15 |
16 | import Foundation
   |        `- error: no such module 'Foundation'
17 |
18 | /// This class implements the XChaCha20-Poly1305 Authenticated Encryption with
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:16:8: error: no such module 'Foundation'
14 | //
15 |
16 | import Foundation
   |        `- error: no such module 'Foundation'
17 |
18 | /// This class implements the XChaCha20-Poly1305 Authenticated Encryption with
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:16:8: error: no such module 'Foundation'
14 | //
15 |
16 | import Foundation
   |        `- error: no such module 'Foundation'
17 |
18 | /// This class implements the XChaCha20-Poly1305 Authenticated Encryption with
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:16:8: error: no such module 'Foundation'
14 | //
15 |
16 | import Foundation
   |        `- error: no such module 'Foundation'
17 |
18 | /// This class implements the XChaCha20-Poly1305 Authenticated Encryption with
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:16:8: error: no such module 'Foundation'
14 | //
15 |
16 | import Foundation
   |        `- error: no such module 'Foundation'
17 |
18 | /// This class implements the XChaCha20-Poly1305 Authenticated Encryption with
[81/161] Compiling CryptoSwift Codable.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:16:8: error: no such module 'Foundation'
14 | //
15 |
16 | import Foundation
   |        `- error: no such module 'Foundation'
17 |
18 | /// This class implements the XChaCha20-Poly1305 Authenticated Encryption with
[82/161] Compiling CryptoSwift Comparable.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:16:8: error: no such module 'Foundation'
14 | //
15 |
16 | import Foundation
   |        `- error: no such module 'Foundation'
17 |
18 | /// This class implements the XChaCha20-Poly1305 Authenticated Encryption with
[83/161] Compiling CryptoSwift DataConversion.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:16:8: error: no such module 'Foundation'
14 | //
15 |
16 | import Foundation
   |        `- error: no such module 'Foundation'
17 |
18 | /// This class implements the XChaCha20-Poly1305 Authenticated Encryption with
[84/161] Compiling CryptoSwift Division.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:16:8: error: no such module 'Foundation'
14 | //
15 |
16 | import Foundation
   |        `- error: no such module 'Foundation'
17 |
18 | /// This class implements the XChaCha20-Poly1305 Authenticated Encryption with
[85/161] Compiling CryptoSwift Exponentiation.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:16:8: error: no such module 'Foundation'
14 | //
15 |
16 | import Foundation
   |        `- error: no such module 'Foundation'
17 |
18 | /// This class implements the XChaCha20-Poly1305 Authenticated Encryption with
[86/161] Compiling CryptoSwift FloatingPointConversion.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:16:8: error: no such module 'Foundation'
14 | //
15 |
16 | import Foundation
   |        `- error: no such module 'Foundation'
17 |
18 | /// This class implements the XChaCha20-Poly1305 Authenticated Encryption with
[87/161] Compiling CryptoSwift GCD.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:16:8: error: no such module 'Foundation'
14 | //
15 |
16 | import Foundation
   |        `- error: no such module 'Foundation'
17 |
18 | /// This class implements the XChaCha20-Poly1305 Authenticated Encryption with
[88/161] Compiling CryptoSwift Hashable.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:16:8: error: no such module 'Foundation'
14 | //
15 |
16 | import Foundation
   |        `- error: no such module 'Foundation'
17 |
18 | /// This class implements the XChaCha20-Poly1305 Authenticated Encryption with
BUILD FAILURE 6.2 wasm