Build Information
Successful build of RomanNumerals, reference main (bea00e), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 06:28:27 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/danielctull/RomanNumerals.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/danielctull/RomanNumerals
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at bea00ee Add Swift 5.3 to the list of versions to test against
Cloned https://github.com/danielctull/RomanNumerals.git
Revision (git rev-parse @):
bea00ee11e3d15926894512ec7915a1e01205f6d
SUCCESS checkout https://github.com/danielctull/RomanNumerals.git at main
Fetching https://github.com/apple/swift-argument-parser
[1/17523] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.77s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.0.1 (2.45s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser 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": "romannumerals",
"name": "RomanNumerals",
"url": "https://github.com/danielctull/RomanNumerals.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RomanNumerals",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-argument-parser",
"name": "swift-argument-parser",
"url": "https://github.com/apple/swift-argument-parser",
"version": "0.5.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/danielctull/RomanNumerals.git
[1/231] Fetching romannumerals
Fetched https://github.com/danielctull/RomanNumerals.git from cache (0.57s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.54s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (1.23s)
Creating working copy for https://github.com/danielctull/RomanNumerals.git
Working copy of https://github.com/danielctull/RomanNumerals.git resolved at main (bea00ee)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.5.0
Found 1 product dependencies
- swift-argument-parser
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/danielctull/RomanNumerals.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[0/8] Write roman-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/38] Compiling RomanNumerals Symbol.swift
[7/38] Emitting module RomanNumerals
[8/38] Compiling RomanNumerals RomanNumeral.swift
[9/38] Compiling ArgumentParser ValidationError.swift
[10/38] Compiling ArgumentParser CommandConfiguration.swift
[11/38] Compiling ArgumentParser ExpressibleByArgument.swift
[12/38] Compiling ArgumentParser NameSpecification.swift
[13/38] Compiling ArgumentParser Option.swift
[14/38] Compiling ArgumentParser OptionGroup.swift
[15/40] Emitting module ArgumentParser
[16/40] Compiling ArgumentParser Parsed.swift
[17/40] Compiling ArgumentParser ParsedValues.swift
[18/40] Compiling ArgumentParser ParserError.swift
[19/40] Compiling ArgumentParser ArgumentDefinition.swift
[20/40] Compiling ArgumentParser ArgumentSet.swift
[21/40] Compiling ArgumentParser ArgumentSetSequence.swift
[22/40] Compiling ArgumentParser StringExtensions.swift
[23/40] Compiling ArgumentParser Tree.swift
[24/40] Compiling ArgumentParser Argument.swift
[25/40] Compiling ArgumentParser ArgumentHelp.swift
[26/40] Compiling ArgumentParser Flag.swift
[27/40] Compiling ArgumentParser SplitArguments.swift
[28/40] Compiling ArgumentParser HelpCommand.swift
[29/40] Compiling ArgumentParser HelpGenerator.swift
[30/40] Compiling ArgumentParser CommandParser.swift
[31/40] Compiling ArgumentParser InputOrigin.swift
[32/40] Compiling ArgumentParser Name.swift
[33/40] Compiling ArgumentParser ParsableArguments.swift
[34/40] Compiling ArgumentParser ParsableCommand.swift
[35/40] Compiling ArgumentParser ArgumentDecoder.swift
[36/40] Compiling ArgumentParser MessageInfo.swift
[37/40] Compiling ArgumentParser UsageGenerator.swift
[38/42] Emitting module RomanNumeralsTool
[39/42] Compiling RomanNumeralsTool main.swift
[39/42] Write Objects.LinkFileList
[40/42] Linking roman
[41/42] Applying roman
Build complete! (5.35s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "RomanNumerals",
"name" : "RomanNumerals",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "RomanNumerals",
"targets" : [
"RomanNumerals"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "roman",
"targets" : [
"RomanNumeralsTool"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "RomanNumeralsTool",
"module_type" : "SwiftTarget",
"name" : "RomanNumeralsTool",
"path" : "Sources/RomanNumeralsTool",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"roman"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"RomanNumerals"
],
"type" : "executable"
},
{
"c99name" : "RomanNumeralsTests",
"module_type" : "SwiftTarget",
"name" : "RomanNumeralsTests",
"path" : "Tests/RomanNumeralsTests",
"sources" : [
"RomanNumeralTests.swift"
],
"target_dependencies" : [
"RomanNumerals"
],
"type" : "test"
},
{
"c99name" : "RomanNumerals",
"module_type" : "SwiftTarget",
"name" : "RomanNumerals",
"path" : "Sources/RomanNumerals",
"product_memberships" : [
"RomanNumerals",
"roman"
],
"sources" : [
"RomanNumeral.swift",
"Symbol.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.