Build Information
Failed to build MessagePacker, reference 0.4.7 (4d8346
), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 22:37:30 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/hirotakan/MessagePacker.git
Reference: 0.4.7
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/hirotakan/MessagePacker
* tag 0.4.7 -> FETCH_HEAD
HEAD is now at 4d8346c Merge pull request #52 from hirotakan/release/0.4.7
Cloned https://github.com/hirotakan/MessagePacker.git
Revision (git rev-parse @):
4d8346c6bc579347e4df0429493760691c5aeca2
SUCCESS checkout https://github.com/hirotakan/MessagePacker.git at 0.4.7
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/hirotakan/MessagePacker.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/39] Emitting module MessagePacker
/host/spi-builder-workspace/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[4/44] Compiling MessagePacker MessagePackType+StringType.swift
/host/spi-builder-workspace/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[5/44] Compiling MessagePacker MessagePackType+UnsignedIntegerType.swift
/host/spi-builder-workspace/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[6/44] Compiling MessagePacker MessagePackType.swift
/host/spi-builder-workspace/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[7/44] Compiling MessagePacker MessagePackable.swift
/host/spi-builder-workspace/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[8/44] Compiling MessagePacker Utils.swift
/host/spi-builder-workspace/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[9/44] Compiling MessagePacker MessagePackType+ArrayType.swift
/host/spi-builder-workspace/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[10/44] Compiling MessagePacker MessagePackType+BinaryType.swift
/host/spi-builder-workspace/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[11/44] Compiling MessagePacker MessagePackType+BooleanType.swift
/host/spi-builder-workspace/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[12/44] Compiling MessagePacker MessagePackType+DoubleType.swift
/host/spi-builder-workspace/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[13/44] Compiling MessagePacker MessagePackType+ExtensionType.swift
/host/spi-builder-workspace/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[14/44] Compiling MessagePacker MessagePackError.swift
/host/spi-builder-workspace/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[15/44] Compiling MessagePacker MessagePackExtension.swift
/host/spi-builder-workspace/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[16/44] Compiling MessagePacker MessagePackKey.swift
/host/spi-builder-workspace/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[17/44] Compiling MessagePacker MessagePackStorage.swift
/host/spi-builder-workspace/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[18/44] Compiling MessagePacker MessagePackTimestamp.swift
/host/spi-builder-workspace/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[19/44] Compiling MessagePacker MessagePackType+FixIntType.swift
/host/spi-builder-workspace/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[20/44] Compiling MessagePacker MessagePackType+FloatType.swift
/host/spi-builder-workspace/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[21/44] Compiling MessagePacker MessagePackType+MapType.swift
/host/spi-builder-workspace/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[22/44] Compiling MessagePacker MessagePackType+NilType.swift
/host/spi-builder-workspace/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[23/44] Compiling MessagePacker MessagePackType+SignedIntegerType.swift
/host/spi-builder-workspace/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[24/44] Compiling MessagePacker UInt32+.swift
/host/spi-builder-workspace/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[25/44] Compiling MessagePacker UInt64+.swift
/host/spi-builder-workspace/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[26/44] Compiling MessagePacker UInt8+.swift
/host/spi-builder-workspace/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[27/44] Compiling MessagePacker MessagePackDecoder.swift
/host/spi-builder-workspace/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[28/44] Compiling MessagePacker MessagePackEncoder.swift
/host/spi-builder-workspace/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[29/44] Compiling MessagePacker Int+.swift
/host/spi-builder-workspace/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[30/44] Compiling MessagePacker Int16+.swift
/host/spi-builder-workspace/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[31/44] Compiling MessagePacker Int32+.swift
/host/spi-builder-workspace/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[32/44] Compiling MessagePacker Int64+.swift
/host/spi-builder-workspace/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[33/44] Compiling MessagePacker Int8+.swift
/host/spi-builder-workspace/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[34/44] Compiling MessagePacker Bool+.swift
/host/spi-builder-workspace/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[35/44] Compiling MessagePacker ClosedRange+.swift
/host/spi-builder-workspace/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[36/44] Compiling MessagePacker Data+.swift
/host/spi-builder-workspace/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[37/44] Compiling MessagePacker Date+.swift
/host/spi-builder-workspace/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[38/44] Compiling MessagePacker Double+.swift
/host/spi-builder-workspace/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[39/44] Compiling MessagePacker Float+.swift
/host/spi-builder-workspace/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[40/44] Compiling MessagePacker SingleValueDecodingContainer+.swift
/host/spi-builder-workspace/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[41/44] Compiling MessagePacker SingleValueEncodingContainer+.swift
/host/spi-builder-workspace/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[42/44] Compiling MessagePacker String+.swift
/host/spi-builder-workspace/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[43/44] Compiling MessagePacker UInt+.swift
/host/spi-builder-workspace/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[44/44] Compiling MessagePacker UInt16+.swift
/host/spi-builder-workspace/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
BUILD FAILURE 6.2 wasm