The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Assist, reference develop (3099ec), with Swift 6.2 (beta) for Wasm on 23 Jul 2025 04:33:21 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/Blackjacx/Assist.git
Reference: develop
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
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 3099ec5 Fix typo
Cloned https://github.com/Blackjacx/Assist.git
Revision (git rev-parse @):
3099ec59c1c846b4b1f42320506a753e7cdb7a2b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Blackjacx/Assist.git at develop
========================================
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-4609320-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
Fetching https://github.com/blackjacx/ASCKit
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/blackjacx/Engine
Fetching https://github.com/apple/swift-argument-parser
[1/563] Fetching asckit
[564/1250] Fetching asckit, engine
[1251/6113] Fetching asckit, engine, swiftshell
Fetched https://github.com/blackjacx/ASCKit from cache (0.27s)
[3411/5550] Fetching engine, swiftshell
Fetched https://github.com/blackjacx/Engine from cache (0.28s)
[2772/4863] Fetching swiftshell
[4864/20411] Fetching swiftshell, swift-argument-parser
Fetched https://github.com/kareman/SwiftShell from cache (0.81s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.82s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (3.01s)
Computing version for https://github.com/blackjacx/ASCKit
Computed https://github.com/blackjacx/ASCKit at 0.4.0 (0.40s)
Computing version for https://github.com/blackjacx/Engine
Computed https://github.com/blackjacx/Engine at 0.1.0 (0.45s)
Fetching https://github.com/jrendel/SwiftKeychainWrapper
[1/1666] Fetching swiftkeychainwrapper
Fetched https://github.com/jrendel/SwiftKeychainWrapper from cache (0.42s)
Computing version for https://github.com/jrendel/SwiftKeychainWrapper
Computed https://github.com/jrendel/SwiftKeychainWrapper at 4.0.1 (3.13s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (0.90s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.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/Engine
Working copy of https://github.com/blackjacx/Engine resolved at 0.1.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/ASCKit
Working copy of https://github.com/blackjacx/ASCKit resolved at 0.4.0
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/33] Write sources
[13/33] Write swift-version-24593BA9C3E375BF.txt
[15/48] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/49] 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 {
[17/49] 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 {
[18/49] 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 {
[19/49] 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 {
[20/49] 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
[21/49] 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
[22/49] 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
[23/49] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/49] 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
[25/49] 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/49] 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/49] 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
[28/49] Emitting module ArgumentParserToolInfo
BUILD FAILURE 6.2 wasm