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 RomanNumerals, reference 1.0.0 (a58be1), with Swift 6.2 (beta) for Linux on 19 Jun 2025 00:18:57 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/danielctull/RomanNumerals.git
Reference: 1.0.0
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/danielctull/RomanNumerals
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at a58be11 Run tests on the Swift 5.2 release
Cloned https://github.com/danielctull/RomanNumerals.git
Revision (git rev-parse @):
a58be11f11083c5aeef718ebd536f55d8f983d0e
SUCCESS checkout https://github.com/danielctull/RomanNumerals.git at 1.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/danielctull/RomanNumerals.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
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.03s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (1.67s)
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
Building for debugging...
[0/11] Write sources
[4/11] Write swift-version-24593BA9C3E375BF.txt
[6/16] Compiling RomanNumerals Symbol.swift
[7/16] Emitting module RomanNumerals
[8/16] Compiling RomanNumerals RomanNumeral.swift
[9/17] Emitting module ArgumentParserToolInfo
[10/17] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/18] Wrapping AST for RomanNumerals for debugging
[13/18] Wrapping AST for ArgumentParserToolInfo for debugging
[15/52] Compiling ArgumentParser ArgumentSet.swift
[16/52] Compiling ArgumentParser CommandParser.swift
[17/52] Compiling ArgumentParser InputOrigin.swift
[18/52] Compiling ArgumentParser Name.swift
[19/52] Compiling ArgumentParser Parsed.swift
[20/56] Compiling ArgumentParser ArgumentHelp.swift
[21/56] Compiling ArgumentParser CompletionKind.swift
[22/56] Compiling ArgumentParser Errors.swift
[23/56] Compiling ArgumentParser Flag.swift
[24/56] Compiling ArgumentParser NameSpecification.swift
[25/56] Emitting module ArgumentParser
[26/56] Compiling ArgumentParser BashCompletionsGenerator.swift
[27/56] Compiling ArgumentParser CompletionsGenerator.swift
[28/56] Compiling ArgumentParser FishCompletionsGenerator.swift
[29/56] Compiling ArgumentParser ZshCompletionsGenerator.swift
[30/56] Compiling ArgumentParser Argument.swift
[31/56] Compiling ArgumentParser CollectionExtensions.swift
[32/56] Compiling ArgumentParser SequenceExtensions.swift
[33/56] Compiling ArgumentParser StringExtensions.swift
[34/56] Compiling ArgumentParser Tree.swift
[35/56] Compiling ArgumentParser ParsableArguments.swift
[36/56] Compiling ArgumentParser ParsableArgumentsValidation.swift
[37/56] Compiling ArgumentParser ParsableCommand.swift
[38/56] Compiling ArgumentParser ArgumentDecoder.swift
[39/56] Compiling ArgumentParser ArgumentDefinition.swift
[40/56] Compiling ArgumentParser ParsedValues.swift
[41/56] Compiling ArgumentParser ParserError.swift
[42/56] Compiling ArgumentParser SplitArguments.swift
[43/56] Compiling ArgumentParser DumpHelpGenerator.swift
[44/56] Compiling ArgumentParser Option.swift
[45/56] Compiling ArgumentParser OptionGroup.swift
[46/56] Compiling ArgumentParser CommandConfiguration.swift
[47/56] Compiling ArgumentParser EnumerableFlag.swift
[48/56] Compiling ArgumentParser ExpressibleByArgument.swift
[49/56] Compiling ArgumentParser HelpCommand.swift
[50/56] Compiling ArgumentParser HelpGenerator.swift
[51/56] Compiling ArgumentParser MessageInfo.swift
[52/56] Compiling ArgumentParser UsageGenerator.swift
[53/57] Wrapping AST for ArgumentParser for debugging
[55/59] Emitting module RomanNumeralsTool
[56/59] Compiling RomanNumeralsTool main.swift
[57/60] Wrapping AST for RomanNumeralsTool for debugging
[58/60] Write Objects.LinkFileList
[59/60] Linking roman
Build complete! (23.99s)
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" : "/host/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"
}
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.