The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RomanNumerals, reference main (bea00e), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 00:19:54 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: 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
========================================
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
[0/9] Write roman-entitlement.plist
[0/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] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/14] Emitting module ArgumentParserToolInfo
[12/49] Emitting module ArgumentParser
[13/52] Compiling ArgumentParser SequenceExtensions.swift
[14/52] Compiling ArgumentParser StringExtensions.swift
[15/52] Compiling ArgumentParser Tree.swift
[16/52] Compiling ArgumentParser ArgumentSet.swift
[17/52] Compiling ArgumentParser CommandParser.swift
[18/52] Compiling ArgumentParser InputOrigin.swift
[19/52] Compiling ArgumentParser Name.swift
[20/52] Compiling ArgumentParser Argument.swift
[21/52] Compiling ArgumentParser ArgumentHelp.swift
[22/52] Compiling ArgumentParser CompletionKind.swift
[23/52] Compiling ArgumentParser Errors.swift
[24/52] Compiling ArgumentParser Parsed.swift
[25/52] Compiling ArgumentParser ParsedValues.swift
[26/52] Compiling ArgumentParser ParserError.swift
[27/52] Compiling ArgumentParser SplitArguments.swift
[28/52] Compiling ArgumentParser CommandConfiguration.swift
[29/52] Compiling ArgumentParser EnumerableFlag.swift
[30/52] Compiling ArgumentParser ExpressibleByArgument.swift
[31/52] Compiling ArgumentParser ParsableArguments.swift
[32/52] Compiling ArgumentParser BashCompletionsGenerator.swift
[33/52] Compiling ArgumentParser CompletionsGenerator.swift
[34/52] Compiling ArgumentParser FishCompletionsGenerator.swift
[35/52] Compiling ArgumentParser ZshCompletionsGenerator.swift
[36/52] Compiling ArgumentParser MessageInfo.swift
[37/52] Compiling ArgumentParser UsageGenerator.swift
[38/52] Compiling ArgumentParser CollectionExtensions.swift
[39/52] Compiling ArgumentParser Flag.swift
[40/52] Compiling ArgumentParser NameSpecification.swift
[41/52] Compiling ArgumentParser Option.swift
[42/52] Compiling ArgumentParser OptionGroup.swift
[43/52] Compiling ArgumentParser DumpHelpGenerator.swift
[44/52] Compiling ArgumentParser HelpCommand.swift
[45/52] Compiling ArgumentParser HelpGenerator.swift
[46/52] Compiling ArgumentParser ParsableArgumentsValidation.swift
[47/52] Compiling ArgumentParser ParsableCommand.swift
[48/52] Compiling ArgumentParser ArgumentDecoder.swift
[49/52] Compiling ArgumentParser ArgumentDefinition.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.38s)
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.53s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (2.08s)
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.