Build Information
Successful build of NumericText, reference 1.1.2 (e58c03), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 22:24:31 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/amayers/NumericText.git
Reference: 1.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/amayers/NumericText
* tag 1.1.2 -> FETCH_HEAD
HEAD is now at e58c03d Change main branch in the Actions
Cloned https://github.com/amayers/NumericText.git
Revision (git rev-parse @):
e58c03d0e7ae18225d675cde3aef5a282e552bc9
SUCCESS checkout https://github.com/amayers/NumericText.git at 1.1.2
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/amayers/NumericText.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/8] Compiling NumericText String+Numeric.swift
[4/8] Compiling NumericText NumericTextModifier.swift
[5/8] Compiling NumericText NumberFormatter+Decimal.swift
[6/8] Emitting module NumericText
[7/8] Compiling NumericText ChangeObserver.swift
[8/8] Compiling NumericText NumericTextField.swift
Build complete! (7.04s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "NumericText",
"name" : "NumericText",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "NumericText",
"targets" : [
"NumericText"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "NumericTextTests",
"module_type" : "SwiftTarget",
"name" : "NumericTextTests",
"path" : "Tests/NumericTextTests",
"sources" : [
"StringNumericTests.swift"
],
"target_dependencies" : [
"NumericText"
],
"type" : "test"
},
{
"c99name" : "NumericText",
"module_type" : "SwiftTarget",
"name" : "NumericText",
"path" : "Sources/NumericText",
"product_memberships" : [
"NumericText"
],
"sources" : [
"ChangeObserver.swift",
"NumberFormatter+Decimal.swift",
"NumericTextField.swift",
"NumericTextModifier.swift",
"String+Numeric.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.