Build Information
Failed to build mimiq, reference main (3d1923
), with Swift 6.2 (beta) for Wasm on 18 Jun 2025 18:13:07 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/wendyliga/mimiq.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/wendyliga/mimiq
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 3d1923c Update README.md
Cloned https://github.com/wendyliga/mimiq.git
Revision (git rev-parse @):
3d1923cebd952ae0c99a4323bf79d300dfddd144
SUCCESS checkout https://github.com/wendyliga/mimiq.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/wendyliga/mimiq.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/wendyliga/Explorer.git
Fetching https://github.com/apple/swift-log.git
[1/562] Fetching explorer
[563/4398] Fetching explorer, swift-log
Fetching https://github.com/pointfreeco/swift-tagged.git
Fetching https://github.com/wendyliga/ConsoleIO.git
Fetched https://github.com/wendyliga/Explorer.git from cache (0.41s)
[231/3836] Fetching swift-log
Fetching https://github.com/apple/swift-argument-parser
Fetched https://github.com/apple/swift-log.git from cache (0.62s)
[1/1162] Fetching swift-tagged
[1163/1248] Fetching swift-tagged, consoleio
Fetched https://github.com/pointfreeco/swift-tagged.git from cache (0.33s)
Fetched https://github.com/wendyliga/ConsoleIO.git from cache (0.33s)
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.04s)
Computing version for https://github.com/wendyliga/Explorer.git
Computed https://github.com/wendyliga/Explorer.git at 0.0.6 (2.16s)
Fetching https://github.com/wendyliga/SwiftKit.git
[1/717] Fetching swiftkit
Fetched https://github.com/wendyliga/SwiftKit.git from cache (0.28s)
Computing version for https://github.com/wendyliga/ConsoleIO.git
Computed https://github.com/wendyliga/ConsoleIO.git at 1.0.3 (0.73s)
Computing version for https://github.com/pointfreeco/swift-tagged.git
Computed https://github.com/pointfreeco/swift-tagged.git at 0.10.0 (0.45s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (0.51s)
Computing version for https://github.com/wendyliga/SwiftKit.git
Computed https://github.com/wendyliga/SwiftKit.git at 2.4.2 (0.46s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.45s)
Creating working copy for https://github.com/wendyliga/Explorer.git
Working copy of https://github.com/wendyliga/Explorer.git resolved at 0.0.6
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/pointfreeco/swift-tagged.git
Working copy of https://github.com/pointfreeco/swift-tagged.git resolved at 0.10.0
Creating working copy for https://github.com/wendyliga/ConsoleIO.git
Working copy of https://github.com/wendyliga/ConsoleIO.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.5.0
Creating working copy for https://github.com/wendyliga/SwiftKit.git
Working copy of https://github.com/wendyliga/SwiftKit.git resolved at 2.4.2
Building for debugging...
[0/21] Write sources
[9/21] Write swift-version-24593BA9C3E375BF.txt
[11/41] Compiling Tagged UUID.swift
/host/spi-builder-workspace/.build/checkouts/swift-tagged/Sources/Tagged/UUID.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension Tagged where RawValue == UUID {
[12/41] Compiling SwiftKit Log.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKit/Sources/SwiftKit/Deprecated.swift:25:8: error: no such module 'Foundation'
23 | */
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | extension Shell {
[13/42] Compiling SwiftKit DefaultValue.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKit/Sources/SwiftKit/Deprecated.swift:25:8: error: no such module 'Foundation'
23 | */
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | extension Shell {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/42] Emitting module SwiftKit
/host/spi-builder-workspace/.build/checkouts/SwiftKit/Sources/SwiftKit/Deprecated.swift:25:8: error: no such module 'Foundation'
23 | */
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | extension Shell {
[15/42] Compiling SwiftKit Deprecated.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKit/Sources/SwiftKit/Deprecated.swift:25:8: error: no such module 'Foundation'
23 | */
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | extension Shell {
[16/42] Compiling SwiftKit Error.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKit/Sources/SwiftKit/Deprecated.swift:25:8: error: no such module 'Foundation'
23 | */
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | extension Shell {
[17/42] Compiling SwiftKit Array+Extension.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKit/Sources/SwiftKit/Deprecated.swift:25:8: error: no such module 'Foundation'
23 | */
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | extension Shell {
[18/42] Compiling SwiftKit Result+Extension.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKit/Sources/SwiftKit/Deprecated.swift:25:8: error: no such module 'Foundation'
23 | */
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | extension Shell {
[19/42] Compiling SwiftKit String+Extension.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKit/Sources/SwiftKit/Deprecated.swift:25:8: error: no such module 'Foundation'
23 | */
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | extension Shell {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/42] Emitting module Tagged
/host/spi-builder-workspace/.build/checkouts/swift-tagged/Sources/Tagged/UUID.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension Tagged where RawValue == UUID {
[21/42] Compiling Tagged Tagged.swift
/host/spi-builder-workspace/.build/checkouts/swift-tagged/Sources/Tagged/UUID.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension Tagged where RawValue == UUID {
[22/42] Compiling SwiftKit Shell.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKit/Sources/SwiftKit/Deprecated.swift:25:8: error: no such module 'Foundation'
23 | */
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | extension Shell {
[23/42] Compiling Logging Locks.swift
[24/42] Emitting module Logging
[25/42] Compiling SwiftKit NonEmpty.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKit/Sources/SwiftKit/Deprecated.swift:25:8: error: no such module 'Foundation'
23 | */
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | extension Shell {
[26/42] Compiling SwiftKit Traceable.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKit/Sources/SwiftKit/Deprecated.swift:25:8: error: no such module 'Foundation'
23 | */
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | extension Shell {
[27/42] Emitting module ArgumentParserToolInfo
[28/42] Compiling Logging LogHandler.swift
BUILD FAILURE 6.2 wasm