Build Information
Successful build of MathExpression, reference 1.3.0 (cd4bff), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 14:58:08 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.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
========================================
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": "mathexpression",
"name": "MathExpression",
"url": "https://github.com/peredaniel/MathExpression.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/MathExpression",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/peredaniel/MathExpression.git
[1/749] Fetching mathexpression
Fetched https://github.com/peredaniel/MathExpression.git from cache (0.82s)
Creating working copy for https://github.com/peredaniel/MathExpression.git
Working copy of https://github.com/peredaniel/MathExpression.git resolved at 1.3.0 (cd4bff6)
warning: '.resolve-product-dependencies': dependency 'mathexpression' 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/peredaniel/MathExpression.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/9] Compiling MathExpression MathFormula.swift
[4/9] Compiling MathExpression MathExpression.swift
[5/9] Compiling MathExpression FloatingPoint+Extensions.swift
[6/9] Emitting module MathExpression
[7/9] Compiling MathExpression MathBrackets.swift
[8/9] Compiling MathExpression Formatter+Extensions.swift
[9/9] Compiling MathExpression MathOperator.swift
Build complete! (4.08s)
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.