Build Information
Failed to build Asynchrone, reference main (1ddfcd
), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 22:25:58 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/reddavis/Asynchrone.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/reddavis/Asynchrone
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 1ddfcd3 feat: remove Jazzy documentation (#52)
Cloned https://github.com/reddavis/Asynchrone.git
Revision (git rev-parse @):
1ddfcd3bc93277f68dffb793fc60001902f2517b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/reddavis/Asynchrone.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/reddavis/Asynchrone.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/32] Compiling Asynchrone CombineLatestAsyncSequence.swift
/host/spi-builder-workspace/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @rethrows
[4/32] Compiling Asynchrone CurrentElementAsyncSequence.swift
/host/spi-builder-workspace/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @rethrows
[5/32] Compiling Asynchrone DebounceAsyncSequence.swift
/host/spi-builder-workspace/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @rethrows
[6/32] Compiling Asynchrone DelayAsyncSequence.swift
/host/spi-builder-workspace/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @rethrows
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/32] Emitting module Asynchrone
/host/spi-builder-workspace/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @rethrows
[8/36] Compiling Asynchrone MergeAsyncSequence.swift
/host/spi-builder-workspace/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @rethrows
[9/36] Compiling Asynchrone NotificationCenterAsyncSequence.swift
/host/spi-builder-workspace/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @rethrows
[10/36] Compiling Asynchrone PassthroughAsyncSequence.swift
/host/spi-builder-workspace/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @rethrows
[11/36] Compiling Asynchrone RemoveDuplicatesAsyncSequence.swift
/host/spi-builder-workspace/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @rethrows
[12/36] Compiling Asynchrone ReplaceErrorAsyncSequence.swift
/host/spi-builder-workspace/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @rethrows
[13/36] Compiling Asynchrone SequenceAsyncSequence.swift
/host/spi-builder-workspace/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @rethrows
[14/36] Compiling Asynchrone SharedAsyncSequence.swift
/host/spi-builder-workspace/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @rethrows
[15/36] Compiling Asynchrone ThrottleAsyncSequence.swift
/host/spi-builder-workspace/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @rethrows
[16/36] Compiling Asynchrone Empty.swift
/host/spi-builder-workspace/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @rethrows
[17/36] Compiling Asynchrone Fail.swift
/host/spi-builder-workspace/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @rethrows
[18/36] Compiling Asynchrone Just.swift
/host/spi-builder-workspace/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @rethrows
[19/36] Compiling Asynchrone Merge3AsyncSequence.swift
/host/spi-builder-workspace/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @rethrows
[20/36] Compiling Asynchrone AsyncSequenceCompletion.swift
/host/spi-builder-workspace/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @rethrows
[21/36] Compiling Asynchrone CatchErrorAsyncSequence.swift
/host/spi-builder-workspace/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @rethrows
[22/36] Compiling Asynchrone ChainAsyncSequenceable.swift
/host/spi-builder-workspace/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @rethrows
[23/36] Compiling Asynchrone CombineLatest3AsyncSequence.swift
/host/spi-builder-workspace/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @rethrows
[24/36] Compiling Asynchrone Task+Extension.swift
/host/spi-builder-workspace/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @rethrows
[25/36] Compiling Asynchrone TimeInterval+Extension.swift
/host/spi-builder-workspace/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @rethrows
[26/36] Compiling Asynchrone AnyAsyncSequenceable.swift
/host/spi-builder-workspace/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @rethrows
[27/36] Compiling Asynchrone AnyThrowingAsyncSequenceable.swift
/host/spi-builder-workspace/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @rethrows
[28/36] Compiling Asynchrone ErrorMechanism.swift
/host/spi-builder-workspace/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @rethrows
[29/36] Compiling Asynchrone RethrowingAccessor.swift
/host/spi-builder-workspace/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @rethrows
[30/36] Compiling Asynchrone AsyncSequence+Extension.swift
/host/spi-builder-workspace/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @rethrows
[31/36] Compiling Asynchrone AsyncStream+Extension.swift
/host/spi-builder-workspace/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @rethrows
[32/36] Compiling Asynchrone AsyncThrowingStream+Extension.swift
/host/spi-builder-workspace/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @rethrows
[33/36] Compiling Asynchrone ThrowingPassthroughAsyncSequence.swift
/host/spi-builder-workspace/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @rethrows
[34/36] Compiling Asynchrone TimerAsyncSequence.swift
/host/spi-builder-workspace/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @rethrows
[35/36] Compiling Asynchrone Zip3AsyncSequence.swift
/host/spi-builder-workspace/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @rethrows
[36/36] Compiling Asynchrone ZipAsyncSequence.swift
/host/spi-builder-workspace/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @rethrows
BUILD FAILURE 6.2 wasm