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 BluetoothMessageProtocol, reference 2.0.1 (10cba9), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 09:38:04 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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/FitnessKit/BluetoothMessageProtocol.git
Reference: 2.0.1
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/FitnessKit/BluetoothMessageProtocol
 * tag               2.0.1      -> FETCH_HEAD
HEAD is now at 10cba91 Merge pull request #10 from FitnessKit/testing
Cloned https://github.com/FitnessKit/BluetoothMessageProtocol.git
Revision (git rev-parse @):
10cba91b742d3297a7cf3b55843fbd8e1e664fca
SUCCESS checkout https://github.com/FitnessKit/BluetoothMessageProtocol.git at 2.0.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/FitnessKit/BluetoothMessageProtocol.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/FitnessKit/DataDecoder
Fetching https://github.com/FitnessKit/FitnessUnits
Fetching https://github.com/krzyzanowskim/CryptoSwift
[1/417] Fetching datadecoder
[418/13358] Fetching datadecoder, cryptoswift
[677/14116] Fetching datadecoder, cryptoswift, fitnessunits
Fetched https://github.com/FitnessKit/DataDecoder from cache (0.34s)
[2092/13699] Fetching cryptoswift, fitnessunits
Fetched https://github.com/FitnessKit/FitnessUnits from cache (0.39s)
[1942/12941] Fetching cryptoswift
Fetched https://github.com/krzyzanowskim/CryptoSwift from cache (1.62s)
Computing version for https://github.com/FitnessKit/DataDecoder
Computed https://github.com/FitnessKit/DataDecoder at 5.0.0 (2.07s)
Computing version for https://github.com/FitnessKit/FitnessUnits
Computed https://github.com/FitnessKit/FitnessUnits at 3.1.0 (0.42s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift
Computed https://github.com/krzyzanowskim/CryptoSwift at 1.8.4 (0.55s)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift
Working copy of https://github.com/krzyzanowskim/CryptoSwift resolved at 1.8.4
Creating working copy for https://github.com/FitnessKit/DataDecoder
Working copy of https://github.com/FitnessKit/DataDecoder resolved at 5.0.0
Creating working copy for https://github.com/FitnessKit/FitnessUnits
Working copy of https://github.com/FitnessKit/FitnessUnits resolved at 3.1.0
Building for debugging...
[0/6] Write sources
[1/6] Copying PrivacyInfo.xcprivacy
[2/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/135] Emitting module FitnessUnits
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[8/138] Compiling FitnessUnits ValidatedBinaryFloatingPoint.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[9/138] Compiling FitnessUnits ValidatedBinaryInteger.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[10/138] Compiling FitnessUnits ValidatedMeasurement.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[11/138] Compiling DataDecoder DataExtension.swift
/host/spi-builder-workspace/.build/checkouts/DataDecoder/Sources/DataDecoder/Decoder.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | internal enum DecoderSFloatValues: Int16 {
[12/138] Compiling CryptoSwift CMAC.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
[13/138] Compiling CryptoSwift Addition.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
[14/138] Compiling CryptoSwift BigInt.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
[15/138] Compiling CryptoSwift BigUInt.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
[16/138] Compiling CryptoSwift BitwiseOps.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
[17/138] Compiling CryptoSwift CS.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
[18/138] 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
[19/138] 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
[20/138] 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
[21/138] 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
[22/138] 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
[23/138] 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
[24/138] 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
[25/138] 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
[26/138] Compiling DataDecoder ANTToggleByte.swift
/host/spi-builder-workspace/.build/checkouts/DataDecoder/Sources/DataDecoder/Decoder.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | internal enum DecoderSFloatValues: Int16 {
[27/150] Compiling DataDecoder MACAddress.swift
/host/spi-builder-workspace/.build/checkouts/DataDecoder/Sources/DataDecoder/Decoder.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | internal enum DecoderSFloatValues: Int16 {
[28/150] Compiling DataDecoder Nibble.swift
/host/spi-builder-workspace/.build/checkouts/DataDecoder/Sources/DataDecoder/Decoder.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | internal enum DecoderSFloatValues: Int16 {
[29/152] Compiling CryptoSwift CBC.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[30/152] Compiling CryptoSwift CCM.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[31/152] Compiling CryptoSwift CFB.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[32/152] Compiling CryptoSwift AES.Cryptors.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[33/152] Compiling CryptoSwift AES.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[34/152] Compiling CryptoSwift ASN1.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[35/152] Compiling CryptoSwift BlockEncryptor.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[36/152] Compiling CryptoSwift BlockMode.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[37/152] Compiling CryptoSwift BlockModeOptions.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[38/152] Compiling CryptoSwift ASN1Decoder.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[39/152] Compiling CryptoSwift ASN1Encoder.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[40/152] Compiling CryptoSwift ASN1Scanner.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[41/152] Compiling CryptoSwift AEAD.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[42/152] Compiling CryptoSwift AEADChaCha20Poly1305.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[43/152] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[44/152] Compiling CryptoSwift Array+Extension.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[45/152] Compiling CryptoSwift Authenticator.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[46/152] Compiling CryptoSwift BatchedCollection.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[47/152] Compiling CryptoSwift Bit.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[48/152] Compiling CryptoSwift BlockCipher.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[49/152] Compiling CryptoSwift BlockDecryptor.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
/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
/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
/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)
[65/152] Emitting module DataDecoder
/host/spi-builder-workspace/.build/checkouts/DataDecoder/Sources/DataDecoder/Decoder.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | internal enum DecoderSFloatValues: Int16 {
BUILD FAILURE 6.2 wasm