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 FlyingFoxMacros, reference 0.2.0 (50241a), with Swift 6.2 (beta) for Wasm on 6 Sep 2025 06:49:31 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/swhitty/FlyingFoxMacros.git
Reference: 0.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/swhitty/FlyingFoxMacros
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at 50241a0 Merge pull request #1 from swhitty/swift-syntax-prebuilt
Cloned https://github.com/swhitty/FlyingFoxMacros.git
Revision (git rev-parse @):
50241a0c9dc7e2709e4ce72836b2c487ad02b31f
SUCCESS checkout https://github.com/swhitty/FlyingFoxMacros.git at 0.2.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/swhitty/FlyingFoxMacros.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/swhitty/FlyingFox.git
Fetching https://github.com/swiftlang/swift-syntax
[1/5561] Fetching flyingfox
[5562/77424] Fetching flyingfox, swift-syntax
Fetched https://github.com/swhitty/FlyingFox.git from cache (4.64s)
Fetched https://github.com/swiftlang/swift-syntax from cache (4.70s)
Computing version for https://github.com/swhitty/FlyingFox.git
Computed https://github.com/swhitty/FlyingFox.git at 0.25.0 (5.21s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (2.84s)
Creating working copy for https://github.com/swhitty/FlyingFox.git
Working copy of https://github.com/swhitty/FlyingFox.git resolved at 0.25.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Building for debugging...
[0/39] Write sources
[19/39] Compiling _SwiftSyntaxCShims dummy.c
[20/39] Write swift-version-24593BA9C3E375BF.txt
[22/75] Emitting module SwiftSyntax600
[23/75] Compiling SwiftSyntax601 Empty.swift
[24/75] Emitting module SwiftSyntax601
[26/76] Compiling SwiftSyntax600 Empty.swift
[28/77] Emitting module SwiftSyntax509
[29/77] Compiling SwiftSyntax509 Empty.swift
[31/78] Compiling FlyingSocks AsyncBufferedSequence+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/AsyncBufferedCollection.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
   |        `- error: no such module 'Foundation'
33 |
34 | package struct AsyncBufferedCollection<C: Collection>: AsyncBufferedSequence where C: Sendable, C.Element: Sendable {
[32/78] Compiling FlyingSocks AsyncBufferedSequence.swift
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/AsyncBufferedCollection.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
   |        `- error: no such module 'Foundation'
33 |
34 | package struct AsyncBufferedCollection<C: Collection>: AsyncBufferedSequence where C: Sendable, C.Element: Sendable {
[33/78] Compiling FlyingSocks AsyncChunkedSequence.swift
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/AsyncBufferedCollection.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
   |        `- error: no such module 'Foundation'
33 |
34 | package struct AsyncBufferedCollection<C: Collection>: AsyncBufferedSequence where C: Sendable, C.Element: Sendable {
[34/78] Compiling FlyingSocks AsyncSharedReplaySequence.swift
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/AsyncBufferedCollection.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
   |        `- error: no such module 'Foundation'
33 |
34 | package struct AsyncBufferedCollection<C: Collection>: AsyncBufferedSequence where C: Sendable, C.Element: Sendable {
[34/78] Wrapping AST for SwiftSyntax601 for debugging
[35/81] Wrapping AST for SwiftSyntax509 for debugging
[36/81] Wrapping AST for SwiftSyntax600 for debugging
[38/81] Compiling FlyingSocks SocketPool+ePoll.swift
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/AsyncBufferedCollection.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
   |        `- error: no such module 'Foundation'
33 |
34 | package struct AsyncBufferedCollection<C: Collection>: AsyncBufferedSequence where C: Sendable, C.Element: Sendable {
[39/81] Compiling FlyingSocks SocketPool+kQueue.swift
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/AsyncBufferedCollection.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
   |        `- error: no such module 'Foundation'
33 |
34 | package struct AsyncBufferedCollection<C: Collection>: AsyncBufferedSequence where C: Sendable, C.Element: Sendable {
[40/81] Compiling FlyingSocks SocketPool.swift
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/AsyncBufferedCollection.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
   |        `- error: no such module 'Foundation'
33 |
34 | package struct AsyncBufferedCollection<C: Collection>: AsyncBufferedSequence where C: Sendable, C.Element: Sendable {
[41/81] Emitting module SwiftSyntax510
[42/81] Compiling SwiftSyntax510 Empty.swift
[43/82] Compiling FlyingSocks AsyncBufferedCollection.swift
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/AsyncBufferedCollection.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
   |        `- error: no such module 'Foundation'
33 |
34 | package struct AsyncBufferedCollection<C: Collection>: AsyncBufferedSequence where C: Sendable, C.Element: Sendable {
[44/82] Compiling FlyingSocks AsyncBufferedEmptySequence.swift
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/AsyncBufferedCollection.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
   |        `- error: no such module 'Foundation'
33 |
34 | package struct AsyncBufferedCollection<C: Collection>: AsyncBufferedSequence where C: Sendable, C.Element: Sendable {
[45/82] Compiling FlyingSocks AsyncBufferedFileSequence.swift
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/AsyncBufferedCollection.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
   |        `- error: no such module 'Foundation'
33 |
34 | package struct AsyncBufferedCollection<C: Collection>: AsyncBufferedSequence where C: Sendable, C.Element: Sendable {
[46/82] Compiling FlyingSocks AsyncBufferedPrefixSequence.swift
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/AsyncBufferedCollection.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
   |        `- error: no such module 'Foundation'
33 |
34 | package struct AsyncBufferedCollection<C: Collection>: AsyncBufferedSequence where C: Sendable, C.Element: Sendable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[47/82] Emitting module FlyingSocks
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/AsyncBufferedCollection.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
   |        `- error: no such module 'Foundation'
33 |
34 | package struct AsyncBufferedCollection<C: Collection>: AsyncBufferedSequence where C: Sendable, C.Element: Sendable {
[49/82] Compiling FlyingSocks SwiftSupport.swift
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/AsyncBufferedCollection.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
   |        `- error: no such module 'Foundation'
33 |
34 | package struct AsyncBufferedCollection<C: Collection>: AsyncBufferedSequence where C: Sendable, C.Element: Sendable {
[50/82] Compiling FlyingSocks Task+Timeout.swift
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/AsyncBufferedCollection.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
   |        `- error: no such module 'Foundation'
33 |
34 | package struct AsyncBufferedCollection<C: Collection>: AsyncBufferedSequence where C: Sendable, C.Element: Sendable {
[51/82] Compiling FlyingSocks Transferring.swift
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/AsyncBufferedCollection.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
   |        `- error: no such module 'Foundation'
33 |
34 | package struct AsyncBufferedCollection<C: Collection>: AsyncBufferedSequence where C: Sendable, C.Element: Sendable {
[52/82] Compiling FlyingSocks AsyncSocket.swift
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/AsyncBufferedCollection.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
   |        `- error: no such module 'Foundation'
33 |
34 | package struct AsyncBufferedCollection<C: Collection>: AsyncBufferedSequence where C: Sendable, C.Element: Sendable {
[53/82] Compiling FlyingSocks ConsumingAsyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/AsyncBufferedCollection.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
   |        `- error: no such module 'Foundation'
33 |
34 | package struct AsyncBufferedCollection<C: Collection>: AsyncBufferedSequence where C: Sendable, C.Element: Sendable {
[54/82] Compiling FlyingSocks IdentifiableContinuation.swift
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/AsyncBufferedCollection.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
   |        `- error: no such module 'Foundation'
33 |
34 | package struct AsyncBufferedCollection<C: Collection>: AsyncBufferedSequence where C: Sendable, C.Element: Sendable {
[55/82] Compiling FlyingSocks Logging+OSLog.swift
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/AsyncBufferedCollection.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
   |        `- error: no such module 'Foundation'
33 |
34 | package struct AsyncBufferedCollection<C: Collection>: AsyncBufferedSequence where C: Sendable, C.Element: Sendable {
[56/82] Compiling FlyingSocks Logging.swift
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/AsyncBufferedCollection.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
   |        `- error: no such module 'Foundation'
33 |
34 | package struct AsyncBufferedCollection<C: Collection>: AsyncBufferedSequence where C: Sendable, C.Element: Sendable {
[57/82] Compiling FlyingSocks Mutex.swift
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/AsyncBufferedCollection.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
   |        `- error: no such module 'Foundation'
33 |
34 | package struct AsyncBufferedCollection<C: Collection>: AsyncBufferedSequence where C: Sendable, C.Element: Sendable {
[58/82] Compiling FlyingSocks MutexSwift5.swift
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/AsyncBufferedCollection.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
   |        `- error: no such module 'Foundation'
33 |
34 | package struct AsyncBufferedCollection<C: Collection>: AsyncBufferedSequence where C: Sendable, C.Element: Sendable {
[59/82] Compiling FlyingSocks Socket+Android.swift
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/AsyncBufferedCollection.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
   |        `- error: no such module 'Foundation'
33 |
34 | package struct AsyncBufferedCollection<C: Collection>: AsyncBufferedSequence where C: Sendable, C.Element: Sendable {
[59/82] Wrapping AST for SwiftSyntax510 for debugging
[61/82] Compiling FlyingSocks Socket.swift
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/AsyncBufferedCollection.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
   |        `- error: no such module 'Foundation'
33 |
34 | package struct AsyncBufferedCollection<C: Collection>: AsyncBufferedSequence where C: Sendable, C.Element: Sendable {
[62/82] Compiling FlyingSocks SocketAddress.swift
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/AsyncBufferedCollection.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
   |        `- error: no such module 'Foundation'
33 |
34 | package struct AsyncBufferedCollection<C: Collection>: AsyncBufferedSequence where C: Sendable, C.Element: Sendable {
[63/82] Compiling FlyingSocks SocketError.swift
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/AsyncBufferedCollection.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
   |        `- error: no such module 'Foundation'
33 |
34 | package struct AsyncBufferedCollection<C: Collection>: AsyncBufferedSequence where C: Sendable, C.Element: Sendable {
[64/82] Compiling FlyingSocks SocketPool+Poll.swift
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/AsyncBufferedCollection.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
   |        `- error: no such module 'Foundation'
33 |
34 | package struct AsyncBufferedCollection<C: Collection>: AsyncBufferedSequence where C: Sendable, C.Element: Sendable {
[65/82] Compiling FlyingSocks Socket+Darwin.swift
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/AsyncBufferedCollection.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
   |        `- error: no such module 'Foundation'
33 |
34 | package struct AsyncBufferedCollection<C: Collection>: AsyncBufferedSequence where C: Sendable, C.Element: Sendable {
[66/82] Compiling FlyingSocks Socket+Glibc.swift
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/AsyncBufferedCollection.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
   |        `- error: no such module 'Foundation'
33 |
34 | package struct AsyncBufferedCollection<C: Collection>: AsyncBufferedSequence where C: Sendable, C.Element: Sendable {
[67/82] Compiling FlyingSocks Socket+Musl.swift
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/AsyncBufferedCollection.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
   |        `- error: no such module 'Foundation'
33 |
34 | package struct AsyncBufferedCollection<C: Collection>: AsyncBufferedSequence where C: Sendable, C.Element: Sendable {
[68/82] Compiling FlyingSocks Socket+WinSock2.swift
/host/spi-builder-workspace/.build/checkouts/FlyingFox/FlyingSocks/Sources/AsyncBufferedCollection.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
   |        `- error: no such module 'Foundation'
33 |
34 | package struct AsyncBufferedCollection<C: Collection>: AsyncBufferedSequence where C: Sendable, C.Element: Sendable {
BUILD FAILURE 6.2 wasm