Build Information
Failed to build AsyncOperations, reference main (c7fd2a
), with Swift 6.2 (beta) for Wasm on 21 Aug 2025 21:07:10 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/Frizlab/AsyncOperations.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/Frizlab/AsyncOperations
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c7fd2ae Fix a Sendability warning
Cloned https://github.com/Frizlab/AsyncOperations.git
Revision (git rev-parse @):
c7fd2aeaa4c9acce2081e455f86d4689831fd93f
SUCCESS checkout https://github.com/Frizlab/AsyncOperations.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Frizlab/AsyncOperations.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/happn-app/RetryingOperation.git
[1/395] Fetching retryingoperation
Fetched https://github.com/happn-app/RetryingOperation.git from cache (1.15s)
Computing version for https://github.com/happn-app/RetryingOperation.git
Computed https://github.com/happn-app/RetryingOperation.git at 1.1.8 (1.71s)
Fetching https://github.com/apple/swift-log.git
[1/3897] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.80s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (1.32s)
Creating working copy for https://github.com/happn-app/RetryingOperation.git
Working copy of https://github.com/happn-app/RetryingOperation.git resolved at 1.1.8
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/9] Emitting module Logging
[6/9] Compiling Logging Locks.swift
[7/9] Compiling Logging MetadataProvider.swift
[8/9] Compiling Logging LogHandler.swift
[9/9] Compiling Logging Logging.swift
[11/15] Compiling RetryingOperation WrappedRetryingOperation.swift
/host/spi-builder-workspace/.build/checkouts/RetryingOperation/Sources/RetryingOperation/RetryHelper.swift:16:8: error: no such module 'Foundation'
14 | limitations under the License. */
15 |
16 | import Foundation
| `- error: no such module 'Foundation'
17 |
18 |
[12/15] Compiling RetryingOperation RetryingOperationConfig.swift
/host/spi-builder-workspace/.build/checkouts/RetryingOperation/Sources/RetryingOperation/RetryHelper.swift:16:8: error: no such module 'Foundation'
14 | limitations under the License. */
15 |
16 | import Foundation
| `- error: no such module 'Foundation'
17 |
18 |
[13/15] Compiling RetryingOperation RetryingOperation.swift
/host/spi-builder-workspace/.build/checkouts/RetryingOperation/Sources/RetryingOperation/RetryHelper.swift:16:8: error: no such module 'Foundation'
14 | limitations under the License. */
15 |
16 | import Foundation
| `- error: no such module 'Foundation'
17 |
18 |
[14/15] Compiling RetryingOperation RetryHelper.swift
/host/spi-builder-workspace/.build/checkouts/RetryingOperation/Sources/RetryingOperation/RetryHelper.swift:16:8: error: no such module 'Foundation'
14 | limitations under the License. */
15 |
16 | import Foundation
| `- error: no such module 'Foundation'
17 |
18 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/15] Emitting module RetryingOperation
/host/spi-builder-workspace/.build/checkouts/RetryingOperation/Sources/RetryingOperation/RetryHelper.swift:16:8: error: no such module 'Foundation'
14 | limitations under the License. */
15 |
16 | import Foundation
| `- error: no such module 'Foundation'
17 |
18 |
BUILD FAILURE 6.2 wasm