The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RenameCommand, reference main (8c3fce), with Swift 6.3 for Linux on 12 Apr 2026 00:23:00 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jpmhouston/RenameCommand.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/jpmhouston/RenameCommand
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8c3fcee Minor fixes, now pass ext to callback
Cloned https://github.com/jpmhouston/RenameCommand.git
Revision (git rev-parse @):
8c3fcee0c567c6963b7e6e07dac76661caa0e718
SUCCESS checkout https://github.com/jpmhouston/RenameCommand.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/jpmhouston/RenameCommand.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/JohnSundell/Files
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/sharplet/Regex
[1/1254] Fetching regex
[2/2527] Fetching regex, files
[2090/20050] Fetching regex, files, swift-argument-parser
Fetched https://github.com/JohnSundell/Files from cache (1.20s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.23s)
Fetched https://github.com/sharplet/Regex from cache (1.24s)
Computing version for https://github.com/sharplet/Regex
Computed https://github.com/sharplet/Regex at 2.1.1 (3.56s)
Computing version for https://github.com/JohnSundell/Files
Computed https://github.com/JohnSundell/Files at 4.3.0 (0.45s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (0.49s)
Creating working copy for https://github.com/sharplet/Regex
Working copy of https://github.com/sharplet/Regex resolved at 2.1.1
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
Creating working copy for https://github.com/JohnSundell/Files
Working copy of https://github.com/JohnSundell/Files resolved at 4.3.0
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/17] Emitting module ArgumentParserToolInfo
[8/17] Emitting module Regex
[9/17] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/52] Emitting module ArgumentParser
[12/56] Compiling ArgumentParser CollectionExtensions.swift
[13/56] Compiling ArgumentParser SequenceExtensions.swift
[14/56] Compiling ArgumentParser StringExtensions.swift
[15/56] Compiling ArgumentParser Tree.swift
[16/56] Compiling ArgumentParser ArgumentHelp.swift
[17/56] Compiling ArgumentParser CompletionKind.swift
[18/56] Compiling ArgumentParser Errors.swift
[19/56] Compiling ArgumentParser Flag.swift
[20/56] Compiling ArgumentParser NameSpecification.swift
[21/56] Compiling ArgumentParser ArgumentSet.swift
[22/56] Compiling ArgumentParser CommandParser.swift
[23/56] Compiling ArgumentParser InputOrigin.swift
[24/56] Compiling ArgumentParser Name.swift
[25/56] Compiling ArgumentParser Parsed.swift
[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 Regex Options.swift
[32/56] Compiling ArgumentParser ParsableArguments.swift
[33/56] Compiling ArgumentParser ParsableArgumentsValidation.swift
[34/56] Compiling ArgumentParser ParsableCommand.swift
[35/56] Compiling ArgumentParser ArgumentDecoder.swift
[36/56] Compiling ArgumentParser ArgumentDefinition.swift
[37/56] Compiling Regex ThreadLocal.swift
[38/56] Compiling ArgumentParser Option.swift
[39/56] Compiling ArgumentParser OptionGroup.swift
[40/56] Compiling ArgumentParser CommandConfiguration.swift
[41/56] Compiling ArgumentParser EnumerableFlag.swift
[42/56] Compiling ArgumentParser ExpressibleByArgument.swift
[43/56] Compiling ArgumentParser ParsedValues.swift
[44/56] Compiling ArgumentParser ParserError.swift
[45/56] Compiling ArgumentParser SplitArguments.swift
[46/56] Compiling ArgumentParser DumpHelpGenerator.swift
[47/56] Compiling Regex Regex.swift
[48/56] Compiling Regex String+ReplaceMatching.swift
[49/56] Compiling Regex Foundation+Ranges.swift
[50/56] Compiling Regex MatchResult.swift
[52/57] Compiling Files Files.swift
[53/57] Emitting module Files
[54/58] Compiling ArgumentParser HelpCommand.swift
[55/58] Compiling ArgumentParser HelpGenerator.swift
[56/58] Compiling ArgumentParser MessageInfo.swift
[57/58] Compiling ArgumentParser UsageGenerator.swift
[60/61] Emitting module RenameCommand
[61/61] Compiling RenameCommand RenameCommand.swift
Build complete! (29.30s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "files",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/Files"
    },
    {
      "identity" : "regex",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/sharplet/Regex"
    }
  ],
  "manifest_display_name" : "RenameCommand",
  "name" : "RenameCommand",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    }
  ],
  "products" : [
    {
      "name" : "RenameCommand",
      "targets" : [
        "RenameCommand"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "RenameCommand",
      "module_type" : "SwiftTarget",
      "name" : "RenameCommand",
      "path" : "Sources/RenameCommand",
      "product_dependencies" : [
        "ArgumentParser",
        "Files",
        "Regex"
      ],
      "product_memberships" : [
        "RenameCommand"
      ],
      "sources" : [
        "RenameCommand.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.