Build Information
Failed to build SwiftKit, reference master (2ec073
), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 03:24:45 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/sventiigi/swiftkit.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/sventiigi/swiftkit
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 2ec0739 Updated Version to 1.3.9
Cloned https://github.com/sventiigi/swiftkit.git
Revision (git rev-parse @):
2ec07394e52d784691bcb8950e6d035a04702894
SUCCESS checkout https://github.com/sventiigi/swiftkit.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/sventiigi/swiftkit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/flintbox/Motor.git
Fetching https://github.com/tuist/xcodeproj.git
Fetching https://github.com/jakeheis/SwiftCLI.git
[1/5074] Fetching swiftcli
[1067/5118] Fetching swiftcli, motor
[3648/28451] Fetching swiftcli, motor, xcodeproj
Fetched https://github.com/flintbox/Motor.git from cache (0.25s)
[6008/28407] Fetching swiftcli, xcodeproj
Fetched https://github.com/jakeheis/SwiftCLI.git from cache (0.34s)
[6534/23333] Fetching xcodeproj
Fetched https://github.com/tuist/xcodeproj.git from cache (1.33s)
Computing version for https://github.com/flintbox/Motor.git
Computed https://github.com/flintbox/Motor.git at 0.1.2 (1.71s)
Fetching https://github.com/flintbox/ANSIEscapeCode
[1/49] Fetching ansiescapecode
Fetched https://github.com/flintbox/ANSIEscapeCode from cache (0.23s)
Computing version for https://github.com/jakeheis/SwiftCLI.git
Computed https://github.com/jakeheis/SwiftCLI.git at 6.0.3 (2.89s)
Computing version for https://github.com/tuist/xcodeproj.git
Computed https://github.com/tuist/xcodeproj.git at 8.3.1 (0.48s)
Fetching https://github.com/tadija/AEXML.git
Fetching https://github.com/kylef/PathKit.git
[1/2127] Fetching aexml
[2128/3538] Fetching aexml, pathkit
Fetched https://github.com/kylef/PathKit.git from cache (0.37s)
Fetched https://github.com/tadija/AEXML.git from cache (0.37s)
Computing version for https://github.com/flintbox/ANSIEscapeCode
Computed https://github.com/flintbox/ANSIEscapeCode at 0.1.1 (1.10s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.6.1 (0.72s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (3.77s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.24s)
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/flintbox/ANSIEscapeCode
Working copy of https://github.com/flintbox/ANSIEscapeCode resolved at 0.1.1
Creating working copy for https://github.com/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.6.1
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/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Creating working copy for https://github.com/tuist/xcodeproj.git
Working copy of https://github.com/tuist/xcodeproj.git resolved at 8.3.1
Creating working copy for https://github.com/jakeheis/SwiftCLI.git
Working copy of https://github.com/jakeheis/SwiftCLI.git resolved at 6.0.3
Creating working copy for https://github.com/flintbox/Motor.git
Working copy of https://github.com/flintbox/Motor.git resolved at 0.1.2
Building for debugging...
[0/19] Write sources
[8/19] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/58] Emitting module AEXML
/host/spi-builder-workspace/.build/checkouts/AEXML/Sources/AEXML/Document.swift:7:8: error: no such module 'Foundation'
5 | */
6 |
7 | import Foundation
| `- error: no such module 'Foundation'
8 | #if canImport(FoundationXML)
9 | import FoundationXML
[11/58] Compiling ANSIEscapeCode String+ANSIEscapeCode.swift
/host/spi-builder-workspace/.build/checkouts/ANSIEscapeCode/Sources/ANSIEscapeCode/ANSIEscapeCode.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// ANSI escape code.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/58] Emitting module PathKit
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
6 | let system_glob = Glibc.glob
7 | #else
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | let system_glob = Darwin.glob
[13/58] Compiling PathKit PathKit.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
6 | let system_glob = Glibc.glob
7 | #else
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | let system_glob = Darwin.glob
[14/58] Compiling AEXML Error.swift
/host/spi-builder-workspace/.build/checkouts/AEXML/Sources/AEXML/Document.swift:7:8: error: no such module 'Foundation'
5 | */
6 |
7 | import Foundation
| `- error: no such module 'Foundation'
8 | #if canImport(FoundationXML)
9 | import FoundationXML
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/59] Emitting module ANSIEscapeCode
/host/spi-builder-workspace/.build/checkouts/ANSIEscapeCode/Sources/ANSIEscapeCode/ANSIEscapeCode.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// ANSI escape code.
[16/59] Compiling SwiftCLI ArgumentList.swift
/host/spi-builder-workspace/.build/checkouts/ANSIEscapeCode/Sources/ANSIEscapeCode/ANSIEscapeCode.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// ANSI escape code.
[17/59] Compiling SwiftCLI ArgumentListManipulator.swift
/host/spi-builder-workspace/.build/checkouts/ANSIEscapeCode/Sources/ANSIEscapeCode/ANSIEscapeCode.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// ANSI escape code.
[18/59] Compiling AEXML Parser.swift
/host/spi-builder-workspace/.build/checkouts/AEXML/Sources/AEXML/Document.swift:7:8: error: no such module 'Foundation'
5 | */
6 |
7 | import Foundation
| `- error: no such module 'Foundation'
8 | #if canImport(FoundationXML)
9 | import FoundationXML
[19/59] Compiling AEXML Document.swift
/host/spi-builder-workspace/.build/checkouts/AEXML/Sources/AEXML/Document.swift:7:8: error: no such module 'Foundation'
5 | */
6 |
7 | import Foundation
| `- error: no such module 'Foundation'
8 | #if canImport(FoundationXML)
9 | import FoundationXML
[20/59] Compiling AEXML Element.swift
/host/spi-builder-workspace/.build/checkouts/AEXML/Sources/AEXML/Document.swift:7:8: error: no such module 'Foundation'
5 | */
6 |
7 | import Foundation
| `- error: no such module 'Foundation'
8 | #if canImport(FoundationXML)
9 | import FoundationXML
[21/59] Compiling SwiftCLI OptionRegistry.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/ArgumentList.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ArgumentList {
[22/59] Compiling SwiftCLI Parameter.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/ArgumentList.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ArgumentList {
[23/59] Compiling SwiftCLI Parser.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/ArgumentList.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ArgumentList {
[24/61] Compiling ANSIEscapeCode PrintANSIEscapeCode.swift
/host/spi-builder-workspace/.build/checkouts/ANSIEscapeCode/Sources/ANSIEscapeCode/ANSIEscapeCode.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// ANSI escape code.
[25/61] Compiling ANSIEscapeCode EraseInLineType.swift
/host/spi-builder-workspace/.build/checkouts/ANSIEscapeCode/Sources/ANSIEscapeCode/ANSIEscapeCode.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// ANSI escape code.
[26/61] Compiling ANSIEscapeCode Scroll.swift
/host/spi-builder-workspace/.build/checkouts/ANSIEscapeCode/Sources/ANSIEscapeCode/ANSIEscapeCode.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// ANSI escape code.
[27/61] Compiling ANSIEscapeCode TextColor.swift
/host/spi-builder-workspace/.build/checkouts/ANSIEscapeCode/Sources/ANSIEscapeCode/ANSIEscapeCode.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// ANSI escape code.
[28/61] Compiling AEXML Options.swift
/host/spi-builder-workspace/.build/checkouts/AEXML/Sources/AEXML/Document.swift:7:8: error: no such module 'Foundation'
5 | */
6 |
7 | import Foundation
| `- error: no such module 'Foundation'
8 | #if canImport(FoundationXML)
9 | import FoundationXML
[29/61] Compiling SwiftCLI CLI.swift
/host/spi-builder-workspace/.build/checkouts/ANSIEscapeCode/Sources/ANSIEscapeCode/ANSIEscapeCode.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// ANSI escape code.
[30/61] Compiling SwiftCLI Command.swift
/host/spi-builder-workspace/.build/checkouts/ANSIEscapeCode/Sources/ANSIEscapeCode/ANSIEscapeCode.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// ANSI escape code.
[31/61] Compiling ANSIEscapeCode EraseInDisplayType.swift
/host/spi-builder-workspace/.build/checkouts/ANSIEscapeCode/Sources/ANSIEscapeCode/ANSIEscapeCode.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// ANSI escape code.
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/ArgumentList.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ArgumentList {
[33/61] Compiling SwiftCLI Compatibility.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/ArgumentList.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ArgumentList {
[34/61] Compiling SwiftCLI CompletionGenerator.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/ArgumentList.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ArgumentList {
[35/61] Compiling SwiftCLI Term.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/ArgumentList.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ArgumentList {
[36/61] Compiling SwiftCLI Validation.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/ArgumentList.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ArgumentList {
[37/61] Compiling SwiftCLI Path.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/ArgumentList.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ArgumentList {
[38/61] Compiling SwiftCLI Stream.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/ArgumentList.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ArgumentList {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[39/61] Compiling SwiftCLI Task.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/ArgumentList.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ArgumentList {
[40/61] Emitting module SwiftCLI
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/ArgumentList.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ArgumentList {
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/ArgumentList.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ArgumentList {
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/ArgumentList.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ArgumentList {
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/ArgumentList.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ArgumentList {
BUILD FAILURE 6.2 wasm