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 Graphics, reference 0.4.1 (4d15d4), with Swift 6.2 (beta) for Wasm on 18 Jun 2025 15:01:05 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/dn-m/Graphics.git
Reference: 0.4.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/dn-m/Graphics
 * tag               0.4.1      -> FETCH_HEAD
HEAD is now at 4d15d49 Refine quarantined platforms, and regenerate linux tests (#41)
Cloned https://github.com/dn-m/Graphics.git
Revision (git rev-parse @):
4d15d498a072e0c2ce7964c76c71fc41c6715538
SUCCESS checkout https://github.com/dn-m/Graphics.git at 0.4.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dn-m/Graphics.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/dn-m/Structure
Fetching https://github.com/drmohundro/SWXMLHash
Fetching https://github.com/dn-m/Math
[1/841] Fetching math
[842/6670] Fetching math, structure
[1251/9490] Fetching math, structure, swxmlhash
Fetched https://github.com/dn-m/Math from cache (0.27s)
[7017/8649] Fetching structure, swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash from cache (0.37s)
Fetched https://github.com/dn-m/Structure from cache (0.37s)
Computing version for https://github.com/dn-m/Math
Computed https://github.com/dn-m/Math at 0.8.0 (0.73s)
Computing version for https://github.com/dn-m/Structure
Computed https://github.com/dn-m/Structure at 0.25.0 (2.21s)
Fetching https://github.com/dn-m/PerformanceTesting
[1/1525] Fetching performancetesting
Fetched https://github.com/dn-m/PerformanceTesting from cache (1.50s)
Computing version for https://github.com/dn-m/PerformanceTesting
Computed https://github.com/dn-m/PerformanceTesting at 0.4.0 (1.92s)
Computing version for https://github.com/drmohundro/SWXMLHash
Computed https://github.com/drmohundro/SWXMLHash at 4.9.0 (2.20s)
Creating working copy for https://github.com/drmohundro/SWXMLHash
Working copy of https://github.com/drmohundro/SWXMLHash resolved at 4.9.0
Creating working copy for https://github.com/dn-m/Structure
Working copy of https://github.com/dn-m/Structure resolved at 0.25.0
Creating working copy for https://github.com/dn-m/Math
Working copy of https://github.com/dn-m/Math resolved at 0.8.0
Creating working copy for https://github.com/dn-m/PerformanceTesting
Working copy of https://github.com/dn-m/PerformanceTesting resolved at 0.4.0
Building for debugging...
[0/13] Write sources
[12/13] Write swift-version-24593BA9C3E375BF.txt
[14/19] Compiling SWXMLHash shim.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:32:8: error: no such module 'Foundation'
  30 | // swiftlint:disable file_length
  31 |
  32 | import Foundation
     |        `- error: no such module 'Foundation'
  33 |
  34 | let rootElementName = "SWXMLHash_Root_Element"
[15/19] Compiling SWXMLHash XMLIndexer+XMLIndexerDeserializable.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:32:8: error: no such module 'Foundation'
  30 | // swiftlint:disable file_length
  31 |
  32 | import Foundation
     |        `- error: no such module 'Foundation'
  33 |
  34 | let rootElementName = "SWXMLHash_Root_Element"
[16/19] Compiling Destructure Destructure.swift
[17/19] Emitting module Destructure
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/20] Emitting module SWXMLHash
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:32:8: error: no such module 'Foundation'
  30 | // swiftlint:disable file_length
  31 |
  32 | import Foundation
     |        `- error: no such module 'Foundation'
  33 |
  34 | let rootElementName = "SWXMLHash_Root_Element"
[20/20] Compiling SWXMLHash SWXMLHash.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:32:8: error: no such module 'Foundation'
  30 | // swiftlint:disable file_length
  31 |
  32 | import Foundation
     |        `- error: no such module 'Foundation'
  33 |
  34 | let rootElementName = "SWXMLHash_Root_Element"
BUILD FAILURE 6.2 wasm