Build Information
Failed to build Kuri, reference master (4f89c4
), with Swift 6.2 (beta) for Wasm on 18 Jun 2025 20:44:28 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/bannzai/kuri.git
Reference: master
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
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
========================================
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-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/kareman/SwiftShell.git
Fetching https://github.com/behrang/YamlSwift.git
[1/4863] Fetching swiftshell
[1266/6247] Fetching swiftshell, yamlswift
Fetching https://github.com/bannzai/XcodeProject.git
Fetched https://github.com/behrang/YamlSwift.git from cache (0.65s)
[4863/4863] Fetching swiftshell
Fetched https://github.com/kareman/SwiftShell.git from cache (0.91s)
[1/4198] Fetching xcodeproject
Fetched https://github.com/bannzai/XcodeProject.git from cache (0.59s)
Computing version for https://github.com/kareman/SwiftShell.git
Computed https://github.com/kareman/SwiftShell.git at 5.1.0 (6.03s)
Computing version for https://github.com/behrang/YamlSwift.git
Computed https://github.com/behrang/YamlSwift.git at 3.4.4 (0.85s)
Computing version for https://github.com/bannzai/XcodeProject.git
Computed https://github.com/bannzai/XcodeProject.git at 1.1.1 (0.85s)
Fetching https://github.com/kylef/Commander.git
Fetching https://github.com/bannzai/Swdifft.git
[1/140] Fetching swdifft
[141/1728] Fetching swdifft, commander
Fetched https://github.com/bannzai/Swdifft.git from cache (0.41s)
[302/1588] Fetching commander
Fetched https://github.com/kylef/Commander.git from cache (0.56s)
Computing version for https://github.com/bannzai/Swdifft.git
Computed https://github.com/bannzai/Swdifft.git at 1.0.3 (1.50s)
Computing version for https://github.com/kylef/Commander.git
Computed https://github.com/kylef/Commander.git at 0.9.2 (0.83s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.44s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (1.43s)
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/Swdifft.git
Working copy of https://github.com/bannzai/Swdifft.git resolved at 1.0.3
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/XcodeProject.git
Working copy of https://github.com/bannzai/XcodeProject.git resolved at 1.1.1
Creating working copy for https://github.com/kareman/SwiftShell.git
Working copy of https://github.com/kareman/SwiftShell.git resolved at 5.1.0
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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/38] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/38] 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
[10/38] 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
[11/38] 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 {
[12/38] 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
[13/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 {
[14/39] Compiling Yaml YAMLResult.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
[15/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 {
[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 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
[19/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
[20/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/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
[22/39] 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
[23/39] 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
[24/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
[25/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 {
[26/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
[27/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
[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
[29/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 {
[30/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 {
[31/39] 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
BUILD FAILURE 6.2 wasm