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 msgpack-swift, reference main (a5aa8a), with Swift 6.2 (beta) for Wasm on 21 Jun 2025 17:16:58 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/fumoboy007/msgpack-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/fumoboy007/msgpack-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a5aa8ac Clarify word in README.
Cloned https://github.com/fumoboy007/msgpack-swift.git
Revision (git rev-parse @):
a5aa8acc760a2eadfd45a9d6d30917c73e6134d4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/fumoboy007/msgpack-swift.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/fumoboy007/msgpack-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/apple/swift-docc-plugin
Fetching https://github.com/nnabeyang/swift-msgpack.git
Fetching https://github.com/hirotakan/MessagePacker.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/fumoboy007/MessagePackReferenceImplementation.git
[1/30] Fetching messagepackreferenceimplementation
[6/751] Fetching messagepackreferenceimplementation, messagepacker
Fetched https://github.com/fumoboy007/MessagePackReferenceImplementation.git from cache (0.39s)
[145/721] Fetching messagepacker
[622/1310] Fetching messagepacker, swift-msgpack
[1129/3392] Fetching messagepacker, swift-msgpack, swift-docc-plugin
[1221/7228] Fetching messagepacker, swift-msgpack, swift-docc-plugin, swift-log
Fetched https://github.com/hirotakan/MessagePacker.git from cache (0.84s)
Fetched https://github.com/nnabeyang/swift-msgpack.git from cache (0.84s)
Fetched https://github.com/apple/swift-log.git from cache (0.85s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.86s)
Computing version for https://github.com/hirotakan/MessagePacker.git
Computed https://github.com/hirotakan/MessagePacker.git at 0.4.7 (5.31s)
Computing version for https://github.com/fumoboy007/MessagePackReferenceImplementation.git
Computed https://github.com/fumoboy007/MessagePackReferenceImplementation.git at 1.0.1 (1.05s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.67s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (0.61s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3414] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.56s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.27s)
Computing version for https://github.com/nnabeyang/swift-msgpack.git
Computed https://github.com/nnabeyang/swift-msgpack.git at 0.7.0 (0.45s)
Creating working copy for https://github.com/hirotakan/MessagePacker.git
Working copy of https://github.com/hirotakan/MessagePacker.git resolved at 0.4.7
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/fumoboy007/MessagePackReferenceImplementation.git
Working copy of https://github.com/fumoboy007/MessagePackReferenceImplementation.git resolved at 1.0.1
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/nnabeyang/swift-msgpack.git
Working copy of https://github.com/nnabeyang/swift-msgpack.git resolved at 0.7.0
warning: you may be able to install msgpack using your system-packager:
    apt-get install libmsgpack-dev
warning: you may be able to install msgpack using your system-packager:
    apt-get install libmsgpack-dev
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/21] Write sources
[7/21] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/64] Emitting module MessagePack
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[10/70] Compiling MessagePack CodableAsMessagePackExtension.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[11/70] Compiling MessagePack InternalCodingKey.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[12/70] Compiling MessagePack MessagePackKey.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[13/70] Compiling MessagePack StandardSwiftCollectionType.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[14/70] Compiling MessagePack DecodableAsMessagePackExtension.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[15/70] Compiling MessagePack BinaryFloatingPoint+FromDecodedMessagePackValue.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[16/70] Compiling MessagePack SingleValueMessagePackDecodingContainer.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[17/70] Compiling MessagePack String+FromUTF8Bytes.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[18/70] Compiling MessagePack UnkeyedMessagePackDecodingContainer.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[19/70] Compiling MessagePack EncodableAsMessagePackExtension.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[20/70] Compiling MessagePack EncodableMessagePackValue+FromBinaryInteger.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[21/70] Compiling MessagePack EncodableMessagePackValue+FromMessagePackKey.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[22/70] Compiling MessagePack EncodableMessagePackValue+FromSpecializableCollection.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[23/70] Compiling MessagePack EncodableMessagePackValue+FromStandardCompoundValue.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[24/70] Compiling MessagePack EncodableMessagePackValue+ToBytes.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[25/70] Compiling MessagePack EncodableMessagePackValue+Validation.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[26/70] Compiling MessagePack EncodableMessagePackValue.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[27/70] Compiling MessagePack EncodableMessagePackValueFuture.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[28/70] Compiling MessagePack MessagePackEncoder.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[29/70] Compiling MessagePack MessageWriter.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[30/70] Compiling MessagePack PredefinedExtensions.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[31/70] Compiling MessagePack Date+FromMessagePackTimestamp.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[32/70] Compiling MessagePack MessagePackTimestamp+CodableAsMessagePackExtension.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[33/70] Compiling MessagePack MessagePackTimestamp+DecodableAsMessagePackExtension.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[34/70] Compiling MessagePack DecodingError+TypeMismatch.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[35/70] Compiling MessagePack KeyedMessagePackDecodingContainer.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[36/70] Compiling MessagePack MessagePackKey+FromDecodedMessagePackValue.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[37/70] Compiling MessagePack MessagePackValueToSwiftValueDecoder.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[38/70] Compiling MessagePack MessageReader.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[39/70] Compiling MessagePack SimpleDecodable.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[40/70] Compiling MessagePack FailedEncodableMessagePackValueFuture.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[41/70] Compiling MessagePack KeyedMessagePackEncodingContainer.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[42/70] Compiling MessagePack SingleValueMessagePackEncodingContainer.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[43/70] Compiling MessagePack SwiftValueToMessagePackValueEncoder.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[44/70] Compiling MessagePack UnkeyedMessagePackEncodingContainer.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[45/70] Compiling MessagePack MessagePackDecoder.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[46/70] Compiling MessagePack BinaryInteger+FromDecodedMessagePackValue.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[47/70] Compiling MessagePack DecodedMessagePackArray.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[48/70] Compiling MessagePack DecodedMessagePackValue+FromBytes.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[49/70] Compiling MessagePack DecodedMessagePackValue+ToStandardCompoundValue.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[50/70] Compiling MessagePack DecodedMessagePackValue+Validation.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[51/70] Compiling MessagePack DecodedMessagePackValue.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[52/70] Compiling MessagePack MessagePackTimestamp+EncodableAsMessagePackExtension.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[53/70] Compiling MessagePack MessagePackTimestamp+FromDate.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[54/70] Compiling MessagePack MessagePackTimestamp+InstantProtocol.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[55/70] Compiling MessagePack MessagePackTimestamp.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[56/70] Compiling MessagePack Date+FromInternetDateTime.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
[57/70] Compiling MessagePack MessagePackTimestamp+FromInternetDateTime.swift
/host/spi-builder-workspace/Sources/MessagePack/DecodableAsMessagePackExtension.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | /// Conform a type to this protocol to enable ``MessagePackDecoder`` to deserialize values of the type
BUILD FAILURE 6.2 wasm