Build Information
Failed to build ProcessService, reference 0.2.6 (369fb0
), with Swift 6.2 (beta) for Wasm on 20 Jun 2025 11:38:43 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/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.2
Building package at path: $PWD
https://github.com/ChimeHQ/ProcessService.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/ChimeHQ/ConcurrencyPlus
Fetching https://github.com/ChimeHQ/ProcessEnv
[1/372] Fetching concurrencyplus
[373/586] Fetching concurrencyplus, processenv
Fetched https://github.com/ChimeHQ/ProcessEnv from cache (0.20s)
Fetched https://github.com/ChimeHQ/ConcurrencyPlus from cache (0.20s)
Computing version for https://github.com/ChimeHQ/ProcessEnv
Computed https://github.com/ChimeHQ/ProcessEnv at 0.3.1 (0.62s)
Computing version for https://github.com/ChimeHQ/ConcurrencyPlus
Computed https://github.com/ChimeHQ/ConcurrencyPlus at 0.4.2 (0.47s)
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 ConcurrencyPlus Task+Relay.swift
/host/spi-builder-workspace/.build/checkouts/ConcurrencyPlus/Sources/ConcurrencyPlus/AsyncSubject.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An sequence that you can add values to using a function call.
[8/23] Compiling ProcessEnv ProcessInfo+UserEnvironment.swift
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/Process+Output.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public extension Process {
[9/23] Compiling ConcurrencyPlus TaskQueue.swift
/host/spi-builder-workspace/.build/checkouts/ConcurrencyPlus/Sources/ConcurrencyPlus/AsyncSubject.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An sequence that you can add values to using a function call.
[10/23] Compiling ProcessServiceShared ProcessServiceXPCProtocols.swift
/host/spi-builder-workspace/Sources/ProcessServiceShared/Process+Event.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension Process {
[11/23] Compiling ConcurrencyPlus Continuation+Resuming.swift
/host/spi-builder-workspace/.build/checkouts/ConcurrencyPlus/Sources/ConcurrencyPlus/AsyncSubject.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An sequence that you can add values to using a function call.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/23] Emitting module ProcessServiceShared
/host/spi-builder-workspace/Sources/ProcessServiceShared/Process+Event.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension Process {
[13/23] Compiling ProcessServiceShared Process+Event.swift
/host/spi-builder-workspace/Sources/ProcessServiceShared/Process+Event.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension Process {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/23] Emitting module ProcessEnv
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/Process+Output.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public extension Process {
[15/23] Compiling ProcessEnv Process+Output.swift
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/Process+Output.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public extension Process {
[16/23] Compiling ConcurrencyPlus NSXPCConnection+Continuation.swift
/host/spi-builder-workspace/.build/checkouts/ConcurrencyPlus/Sources/ConcurrencyPlus/AsyncSubject.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An sequence that you can add values to using a function call.
[17/23] Compiling ConcurrencyPlus MainActor+Unsafe.swift
/host/spi-builder-workspace/.build/checkouts/ConcurrencyPlus/Sources/ConcurrencyPlus/AsyncSubject.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An sequence that you can add values to using a function call.
[18/23] Compiling ConcurrencyPlus SendableContainers.swift
/host/spi-builder-workspace/.build/checkouts/ConcurrencyPlus/Sources/ConcurrencyPlus/AsyncSubject.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An sequence that you can add values to using a function call.
[19/23] Compiling ConcurrencyPlus RelaxedDispatchQueue.swift
/host/spi-builder-workspace/.build/checkouts/ConcurrencyPlus/Sources/ConcurrencyPlus/AsyncSubject.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An sequence that you can add values to using a function call.
[20/23] Compiling ProcessEnv Process+Parameters.swift
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/Process+Output.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public extension Process {
[21/23] Compiling ConcurrencyPlus AsyncSubject.swift
/host/spi-builder-workspace/.build/checkouts/ConcurrencyPlus/Sources/ConcurrencyPlus/AsyncSubject.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An sequence that you can add values to using a function call.
[22/23] Compiling ConcurrencyPlus AsyncThrowingSubject.swift
/host/spi-builder-workspace/.build/checkouts/ConcurrencyPlus/Sources/ConcurrencyPlus/AsyncSubject.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An sequence that you can add values to using a function call.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/23] Emitting module ConcurrencyPlus
/host/spi-builder-workspace/.build/checkouts/ConcurrencyPlus/Sources/ConcurrencyPlus/AsyncSubject.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An sequence that you can add values to using a function call.
BUILD FAILURE 6.2 wasm