Build Information
Successful build of iosMath, reference 2.0.0 (fce749), with Swift 6.2 for macOS (SPM) on 20 Apr 2026 00:33:56 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kostub/iosMath.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kostub/iosMath
* tag 2.0.0 -> FETCH_HEAD
HEAD is now at fce7494 Prepare 2.0.0 release notes
Cloned https://github.com/kostub/iosMath.git
Revision (git rev-parse @):
fce7494c6928d898d4235a782479cc4be915d9e4
SUCCESS checkout https://github.com/kostub/iosMath.git at 2.0.0
========================================
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 iosMath resource_bundle_accessor.m
[3/18] Compiling MTFontMathTable.m
[4/18] Compiling MTFont.m
[5/18] Compiling MTFontManager.m
[6/18] Compiling MTUnicode.m
[7/18] Compiling MTMathListIndex.m
[8/18] Compiling MTMathListBuilder.m
[9/18] Compiling MTMathList.m
[10/18] Compiling MTMathAtomFactory.m
[11/18] Compiling MTMathUILabel.m
[12/18] Compiling NSColor+HexString.m
[13/18] Compiling MTLabel.m
[14/18] Compiling MTTypesetter.m
[15/18] Compiling NSBezierPath+addLineToPoint.m
[16/18] Compiling NSView+backgroundColor.m
[17/18] Compiling MTMathListDisplay.m
Build complete! (3.48s)
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.