Build Information
Successful build of MathExpression, reference 1.3.0 (cd4bff), with Swift 6.0 for macOS (SPM) on 21 Nov 2025 17:49:44 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/peredaniel/MathExpression.git
Reference: 1.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/peredaniel/MathExpression
* tag 1.3.0 -> FETCH_HEAD
HEAD is now at cd4bff6 Merge pull request #32 from peredaniel/feature/package-update
Cloned https://github.com/peredaniel/MathExpression.git
Revision (git rev-parse @):
cd4bff668db45e2283c263da7cd67fe76d7d3106
SUCCESS checkout https://github.com/peredaniel/MathExpression.git at 1.3.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/peredaniel/MathExpression.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/9] Compiling MathExpression MathFormula.swift
[4/9] Compiling MathExpression MathExpression.swift
[5/9] Compiling MathExpression MathBrackets.swift
[6/9] Compiling MathExpression Formatter+Extensions.swift
[7/9] Compiling MathExpression FloatingPoint+Extensions.swift
[8/9] Compiling MathExpression MathOperator.swift
[9/9] Emitting module MathExpression
Build complete! (4.09s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "MathExpression",
"name" : "MathExpression",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.14"
},
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "MathExpression",
"targets" : [
"MathExpression"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MathExpression",
"module_type" : "SwiftTarget",
"name" : "MathExpression",
"path" : "MathExpression/Source",
"product_memberships" : [
"MathExpression"
],
"sources" : [
"Extensions/FloatingPoint+Extensions.swift",
"Extensions/Formatter+Extensions.swift",
"Models/MathBrackets.swift",
"Models/MathOperator.swift",
"Parser/MathExpression.swift",
"Parser/MathFormula.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.