Build Information
Failed to build Kuri, reference 0.5.0 (4f89c4
), with Swift 6.2 (beta) for Wasm on 18 Jun 2025 20:45:06 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/bannzai/kuri.git
Reference: 0.5.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/bannzai/kuri
* tag 0.5.0 -> FETCH_HEAD
HEAD is now at 4f89c4b Merge pull request #24 from hicka04/fix/install/swiftpm-swift5.3
Cloned https://github.com/bannzai/kuri.git
Revision (git rev-parse @):
4f89c4b56c085e01de8e046bc3af9bbf5021474b
SUCCESS checkout https://github.com/bannzai/kuri.git at 0.5.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/bannzai/kuri.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/kareman/SwiftShell.git
Fetching https://github.com/behrang/YamlSwift.git
Fetching https://github.com/bannzai/XcodeProject.git
[1/4863] Fetching swiftshell
[245/6247] Fetching swiftshell, yamlswift
[2504/10445] Fetching swiftshell, yamlswift, xcodeproject
Fetched https://github.com/behrang/YamlSwift.git from cache (0.51s)
[6484/9061] Fetching swiftshell, xcodeproject
Fetched https://github.com/bannzai/XcodeProject.git from cache (0.59s)
[4863/4863] Fetching swiftshell
Fetched https://github.com/kareman/SwiftShell.git from cache (0.78s)
Computing version for https://github.com/kareman/SwiftShell.git
Computed https://github.com/kareman/SwiftShell.git at 5.1.0 (4.45s)
Computing version for https://github.com/behrang/YamlSwift.git
Computed https://github.com/behrang/YamlSwift.git at 3.4.4 (3.92s)
Computing version for https://github.com/bannzai/XcodeProject.git
Computed https://github.com/bannzai/XcodeProject.git at 1.1.1 (0.53s)
Fetching https://github.com/kylef/Commander.git
Fetching https://github.com/bannzai/Swdifft.git
[1/1588] Fetching commander
[1050/1728] Fetching commander, swdifft
Fetched https://github.com/bannzai/Swdifft.git from cache (0.32s)
Fetched https://github.com/kylef/Commander.git from cache (0.35s)
Computing version for https://github.com/bannzai/Swdifft.git
Computed https://github.com/bannzai/Swdifft.git at 1.0.3 (2.16s)
Computing version for https://github.com/kylef/Commander.git
Computed https://github.com/kylef/Commander.git at 0.9.2 (0.44s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.20s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.62s)
Creating working copy for https://github.com/kareman/SwiftShell.git
Working copy of https://github.com/kareman/SwiftShell.git resolved at 5.1.0
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/bannzai/XcodeProject.git
Working copy of https://github.com/bannzai/XcodeProject.git resolved at 1.1.1
Creating working copy for https://github.com/behrang/YamlSwift.git
Working copy of https://github.com/behrang/YamlSwift.git resolved at 3.4.4
Creating working copy for https://github.com/kylef/Commander.git
Working copy of https://github.com/kylef/Commander.git resolved at 0.9.2
Creating working copy for https://github.com/bannzai/Swdifft.git
Working copy of https://github.com/bannzai/Swdifft.git resolved at 1.0.3
warning: 'xcodeproject': The target named 'XcodeProject' was identified as an executable target but a non-executable product with this name already exists.
Building for debugging...
[0/15] Write sources
[6/15] Write swift-version-24593BA9C3E375BF.txt
[8/38] 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
[9/38] 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
[10/39] Compiling Swdifft StringExtension.swift
/host/spi-builder-workspace/.build/checkouts/Swdifft/Sources/Swdifft/Formatter.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public protocol Formatter {
[11/39] Compiling Swdifft Swdifft.swift
/host/spi-builder-workspace/.build/checkouts/Swdifft/Sources/Swdifft/Formatter.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public protocol Formatter {
[12/39] Compiling Swdifft longestCommonSubsequence.swift
/host/spi-builder-workspace/.build/checkouts/Swdifft/Sources/Swdifft/Formatter.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public protocol Formatter {
[13/39] Compiling Yaml YAMLTokenizer.swift
/host/spi-builder-workspace/.build/checkouts/YamlSwift/Sources/Yaml/YAMLParser.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | private typealias Resulter = Yaml
[14/39] Compiling Yaml Yaml.swift
/host/spi-builder-workspace/.build/checkouts/YamlSwift/Sources/Yaml/YAMLParser.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | private typealias Resulter = Yaml
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/39] 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
[16/39] 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
[17/39] 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
[18/39] Compiling Swdifft InternalDiffFunction.swift
/host/spi-builder-workspace/.build/checkouts/Swdifft/Sources/Swdifft/Formatter.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public protocol Formatter {
[19/39] Compiling Swdifft Formatter.swift
/host/spi-builder-workspace/.build/checkouts/Swdifft/Sources/Swdifft/Formatter.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public protocol Formatter {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/39] Emitting module Swdifft
/host/spi-builder-workspace/.build/checkouts/Swdifft/Sources/Swdifft/Formatter.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public protocol Formatter {
[21/39] Compiling Swdifft Marks.swift
/host/spi-builder-workspace/.build/checkouts/Swdifft/Sources/Swdifft/Formatter.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public protocol Formatter {
[22/39] 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
[23/39] 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
[24/39] 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
[25/39] 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
[26/39] Compiling Yaml YAMLRegex.swift
/host/spi-builder-workspace/.build/checkouts/YamlSwift/Sources/Yaml/YAMLParser.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | private typealias Resulter = Yaml
[27/39] Compiling Yaml YAMLOperators.swift
/host/spi-builder-workspace/.build/checkouts/YamlSwift/Sources/Yaml/YAMLParser.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | private typealias Resulter = Yaml
[28/39] Compiling Yaml YAMLParser.swift
/host/spi-builder-workspace/.build/checkouts/YamlSwift/Sources/Yaml/YAMLParser.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | private typealias Resulter = Yaml
error: emit-module command failed with exit code 1 (use -v to see invocation)
[29/39] Emitting module Yaml
/host/spi-builder-workspace/.build/checkouts/YamlSwift/Sources/Yaml/YAMLParser.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | private typealias Resulter = Yaml
/host/spi-builder-workspace/.build/checkouts/YamlSwift/Sources/Yaml/YAMLParser.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | private typealias Resulter = Yaml
BUILD FAILURE 6.2 wasm