Build Information
Failed to build ProcessService, reference main (250692
), with Swift 6.2 (beta) for Wasm on 20 Jun 2025 11:38:32 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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: main
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
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 250692f funding
Cloned https://github.com/ChimeHQ/ProcessService.git
Revision (git rev-parse @):
250692fa3002394eee1b81a94ee94a7d44d93193
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/ProcessService.git at main
========================================
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-4606859-2":/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/AsyncXPCConnection
[1/176] Fetching asyncxpcconnection
Fetched https://github.com/ChimeHQ/AsyncXPCConnection from cache (0.43s)
Fetching https://github.com/ChimeHQ/ProcessEnv
Fetching https://github.com/mattmassicotte/Queue
[1/308] Fetching queue
[276/522] Fetching queue, processenv
Fetched https://github.com/mattmassicotte/Queue from cache (0.43s)
Fetched https://github.com/ChimeHQ/ProcessEnv from cache (0.43s)
Computing version for https://github.com/ChimeHQ/ProcessEnv
Computed https://github.com/ChimeHQ/ProcessEnv at 0.3.1 (1.32s)
Computing version for https://github.com/mattmassicotte/Queue
Computed https://github.com/mattmassicotte/Queue at 0.2.1 (0.93s)
Creating working copy for https://github.com/ChimeHQ/AsyncXPCConnection
Working copy of https://github.com/ChimeHQ/AsyncXPCConnection resolved at 82a0eb00a0d881e6a65cad0acc031c1efd058d06
Creating working copy for https://github.com/mattmassicotte/Queue
Working copy of https://github.com/mattmassicotte/Queue resolved at 0.2.1
Creating working copy for https://github.com/ChimeHQ/ProcessEnv
Working copy of https://github.com/ChimeHQ/ProcessEnv resolved at 0.3.1
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/21] Emitting module Queue
/host/spi-builder-workspace/.build/checkouts/Queue/Sources/Queue/AsyncQueue.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | fileprivate protocol Cancellable {
[9/21] Compiling Queue AsyncQueue.swift
/host/spi-builder-workspace/.build/checkouts/Queue/Sources/Queue/AsyncQueue.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | fileprivate protocol Cancellable {
[10/21] 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 {
[11/21] 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 {
[12/21] 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)
[13/21] 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 {
[14/21] 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 {
[15/21] Compiling Queue AsyncSerialQueue.swift
/host/spi-builder-workspace/.build/checkouts/Queue/Sources/Queue/AsyncQueue.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | fileprivate protocol Cancellable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/21] 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 {
[17/21] 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 {
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/NSXPCConnection+Continuations.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | enum ConnectionContinuationError: Error {
BUILD FAILURE 6.2 wasm