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 (72f111), with Swift 6.2 (beta) for Wasm on 23 Jun 2025 11:26:28 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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 72f1113 Convert tests to Swift Testing
Cloned https://github.com/Blackjacx/Assist.git
Revision (git rev-parse @):
72f11136455bbbfa28d4a7cc8eec9f55792af5c1
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-2":/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-argument-parser
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/blackjacx/ASCKit
[1/4863] Fetching swiftshell
[1169/5426] Fetching swiftshell, asckit
Fetched https://github.com/blackjacx/ASCKit from cache (0.39s)
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/kareman/SwiftShell from cache (0.42s)
Fetching https://github.com/blackjacx/Engine
Fetched https://github.com/apple/swift-argument-parser from cache (1.13s)
[1/687] Fetching engine
Fetched https://github.com/blackjacx/Engine from cache (0.40s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (7.60s)
Computing version for https://github.com/blackjacx/ASCKit
Computed https://github.com/blackjacx/ASCKit at 0.4.0 (1.67s)
Computing version for https://github.com/blackjacx/Engine
Computed https://github.com/blackjacx/Engine at 0.1.0 (0.43s)
Fetching https://github.com/jrendel/SwiftKeychainWrapper
[1/1666] Fetching swiftkeychainwrapper
Fetched https://github.com/jrendel/SwiftKeychainWrapper from cache (0.41s)
Computing version for https://github.com/jrendel/SwiftKeychainWrapper
Computed https://github.com/jrendel/SwiftKeychainWrapper at 4.0.1 (3.58s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.99s)
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/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/blackjacx/ASCKit
Working copy of https://github.com/blackjacx/ASCKit resolved at 0.4.0
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/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/32] Write sources
[12/32] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/47] 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 {
[15/47] 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
[16/48] 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 {
[17/48] 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
[18/48] 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
[19/48] 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
[20/48] 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/48] 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 {
[22/48] 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
[23/48] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/48] 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/48] 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
[26/48] 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
[27/48] 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
[28/48] Emitting module ArgumentParserToolInfo
BUILD FAILURE 6.2 wasm