Build Information
Failed to build TargetDependencyChecker, reference master (defb48), with Swift 6.3 for Wasm on 14 Apr 2026 18:05:08 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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: 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/LuizZak/TargetDependencyChecker
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
========================================
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-4606859-3":/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 (5.39s)
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.89s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.90s)
Computing version for https://github.com/LuizZak/console.git
Computed https://github.com/LuizZak/console.git at 0.8.0 (1.41s)
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.48s)
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
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-syntax
Working copy of https://github.com/apple/swift-syntax resolved at 509.1.0 (43c802f)
[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 ArgumentParserToolInfo
[13/33] Emitting module SwiftSyntax509
[14/33] Compiling SwiftSyntax509 Empty.swift
[15/34] Compiling Console LinuxSupport.swift
[16/34] Wrapping AST for SwiftSyntax509 for debugging
[18/35] Compiling ArgumentParserToolInfo ToolInfo.swift
[19/80] Wrapping AST for ArgumentParserToolInfo for debugging
[21/126] Compiling ArgumentParser BashCompletionsGenerator.swift
[22/126] Compiling ArgumentParser CompletionsGenerator.swift
[23/126] Compiling ArgumentParser FishCompletionsGenerator.swift
[24/126] Compiling ArgumentParser ZshCompletionsGenerator.swift
[25/126] Compiling ArgumentParser Argument.swift
[26/126] Compiling ArgumentParser ArgumentDiscussion.swift
[27/126] Compiling ArgumentParser ArgumentHelp.swift
[28/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"])
[29/132] Compiling Console ConsoleMenuController.swift
[30/132] Compiling Console ConsoleColor+Terminal.swift
[31/132] Emitting module ArgumentParser
[32/132] Compiling Console ConsoleDataProvider.swift
[33/138] Compiling ArgumentParser Foundation.swift
[34/138] Compiling ArgumentParser Mutex.swift
[35/138] Compiling ArgumentParser Platform.swift
[36/138] Compiling ArgumentParser SequenceExtensions.swift
[37/138] Compiling ArgumentParser StringExtensions.swift
[38/138] Compiling SwiftSyntax SyntaxDeclNodes.swift
[39/138] Compiling ArgumentParser ParsableArguments.swift
[40/138] Compiling ArgumentParser ParsableCommand.swift
[41/138] Compiling ArgumentParser ArgumentDecoder.swift
[42/138] Compiling ArgumentParser ArgumentDefinition.swift
[43/138] Compiling ArgumentParser ArgumentSet.swift
[44/138] Compiling ArgumentParser CommandParser.swift
[45/138] Compiling Console Console+Command.swift
[46/138] Compiling Console Console+Paging.swift
[47/138] Emitting module Console
BUILD FAILURE 6.3 wasm