The Swift Package Index logo.Swift Package Index

Build Information

Successful build of iosMath, reference master (7029ea), with Swift 6.2 for macOS (SPM) on 22 Apr 2026 02:18:25 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.3.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/kostub/iosMath.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kostub/iosMath
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7029ead Add Support for  \bigl \bigr and relatives (#194)
Cloned https://github.com/kostub/iosMath.git
Revision (git rev-parse @):
7029ead229a61bcb70bec76d9a6bba327d1096aa
SUCCESS checkout https://github.com/kostub/iosMath.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/kostub/iosMath.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/18] Copying fonts
[1/18] Compiling UIColor+HexString.m
[2/18] Compiling MTFontMathTable.m
[3/18] Compiling MTFontManager.m
[4/18] Compiling MTFont.m
[5/18] Compiling MTUnicode.m
[6/18] Compiling MTMathListIndex.m
[7/18] Compiling MTMathListBuilder.m
[8/18] Compiling MTMathList.m
[9/18] Compiling iosMath resource_bundle_accessor.m
[10/18] Compiling MTMathAtomFactory.m
[11/18] Compiling MTLabel.m
[12/18] Compiling NSView+backgroundColor.m
[13/18] Compiling MTMathListDisplay.m
[14/18] Compiling NSColor+HexString.m
[15/18] Compiling MTMathUILabel.m
[16/18] Compiling MTTypesetter.m
[17/18] Compiling NSBezierPath+addLineToPoint.m
Build complete! (3.04s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "iosMath",
  "name" : "iosMath",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "iosMath",
      "targets" : [
        "iosMath"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "iosMathTests",
      "module_type" : "ClangTarget",
      "name" : "iosMathTests",
      "path" : "iosMathTests",
      "sources" : [
        "MTMathListBuilderTest.m",
        "MTMathListTest.m",
        "MTTypesetterTest.m"
      ],
      "target_dependencies" : [
        "iosMath"
      ],
      "type" : "test"
    },
    {
      "c99name" : "iosMathSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "iosMathSwiftTests",
      "path" : "iosMathSwiftTests",
      "sources" : [
        "iosMathSwiftAPITests.swift"
      ],
      "target_dependencies" : [
        "iosMath"
      ],
      "type" : "test"
    },
    {
      "c99name" : "iosMath",
      "module_type" : "ClangTarget",
      "name" : "iosMath",
      "path" : "iosMath",
      "product_memberships" : [
        "iosMath"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/iosMath/fonts",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "lib/MTMathAtomFactory.m",
        "lib/MTMathList.m",
        "lib/MTMathListBuilder.m",
        "lib/MTMathListIndex.m",
        "lib/MTUnicode.m",
        "render/MTFont.m",
        "render/MTFontManager.m",
        "render/MTLabel.m",
        "render/MTMathListDisplay.m",
        "render/MTMathUILabel.m",
        "render/NSBezierPath+addLineToPoint.m",
        "render/NSColor+HexString.m",
        "render/NSView+backgroundColor.m",
        "render/UIColor+HexString.m",
        "render/internal/MTFontMathTable.m",
        "render/internal/MTTypesetter.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.