Build Information
Failed to build msgpack-swift, reference 2.0.6 (fe3101
), with Swift 6.2 (beta) for Wasm on 21 Jun 2025 17:16:00 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/fumoboy007/msgpack-swift.git
Reference: 2.0.6
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
* tag 2.0.6 -> FETCH_HEAD
HEAD is now at fe31018 Fix misleading sentence in `CONTRIBUTING.md`.
Cloned https://github.com/fumoboy007/msgpack-swift.git
Revision (git rev-parse @):
fe3101819f4f82b086da5279a9df81f6754798e9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/fumoboy007/msgpack-swift.git at 2.0.6
========================================
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-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/apple/swift-docc-plugin
Fetching https://github.com/nnabeyang/swift-msgpack.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/fumoboy007/MessagePackReferenceImplementation.git
[1/2082] Fetching swift-docc-plugin
[126/2112] Fetching swift-docc-plugin, messagepackreferenceimplementation
[156/5948] Fetching swift-docc-plugin, messagepackreferenceimplementation, swift-log
[387/6537] Fetching swift-docc-plugin, messagepackreferenceimplementation, swift-log, swift-msgpack
Fetched https://github.com/fumoboy007/MessagePackReferenceImplementation.git from cache (0.43s)
[1443/6507] Fetching swift-docc-plugin, swift-log, swift-msgpack
Fetched https://github.com/nnabeyang/swift-msgpack.git from cache (0.49s)
[2570/5918] Fetching swift-docc-plugin, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.78s)
Fetching https://github.com/hirotakan/MessagePacker.git
Fetched https://github.com/apple/swift-docc-plugin from cache (0.81s)
[1/721] Fetching messagepacker
Fetched https://github.com/hirotakan/MessagePacker.git from cache (0.42s)
Computing version for https://github.com/hirotakan/MessagePacker.git
Computed https://github.com/hirotakan/MessagePacker.git at 0.4.7 (7.19s)
Computing version for https://github.com/fumoboy007/MessagePackReferenceImplementation.git
Computed https://github.com/fumoboy007/MessagePackReferenceImplementation.git at 1.0.1 (1.06s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.85s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (0.93s)
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.66s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.58s)
Computing version for https://github.com/nnabeyang/swift-msgpack.git
Computed https://github.com/nnabeyang/swift-msgpack.git at 0.7.0 (0.83s)
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
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/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/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/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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
[9/64] 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
[10/64] 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
[11/64] 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
[12/64] 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
[13/64] 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
[14/64] 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
[15/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
[16/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
[17/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
[18/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
[19/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
[20/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/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
[22/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
[23/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
[24/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
[25/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
[26/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
[27/70] 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
[28/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
[29/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
[30/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
[31/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
[32/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
[33/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
[34/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
[35/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
[36/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
[37/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
[38/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
[39/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
[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 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
[47/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
[48/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
[49/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
[50/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
[51/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
[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