The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RomanNumeralKit, reference mainline (8a5bd8), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 00:51:38 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: mainline
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kylehughes/RomanNumeralKit
 * branch            mainline   -> FETCH_HEAD
 * [new branch]      mainline   -> origin/mainline
HEAD is now at 8a5bd84 Remove framework Twitter account from top of README
Cloned https://github.com/kylehughes/RomanNumeralKit.git
Revision (git rev-parse @):
8a5bd84f5d70e73df81a00b04a13558bb8f43904
SUCCESS checkout https://github.com/kylehughes/RomanNumeralKit.git at mainline
========================================
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 Sequence+Sorting.swift
[4/27] Compiling RomanNumeralKit String+RomanNumeral.swift
[5/27] Compiling RomanNumeralKit AdditiveRomanNumeral.swift
[6/29] Compiling RomanNumeralKit SubtractiveRomanNumeralSymbolConvertible.swift
[7/29] Compiling RomanNumeralKit SubtractiveRomanNumeralSymbolsConvertible.swift
[8/29] Compiling RomanNumeralKit RomanNumeralTallyMark.swift
[9/29] Compiling RomanNumeralKit RomanNumeralTallyMarkGroup.swift
[10/29] Compiling RomanNumeralKit RomanNumeralSymbolError.swift
[11/29] Compiling RomanNumeralKit RomanNumeralSymbolProtocol.swift
[12/29] Compiling RomanNumeralKit RomanNumeralSymbolsConvertible.swift
[13/29] Compiling RomanNumeralKit AdditiveRomanNumeralSymbolsConvertible.swift
[14/29] Compiling RomanNumeralKit RomanNumeralArithmeticError.swift
[15/29] Compiling RomanNumeralKit RomanNumeralError.swift
[16/29] Compiling RomanNumeralKit Calendar+RomanNumeral.swift
[17/29] Compiling RomanNumeralKit DateComponents+RomanNumeral.swift
[18/29] Compiling RomanNumeralKit Int+RomanNumeral.swift
[19/29] Emitting module RomanNumeralKit
[20/29] Compiling RomanNumeralKit RomanNumeralConvertible.swift
[21/29] Compiling RomanNumeralKit SubtractiveRomanNumeralSymbol.swift
[22/29] Compiling RomanNumeralKit RomanNumeralProtocol.swift
[23/29] Compiling RomanNumeralKit RomanNumeralSymbol.swift
[24/29] Compiling RomanNumeralKit RomanNumeralSymbolConvertible.swift
[25/29] Compiling RomanNumeralKit AdditiveRomanNumeralConvertible.swift
[26/29] Compiling RomanNumeralKit AdditiveRomanNumeralSymbolCondenser.swift
[27/29] Compiling RomanNumeralKit AdditiveRomanNumeralSymbolConvertible.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.