The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build AwaitlessKit, reference main (9c2d94), with Swift 6.2 (beta) for Wasm on 9 Sep 2025 15:59:09 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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: 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/bonkey/AwaitlessKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9c2d942 Fix failing Linux build by disabling timeout-dependent tests (#27)
Cloned https://github.com/bonkey/AwaitlessKit.git
Revision (git rev-parse @):
9c2d9429b406448a8439af36111971b726171e6c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/bonkey/AwaitlessKit.git at main
========================================
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-4606859-0":/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/72781] Fetching swift-macro-testing, swift-syntax
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (6.66s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.72s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.3 (7.36s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/15367] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.16s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (7.30s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.6 (0.45s)
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.60s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.04s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5499] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (2.38s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.1 (2.80s)
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-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/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/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 SwiftSyntax600
[23/59] Compiling SwiftSyntax600 Empty.swift
[24/60] Wrapping AST for SwiftSyntax600 for debugging
[26/60] Emitting module SwiftSyntax509
[27/60] Compiling SwiftSyntax509 Empty.swift
[29/61] Emitting module SwiftSyntax510
[30/61] Compiling SwiftSyntax510 Empty.swift
[30/62] Wrapping AST for SwiftSyntax509 for debugging
[32/62] Wrapping AST for SwiftSyntax510 for debugging
[34/72] 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.
[35/90] 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.
[36/90] 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/126] 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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[38/126] 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.
[39/126] 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.
[40/126] 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.
BUILD FAILURE 6.2 wasm