Build Information
Successful build of RomanNumerals, reference 1.0.0 (a58be1
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 00:20:14 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danielctull/RomanNumerals.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/danielctull/RomanNumerals
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at a58be11 Run tests on the Swift 5.2 release
Cloned https://github.com/danielctull/RomanNumerals.git
Revision (git rev-parse @):
a58be11f11083c5aeef718ebd536f55d8f983d0e
SUCCESS checkout https://github.com/danielctull/RomanNumerals.git at 1.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/danielctull/RomanNumerals.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/9] Write sources
[1/9] Write roman-entitlement.plist
[3/9] Write sources
[5/9] Write swift-version-1EA4D86E10B52AF.txt
[7/14] Emitting module RomanNumerals
[8/14] Compiling RomanNumerals RomanNumeral.swift
[9/14] Compiling RomanNumerals Symbol.swift
[10/14] Emitting module ArgumentParserToolInfo
[11/14] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/49] Compiling ArgumentParser Flag.swift
[13/49] Compiling ArgumentParser NameSpecification.swift
[14/49] Compiling ArgumentParser Option.swift
[15/49] Compiling ArgumentParser OptionGroup.swift
[16/52] Compiling ArgumentParser Argument.swift
[17/52] Compiling ArgumentParser ArgumentHelp.swift
[18/52] Compiling ArgumentParser CompletionKind.swift
[19/52] Compiling ArgumentParser Errors.swift
[20/52] Emitting module ArgumentParser
[21/52] Compiling ArgumentParser SequenceExtensions.swift
[22/52] Compiling ArgumentParser StringExtensions.swift
[23/52] Compiling ArgumentParser Tree.swift
[24/52] Compiling ArgumentParser CommandConfiguration.swift
[25/52] Compiling ArgumentParser EnumerableFlag.swift
[26/52] Compiling ArgumentParser ExpressibleByArgument.swift
[27/52] Compiling ArgumentParser ParsableArguments.swift
[28/52] Compiling ArgumentParser Parsed.swift
[29/52] Compiling ArgumentParser ParsedValues.swift
[30/52] Compiling ArgumentParser ParserError.swift
[31/52] Compiling ArgumentParser SplitArguments.swift
[32/52] Compiling ArgumentParser MessageInfo.swift
[33/52] Compiling ArgumentParser UsageGenerator.swift
[34/52] Compiling ArgumentParser CollectionExtensions.swift
[35/52] Compiling ArgumentParser DumpHelpGenerator.swift
[36/52] Compiling ArgumentParser HelpCommand.swift
[37/52] Compiling ArgumentParser HelpGenerator.swift
[38/52] Compiling ArgumentParser BashCompletionsGenerator.swift
[39/52] Compiling ArgumentParser CompletionsGenerator.swift
[40/52] Compiling ArgumentParser FishCompletionsGenerator.swift
[41/52] Compiling ArgumentParser ZshCompletionsGenerator.swift
[42/52] Compiling ArgumentParser ParsableArgumentsValidation.swift
[43/52] Compiling ArgumentParser ParsableCommand.swift
[44/52] Compiling ArgumentParser ArgumentDecoder.swift
[45/52] Compiling ArgumentParser ArgumentDefinition.swift
[46/52] Compiling ArgumentParser ArgumentSet.swift
[47/52] Compiling ArgumentParser CommandParser.swift
[48/52] Compiling ArgumentParser InputOrigin.swift
[49/52] Compiling ArgumentParser Name.swift
[50/54] Compiling RomanNumeralsTool main.swift
[51/54] Emitting module RomanNumeralsTool
[51/54] Write Objects.LinkFileList
[52/54] Linking roman
[53/54] Applying roman
Build complete! (7.73s)
Fetching https://github.com/apple/swift-argument-parser
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.51s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (2.04s)
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
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.