The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swiftui-math, reference main (cf7c70), with Swift 6.1 for macOS (SPM) on 12 Jan 2026 14:02:12 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/gonzalezreal/swiftui-math.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/gonzalezreal/swiftui-math
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at cf7c701 Update README.md
Cloned https://github.com/gonzalezreal/swiftui-math.git
Revision (git rev-parse @):
cf7c70153b4b3f23e2340c7487d883f4abec1775
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/gonzalezreal/swiftui-math.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/gonzalezreal/swiftui-math.git
https://github.com/gonzalezreal/swiftui-math.git
{
  "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" : "/Users/admin/builder/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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/3] Write sources
[1/3] Copying mathFonts.bundle
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/44] Compiling SwiftUIMath AtomFactory.swift
[5/44] Compiling SwiftUIMath AtomList.swift
[6/44] Compiling SwiftUIMath Accent.swift
[7/44] Compiling SwiftUIMath Color.swift
[8/48] Compiling SwiftUIMath Overline.swift
[9/48] Compiling SwiftUIMath Radical.swift
[10/48] Compiling SwiftUIMath Space.swift
[11/48] Compiling SwiftUIMath Style.swift
[12/48] Compiling SwiftUIMath Table.swift
[13/48] Compiling SwiftUIMath TextColor.swift
[14/48] Compiling SwiftUIMath Underline.swift
[15/48] Compiling SwiftUIMath Parser.swift
[16/48] Compiling SwiftUIMath DisplayGlyphRun.swift
[17/48] Compiling SwiftUIMath DisplayLargeOperator.swift
[18/48] Compiling SwiftUIMath DisplayLine.swift
[19/48] Compiling SwiftUIMath DisplayList.swift
[20/48] Compiling SwiftUIMath DisplayNode.swift
[21/48] Compiling SwiftUIMath ColorBox.swift
[22/48] Compiling SwiftUIMath Fraction.swift
[23/48] Compiling SwiftUIMath Inner.swift
[24/48] Compiling SwiftUIMath LargeOperator.swift
[25/48] Compiling SwiftUIMath CGColor+HexString.swift
[26/48] Compiling SwiftUIMath KeyBox.swift
[27/48] Compiling SwiftUIMath ReadWriteLockIsolated.swift
[28/48] Compiling SwiftUIMath Unicode.swift
[29/48] Compiling SwiftUIMath Typesetter.swift
[30/48] Compiling SwiftUIMath FontMetrics.swift
[31/48] Compiling SwiftUIMath FontRegistry.swift
[32/48] Compiling SwiftUIMath FontTable.swift
[33/48] Compiling SwiftUIMath PlatformFont.swift
[34/48] Emitting module SwiftUIMath
[35/48] Compiling SwiftUIMath DisplayProvider.swift
[36/48] Compiling SwiftUIMath DisplayRadical.swift
[37/48] Compiling SwiftUIMath DisplayShiftedNode.swift
[38/48] Compiling SwiftUIMath DisplayTextRun.swift
[39/48] Compiling SwiftUIMath GraphicsContext+DisplayNode.swift
[40/48] Compiling SwiftUIMath Font.swift
[41/48] Compiling SwiftUIMath CGContext+DisplayNode.swift
[42/48] Compiling SwiftUIMath DisplayAccent.swift
[43/48] Compiling SwiftUIMath DisplayFraction.swift
[44/48] Compiling SwiftUIMath DisplayGlyph.swift
[45/48] Compiling SwiftUIMath Math.swift
[46/48] Compiling SwiftUIMath RenderingMode.swift
[47/48] Compiling SwiftUIMath TypesettingStyle.swift
[48/48] Compiling SwiftUIMath resource_bundle_accessor.swift
Build complete! (20.64s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing from cache
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (1.94s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (2.48s)
Fetching https://github.com/pointfreeco/swift-custom-dump from cache
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.00s)
Fetched https://github.com/swiftlang/swift-syntax from cache (1.88s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (2.40s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.74s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (4.11s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.8.1 (0.48s)
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/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
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
Build complete.
{
  "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" : "/Users/admin/builder/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" : "/Users/admin/builder/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"
}
Done.