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 RedUx, reference main (38b122), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 15:50:54 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/RedUx.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/RedUx
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 38b1228 feat: declare ValueStatus as sendable (#39)
Cloned https://github.com/reddavis/RedUx.git
Revision (git rev-parse @):
38b1228a27ec9a88ecc8620f1c2e0ecb415f7c23
SUCCESS checkout https://github.com/reddavis/RedUx.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/reddavis/RedUx.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/reddavis/Asynchrone
[1/4315] Fetching asynchrone
Fetched https://github.com/reddavis/Asynchrone from cache (2.29s)
Creating working copy for https://github.com/reddavis/Asynchrone
Working copy of https://github.com/reddavis/Asynchrone resolved at main (1ddfcd3)
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/33] Compiling Asynchrone Task+Extension.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | @rethrows
[5/33] Compiling Asynchrone TimeInterval+Extension.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | @rethrows
[6/33] Compiling Asynchrone AnyAsyncSequenceable.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | @rethrows
[7/33] Compiling Asynchrone AnyThrowingAsyncSequenceable.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | @rethrows
[8/37] Compiling Asynchrone MergeAsyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | @rethrows
[9/37] Compiling Asynchrone NotificationCenterAsyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | @rethrows
[10/37] Compiling Asynchrone PassthroughAsyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | @rethrows
[11/37] Compiling Asynchrone RemoveDuplicatesAsyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | @rethrows
[12/37] Compiling Asynchrone ReplaceErrorAsyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | @rethrows
[13/37] Compiling Asynchrone SequenceAsyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | @rethrows
[14/37] Compiling Asynchrone SharedAsyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | @rethrows
[15/37] Compiling Asynchrone ThrottleAsyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | @rethrows
[16/37] Compiling Asynchrone ThrowingPassthroughAsyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | @rethrows
[17/37] Compiling Asynchrone TimerAsyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | @rethrows
[18/37] Compiling Asynchrone Zip3AsyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | @rethrows
[19/37] Compiling Asynchrone ZipAsyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | @rethrows
[20/37] Compiling Asynchrone AsyncSequenceCompletion.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | @rethrows
[21/37] Compiling Asynchrone CatchErrorAsyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | @rethrows
[22/37] Compiling Asynchrone ChainAsyncSequenceable.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | @rethrows
[23/37] Compiling Asynchrone CombineLatest3AsyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | @rethrows
[24/37] Compiling Asynchrone CombineLatestAsyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | @rethrows
[25/37] Compiling Asynchrone CurrentElementAsyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | @rethrows
[26/37] Compiling Asynchrone DebounceAsyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | @rethrows
[27/37] Compiling Asynchrone DelayAsyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/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)
[28/37] Emitting module Asynchrone
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | @rethrows
[29/37] Compiling Asynchrone Empty.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | @rethrows
[30/37] Compiling Asynchrone Fail.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | @rethrows
[31/37] Compiling Asynchrone Just.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | @rethrows
[32/37] Compiling Asynchrone Merge3AsyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | @rethrows
[33/37] Compiling Asynchrone ErrorMechanism.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | @rethrows
[34/37] Compiling Asynchrone RethrowingAccessor.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | @rethrows
[35/37] Compiling Asynchrone AsyncSequence+Extension.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | @rethrows
[36/37] Compiling Asynchrone AsyncStream+Extension.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Common/RethrowingAccessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | @rethrows
[37/37] Compiling Asynchrone AsyncThrowingStream+Extension.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/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