Build Information
Successful build of SwiftEngineeringNumberFormatter, reference 3.0.1 (3b5e84), with Swift 6.2 for macOS (SPM) on 7 May 2026 14:13:25 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RuiNelson/SwiftEngineeringNumberFormatter.git
Reference: 3.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RuiNelson/SwiftEngineeringNumberFormatter
* tag 3.0.1 -> FETCH_HEAD
HEAD is now at 3b5e84d refactor: replace log10-based log1000 with while-loop for Double and Decimal
Cloned https://github.com/RuiNelson/SwiftEngineeringNumberFormatter.git
Revision (git rev-parse @):
3b5e84dd68f6647a989ecd69ddafcca2470c03b9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/RuiNelson/SwiftEngineeringNumberFormatter.git at 3.0.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/RuiNelson/SwiftEngineeringNumberFormatter.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version--3CB7CFEC50E0D141.txt
[5/9] Compiling SwiftEngineeringNumberFormatter MathFuncs.swift
[6/9] Compiling SwiftEngineeringNumberFormatter MetricPrefixes.swift
[7/9] Compiling SwiftEngineeringNumberFormatter Extensions.swift
[8/9] Compiling SwiftEngineeringNumberFormatter EngineeringNumberFormatter.swift
[9/9] Emitting module SwiftEngineeringNumberFormatter
Build complete! (23.01s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2287] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.39s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.5.0 (4.33s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3712] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.78s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.61s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.5.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "SwiftEngineeringNumberFormatter",
"name" : "SwiftEngineeringNumberFormatter",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftEngineeringNumberFormatter",
"targets" : [
"SwiftEngineeringNumberFormatter"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftEngineeringNumberFormatterTests",
"module_type" : "SwiftTarget",
"name" : "SwiftEngineeringNumberFormatterTests",
"path" : "Tests/SwiftEngineeringNumberFormatterTests",
"sources" : [
"SwiftEngineeringNumberFormatterTests.swift"
],
"target_dependencies" : [
"SwiftEngineeringNumberFormatter"
],
"type" : "test"
},
{
"c99name" : "SwiftEngineeringNumberFormatter",
"module_type" : "SwiftTarget",
"name" : "SwiftEngineeringNumberFormatter",
"path" : "Sources/SwiftEngineeringNumberFormatter",
"product_memberships" : [
"SwiftEngineeringNumberFormatter"
],
"sources" : [
"EngineeringNumberFormatter.swift",
"Extensions.swift",
"MathFuncs.swift",
"MetricPrefixes.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.