Build Information
Successful build of RomanNumeralFormatter, reference main (5985cd), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 19:07:58 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: 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
========================================
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] Emitting module IsNotEmpty
[5/5] Compiling IsNotEmpty IsNotEmpty.swift
[6/7] Emitting module RomanNumeralFormatter
[7/7] Compiling RomanNumeralFormatter RomanNumeralFormatter.swift
Build complete! (4.94s)
Fetching https://github.com/SlaunchaMan/IsNotEmpty.git
[1/47] Fetching isnotempty
Fetched https://github.com/SlaunchaMan/IsNotEmpty.git from cache (0.57s)
Computing version for https://github.com/SlaunchaMan/IsNotEmpty.git
Computed https://github.com/SlaunchaMan/IsNotEmpty.git at 0.0.1 (1.08s)
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.