Build Information
Successful build of SwiftEngineeringNumberFormatter, reference main (3b5e84), with Swift 6.3 for macOS (SPM) on 7 May 2026 13:59:59 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/RuiNelson/SwiftEngineeringNumberFormatter.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RuiNelson/SwiftEngineeringNumberFormatter
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
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.22s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.5.0 (4.25s)
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.10s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.83s)
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
========================================
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": "swiftengineeringnumberformatter",
"name": "SwiftEngineeringNumberFormatter",
"url": "https://github.com/RuiNelson/SwiftEngineeringNumberFormatter.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftEngineeringNumberFormatter",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/RuiNelson/SwiftEngineeringNumberFormatter.git
[1/386] Fetching swiftengineeringnumberformatter
Fetched https://github.com/RuiNelson/SwiftEngineeringNumberFormatter.git from cache (0.67s)
Creating working copy for https://github.com/RuiNelson/SwiftEngineeringNumberFormatter.git
Working copy of https://github.com/RuiNelson/SwiftEngineeringNumberFormatter.git resolved at main (3b5e84d)
warning: '.resolve-product-dependencies': dependency 'swiftengineeringnumberformatter' 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/RuiNelson/SwiftEngineeringNumberFormatter.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.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--6988338F2F200930.txt
[5/9] Compiling SwiftEngineeringNumberFormatter Extensions.swift
[6/9] Compiling SwiftEngineeringNumberFormatter MetricPrefixes.swift
[7/9] Compiling SwiftEngineeringNumberFormatter MathFuncs.swift
[8/9] Emitting module SwiftEngineeringNumberFormatter
[9/9] Compiling SwiftEngineeringNumberFormatter EngineeringNumberFormatter.swift
Build complete! (10.70s)
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"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/ruinelson/swiftengineeringnumberformatter/main
Repository: RuiNelson/SwiftEngineeringNumberFormatter
Swift version used: 6.3
dependencies: [.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.1.0")],
Target: SwiftEngineeringNumberFormatter
Extracting symbol information for 'SwiftEngineeringNumberFormatter'...
Finished extracting symbol information for 'SwiftEngineeringNumberFormatter'. (27.33s)
Building documentation for 'SwiftEngineeringNumberFormatter'...
Finished building documentation for 'SwiftEngineeringNumberFormatter' (0.33s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/ruinelson/swiftengineeringnumberformatter/main
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[2/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/54] Compiling Snippets SnippetLanguage.swift
[7/54] Compiling Snippets SnippetParser.swift
[8/54] Compiling Snippets Snippet.swift
[9/54] Compiling SymbolKit SemanticVersion.swift
[10/54] Compiling SymbolKit AccessControl.swift
[11/54] Compiling SymbolKit Availability.swift
[12/54] Compiling SymbolKit AvailabilityItem.swift
[13/54] Compiling SymbolKit Domain.swift
[14/58] Compiling SymbolKit Identifier.swift
[15/58] Compiling SymbolKit KindIdentifier.swift
[16/58] Compiling SymbolKit Location.swift
[17/58] Compiling SymbolKit Mutability.swift
[18/58] Compiling SymbolKit Names.swift
[19/58] Compiling SymbolKit SPI.swift
[20/58] Compiling SymbolKit Snippet.swift
[21/58] Compiling SymbolKit Extension.swift
[22/58] Emitting module Snippets
[23/58] Compiling SymbolKit DeclarationFragments.swift
[24/58] Compiling SymbolKit Fragment.swift
[25/58] Compiling SymbolKit FragmentKind.swift
[26/58] Compiling SymbolKit FunctionParameter.swift
[27/58] Compiling SymbolKit FunctionSignature.swift
[28/58] Compiling SymbolKit GenericConstraint.swift
[29/58] Compiling SymbolKit GenericParameter.swift
[30/58] Compiling SymbolKit Generics.swift
[31/58] Compiling SymbolKit Namespace.swift
[32/58] Compiling SymbolKit Symbol.swift
[33/58] Compiling SymbolKit SymbolKind.swift
[34/58] Compiling SymbolKit SymbolGraph.swift
[35/58] Compiling SymbolKit GraphCollector.swift
[36/58] Emitting module SymbolKit
[37/58] Compiling SymbolKit Mixin+Equals.swift
[38/58] Compiling SymbolKit Mixin+Hash.swift
[39/58] Compiling SymbolKit Mixin.swift
[40/58] Compiling SymbolKit LineList.swift
[41/58] Compiling SymbolKit Position.swift
[42/58] Compiling SymbolKit SourceRange.swift
[43/58] Compiling SymbolKit Metadata.swift
[44/58] Compiling SymbolKit Module.swift
[45/58] Compiling SymbolKit OperatingSystem.swift
[46/58] Compiling SymbolKit Platform.swift
[47/58] Compiling SymbolKit Relationship.swift
[48/58] Compiling SymbolKit RelationshipKind.swift
[49/58] Compiling SymbolKit SourceOrigin.swift
[50/58] Compiling SymbolKit GenericConstraints.swift
[51/58] Compiling SymbolKit Swift.swift
[52/58] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[53/58] Compiling SymbolKit UnifiedSymbol.swift
[54/58] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[55/58] Compiling SymbolKit UnifiedSymbolGraph.swift
[56/62] Compiling snippet_extract URL+Status.swift
[57/62] Compiling snippet_extract SymbolGraph+Snippet.swift
[58/62] Emitting module snippet_extract
[59/62] Compiling snippet_extract SnippetBuildCommand.swift
[59/62] Write Objects.LinkFileList
[60/62] Linking snippet-extract-tool
[61/62] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.55s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'SwiftEngineeringNumberFormatter' complete! (0.23s)
90
2 /Users/admin/builder/spi-builder-workspace/.docs/ruinelson/swiftengineeringnumberformatter/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/ruinelson/swiftengineeringnumberformatter/main
File count: 90
Doc size: 2.0MB
Preparing doc bundle ...
Uploading prod-ruinelson-swiftengineeringnumberformatter-main-71455033.zip to s3://spi-docs-inbox/prod-ruinelson-swiftengineeringnumberformatter-main-71455033.zip
Copying... [17%]
Copying... [34%]
Copying... [51%]
Copying... [68%]
Copying... [85%]
Copying... [100%]
Done.