Build Information
Failed to build TargetDependencyChecker, reference 0.1.0 (defb48), with Swift 6.3 for Wasm on 14 Apr 2026 18:05:07 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/LuizZak/TargetDependencyChecker.git
Reference: 0.1.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/LuizZak/TargetDependencyChecker
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at defb489 Updating to Swift 5.9
Cloned https://github.com/LuizZak/TargetDependencyChecker.git
Revision (git rev-parse @):
defb48944765d0ab81f0e0a430b68f6cd15bed4a
SUCCESS checkout https://github.com/LuizZak/TargetDependencyChecker.git at 0.1.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/LuizZak/TargetDependencyChecker.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/apple/swift-syntax
[1/74972] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax from cache (7.25s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/LuizZak/console.git
[1/352] Fetching console
[353/17875] Fetching console, swift-argument-parser
Fetched https://github.com/LuizZak/console.git from cache (0.52s)
[877/17523] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.08s)
Computing version for https://github.com/LuizZak/console.git
Computed https://github.com/LuizZak/console.git at 0.8.0 (1.86s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (0.57s)
Creating working copy for https://github.com/apple/swift-syntax
Working copy of https://github.com/apple/swift-syntax resolved at 509.1.0 (43c802f)
Creating working copy for https://github.com/LuizZak/console.git
Working copy of https://github.com/LuizZak/console.git resolved at 0.8.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.7.1
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/21] Write sources
[10/21] Write swift-version-24593BA9C3E375BF.txt
[12/33] Emitting module SwiftSyntax509
[13/33] Compiling SwiftSyntax509 Empty.swift
[15/34] Compiling Console LinuxSupport.swift
[15/34] Wrapping AST for SwiftSyntax509 for debugging
[17/79] Compiling ArgumentParserToolInfo ToolInfo.swift
[18/79] Emitting module ArgumentParserToolInfo
[20/80] Compiling SwiftSyntax AbsolutePosition.swift
[21/80] Compiling SwiftSyntax Assert.swift
[22/80] Compiling SwiftSyntax BumpPtrAllocator.swift
[23/80] Compiling SwiftSyntax CommonAncestor.swift
[24/80] Compiling SwiftSyntax Convenience.swift
[25/80] Compiling SwiftSyntax MemoryLayout.swift
[26/80] Compiling SwiftSyntax MissingNodeInitializers.swift
[26/86] Wrapping AST for ArgumentParserToolInfo for debugging
[28/132] Compiling Console ConsoleColor+Terminal.swift
[29/132] Compiling Console Console.swift
/host/spi-builder-workspace/.build/checkouts/console/Sources/Console/Console.swift:270:13: error: cannot find 'Process' in scope
268 |
269 | let process =
270 | Process
| `- error: cannot find 'Process' in scope
271 | .launchedProcess(launchPath: "/usr/bin/tput",
272 | arguments: ["smcup"])
/host/spi-builder-workspace/.build/checkouts/console/Sources/Console/Console.swift:287:13: error: cannot find 'Process' in scope
285 |
286 | let process =
287 | Process
| `- error: cannot find 'Process' in scope
288 | .launchedProcess(launchPath: "/usr/bin/tput",
289 | arguments: ["rmcup"])
[30/132] Compiling Console ConsoleDataProvider.swift
[31/132] Compiling Console ConsoleMenuController.swift
[32/132] Compiling Console Console+Paging.swift
[33/132] Compiling Console Console+Command.swift
[34/132] Emitting module Console
BUILD FAILURE 6.3 wasm