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 Linux on 19 Jun 2025 00:49:01 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/kylehughes/RomanNumeralKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/26] Compiling RomanNumeralKit RomanNumeralSymbolsConvertible.swift
[4/26] Compiling RomanNumeralKit RomanNumeralTallyMark.swift
[5/26] Compiling RomanNumeralKit RomanNumeralTallyMarkGroup.swift
[6/29] Compiling RomanNumeralKit SubtractiveRomanNumeralSymbol.swift
[7/29] Compiling RomanNumeralKit SubtractiveRomanNumeralSymbolConvertible.swift
[8/29] Compiling RomanNumeralKit SubtractiveRomanNumeralSymbolsConvertible.swift
[9/29] Compiling RomanNumeralKit RomanNumeralSymbolConvertible.swift
[10/29] Compiling RomanNumeralKit RomanNumeralSymbolError.swift
[11/29] Compiling RomanNumeralKit RomanNumeralSymbolProtocol.swift
[12/29] Compiling RomanNumeralKit RomanNumeralError.swift
[13/29] Compiling RomanNumeralKit RomanNumeralProtocol.swift
[14/29] Compiling RomanNumeralKit RomanNumeralSymbol.swift
[15/29] Compiling RomanNumeralKit AdditiveRomanNumeralSymbolConvertible.swift
[16/29] Compiling RomanNumeralKit AdditiveRomanNumeralSymbolsConvertible.swift
[17/29] Compiling RomanNumeralKit RomanNumeralArithmeticError.swift
[18/29] Compiling RomanNumeralKit String+RomanNumeral.swift
[19/29] Compiling RomanNumeralKit AdditiveRomanNumeral.swift
[20/29] Compiling RomanNumeralKit AdditiveRomanNumeralConvertible.swift
[21/29] Compiling RomanNumeralKit AdditiveRomanNumeralSymbolCondenser.swift
[22/29] Compiling RomanNumeralKit Calendar+RomanNumeral.swift
[23/29] Compiling RomanNumeralKit DateComponents+RomanNumeral.swift
[24/29] Compiling RomanNumeralKit Int+RomanNumeral.swift
[25/29] Compiling RomanNumeralKit Sequence+Sorting.swift
[26/29] Emitting module RomanNumeralKit
[27/29] Compiling RomanNumeralKit RomanNumerals.swift
[28/29] Compiling RomanNumeralKit RomanNumeral.swift
[29/29] Compiling RomanNumeralKit RomanNumeralConvertible.swift
Build complete! (41.25s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "RomanNumeralKit",
  "name" : "RomanNumeralKit",
  "path" : "/host/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"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.