The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RomanNumeralKit, reference mainline (8a5bd8), with Swift 6.2 for Linux on 19 Jun 2025 00:48:28 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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: mainline
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
 * 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:         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-4609320-1":/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 Calendar+RomanNumeral.swift
[4/26] Compiling RomanNumeralKit DateComponents+RomanNumeral.swift
[5/26] Compiling RomanNumeralKit Int+RomanNumeral.swift
[6/26] Compiling RomanNumeralKit Sequence+Sorting.swift
[7/29] Compiling RomanNumeralKit RomanNumeralError.swift
[8/29] Compiling RomanNumeralKit RomanNumeralProtocol.swift
[9/29] Compiling RomanNumeralKit RomanNumeralSymbol.swift
[10/29] Compiling RomanNumeralKit RomanNumeralSymbolConvertible.swift
[11/29] Compiling RomanNumeralKit RomanNumeralSymbolError.swift
[12/29] Compiling RomanNumeralKit RomanNumeralSymbolProtocol.swift
[13/29] Compiling RomanNumeralKit SubtractiveRomanNumeralSymbol.swift
[14/29] Compiling RomanNumeralKit SubtractiveRomanNumeralSymbolConvertible.swift
[15/29] Compiling RomanNumeralKit SubtractiveRomanNumeralSymbolsConvertible.swift
[16/29] Compiling RomanNumeralKit RomanNumeralSymbolsConvertible.swift
[17/29] Compiling RomanNumeralKit RomanNumeralTallyMark.swift
[18/29] Compiling RomanNumeralKit RomanNumeralTallyMarkGroup.swift
[19/29] Compiling RomanNumeralKit AdditiveRomanNumeralSymbolConvertible.swift
[20/29] Compiling RomanNumeralKit AdditiveRomanNumeralSymbolsConvertible.swift
[21/29] Compiling RomanNumeralKit RomanNumeralArithmeticError.swift
[22/29] Emitting module RomanNumeralKit
[23/29] Compiling RomanNumeralKit RomanNumerals.swift
[24/29] Compiling RomanNumeralKit RomanNumeral.swift
[25/29] Compiling RomanNumeralKit RomanNumeralConvertible.swift
[26/29] Compiling RomanNumeralKit String+RomanNumeral.swift
[27/29] Compiling RomanNumeralKit AdditiveRomanNumeral.swift
[28/29] Compiling RomanNumeralKit AdditiveRomanNumeralConvertible.swift
[29/29] Compiling RomanNumeralKit AdditiveRomanNumeralSymbolCondenser.swift
Build complete! (23.20s)
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.