Build Information
Successful build of SwiftMath, reference main (28184a
), with Swift 5.9 for macOS (SPM) on 22 Apr 2025 16:59:49 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mgriebling/SwiftMath.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mgriebling/SwiftMath
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 28184a0 Merge pull request #39 from lbioser/fix_color_crash
Cloned https://github.com/mgriebling/SwiftMath.git
Revision (git rev-parse @):
28184a044c458ff5ed30b49361f58339e09074b8
SUCCESS checkout https://github.com/mgriebling/SwiftMath.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/mgriebling/SwiftMath.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Copying Info.plist
[1/2] Copying mathFonts.bundle
[3/23] Emitting module SwiftMath
[4/25] Compiling SwiftMath RWLock.swift
[5/25] Compiling SwiftMath resource_bundle_accessor.swift
[6/25] Compiling SwiftMath MTConfig.swift
[7/25] Compiling SwiftMath MTFont.swift
[8/25] Compiling SwiftMath MTMathListIndex.swift
[9/25] Compiling SwiftMath MTMathUILabel.swift
[10/25] Compiling SwiftMath MathImage.swift
[11/25] Compiling SwiftMath MTBezierPath.swift
[12/25] Compiling SwiftMath MTColor.swift
[13/25] Compiling SwiftMath MTMathImage.swift
[14/25] Compiling SwiftMath MTMathList.swift
[15/25] Compiling SwiftMath MTFontManager.swift
[16/25] Compiling SwiftMath MTFontMathTable.swift
[17/25] Compiling SwiftMath MTLabel.swift
[18/25] Compiling SwiftMath MTMathAtomFactory.swift
[19/25] Compiling SwiftMath MTFontMathTableV2.swift
[20/25] Compiling SwiftMath MTFontV2.swift
[21/25] Compiling SwiftMath MathFont.swift
[22/25] Compiling SwiftMath MTMathListBuilder.swift
[23/25] Compiling SwiftMath MTMathListDisplay.swift
[24/25] Compiling SwiftMath MTTypesetter.swift
[25/25] Compiling SwiftMath MTUnicode.swift
Build complete! (9.89s)
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.