The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of RomanNumeralKit, reference 1.2.1 (738d9e), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 00:51:52 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/kylehughes/RomanNumeralKit.git
Reference: 1.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kylehughes/RomanNumeralKit
 * tag               1.2.1      -> FETCH_HEAD
HEAD is now at 738d9ea Bump version to 1.2.1
Cloned https://github.com/kylehughes/RomanNumeralKit.git
Revision (git rev-parse @):
738d9ea027823f0ed592a10e4c6ecbf08636f76f
SUCCESS checkout https://github.com/kylehughes/RomanNumeralKit.git at 1.2.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/kylehughes/RomanNumeralKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/27] Compiling RomanNumeralKit AdditiveRomanNumeralConvertible.swift
[4/27] Compiling RomanNumeralKit AdditiveRomanNumeralSymbolCondenser.swift
[5/27] Compiling RomanNumeralKit AdditiveRomanNumeralSymbolConvertible.swift
[6/29] Compiling RomanNumeralKit SubtractiveRomanNumeralSymbolConvertible.swift
[7/29] Compiling RomanNumeralKit SubtractiveRomanNumeralSymbolsConvertible.swift
[8/29] Compiling RomanNumeralKit Calendar+RomanNumeral.swift
[9/29] Compiling RomanNumeralKit DateComponents+RomanNumeral.swift
[10/29] Compiling RomanNumeralKit Int+RomanNumeral.swift
[11/29] Emitting module RomanNumeralKit
[12/29] Compiling RomanNumeralKit RomanNumeralSymbolError.swift
[13/29] Compiling RomanNumeralKit RomanNumeralSymbolProtocol.swift
[14/29] Compiling RomanNumeralKit RomanNumeralSymbolsConvertible.swift
[15/29] Compiling RomanNumeralKit Sequence+Sorting.swift
[16/29] Compiling RomanNumeralKit String+RomanNumeral.swift
[17/29] Compiling RomanNumeralKit AdditiveRomanNumeral.swift
[18/29] Compiling RomanNumeralKit RomanNumeralConvertible.swift
[19/29] Compiling RomanNumeralKit SubtractiveRomanNumeralSymbol.swift
[20/29] Compiling RomanNumeralKit AdditiveRomanNumeralSymbolsConvertible.swift
[21/29] Compiling RomanNumeralKit RomanNumeralArithmeticError.swift
[22/29] Compiling RomanNumeralKit RomanNumeralError.swift
[23/29] Compiling RomanNumeralKit RomanNumeralProtocol.swift
[24/29] Compiling RomanNumeralKit RomanNumeralSymbol.swift
[25/29] Compiling RomanNumeralKit RomanNumeralSymbolConvertible.swift
[26/29] Compiling RomanNumeralKit RomanNumeralTallyMark.swift
[27/29] Compiling RomanNumeralKit RomanNumeralTallyMarkGroup.swift
[28/29] Compiling RomanNumeralKit RomanNumerals.swift
[29/29] Compiling RomanNumeralKit RomanNumeral.swift
Build complete! (5.87s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "RomanNumeralKit",
  "name" : "RomanNumeralKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "RomanNumeralKit",
      "targets" : [
        "RomanNumeralKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "RomanNumeralKitTests",
      "module_type" : "SwiftTarget",
      "name" : "RomanNumeralKitTests",
      "path" : "Tests/RomanNumeralKitTests",
      "sources" : [
        "Extensions/Foundation/CalendarTests+RomanNumeral.swift",
        "Extensions/Foundation/DateComponentsTests+RomanNumeral.swift",
        "Extensions/Foundation/IntTests+RomanNumeral.swift",
        "Extensions/Foundation/StringTests+RomanNumeral.swift",
        "Numeric System/Additive Notation/AdditiveRomanNumeralTests.swift",
        "Numeric System/RomanNumeralArithmeticErrorTests.swift",
        "Numeric System/RomanNumeralErrorTests.swift",
        "Numeric System/RomanNumeralSymbolErrorTests.swift",
        "Numeric System/RomanNumeralSymbolTests.swift",
        "Numeric System/RomanNumeralTallyMarkGroupTests.swift",
        "Numeric System/Subtractive Notation/RomanNumeralTests.swift",
        "Numeric System/Subtractive Notation/SubtractiveRomanNumeralSymbolTests.swift"
      ],
      "target_dependencies" : [
        "RomanNumeralKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RomanNumeralKit",
      "module_type" : "SwiftTarget",
      "name" : "RomanNumeralKit",
      "path" : "Sources/RomanNumeralKit",
      "product_memberships" : [
        "RomanNumeralKit"
      ],
      "sources" : [
        "Extensions/Foundation/Calendar+RomanNumeral.swift",
        "Extensions/Foundation/DateComponents+RomanNumeral.swift",
        "Extensions/Foundation/Int+RomanNumeral.swift",
        "Extensions/Foundation/Sequence+Sorting.swift",
        "Extensions/Foundation/String+RomanNumeral.swift",
        "Numeric System/Additive Notation/AdditiveRomanNumeral.swift",
        "Numeric System/Additive Notation/AdditiveRomanNumeralConvertible.swift",
        "Numeric System/Additive Notation/AdditiveRomanNumeralSymbolCondenser.swift",
        "Numeric System/Additive Notation/AdditiveRomanNumeralSymbolConvertible.swift",
        "Numeric System/Additive Notation/AdditiveRomanNumeralSymbolsConvertible.swift",
        "Numeric System/RomanNumeralArithmeticError.swift",
        "Numeric System/RomanNumeralError.swift",
        "Numeric System/RomanNumeralProtocol.swift",
        "Numeric System/RomanNumeralSymbol.swift",
        "Numeric System/RomanNumeralSymbolConvertible.swift",
        "Numeric System/RomanNumeralSymbolError.swift",
        "Numeric System/RomanNumeralSymbolProtocol.swift",
        "Numeric System/RomanNumeralSymbolsConvertible.swift",
        "Numeric System/RomanNumeralTallyMark.swift",
        "Numeric System/RomanNumeralTallyMarkGroup.swift",
        "Numeric System/RomanNumerals.swift",
        "Numeric System/Subtractive Notation/RomanNumeral.swift",
        "Numeric System/Subtractive Notation/RomanNumeralConvertible.swift",
        "Numeric System/Subtractive Notation/SubtractiveRomanNumeralSymbol.swift",
        "Numeric System/Subtractive Notation/SubtractiveRomanNumeralSymbolConvertible.swift",
        "Numeric System/Subtractive Notation/SubtractiveRomanNumeralSymbolsConvertible.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.