Build Information
Successful build of RomanNumeralFormatter, reference 0.0.1 (f2ae5a), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 19:07:51 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/SlaunchaMan/RomanNumeralFormatter.git
Reference: 0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SlaunchaMan/RomanNumeralFormatter
* tag 0.0.1 -> FETCH_HEAD
HEAD is now at f2ae5af Initial commit.
Cloned https://github.com/SlaunchaMan/RomanNumeralFormatter.git
Revision (git rev-parse @):
f2ae5af412b1ea226ad57908a8906a1a60bfb3eb
SUCCESS checkout https://github.com/SlaunchaMan/RomanNumeralFormatter.git at 0.0.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/SlaunchaMan/RomanNumeralFormatter.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.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! (5.52s)
Fetching https://github.com/SlaunchaMan/IsNotEmpty.git
[1/47] Fetching isnotempty
Fetched https://github.com/SlaunchaMan/IsNotEmpty.git from cache (0.66s)
Computing version for https://github.com/SlaunchaMan/IsNotEmpty.git
Computed https://github.com/SlaunchaMan/IsNotEmpty.git at 0.0.1 (1.17s)
Creating working copy for https://github.com/SlaunchaMan/IsNotEmpty.git
Working copy of https://github.com/SlaunchaMan/IsNotEmpty.git resolved at 0.0.1
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.