The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of RenameCommand, reference 0.4.0 (8c3fce), with Swift 6.1 for Linux on 26 Apr 2025 06:48:58 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jpmhouston/RenameCommand.git
Reference: 0.4.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/jpmhouston/RenameCommand
 * tag               0.4.0      -> FETCH_HEAD
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 0.4.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/jpmhouston/RenameCommand.git
https://github.com/jpmhouston/RenameCommand.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/JohnSundell/Files
Fetching https://github.com/sharplet/Regex
[1/1236] Fetching files
[1237/2490] Fetching files, regex
[2491/17427] Fetching files, regex, swift-argument-parser
Fetched https://github.com/JohnSundell/Files from cache (0.88s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.89s)
Fetched https://github.com/sharplet/Regex from cache (0.89s)
Computing version for https://github.com/sharplet/Regex
Computed https://github.com/sharplet/Regex at 2.1.1 (2.73s)
Computing version for https://github.com/JohnSundell/Files
Computed https://github.com/JohnSundell/Files at 4.2.0 (0.48s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (1.42s)
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.2.0
Creating working copy for https://github.com/sharplet/Regex
Working copy of https://github.com/sharplet/Regex resolved at 2.1.1
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/17] Compiling ArgumentParserToolInfo ToolInfo.swift
[8/17] Emitting module ArgumentParserToolInfo
[10/52] Compiling ArgumentParser ArgumentHelp.swift
[11/52] Compiling ArgumentParser CompletionKind.swift
[12/52] Compiling ArgumentParser Errors.swift
[13/52] Compiling ArgumentParser Flag.swift
[14/52] Compiling ArgumentParser NameSpecification.swift
[15/56] Compiling Regex ThreadLocal.swift
[16/56] Compiling ArgumentParser BashCompletionsGenerator.swift
[17/56] Compiling ArgumentParser CompletionsGenerator.swift
[18/56] Compiling ArgumentParser FishCompletionsGenerator.swift
[19/56] Compiling ArgumentParser ZshCompletionsGenerator.swift
[20/56] Compiling ArgumentParser Argument.swift
[21/56] Emitting module ArgumentParser
[22/56] Compiling Regex String+ReplaceMatching.swift
[23/56] Compiling Regex Regex.swift
[24/56] Emitting module Files
[25/56] Compiling Files Files.swift
[26/57] Compiling Regex Foundation+Ranges.swift
[27/57] Compiling Regex MatchResult.swift
[28/57] Emitting module Regex
[29/57] Compiling Regex Options.swift
[32/58] Compiling ArgumentParser ArgumentSet.swift
[33/58] Compiling ArgumentParser CommandParser.swift
[34/58] Compiling ArgumentParser InputOrigin.swift
[35/58] Compiling ArgumentParser Name.swift
[36/58] Compiling ArgumentParser Parsed.swift
[37/58] Compiling ArgumentParser ParsedValues.swift
[38/58] Compiling ArgumentParser ParserError.swift
[39/58] Compiling ArgumentParser SplitArguments.swift
[40/58] Compiling ArgumentParser DumpHelpGenerator.swift
[41/58] Compiling ArgumentParser HelpCommand.swift
[42/58] Compiling ArgumentParser HelpGenerator.swift
[43/58] Compiling ArgumentParser MessageInfo.swift
[44/58] Compiling ArgumentParser UsageGenerator.swift
[45/58] Compiling ArgumentParser ParsableArguments.swift
[46/58] Compiling ArgumentParser ParsableArgumentsValidation.swift
[47/58] Compiling ArgumentParser ParsableCommand.swift
[48/58] Compiling ArgumentParser ArgumentDecoder.swift
[49/58] Compiling ArgumentParser ArgumentDefinition.swift
[50/58] Compiling ArgumentParser Option.swift
[51/58] Compiling ArgumentParser OptionGroup.swift
[52/58] Compiling ArgumentParser CommandConfiguration.swift
[53/58] Compiling ArgumentParser EnumerableFlag.swift
[54/58] Compiling ArgumentParser ExpressibleByArgument.swift
[55/58] Compiling ArgumentParser CollectionExtensions.swift
[56/58] Compiling ArgumentParser SequenceExtensions.swift
[57/58] Compiling ArgumentParser StringExtensions.swift
[58/58] Compiling ArgumentParser Tree.swift
[60/61] Compiling RenameCommand RenameCommand.swift
[61/61] Emitting module RenameCommand
Build complete! (13.09s)
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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.