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 main (8c3fce), with Swift 6.0 for Linux on 27 Nov 2024 21:21:01 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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 -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.58.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:  $PWD
https://github.com/jpmhouston/RenameCommand.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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 -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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/JohnSundell/Files
Fetching https://github.com/sharplet/Regex
Fetching https://github.com/apple/swift-argument-parser
[1/1254] Fetching regex
[817/2485] Fetching regex, files
Fetched https://github.com/JohnSundell/Files from cache (0.23s)
[828/1254] Fetching regex
[867/13649] Fetching regex, swift-argument-parser
Fetched https://github.com/sharplet/Regex from cache (0.69s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.72s)
Computing version for https://github.com/sharplet/Regex
Computed https://github.com/sharplet/Regex at 2.1.1 (2.42s)
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 (2.28s)
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 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] Emitting module ArgumentParser
[16/56] Compiling Regex String+ReplaceMatching.swift
[17/56] Compiling Regex ThreadLocal.swift
[18/56] Compiling ArgumentParser HelpCommand.swift
[19/56] Compiling ArgumentParser HelpGenerator.swift
[20/56] Compiling ArgumentParser MessageInfo.swift
[21/56] Compiling ArgumentParser UsageGenerator.swift
[22/56] Compiling Regex MatchResult.swift
[23/56] Emitting module Regex
[24/56] Compiling Regex Foundation+Ranges.swift
[25/56] Compiling Regex Options.swift
[26/56] Compiling Regex Regex.swift
[27/57] Compiling Files Files.swift
[28/57] Emitting module Files
[31/58] Compiling ArgumentParser ArgumentSet.swift
[32/58] Compiling ArgumentParser CommandParser.swift
[33/58] Compiling ArgumentParser InputOrigin.swift
[34/58] Compiling ArgumentParser Name.swift
[35/58] Compiling ArgumentParser Parsed.swift
[36/58] Compiling ArgumentParser Option.swift
[37/58] Compiling ArgumentParser OptionGroup.swift
[38/58] Compiling ArgumentParser CommandConfiguration.swift
[39/58] Compiling ArgumentParser EnumerableFlag.swift
[40/58] Compiling ArgumentParser ExpressibleByArgument.swift
[41/58] Compiling ArgumentParser ParsableArguments.swift
[42/58] Compiling ArgumentParser ParsableArgumentsValidation.swift
[43/58] Compiling ArgumentParser ParsableCommand.swift
[44/58] Compiling ArgumentParser ArgumentDecoder.swift
[45/58] Compiling ArgumentParser ArgumentDefinition.swift
[46/58] Compiling ArgumentParser ParsedValues.swift
[47/58] Compiling ArgumentParser ParserError.swift
[48/58] Compiling ArgumentParser SplitArguments.swift
[49/58] Compiling ArgumentParser DumpHelpGenerator.swift
[50/58] Compiling ArgumentParser BashCompletionsGenerator.swift
[51/58] Compiling ArgumentParser CompletionsGenerator.swift
[52/58] Compiling ArgumentParser FishCompletionsGenerator.swift
[53/58] Compiling ArgumentParser ZshCompletionsGenerator.swift
[54/58] Compiling ArgumentParser Argument.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! (28.71s)
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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.