Build Information
Failed to build process-kit, reference 0.1.0 (e9d600), with Swift 6.3 for Wasm on 15 Apr 2026 19:40:49 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/AnarchoSystems/process-kit.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/AnarchoSystems/process-kit
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at e9d6000 initial commit
Cloned https://github.com/AnarchoSystems/process-kit.git
Revision (git rev-parse @):
e9d600083c8f4e8376a7f17e938a88be7de372f4
SUCCESS checkout https://github.com/AnarchoSystems/process-kit.git at 0.1.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/AnarchoSystems/process-kit.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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/11] Compiling ProcessKit Tipe.swift
[4/12] Compiling ProcessKit ProcessProtocol.swift
/host/spi-builder-workspace/Sources/ProcessKit/ProcessProtocol.swift:7:11: error: cannot find type 'Process' in scope
5 | }
6 |
7 | extension Process : ProcessProtocol {
| `- error: cannot find type 'Process' in scope
8 |
9 | public func run(stdin: Pipe) async throws -> Pipe {
[5/12] Compiling ProcessKit ProcessBuilder.swift
[6/12] Compiling ProcessKit ProcessError.swift
[7/12] Compiling ProcessKit Operator.swift
[8/12] Compiling ProcessKit ChainProcess.swift
[9/12] Compiling ProcessKit FindExecutable.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/12] Compiling ProcessKit Lib.swift
[11/12] Emitting module ProcessKit
/host/spi-builder-workspace/Sources/ProcessKit/ProcessProtocol.swift:7:11: error: cannot find type 'Process' in scope
5 | }
6 |
7 | extension Process : ProcessProtocol {
| `- error: cannot find type 'Process' in scope
8 |
9 | public func run(stdin: Pipe) async throws -> Pipe {
/host/spi-builder-workspace/Sources/ProcessKit/TypedProcess.swift:20:66: error: cannot find type 'Process' in scope
18 | }
19 |
20 | public protocol Proc<Input, Output> : TypedProcess where Proc == Process {
| `- error: cannot find type 'Process' in scope
21 |
22 | associatedtype Input
/host/spi-builder-workspace/Sources/ProcessKit/TypedProcess.swift:31:34: error: cannot find type 'Process' in scope
29 | public extension Proc {
30 |
31 | func makeProcess() throws -> Process {
| `- error: cannot find type 'Process' in scope
32 | let proc = Process()
33 | proc.executableURL = try path()
[12/12] Compiling ProcessKit TypedProcess.swift
/host/spi-builder-workspace/Sources/ProcessKit/TypedProcess.swift:20:66: error: cannot find type 'Process' in scope
18 | }
19 |
20 | public protocol Proc<Input, Output> : TypedProcess where Proc == Process {
| `- error: cannot find type 'Process' in scope
21 |
22 | associatedtype Input
/host/spi-builder-workspace/Sources/ProcessKit/TypedProcess.swift:31:34: error: cannot find type 'Process' in scope
29 | public extension Proc {
30 |
31 | func makeProcess() throws -> Process {
| `- error: cannot find type 'Process' in scope
32 | let proc = Process()
33 | proc.executableURL = try path()
/host/spi-builder-workspace/Sources/ProcessKit/TypedProcess.swift:32:20: error: cannot find 'Process' in scope
30 |
31 | func makeProcess() throws -> Process {
32 | let proc = Process()
| `- error: cannot find 'Process' in scope
33 | proc.executableURL = try path()
34 | proc.arguments = arguments
BUILD FAILURE 6.3 wasm