This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 with Swift 6.0 (beta) for Linux.

Swift 6 data race errors: 0

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.40.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.0
Building package at path:  $workDir
https://github.com/jpmhouston/RenameCommand.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Fetching https://github.com/sharplet/Regex
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/JohnSundell/Files
[1/1254] Fetching regex
[27/2485] Fetching regex, files
Fetched https://github.com/JohnSundell/Files from cache (0.23s)
[828/1254] Fetching regex
[892/12968] Fetching regex, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.72s)
Fetched https://github.com/sharplet/Regex from cache (0.72s)
Computing version for https://github.com/sharplet/Regex
Computed https://github.com/sharplet/Regex at 2.1.1 (1.05s)
Computing version for https://github.com/JohnSundell/Files
Computed https://github.com/JohnSundell/Files at 4.2.0 (0.42s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (0.46s)
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] Emitting module ArgumentParserToolInfo
[8/17] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/52] Compiling ArgumentParser Option.swift
[11/52] Compiling ArgumentParser OptionGroup.swift
[12/52] Compiling ArgumentParser CommandConfiguration.swift
[13/52] Compiling ArgumentParser EnumerableFlag.swift
[14/52] Compiling ArgumentParser ExpressibleByArgument.swift
[15/56] Compiling Regex Foundation+Ranges.swift
[16/56] Compiling Regex ThreadLocal.swift
[17/56] Compiling Regex MatchResult.swift
[18/56] Emitting module Regex
[19/56] Compiling Regex Options.swift
[20/56] Compiling Regex String+ReplaceMatching.swift
[21/56] Compiling Regex Regex.swift
[22/56] Compiling ArgumentParser ArgumentHelp.swift
[23/56] Compiling ArgumentParser CompletionKind.swift
[24/56] Compiling ArgumentParser Errors.swift
[25/56] Compiling ArgumentParser Flag.swift
[26/56] Compiling ArgumentParser NameSpecification.swift
[27/57] Emitting module ArgumentParser
[28/57] Compiling ArgumentParser BashCompletionsGenerator.swift
[29/57] Compiling ArgumentParser CompletionsGenerator.swift
[30/57] Compiling ArgumentParser FishCompletionsGenerator.swift
[31/57] Compiling ArgumentParser ZshCompletionsGenerator.swift
[32/57] Compiling ArgumentParser Argument.swift
[33/57] Emitting module Files
[34/57] Compiling Files Files.swift
[35/57] Compiling ArgumentParser CollectionExtensions.swift
[36/57] Compiling ArgumentParser SequenceExtensions.swift
[37/57] Compiling ArgumentParser StringExtensions.swift
[38/57] Compiling ArgumentParser Tree.swift
[40/57] Compiling ArgumentParser ParsedValues.swift
[41/57] Compiling ArgumentParser ParserError.swift
[42/57] Compiling ArgumentParser SplitArguments.swift
[43/57] Compiling ArgumentParser DumpHelpGenerator.swift
[45/58] Compiling ArgumentParser HelpCommand.swift
[46/58] Compiling ArgumentParser HelpGenerator.swift
[47/58] Compiling ArgumentParser MessageInfo.swift
[48/58] Compiling ArgumentParser UsageGenerator.swift
[49/58] Compiling ArgumentParser ArgumentSet.swift
[50/58] Compiling ArgumentParser CommandParser.swift
[51/58] Compiling ArgumentParser InputOrigin.swift
[52/58] Compiling ArgumentParser Name.swift
[53/58] Compiling ArgumentParser Parsed.swift
[54/58] Compiling ArgumentParser ParsableArguments.swift
[55/58] Compiling ArgumentParser ParsableArgumentsValidation.swift
[56/58] Compiling ArgumentParser ParsableCommand.swift
[57/58] Compiling ArgumentParser ArgumentDecoder.swift
[58/58] Compiling ArgumentParser ArgumentDefinition.swift
[60/61] Emitting module RenameCommand
[61/61] Compiling RenameCommand RenameCommand.swift
Build complete! (18.74s)
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"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.