Build Information
Successful build of NaturalMath, reference 1.0.0 (e97ae2), with Swift 6.0 for macOS (SPM) on 31 May 2025 07:46:03 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wegenerlabs/NaturalMath.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wegenerlabs/NaturalMath
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at e97ae29 Initial Commit
Cloned https://github.com/wegenerlabs/NaturalMath.git
Revision (git rev-parse @):
e97ae29f0a8a1ff81866b1afe1aa79b6018dff83
SUCCESS checkout https://github.com/wegenerlabs/NaturalMath.git at 1.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/wegenerlabs/NaturalMath.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 NaturalMath NaturalMath+Tokenize.swift
[4/9] Compiling NaturalMath NaturalMath.swift
[5/9] Compiling NaturalMath NaturalMath+EvaluateRPN.swift
[6/9] Compiling NaturalMath NaturalMathError.swift
[7/9] Emitting module NaturalMath
[8/9] Compiling NaturalMath NaturalMath+ShuntingYard.swift
[9/9] Compiling NaturalMath NaturalMathToken.swift
Build complete! (5.07s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "NaturalMath",
"name" : "NaturalMath",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "NaturalMath",
"targets" : [
"NaturalMath"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "NaturalMathTests",
"module_type" : "SwiftTarget",
"name" : "NaturalMathTests",
"path" : "Tests/NaturalMathTests",
"sources" : [
"NaturalMathIntegrationsTests.swift",
"NaturalMathUnitTests.swift"
],
"target_dependencies" : [
"NaturalMath"
],
"type" : "test"
},
{
"c99name" : "NaturalMath",
"module_type" : "SwiftTarget",
"name" : "NaturalMath",
"path" : "Sources/NaturalMath",
"product_memberships" : [
"NaturalMath"
],
"sources" : [
"NaturalMath+EvaluateRPN.swift",
"NaturalMath+ShuntingYard.swift",
"NaturalMath+Tokenize.swift",
"NaturalMath.swift",
"NaturalMathError.swift",
"NaturalMathToken.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.