The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swiftui-math, reference 0.1.0 (0b5c2c), with Swift 6.2 for Wasm on 11 Jan 2026 21:22:54 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-wasip1 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/gonzalezreal/swiftui-math.git
Reference: 0.1.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/gonzalezreal/swiftui-math
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 0b5c2cf Merge pull request #2 from gonzalezreal/prepare-for-release
Cloned https://github.com/gonzalezreal/swiftui-math.git
Revision (git rev-parse @):
0b5c2cfaaec8d6193db206f675048eeb5ce95f71
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/gonzalezreal/swiftui-math.git at 0.1.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/gonzalezreal/swiftui-math.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-wasip1 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:e45aebddbd3fb4404abe9276e0d450e6fc2ef4836b534e79623bcca11b80d266
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
warning: multiple Swift SDKs match target triple `wasm32-unknown-wasip1` and host triple x86_64-unknown-linux-gnu, selected one at /root/.swiftpm/swift-sdks/swift-6.2-RELEASE_wasm.artifactbundle/swift-6.2-RELEASE_wasm/wasm32-unknown-wasip1/swift-sdk.json
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/15625] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.37s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (3.81s)
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/swiftlang/swift-syntax
[1/4733] Fetching swift-custom-dump
[4734/78209] Fetching swift-custom-dump, swift-syntax
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (4.85s)
Fetched https://github.com/swiftlang/swift-syntax from cache (4.91s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (5.26s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5607] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.67s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (3.33s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.8.1 (0.42s)
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.8.1
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.7
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.2-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.2-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz (0.66s)
Building for debugging...
[0/3] Write sources
[1/3] Copying mathFonts.bundle
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/43] Compiling SwiftUIMath Space.swift
/host/spi-builder-workspace/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Math {
[5/43] Compiling SwiftUIMath Style.swift
/host/spi-builder-workspace/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Math {
[6/43] Compiling SwiftUIMath Table.swift
/host/spi-builder-workspace/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Math {
[7/43] Compiling SwiftUIMath TextColor.swift
/host/spi-builder-workspace/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Math {
[8/43] Compiling SwiftUIMath Underline.swift
/host/spi-builder-workspace/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Math {
[9/48] Compiling SwiftUIMath DisplayLargeOperator.swift
/host/spi-builder-workspace/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Math {
[10/48] Compiling SwiftUIMath DisplayLine.swift
/host/spi-builder-workspace/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Math {
[11/48] Compiling SwiftUIMath DisplayList.swift
/host/spi-builder-workspace/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Math {
[12/48] Compiling SwiftUIMath DisplayNode.swift
/host/spi-builder-workspace/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Math {
[13/48] Compiling SwiftUIMath DisplayProvider.swift
/host/spi-builder-workspace/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Math {
[14/48] Compiling SwiftUIMath DisplayRadical.swift
/host/spi-builder-workspace/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Math {
[15/48] Compiling SwiftUIMath AtomFactory.swift
/host/spi-builder-workspace/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Math {
[16/48] Compiling SwiftUIMath AtomList.swift
/host/spi-builder-workspace/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Math {
[17/48] Compiling SwiftUIMath Accent.swift
/host/spi-builder-workspace/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Math {
[18/48] Compiling SwiftUIMath Color.swift
/host/spi-builder-workspace/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Math {
[19/48] Compiling SwiftUIMath ColorBox.swift
/host/spi-builder-workspace/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Math {
[20/48] Compiling SwiftUIMath FontTable.swift
/host/spi-builder-workspace/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Math {
[21/48] Compiling SwiftUIMath PlatformFont.swift
/host/spi-builder-workspace/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Math {
[22/48] Compiling SwiftUIMath CGColor+HexString.swift
/host/spi-builder-workspace/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Math {
[23/48] Compiling SwiftUIMath KeyBox.swift
/host/spi-builder-workspace/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Math {
[24/48] Compiling SwiftUIMath ReadWriteLockIsolated.swift
/host/spi-builder-workspace/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Math {
[25/48] Compiling SwiftUIMath Unicode.swift
/host/spi-builder-workspace/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Math {
[26/48] Compiling SwiftUIMath Fraction.swift
/host/spi-builder-workspace/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Math {
[27/48] Compiling SwiftUIMath Inner.swift
/host/spi-builder-workspace/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Math {
[28/48] Compiling SwiftUIMath LargeOperator.swift
/host/spi-builder-workspace/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Math {
[29/48] Compiling SwiftUIMath Overline.swift
/host/spi-builder-workspace/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Math {
[30/48] Compiling SwiftUIMath Radical.swift
/host/spi-builder-workspace/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Math {
[31/48] Compiling SwiftUIMath Font.swift
/host/spi-builder-workspace/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Math {
[32/48] Compiling SwiftUIMath CGContext+DisplayNode.swift
/host/spi-builder-workspace/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Math {
[33/48] Compiling SwiftUIMath DisplayAccent.swift
/host/spi-builder-workspace/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Math {
[34/48] Compiling SwiftUIMath DisplayFraction.swift
/host/spi-builder-workspace/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Math {
[35/48] Compiling SwiftUIMath DisplayGlyph.swift
/host/spi-builder-workspace/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Math {
[36/48] Compiling SwiftUIMath DisplayGlyphRun.swift
/host/spi-builder-workspace/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Math {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[37/48] Emitting module SwiftUIMath
/host/spi-builder-workspace/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Math {
[38/48] Compiling SwiftUIMath DisplayShiftedNode.swift
/host/spi-builder-workspace/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Math {
[39/48] Compiling SwiftUIMath DisplayTextRun.swift
/host/spi-builder-workspace/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Math {
[40/48] Compiling SwiftUIMath GraphicsContext+DisplayNode.swift
/host/spi-builder-workspace/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Math {
[41/48] Compiling SwiftUIMath Typesetter.swift
/host/spi-builder-workspace/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Math {
[42/48] Compiling SwiftUIMath FontMetrics.swift
/host/spi-builder-workspace/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Math {
[43/48] Compiling SwiftUIMath FontRegistry.swift
/host/spi-builder-workspace/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Math {
[44/48] Compiling SwiftUIMath Parser.swift
/host/spi-builder-workspace/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Math {
[45/48] Compiling SwiftUIMath Math.swift
/host/spi-builder-workspace/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Math {
[46/48] Compiling SwiftUIMath RenderingMode.swift
/host/spi-builder-workspace/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Math {
[47/48] Compiling SwiftUIMath TypesettingStyle.swift
/host/spi-builder-workspace/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Math {
[48/48] Compiling SwiftUIMath resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Math {
BUILD FAILURE 6.2 wasm