Build Information
Failed to build AwaitlessKit, reference 8.2.0 (009de9
), with Swift 6.2 (beta) for Wasm on 7 Sep 2025 23:05:43 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bonkey/AwaitlessKit.git
Reference: 8.2.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/bonkey/AwaitlessKit
* tag 8.2.0 -> FETCH_HEAD
HEAD is now at 009de95 Pin swift-syntax dependency to 600.0.1 and add a full-clean Justfile target.
Cloned https://github.com/bonkey/AwaitlessKit.git
Revision (git rev-parse @):
009de9504d4e52f01bcb84d507af2295a0c28c91
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/bonkey/AwaitlessKit.git at 8.2.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/bonkey/AwaitlessKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:3160178686d03086db4c1712d78c1980537bb37521128c64baade7f466b6b4aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/pointfreeco/swift-macro-testing.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/908] Fetching swift-macro-testing
[909/72773] Fetching swift-macro-testing, swift-syntax
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (4.81s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.87s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.3 (5.47s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/15372] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.67s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (5.04s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.6 (0.33s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4598] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.31s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.63s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5505] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.61s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.1 (0.95s)
Creating working copy for https://github.com/pointfreeco/swift-macro-testing.git
Working copy of https://github.com/pointfreeco/swift-macro-testing.git resolved at 0.6.3
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.6
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.6.1
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Building for debugging...
[0/39] Write sources
[19/39] Compiling _SwiftSyntaxCShims dummy.c
[20/39] Write swift-version-24593BA9C3E375BF.txt
[22/59] Emitting module SwiftSyntax509
[23/59] Compiling SwiftSyntax509 Empty.swift
[25/60] Emitting module SwiftSyntax510
[26/60] Compiling SwiftSyntax510 Empty.swift
[26/61] Wrapping AST for SwiftSyntax509 for debugging
[29/61] Compiling SwiftSyntax600 Empty.swift
[30/61] Emitting module SwiftSyntax600
[32/62] Compiling AwaitlessCore NoasyncError.swift
/host/spi-builder-workspace/Sources/AwaitlessCore/AwaitlessAvailability.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// Defines the availability of the generated synchronous function.
[32/62] Wrapping AST for SwiftSyntax510 for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[34/62] Emitting module AwaitlessCore
/host/spi-builder-workspace/Sources/AwaitlessCore/AwaitlessAvailability.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// Defines the availability of the generated synchronous function.
[35/62] Compiling AwaitlessCore AwaitlessAvailability.swift
/host/spi-builder-workspace/Sources/AwaitlessCore/AwaitlessAvailability.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// Defines the availability of the generated synchronous function.
[36/62] Compiling AwaitlessCore AwaitlessableExtensionGeneration.swift
/host/spi-builder-workspace/Sources/AwaitlessCore/AwaitlessAvailability.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// Defines the availability of the generated synchronous function.
[37/62] Compiling AwaitlessCore AwaitlessDelivery.swift
/host/spi-builder-workspace/Sources/AwaitlessCore/AwaitlessAvailability.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// Defines the availability of the generated synchronous function.
[38/62] Compiling AwaitlessCore AwaitlessSynchronizationStrategy.swift
/host/spi-builder-workspace/Sources/AwaitlessCore/AwaitlessAvailability.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// Defines the availability of the generated synchronous function.
[39/62] Compiling AwaitlessCore AwaitlessConfigData.swift
/host/spi-builder-workspace/Sources/AwaitlessCore/AwaitlessAvailability.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// Defines the availability of the generated synchronous function.
[39/62] Wrapping AST for SwiftSyntax600 for debugging
BUILD FAILURE 6.2 wasm