Build Information
Successful build of RomanNumeralFormatter, reference main (5985cd), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 09:47:34 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/SlaunchaMan/RomanNumeralFormatter.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SlaunchaMan/RomanNumeralFormatter
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5985cdc Formatting.
Cloned https://github.com/SlaunchaMan/RomanNumeralFormatter.git
Revision (git rev-parse @):
5985cdcfd8ba8a4cefc567fb89f617734dae0604
SUCCESS checkout https://github.com/SlaunchaMan/RomanNumeralFormatter.git at main
Fetching https://github.com/SlaunchaMan/IsNotEmpty.git
[1/47] Fetching isnotempty
Fetched https://github.com/SlaunchaMan/IsNotEmpty.git from cache (0.53s)
Computing version for https://github.com/SlaunchaMan/IsNotEmpty.git
Computed https://github.com/SlaunchaMan/IsNotEmpty.git at 0.0.1 (1.23s)
Creating working copy for https://github.com/SlaunchaMan/IsNotEmpty.git
Working copy of https://github.com/SlaunchaMan/IsNotEmpty.git resolved at 0.0.1
========================================
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": "romannumeralformatter",
"name": "RomanNumeralFormatter",
"url": "https://github.com/SlaunchaMan/RomanNumeralFormatter.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RomanNumeralFormatter",
"traits": [
"default"
],
"dependencies": [
{
"identity": "isnotempty",
"name": "IsNotEmpty",
"url": "https://github.com/SlaunchaMan/IsNotEmpty.git",
"version": "0.0.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/IsNotEmpty",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/SlaunchaMan/RomanNumeralFormatter.git
[1/29] Fetching romannumeralformatter
Fetched https://github.com/SlaunchaMan/RomanNumeralFormatter.git from cache (0.59s)
Fetching https://github.com/SlaunchaMan/IsNotEmpty.git from cache
Fetched https://github.com/SlaunchaMan/IsNotEmpty.git from cache (0.40s)
Computing version for https://github.com/SlaunchaMan/IsNotEmpty.git
Computed https://github.com/SlaunchaMan/IsNotEmpty.git at 0.0.1 (0.46s)
Creating working copy for https://github.com/SlaunchaMan/RomanNumeralFormatter.git
Working copy of https://github.com/SlaunchaMan/RomanNumeralFormatter.git resolved at main (5985cdc)
Creating working copy for https://github.com/SlaunchaMan/IsNotEmpty.git
Working copy of https://github.com/SlaunchaMan/IsNotEmpty.git resolved at 0.0.1
warning: '.resolve-product-dependencies': dependency 'romannumeralformatter' is not used by any target
Found 1 product dependencies
- IsNotEmpty
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/SlaunchaMan/RomanNumeralFormatter.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/5] Compiling IsNotEmpty IsNotEmpty.swift
[5/5] Emitting module IsNotEmpty
[6/7] Emitting module RomanNumeralFormatter
[7/7] Compiling RomanNumeralFormatter RomanNumeralFormatter.swift
Build complete! (4.33s)
Build complete.
{
"dependencies" : [
{
"identity" : "isnotempty",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SlaunchaMan/IsNotEmpty.git"
}
],
"manifest_display_name" : "RomanNumeralFormatter",
"name" : "RomanNumeralFormatter",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "RomanNumeralFormatter",
"targets" : [
"RomanNumeralFormatter"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RomanNumeralFormatterTests",
"module_type" : "SwiftTarget",
"name" : "RomanNumeralFormatterTests",
"path" : "Tests/RomanNumeralFormatterTests",
"sources" : [
"RomanNumeralFormatterTests.swift"
],
"target_dependencies" : [
"RomanNumeralFormatter"
],
"type" : "test"
},
{
"c99name" : "RomanNumeralFormatterObjCTests",
"module_type" : "ClangTarget",
"name" : "RomanNumeralFormatterObjCTests",
"path" : "Tests/RomanNumeralFormatterObjCTests",
"sources" : [
"RomanNumeralFormatterNSNumberTests.m"
],
"target_dependencies" : [
"RomanNumeralFormatter"
],
"type" : "test"
},
{
"c99name" : "RomanNumeralFormatter",
"module_type" : "SwiftTarget",
"name" : "RomanNumeralFormatter",
"path" : "Sources/RomanNumeralFormatter",
"product_dependencies" : [
"IsNotEmpty"
],
"product_memberships" : [
"RomanNumeralFormatter"
],
"sources" : [
"RomanNumeralFormatter.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.