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 main (bea00e), 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-2":/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: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at bea00ee Add Swift 5.3 to the list of versions to test against
Cloned https://github.com/danielctull/RomanNumerals.git
Revision (git rev-parse @):
bea00ee11e3d15926894512ec7915a1e01205f6d
SUCCESS checkout https://github.com/danielctull/RomanNumerals.git at main
========================================
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-2":/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.10s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (1.63s)
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] Emitting module RomanNumerals
[7/16] Compiling RomanNumerals RomanNumeral.swift
[8/16] Compiling RomanNumerals Symbol.swift
[9/17] Wrapping AST for RomanNumerals for debugging
[11/17] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/17] Emitting module ArgumentParserToolInfo
[13/18] Wrapping AST for ArgumentParserToolInfo for debugging
[15/52] Compiling ArgumentParser BashCompletionsGenerator.swift
[16/52] Compiling ArgumentParser CompletionsGenerator.swift
[17/52] Compiling ArgumentParser FishCompletionsGenerator.swift
[18/52] Compiling ArgumentParser ZshCompletionsGenerator.swift
[19/52] Compiling ArgumentParser Argument.swift
[20/56] Emitting module ArgumentParser
[21/56] Compiling ArgumentParser Option.swift
[22/56] Compiling ArgumentParser OptionGroup.swift
[23/56] Compiling ArgumentParser CommandConfiguration.swift
[24/56] Compiling ArgumentParser EnumerableFlag.swift
[25/56] Compiling ArgumentParser ExpressibleByArgument.swift
[26/56] Compiling ArgumentParser ParsableArguments.swift
[27/56] Compiling ArgumentParser ParsableArgumentsValidation.swift
[28/56] Compiling ArgumentParser ParsableCommand.swift
[29/56] Compiling ArgumentParser ArgumentDecoder.swift
[30/56] Compiling ArgumentParser ArgumentDefinition.swift
[31/56] Compiling ArgumentParser ParsedValues.swift
[32/56] Compiling ArgumentParser ParserError.swift
[33/56] Compiling ArgumentParser SplitArguments.swift
[34/56] Compiling ArgumentParser DumpHelpGenerator.swift
[35/56] Compiling ArgumentParser ArgumentSet.swift
[36/56] Compiling ArgumentParser CommandParser.swift
[37/56] Compiling ArgumentParser InputOrigin.swift
[38/56] Compiling ArgumentParser Name.swift
[39/56] Compiling ArgumentParser Parsed.swift
[40/56] Compiling ArgumentParser HelpCommand.swift
[41/56] Compiling ArgumentParser HelpGenerator.swift
[42/56] Compiling ArgumentParser MessageInfo.swift
[43/56] Compiling ArgumentParser UsageGenerator.swift
[44/56] Compiling ArgumentParser ArgumentHelp.swift
[45/56] Compiling ArgumentParser CompletionKind.swift
[46/56] Compiling ArgumentParser Errors.swift
[47/56] Compiling ArgumentParser Flag.swift
[48/56] Compiling ArgumentParser NameSpecification.swift
[49/56] Compiling ArgumentParser CollectionExtensions.swift
[50/56] Compiling ArgumentParser SequenceExtensions.swift
[51/56] Compiling ArgumentParser StringExtensions.swift
[52/56] Compiling ArgumentParser Tree.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! (25.19s)
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.