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 Swift2D, reference 2.2.1 (c49fa3), with Swift 6.2 (beta) for Wasm on 24 Jun 2025 06:02:11 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/richardpiazza/Swift2D.git
Reference: 2.2.1
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/richardpiazza/Swift2D
 * tag               2.2.1      -> FETCH_HEAD
HEAD is now at c49fa30 API Cleanup (#8)
Cloned https://github.com/richardpiazza/Swift2D.git
Revision (git rev-parse @):
c49fa308e8d50d3d721b26f5ff8bc276fa84acf2
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/richardpiazza/Swift2D.git at 2.2.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/richardpiazza/Swift2D.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/nicklockwood/SwiftFormat
[1/48941] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (28.18s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.56.4 (31.20s)
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.56.4
[1/1] Compiling plugin SwiftFormatPlugin
Building for debugging...
[1/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/10] Compiling Swift2D Size+CoreGraphics.swift
/host/spi-builder-workspace/Sources/Swift2D/Point+CoreGraphics.swift:4:8: error: no such module 'Foundation'
 2 | import CoreGraphics
 3 | #else
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 | #endif
 6 |
[5/10] Compiling Swift2D Size.swift
/host/spi-builder-workspace/Sources/Swift2D/Point+CoreGraphics.swift:4:8: error: no such module 'Foundation'
 2 | import CoreGraphics
 3 | #else
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 | #endif
 6 |
[6/10] Compiling Swift2D Rect+CoreGraphics.swift
/host/spi-builder-workspace/Sources/Swift2D/Point+CoreGraphics.swift:4:8: error: no such module 'Foundation'
 2 | import CoreGraphics
 3 | #else
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 | #endif
 6 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/10] Compiling Swift2D Point.swift
/host/spi-builder-workspace/Sources/Swift2D/Point+CoreGraphics.swift:4:8: error: no such module 'Foundation'
 2 | import CoreGraphics
 3 | #else
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 | #endif
 6 |
[8/10] Emitting module Swift2D
/host/spi-builder-workspace/Sources/Swift2D/Point+CoreGraphics.swift:4:8: error: no such module 'Foundation'
 2 | import CoreGraphics
 3 | #else
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 | #endif
 6 |
[9/10] Compiling Swift2D Point+CoreGraphics.swift
/host/spi-builder-workspace/Sources/Swift2D/Point+CoreGraphics.swift:4:8: error: no such module 'Foundation'
 2 | import CoreGraphics
 3 | #else
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 | #endif
 6 |
[10/10] Compiling Swift2D Rect.swift
/host/spi-builder-workspace/Sources/Swift2D/Point+CoreGraphics.swift:4:8: error: no such module 'Foundation'
 2 | import CoreGraphics
 3 | #else
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 | #endif
 6 |
BUILD FAILURE 6.2 wasm