Build Information
Successful build of NumericText, reference main (7cf7b8), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 03:29:40 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/amayers/NumericText.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/amayers/NumericText
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7cf7b80 Merge pull request #3 from mczachurski/main
Cloned https://github.com/amayers/NumericText.git
Revision (git rev-parse @):
7cf7b8078727c64a63a99eb477903b3fea96fc83
SUCCESS checkout https://github.com/amayers/NumericText.git at main
========================================
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": "numerictext",
"name": "NumericText",
"url": "https://github.com/amayers/NumericText.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/NumericText",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/amayers/NumericText.git
[1/118] Fetching numerictext
Fetched https://github.com/amayers/NumericText.git from cache (0.58s)
Creating working copy for https://github.com/amayers/NumericText.git
Working copy of https://github.com/amayers/NumericText.git resolved at main (7cf7b80)
warning: '.resolve-product-dependencies': dependency 'numerictext' 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/amayers/NumericText.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/8] Compiling NumericText NumberFormatter+Decimal.swift
[4/8] Compiling NumericText NumericTextField.swift
[5/8] Compiling NumericText NumericTextModifier.swift
[6/8] Compiling NumericText ChangeObserver.swift
[7/8] Emitting module NumericText
[8/8] Compiling NumericText String+Numeric.swift
Build complete! (8.70s)
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.