Build Information
Failed to build SwiftOutdated, reference 0.9.0 (6dbb22
), with Swift 6.2 (beta) for Wasm on 20 Jun 2025 19:19:03 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/kiliankoe/swift-outdated.git
Reference: 0.9.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/kiliankoe/swift-outdated
* tag 0.9.0 -> FETCH_HEAD
HEAD is now at 6dbb22f bump version to 0.9.0
Cloned https://github.com/kiliankoe/swift-outdated.git
Revision (git rev-parse @):
6dbb22f79874b75b5c95daa0a21d66082f6aeefc
SUCCESS checkout https://github.com/kiliankoe/swift-outdated.git at 0.9.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/kiliankoe/swift-outdated.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/mxcl/Version.git
Fetching https://github.com/onevcat/Rainbow.git
Fetching https://github.com/johnsundell/ShellOut.git
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/johnsundell/Files.git
Fetching https://github.com/apple/swift-log.git
[1/293] Fetching version
[294/1541] Fetching version, files
[532/2470] Fetching version, files, swiftytexttable
[2100/3450] Fetching version, files, swiftytexttable, shellout
[2854/4646] Fetching version, files, swiftytexttable, shellout, rainbow
[4647/8482] Fetching version, files, swiftytexttable, shellout, rainbow, swift-log
Fetched https://github.com/mxcl/Version.git from cache (0.32s)
[6156/8189] Fetching files, swiftytexttable, shellout, rainbow, swift-log
Fetching https://github.com/apple/swift-argument-parser.git
Fetched https://github.com/johnsundell/ShellOut.git from cache (0.44s)
Fetched https://github.com/johnsundell/Files.git from cache (0.44s)
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (0.44s)
Fetched https://github.com/onevcat/Rainbow.git from cache (0.44s)
Fetched https://github.com/apple/swift-log.git from cache (0.44s)
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.87s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (3.89s)
Computing version for https://github.com/johnsundell/ShellOut.git
Computed https://github.com/johnsundell/ShellOut.git at 2.3.0 (3.64s)
Computing version for https://github.com/mxcl/Version.git
Computed https://github.com/mxcl/Version.git at 2.2.0 (0.66s)
Computing version for https://github.com/johnsundell/Files.git
Computed https://github.com/johnsundell/Files.git at 4.3.0 (0.83s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.38s)
Computing version for https://github.com/onevcat/Rainbow.git
Computed https://github.com/onevcat/Rainbow.git at 3.2.0 (0.38s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.37s)
Creating working copy for https://github.com/johnsundell/ShellOut.git
Working copy of https://github.com/johnsundell/ShellOut.git resolved at 2.3.0
Creating working copy for https://github.com/johnsundell/Files.git
Working copy of https://github.com/johnsundell/Files.git resolved at 4.3.0
Creating working copy for https://github.com/mxcl/Version.git
Working copy of https://github.com/mxcl/Version.git resolved at 2.2.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/scottrhoyt/SwiftyTextTable.git
Working copy of https://github.com/scottrhoyt/SwiftyTextTable.git resolved at 0.9.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.1
Creating working copy for https://github.com/onevcat/Rainbow.git
Working copy of https://github.com/onevcat/Rainbow.git resolved at 3.2.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/24] Write sources
[11/24] Write swift-version-24593BA9C3E375BF.txt
[13/54] Emitting module Logging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/54] Emitting module Files
/host/spi-builder-workspace/.build/checkouts/Files/Sources/Files.swift:25:8: error: no such module 'Foundation'
23 | */
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | // MARK: - Locations
[15/54] Compiling Files Files.swift
/host/spi-builder-workspace/.build/checkouts/Files/Sources/Files.swift:25:8: error: no such module 'Foundation'
23 | */
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | // MARK: - Locations
[16/54] Compiling ShellOut ShellOut.swift
/host/spi-builder-workspace/.build/checkouts/ShellOut/Sources/ShellOut.swift:7:8: error: no such module 'Foundation'
5 | */
6 |
7 | import Foundation
| `- error: no such module 'Foundation'
8 | import Dispatch
9 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/54] Emitting module ShellOut
/host/spi-builder-workspace/.build/checkouts/ShellOut/Sources/ShellOut.swift:7:8: error: no such module 'Foundation'
5 | */
6 |
7 | import Foundation
| `- error: no such module 'Foundation'
8 | import Dispatch
9 |
[18/54] Compiling Version Version+Comparable.swift
/host/spi-builder-workspace/.build/checkouts/Version/Sources/Version+Foundation.swift:1:15: error: no such module 'Foundation'
1 | import struct Foundation.OperatingSystemVersion
| `- error: no such module 'Foundation'
2 | import class Foundation.ProcessInfo
3 | import class Foundation.Bundle
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/54] Emitting module Version
/host/spi-builder-workspace/.build/checkouts/Version/Sources/Version+Foundation.swift:1:15: error: no such module 'Foundation'
1 | import struct Foundation.OperatingSystemVersion
| `- error: no such module 'Foundation'
2 | import class Foundation.ProcessInfo
3 | import class Foundation.Bundle
[20/54] Compiling Version Version+Codable.swift
/host/spi-builder-workspace/.build/checkouts/Version/Sources/Version+Foundation.swift:1:15: error: no such module 'Foundation'
1 | import struct Foundation.OperatingSystemVersion
| `- error: no such module 'Foundation'
2 | import class Foundation.ProcessInfo
3 | import class Foundation.Bundle
[21/54] Compiling Rainbow Color.swift
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:27:8: error: no such module 'Foundation'
25 | // THE SOFTWARE.
26 |
27 | import Foundation
| `- error: no such module 'Foundation'
28 |
29 | private func getEnvValue(_ key: String) -> String? {
[22/54] Compiling Rainbow ControlCode.swift
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:27:8: error: no such module 'Foundation'
25 | // THE SOFTWARE.
26 |
27 | import Foundation
| `- error: no such module 'Foundation'
28 |
29 | private func getEnvValue(_ key: String) -> String? {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/54] Emitting module SwiftyTextTable
/host/spi-builder-workspace/.build/checkouts/SwiftyTextTable/Source/SwiftyTextTable/TextTable.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | typealias Regex = NSRegularExpression
[24/54] Compiling SwiftyTextTable TextTable.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyTextTable/Source/SwiftyTextTable/TextTable.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | typealias Regex = NSRegularExpression
[25/55] Compiling Version Version.swift
/host/spi-builder-workspace/.build/checkouts/Version/Sources/Version+Foundation.swift:1:15: error: no such module 'Foundation'
1 | import struct Foundation.OperatingSystemVersion
| `- error: no such module 'Foundation'
2 | import class Foundation.ProcessInfo
3 | import class Foundation.Bundle
[26/55] Compiling Rainbow String+Rainbow.swift
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:27:8: error: no such module 'Foundation'
25 | // THE SOFTWARE.
26 |
27 | import Foundation
| `- error: no such module 'Foundation'
28 |
29 | private func getEnvValue(_ key: String) -> String? {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[27/55] Emitting module Rainbow
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:27:8: error: no such module 'Foundation'
25 | // THE SOFTWARE.
26 |
27 | import Foundation
| `- error: no such module 'Foundation'
28 |
29 | private func getEnvValue(_ key: String) -> String? {
[28/55] Compiling Rainbow BackgroundColor.swift
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:27:8: error: no such module 'Foundation'
25 | // THE SOFTWARE.
26 |
27 | import Foundation
| `- error: no such module 'Foundation'
28 |
29 | private func getEnvValue(_ key: String) -> String? {
[29/55] Compiling Rainbow CodesParser.swift
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:27:8: error: no such module 'Foundation'
25 | // THE SOFTWARE.
26 |
27 | import Foundation
| `- error: no such module 'Foundation'
28 |
29 | private func getEnvValue(_ key: String) -> String? {
[30/55] Compiling Rainbow Style.swift
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:27:8: error: no such module 'Foundation'
25 | // THE SOFTWARE.
26 |
27 | import Foundation
| `- error: no such module 'Foundation'
28 |
29 | private func getEnvValue(_ key: String) -> String? {
[31/55] Compiling Rainbow StringGenerator.swift
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:27:8: error: no such module 'Foundation'
25 | // THE SOFTWARE.
26 |
27 | import Foundation
| `- error: no such module 'Foundation'
28 |
29 | private func getEnvValue(_ key: String) -> String? {
[32/55] Compiling Rainbow ModesExtractor.swift
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:27:8: error: no such module 'Foundation'
25 | // THE SOFTWARE.
26 |
27 | import Foundation
| `- error: no such module 'Foundation'
28 |
29 | private func getEnvValue(_ key: String) -> String? {
[33/55] Compiling Rainbow OutputTarget.swift
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:27:8: error: no such module 'Foundation'
25 | // THE SOFTWARE.
26 |
27 | import Foundation
| `- error: no such module 'Foundation'
28 |
29 | private func getEnvValue(_ key: String) -> String? {
[34/55] Compiling Version Version+Foundation.swift
/host/spi-builder-workspace/.build/checkouts/Version/Sources/Version+Foundation.swift:1:15: error: no such module 'Foundation'
1 | import struct Foundation.OperatingSystemVersion
| `- error: no such module 'Foundation'
2 | import class Foundation.ProcessInfo
3 | import class Foundation.Bundle
[35/55] Compiling Version Version+Range.swift
/host/spi-builder-workspace/.build/checkouts/Version/Sources/Version+Foundation.swift:1:15: error: no such module 'Foundation'
1 | import struct Foundation.OperatingSystemVersion
| `- error: no such module 'Foundation'
2 | import class Foundation.ProcessInfo
3 | import class Foundation.Bundle
[36/55] Compiling Rainbow Rainbow.swift
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:27:8: error: no such module 'Foundation'
25 | // THE SOFTWARE.
26 |
27 | import Foundation
| `- error: no such module 'Foundation'
28 |
29 | private func getEnvValue(_ key: String) -> String? {
[37/55] Compiling Rainbow XcodeColorsSupport.swift
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:27:8: error: no such module 'Foundation'
25 | // THE SOFTWARE.
26 |
27 | import Foundation
| `- error: no such module 'Foundation'
28 |
29 | private func getEnvValue(_ key: String) -> String? {
BUILD FAILURE 6.2 wasm