Build Information
Failed to build Assist, reference 0.8.0 (d1fb92
), with Swift 6.2 (beta) for Wasm on 23 Jun 2025 11:26:43 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/Blackjacx/Assist.git
Reference: 0.8.0
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/Blackjacx/Assist
* tag 0.8.0 -> FETCH_HEAD
HEAD is now at d1fb92a Merge branch 'release/0.8.0'
Cloned https://github.com/Blackjacx/Assist.git
Revision (git rev-parse @):
d1fb92a881ff17a9709f7e5ec01077e3ab0eba2c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Blackjacx/Assist.git at 0.8.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Blackjacx/Assist.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/blackjacx/Engine
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/blackjacx/ASCKit
[1/687] Fetching engine
[688/1250] Fetching engine, asckit
[1251/6113] Fetching engine, asckit, swiftshell
Fetched https://github.com/blackjacx/ASCKit from cache (0.29s)
[1806/5550] Fetching engine, swiftshell
Fetched https://github.com/blackjacx/Engine from cache (0.48s)
Fetched https://github.com/kareman/SwiftShell from cache (0.49s)
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.04s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (3.68s)
Computing version for https://github.com/blackjacx/ASCKit
Computed https://github.com/blackjacx/ASCKit at 0.4.0 (0.37s)
Computing version for https://github.com/blackjacx/Engine
Computed https://github.com/blackjacx/Engine at 0.1.0 (0.44s)
Fetching https://github.com/jrendel/SwiftKeychainWrapper
[1/1666] Fetching swiftkeychainwrapper
Fetched https://github.com/jrendel/SwiftKeychainWrapper from cache (0.26s)
Computing version for https://github.com/jrendel/SwiftKeychainWrapper
Computed https://github.com/jrendel/SwiftKeychainWrapper at 4.0.1 (4.41s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.89s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Creating working copy for https://github.com/jrendel/SwiftKeychainWrapper
Working copy of https://github.com/jrendel/SwiftKeychainWrapper resolved at 4.0.1
Creating working copy for https://github.com/blackjacx/ASCKit
Working copy of https://github.com/blackjacx/ASCKit resolved at 0.4.0
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0
Creating working copy for https://github.com/blackjacx/Engine
Working copy of https://github.com/blackjacx/Engine resolved at 0.1.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/28] Write sources
[11/28] Write swift-version-24593BA9C3E375BF.txt
[13/43] Compiling SwiftShell Stream.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Bash.swift:8:8: error: no such module 'Foundation'
6 | */
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | // MARK: Bash
[14/44] Compiling SwiftShell Files.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Bash.swift:8:8: error: no such module 'Foundation'
6 | */
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | // MARK: Bash
[15/44] Compiling SwiftShell Array.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Bash.swift:8:8: error: no such module 'Foundation'
6 | */
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | // MARK: Bash
[16/44] Compiling SwiftShell Process.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Bash.swift:8:8: error: no such module 'Foundation'
6 | */
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | // MARK: Bash
[17/44] Compiling SwiftShell Lazy-split.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Bash.swift:8:8: error: no such module 'Foundation'
6 | */
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | // MARK: Bash
[18/44] Compiling SwiftKeychainWrapper KeychainWrapperSubscript.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychainWrapper/SwiftKeychainWrapper/KeychainItemAccessibility.swift:28:8: error: no such module 'Foundation'
26 | // SOFTWARE.
27 |
28 | import Foundation
| `- error: no such module 'Foundation'
29 |
30 | protocol KeychainAttrRepresentable {
[19/44] Compiling SwiftShell String.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Bash.swift:8:8: error: no such module 'Foundation'
6 | */
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | // MARK: Bash
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/44] Emitting module SwiftKeychainWrapper
/host/spi-builder-workspace/.build/checkouts/SwiftKeychainWrapper/SwiftKeychainWrapper/KeychainItemAccessibility.swift:28:8: error: no such module 'Foundation'
26 | // SOFTWARE.
27 |
28 | import Foundation
| `- error: no such module 'Foundation'
29 |
30 | protocol KeychainAttrRepresentable {
[21/44] Compiling SwiftKeychainWrapper KeychainWrapper.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychainWrapper/SwiftKeychainWrapper/KeychainItemAccessibility.swift:28:8: error: no such module 'Foundation'
26 | // SOFTWARE.
27 |
28 | import Foundation
| `- error: no such module 'Foundation'
29 |
30 | protocol KeychainAttrRepresentable {
[22/44] Compiling SwiftKeychainWrapper KeychainItemAccessibility.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychainWrapper/SwiftKeychainWrapper/KeychainItemAccessibility.swift:28:8: error: no such module 'Foundation'
26 | // SOFTWARE.
27 |
28 | import Foundation
| `- error: no such module 'Foundation'
29 |
30 | protocol KeychainAttrRepresentable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/44] Emitting module SwiftShell
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Bash.swift:8:8: error: no such module 'Foundation'
6 | */
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | // MARK: Bash
[24/44] Compiling SwiftShell Context.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Bash.swift:8:8: error: no such module 'Foundation'
6 | */
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | // MARK: Bash
[25/44] Compiling SwiftShell Bash.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Bash.swift:8:8: error: no such module 'Foundation'
6 | */
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | // MARK: Bash
[26/44] Compiling SwiftShell Command.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Bash.swift:8:8: error: no such module 'Foundation'
6 | */
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | // MARK: Bash
[27/44] Emitting module ArgumentParserToolInfo
[28/44] Compiling ArgumentParserToolInfo ToolInfo.swift
[29/45] Wrapping AST for ArgumentParserToolInfo for debugging
BUILD FAILURE 6.2 wasm