Build Information
Failed to build swift-cutelog, reference 1.0.1 (484604
), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 18:52:40 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/natinusala/swift-cutelog.git
Reference: 1.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/natinusala/swift-cutelog
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at 484604f Enable SPI documentation generation
Cloned https://github.com/natinusala/swift-cutelog.git
Revision (git rev-parse @):
484604facc518115665b1b9b61eb00548a0700cc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/natinusala/swift-cutelog.git at 1.0.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/natinusala/swift-cutelog.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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-log.git
Fetching https://github.com/Kitura/BlueSocket.git
Fetching https://github.com/malcommac/SwiftMsgPack.git
[1/2942] Fetching bluesocket
[914/3381] Fetching bluesocket, swiftmsgpack
[2261/7217] Fetching bluesocket, swiftmsgpack, swift-log
Fetched https://github.com/malcommac/SwiftMsgPack.git from cache (0.71s)
Fetched https://github.com/Kitura/BlueSocket.git from cache (0.72s)
Fetched https://github.com/apple/swift-log.git from cache (0.85s)
Computing version for https://github.com/malcommac/SwiftMsgPack.git
Computed https://github.com/malcommac/SwiftMsgPack.git at 1.2.0 (1.68s)
Computing version for https://github.com/Kitura/BlueSocket.git
Computed https://github.com/Kitura/BlueSocket.git at 2.0.4 (0.87s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.80s)
Creating working copy for https://github.com/malcommac/SwiftMsgPack.git
Working copy of https://github.com/malcommac/SwiftMsgPack.git resolved at 1.2.0
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/Kitura/BlueSocket.git
Working copy of https://github.com/Kitura/BlueSocket.git resolved at 2.0.4
Building for debugging...
[0/13] Write sources
[5/13] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/28] Emitting module Socket
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket+Equatable.swift:21:8: error: no such module 'Foundation'
19 | //
20 |
21 | import Foundation
| `- error: no such module 'Foundation'
22 |
23 | extension Socket: Equatable {
[8/28] Compiling Socket SocketUtils.swift
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket+Equatable.swift:21:8: error: no such module 'Foundation'
19 | //
20 |
21 | import Foundation
| `- error: no such module 'Foundation'
22 |
23 | extension Socket: Equatable {
[9/28] Compiling SwiftMsgPack Encoder.swift
/host/spi-builder-workspace/.build/checkouts/SwiftMsgPack/Sources/SwiftMsgPack/Commons.swift:33:8: error: no such module 'Foundation'
31 | */
32 |
33 | import Foundation
| `- error: no such module 'Foundation'
34 |
35 | /// Error MsgPack encoder/decoder may generate during the elaboration of the data
[10/28] Compiling Socket SocketProtocols.swift
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket+Equatable.swift:21:8: error: no such module 'Foundation'
19 | //
20 |
21 | import Foundation
| `- error: no such module 'Foundation'
22 |
23 | extension Socket: Equatable {
[11/28] Compiling Socket Socket.swift
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket+Equatable.swift:21:8: error: no such module 'Foundation'
19 | //
20 |
21 | import Foundation
| `- error: no such module 'Foundation'
22 |
23 | extension Socket: Equatable {
[12/28] Compiling Socket Socket+Equatable.swift
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket+Equatable.swift:21:8: error: no such module 'Foundation'
19 | //
20 |
21 | import Foundation
| `- error: no such module 'Foundation'
22 |
23 | extension Socket: Equatable {
[13/28] Compiling Socket Socket+Hashable.swift
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket+Equatable.swift:21:8: error: no such module 'Foundation'
19 | //
20 |
21 | import Foundation
| `- error: no such module 'Foundation'
22 |
23 | extension Socket: Equatable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/28] Emitting module SwiftMsgPack
/host/spi-builder-workspace/.build/checkouts/SwiftMsgPack/Sources/SwiftMsgPack/Commons.swift:33:8: error: no such module 'Foundation'
31 | */
32 |
33 | import Foundation
| `- error: no such module 'Foundation'
34 |
35 | /// Error MsgPack encoder/decoder may generate during the elaboration of the data
[15/28] Compiling SwiftMsgPack Commons.swift
/host/spi-builder-workspace/.build/checkouts/SwiftMsgPack/Sources/SwiftMsgPack/Commons.swift:33:8: error: no such module 'Foundation'
31 | */
32 |
33 | import Foundation
| `- error: no such module 'Foundation'
34 |
35 | /// Error MsgPack encoder/decoder may generate during the elaboration of the data
[16/28] Compiling SwiftMsgPack Decoder.swift
/host/spi-builder-workspace/.build/checkouts/SwiftMsgPack/Sources/SwiftMsgPack/Commons.swift:33:8: error: no such module 'Foundation'
31 | */
32 |
33 | import Foundation
| `- error: no such module 'Foundation'
34 |
35 | /// Error MsgPack encoder/decoder may generate during the elaboration of the data
[17/28] Compiling Logging Locks.swift
[18/28] Emitting module Logging
[19/28] Compiling Logging MetadataProvider.swift
BUILD FAILURE 6.2 wasm