The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftMath, reference 1.7.3 (fa8244), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 16:35:23 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mgriebling/SwiftMath.git
Reference: 1.7.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mgriebling/SwiftMath
 * tag               1.7.3      -> FETCH_HEAD
HEAD is now at fa8244e Merge pull request #50 from raskavil/main
Cloned https://github.com/mgriebling/SwiftMath.git
Revision (git rev-parse @):
fa8244ed032f4a1ade4cb0571bf87d2f1a9fd2d7
SUCCESS checkout https://github.com/mgriebling/SwiftMath.git at 1.7.3
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swiftmath",
      "name": "SwiftMath",
      "url": "https://github.com/mgriebling/SwiftMath.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftMath",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/mgriebling/SwiftMath.git
[1/2258] Fetching swiftmath
Fetched https://github.com/mgriebling/SwiftMath.git from cache (1.36s)
Creating working copy for https://github.com/mgriebling/SwiftMath.git
Working copy of https://github.com/mgriebling/SwiftMath.git resolved at 1.7.3 (fa8244e)
warning: '.resolve-product-dependencies': dependency 'swiftmath' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/mgriebling/SwiftMath.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Copying Info.plist
[1/4] Write sources
[2/4] Copying mathFonts.bundle
[3/4] Write swift-version--6988338F2F200930.txt
[5/25] Compiling SwiftMath MTTypesetter.swift
[6/25] Compiling SwiftMath MTUnicode.swift
[7/25] Compiling SwiftMath MTFontManager.swift
[8/25] Compiling SwiftMath MTFontMathTable.swift
[9/25] Compiling SwiftMath MTMathImage.swift
[10/25] Compiling SwiftMath MTMathList.swift
[11/27] Emitting module SwiftMath
[12/27] Compiling SwiftMath MathImage.swift
[13/27] Compiling SwiftMath MTBezierPath.swift
[14/27] Compiling SwiftMath MTColor.swift
[15/27] Compiling SwiftMath MTConfig.swift
[16/27] Compiling SwiftMath MTFont.swift
[17/27] Compiling SwiftMath MTFontMathTableV2.swift
[18/27] Compiling SwiftMath MTFontV2.swift
[19/27] Compiling SwiftMath MathFont.swift
[20/27] Compiling SwiftMath MTMathListBuilder.swift
[21/27] Compiling SwiftMath MTMathListDisplay.swift
[22/27] Compiling SwiftMath MTMathListIndex.swift
[23/27] Compiling SwiftMath MTMathUILabel.swift
[24/27] Compiling SwiftMath MTLabel.swift
[25/27] Compiling SwiftMath MTMathAtomFactory.swift
[26/27] Compiling SwiftMath RWLock.swift
[27/27] Compiling SwiftMath resource_bundle_accessor.swift
Build complete! (9.30s)
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftMath",
  "name" : "SwiftMath",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftMath",
      "targets" : [
        "SwiftMath"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftMathTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMathTests",
      "path" : "Tests/SwiftMathTests",
      "sources" : [
        "ConcurrencyThreadsafeTests.swift",
        "MTFontMathTableV2Tests.swift",
        "MTFontV2Tests.swift",
        "MTMathListBuilderTests.swift",
        "MTMathListTests.swift",
        "MTTypesetterTests.swift",
        "MathFontTests.swift",
        "MathImageTests.swift"
      ],
      "target_dependencies" : [
        "SwiftMath"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftMath",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMath",
      "path" : "Sources/SwiftMath",
      "product_memberships" : [
        "SwiftMath"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftMath/mathFonts.bundle",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "MathBundle/MTFontMathTableV2.swift",
        "MathBundle/MTFontV2.swift",
        "MathBundle/MathFont.swift",
        "MathBundle/MathImage.swift",
        "MathRender/MTBezierPath.swift",
        "MathRender/MTColor.swift",
        "MathRender/MTConfig.swift",
        "MathRender/MTFont.swift",
        "MathRender/MTFontManager.swift",
        "MathRender/MTFontMathTable.swift",
        "MathRender/MTLabel.swift",
        "MathRender/MTMathAtomFactory.swift",
        "MathRender/MTMathImage.swift",
        "MathRender/MTMathList.swift",
        "MathRender/MTMathListBuilder.swift",
        "MathRender/MTMathListDisplay.swift",
        "MathRender/MTMathListIndex.swift",
        "MathRender/MTMathUILabel.swift",
        "MathRender/MTTypesetter.swift",
        "MathRender/MTUnicode.swift",
        "MathRender/RWLock.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.