Build Information
Failed to build ProcessService, reference 0.2.6 (369fb0), with Swift 6.3 for Wasm on 13 Apr 2026 20:51:02 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/ChimeHQ/ProcessService.git
Reference: 0.2.6
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/ChimeHQ/ProcessService
* tag 0.2.6 -> FETCH_HEAD
HEAD is now at 369fb03 Move to dispatch queue
Cloned https://github.com/ChimeHQ/ProcessService.git
Revision (git rev-parse @):
369fb0379983d3b43c7d7ad62c4e91ee020e347c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/ProcessService.git at 0.2.6
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/ChimeHQ/ProcessService.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/ChimeHQ/ConcurrencyPlus
Fetching https://github.com/ChimeHQ/ProcessEnv
[1/372] Fetching concurrencyplus
[373/586] Fetching concurrencyplus, processenv
Fetched https://github.com/ChimeHQ/ConcurrencyPlus from cache (0.33s)
Fetched https://github.com/ChimeHQ/ProcessEnv from cache (0.33s)
Computing version for https://github.com/ChimeHQ/ProcessEnv
Computed https://github.com/ChimeHQ/ProcessEnv at 0.3.1 (1.53s)
Computing version for https://github.com/ChimeHQ/ConcurrencyPlus
Computed https://github.com/ChimeHQ/ConcurrencyPlus at 0.4.2 (0.63s)
Creating working copy for https://github.com/ChimeHQ/ProcessEnv
Working copy of https://github.com/ChimeHQ/ProcessEnv resolved at 0.3.1
Creating working copy for https://github.com/ChimeHQ/ConcurrencyPlus
Working copy of https://github.com/ChimeHQ/ConcurrencyPlus resolved at 0.4.2
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/22] Compiling ProcessServiceShared ProcessServiceXPCProtocols.swift
/host/spi-builder-workspace/Sources/ProcessServiceShared/ProcessServiceXPCProtocols.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | @objc public protocol ProcessServiceXPCProtocol {
[8/22] Compiling ConcurrencyPlus AsyncSubject.swift
[9/22] Compiling ConcurrencyPlus AsyncThrowingSubject.swift
[10/23] Compiling ConcurrencyPlus Task+Relay.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/23] Emitting module ProcessServiceShared
/host/spi-builder-workspace/Sources/ProcessServiceShared/ProcessServiceXPCProtocols.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | @objc public protocol ProcessServiceXPCProtocol {
[12/23] Compiling ProcessServiceShared Process+Event.swift
/host/spi-builder-workspace/Sources/ProcessServiceShared/ProcessServiceXPCProtocols.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | @objc public protocol ProcessServiceXPCProtocol {
[13/23] Compiling ProcessEnv Process+Parameters.swift
[14/23] Compiling ProcessEnv Process+Output.swift
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/Process+Output.swift:3:18: error: cannot find type 'Process' in scope
1 | import Foundation
2 |
3 | public extension Process {
| `- error: cannot find type 'Process' in scope
4 | static func execute(_ parameters: Process.ExecutionParameters) throws -> Data? {
5 | let task = Process(parameters: parameters)
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/Process+Output.swift:4:39: error: cannot find type 'Process' in scope
2 |
3 | public extension Process {
4 | static func execute(_ parameters: Process.ExecutionParameters) throws -> Data? {
| `- error: cannot find type 'Process' in scope
5 | let task = Process(parameters: parameters)
6 |
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/Process+Output.swift:10:45: error: cannot find type 'Process' in scope
8 | }
9 |
10 | static func executeAsUser(_ parameters: Process.ExecutionParameters) throws -> Data? {
| `- error: cannot find type 'Process' in scope
11 | let userParams = parameters.userShellInvocation()
12 |
[15/23] Compiling ConcurrencyPlus Continuation+Resuming.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/23] Emitting module ProcessEnv
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/Process+Output.swift:3:18: error: cannot find type 'Process' in scope
1 | import Foundation
2 |
3 | public extension Process {
| `- error: cannot find type 'Process' in scope
4 | static func execute(_ parameters: Process.ExecutionParameters) throws -> Data? {
5 | let task = Process(parameters: parameters)
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:10:18: error: cannot find type 'Process' in scope
8 | import Foundation
9 |
10 | public extension Process {
| `- error: cannot find type 'Process' in scope
11 | typealias Envrionment = [String : String]
12 | }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:10:18: error: cannot find type 'Process' in scope
8 | import Foundation
9 |
10 | public extension Process {
| `- error: cannot find type 'Process' in scope
11 | typealias Envrionment = [String : String]
12 | }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:34:28: error: cannot find 'getpwuid' in scope
32 |
33 | public var pwShell: String? {
34 | guard let passwd = getpwuid(getuid()) else {
| `- error: cannot find 'getpwuid' in scope
35 | return nil
36 | }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:34:37: error: cannot find 'getuid' in scope
32 |
33 | public var pwShell: String? {
34 | guard let passwd = getpwuid(getuid()) else {
| `- error: cannot find 'getuid' in scope
35 | return nil
36 | }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:46:28: error: cannot find 'getpwuid' in scope
44 |
45 | public var pwUserName: String? {
46 | guard let passwd = getpwuid(getuid()) else {
| `- error: cannot find 'getpwuid' in scope
47 | return nil
48 | }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:46:37: error: cannot find 'getuid' in scope
44 |
45 | public var pwUserName: String? {
46 | guard let passwd = getpwuid(getuid()) else {
| `- error: cannot find 'getuid' in scope
47 | return nil
48 | }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:58:28: error: cannot find 'getpwuid' in scope
56 |
57 | public var pwDir: String? {
58 | guard let passwd = getpwuid(getuid()) else {
| `- error: cannot find 'getpwuid' in scope
59 | return nil
60 | }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:58:37: error: cannot find 'getuid' in scope
56 |
57 | public var pwDir: String? {
58 | guard let passwd = getpwuid(getuid()) else {
| `- error: cannot find 'getuid' in scope
59 | return nil
60 | }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:104:31: error: cannot find 'Process' in scope
102 | /// a terminal session.
103 | public var userEnvironment: [String : String] {
104 | guard let data = try? Process.executeAsUser(.init(path: "/usr/bin/env", environment: environment)) else {
| `- error: cannot find 'Process' in scope
105 | return environment
106 | }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:104:54: error: cannot infer contextual base in reference to member 'init'
102 | /// a terminal session.
103 | public var userEnvironment: [String : String] {
104 | guard let data = try? Process.executeAsUser(.init(path: "/usr/bin/env", environment: environment)) else {
| `- error: cannot infer contextual base in reference to member 'init'
105 | return environment
106 | }
BUILD FAILURE 6.3 wasm