Build Information
Successful build of RomanNumerals, reference main (424f0b), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 06:48:13 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/openorbit/Roman-Numerals.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/openorbit/Roman-Numerals
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 424f0ba Change action
Cloned https://github.com/openorbit/Roman-Numerals.git
Revision (git rev-parse @):
424f0bac78700fc9d034c264a279af79ea9c7f98
SUCCESS checkout https://github.com/openorbit/Roman-Numerals.git at main
========================================
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": "roman-numerals",
"name": "RomanNumerals",
"url": "https://github.com/openorbit/Roman-Numerals.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Roman-Numerals",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/openorbit/Roman-Numerals.git
[1/23] Fetching roman-numerals
Fetched https://github.com/openorbit/Roman-Numerals.git from cache (0.67s)
Creating working copy for https://github.com/openorbit/Roman-Numerals.git
Working copy of https://github.com/openorbit/Roman-Numerals.git resolved at main (424f0ba)
warning: '.resolve-product-dependencies': dependency 'roman-numerals' 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/openorbit/Roman-Numerals.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/4] Compiling RomanNumerals RomanNumerals.swift
[4/4] Emitting module RomanNumerals
Build complete! (4.28s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "RomanNumerals",
"name" : "RomanNumerals",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "RomanNumerals",
"targets" : [
"RomanNumerals"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RomanNumeralsTests",
"module_type" : "SwiftTarget",
"name" : "RomanNumeralsTests",
"path" : "Tests",
"sources" : [
"RomanNumeralsTests.swift"
],
"target_dependencies" : [
"RomanNumerals"
],
"type" : "test"
},
{
"c99name" : "RomanNumerals",
"module_type" : "SwiftTarget",
"name" : "RomanNumerals",
"path" : "Sources",
"product_memberships" : [
"RomanNumerals"
],
"sources" : [
"RomanNumerals.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.