The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swiftui-math, reference 0.1.0 (0b5c2c), with Swift 6.1 for Linux on 11 Jan 2026 21:21:28 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 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:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/gonzalezreal/swiftui-math.git
https://github.com/gonzalezreal/swiftui-math.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.18.7",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    }
  ],
  "manifest_display_name" : "swiftui-math",
  "name" : "swiftui-math",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftUIMath",
      "targets" : [
        "SwiftUIMath"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftUIMathTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUIMathTests",
      "path" : "Tests/SwiftUIMathTests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "sources" : [
        "Internal/Display/TypesetterTests.swift",
        "Internal/Font/FontMetricsTests.swift",
        "Internal/Syntax/AtomListTests.swift",
        "Internal/Syntax/ParserTests.swift",
        "MathTests.swift"
      ],
      "target_dependencies" : [
        "SwiftUIMath"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftUIMath",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUIMath",
      "path" : "Sources/SwiftUIMath",
      "product_memberships" : [
        "SwiftUIMath"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftUIMath/mathFonts.bundle",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Font.swift",
        "Internal/Display/CGContext+DisplayNode.swift",
        "Internal/Display/DisplayAccent.swift",
        "Internal/Display/DisplayFraction.swift",
        "Internal/Display/DisplayGlyph.swift",
        "Internal/Display/DisplayGlyphRun.swift",
        "Internal/Display/DisplayLargeOperator.swift",
        "Internal/Display/DisplayLine.swift",
        "Internal/Display/DisplayList.swift",
        "Internal/Display/DisplayNode.swift",
        "Internal/Display/DisplayProvider.swift",
        "Internal/Display/DisplayRadical.swift",
        "Internal/Display/DisplayShiftedNode.swift",
        "Internal/Display/DisplayTextRun.swift",
        "Internal/Display/GraphicsContext+DisplayNode.swift",
        "Internal/Display/Typesetter.swift",
        "Internal/Font/FontMetrics.swift",
        "Internal/Font/FontRegistry.swift",
        "Internal/Font/FontTable.swift",
        "Internal/Font/PlatformFont.swift",
        "Internal/Helpers/CGColor+HexString.swift",
        "Internal/Helpers/KeyBox.swift",
        "Internal/Helpers/ReadWriteLockIsolated.swift",
        "Internal/Helpers/Unicode.swift",
        "Internal/Syntax/AtomFactory.swift",
        "Internal/Syntax/AtomList.swift",
        "Internal/Syntax/Atoms/Accent.swift",
        "Internal/Syntax/Atoms/Color.swift",
        "Internal/Syntax/Atoms/ColorBox.swift",
        "Internal/Syntax/Atoms/Fraction.swift",
        "Internal/Syntax/Atoms/Inner.swift",
        "Internal/Syntax/Atoms/LargeOperator.swift",
        "Internal/Syntax/Atoms/Overline.swift",
        "Internal/Syntax/Atoms/Radical.swift",
        "Internal/Syntax/Atoms/Space.swift",
        "Internal/Syntax/Atoms/Style.swift",
        "Internal/Syntax/Atoms/Table.swift",
        "Internal/Syntax/Atoms/TextColor.swift",
        "Internal/Syntax/Atoms/Underline.swift",
        "Internal/Syntax/Parser.swift",
        "Math.swift",
        "RenderingMode.swift",
        "TypesettingStyle.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:5a651828b24304580408903d9e8c129215b04dc69edd6058f3847d01e034cce9
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
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.25s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (3.91s)
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/swiftlang/swift-syntax
[1/4733] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.31s)
[1/73476] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (6.35s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (7.00s)
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.75s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (3.32s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.8.1 (0.84s)
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/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.7
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/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.8.1
Building for debugging...
[0/3] Write sources
[1/3] Copying mathFonts.bundle
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/43] 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 {
[5/43] 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 {
[6/43] 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 {
[7/43] 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 {
[8/43] 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 {
[9/43] 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 {
[10/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 {
[11/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 {
[12/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 {
[13/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 {
[14/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 {
[15/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 {
[16/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 {
[17/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 {
[18/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 {
[19/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 {
[20/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 {
[21/48] 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 {
[22/48] 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 {
[23/48] 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 {
[24/48] 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 {
[25/48] 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 {
[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 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 {
[32/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 {
[33/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 {
[34/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 {
[35/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 {
[36/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 {
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 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 {
[39/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 {
[40/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 {
[41/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 {
[42/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 {
[43/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 {
[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 {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:5a651828b24304580408903d9e8c129215b04dc69edd6058f3847d01e034cce9
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/41] 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 {
[3/41] 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 {
[4/41] 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 {
[5/41] 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 {
[6/41] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/41] 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 {
[8/41] 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 {
[9/41] 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 {
[10/41] 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 {
[11/41] 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 {
[12/41] 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 {
[13/41] 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 {
[14/41] 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 {
[15/41] 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 {
[16/41] 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 {
[17/41] 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 {
[18/41] 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 {
[19/41] 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 {
[20/46] 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 {
[21/46] 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 {
[22/46] 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 {
[23/46] 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 {
[24/46] 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 {
[25/46] 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 {
[26/46] 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 {
[27/46] 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 {
[28/46] 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 {
[29/46] 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 {
[30/46] 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 {
[31/46] 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 {
[32/46] 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 {
[33/46] 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 {
[34/46] 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 {
[35/46] 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 {
[36/46] 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 {
[37/46] 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 {
[38/46] 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 {
[39/46] 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 {
[40/46] 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 {
[41/46] 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 {
[42/46] 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 {
[43/46] 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 {
[44/46] 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 {
[45/46] 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 {
[46/46] 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 {
BUILD FAILURE 6.1 linux