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.1 for macOS (SPM) on 26 Apr 2025 06:54:24 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jpmhouston/RenameCommand.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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
Fetching https://github.com/sharplet/Regex
Fetching https://github.com/JohnSundell/Files
Fetching https://github.com/apple/swift-argument-parser from cache
[1/1254] Fetching regex
[52/2490] Fetching regex, files
Fetched https://github.com/apple/swift-argument-parser from cache (0.64s)
Fetched https://github.com/JohnSundell/Files from cache (1.22s)
Fetched https://github.com/sharplet/Regex from cache (1.22s)
Computing version for https://github.com/sharplet/Regex
Computed https://github.com/sharplet/Regex at 2.1.1 (3.95s)
Computing version for https://github.com/JohnSundell/Files
Computed https://github.com/JohnSundell/Files at 4.2.0 (0.58s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (0.60s)
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
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "renamecommand",
      "name": "RenameCommand",
      "url": "https://github.com/jpmhouston/RenameCommand.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RenameCommand",
      "dependencies": [
        {
          "identity": "swift-argument-parser",
          "name": "swift-argument-parser",
          "url": "https://github.com/apple/swift-argument-parser",
          "version": "0.5.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
          "dependencies": [
          ]
        },
        {
          "identity": "files",
          "name": "Files",
          "url": "https://github.com/JohnSundell/Files",
          "version": "4.2.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Files",
          "dependencies": [
          ]
        },
        {
          "identity": "regex",
          "name": "Regex",
          "url": "https://github.com/sharplet/Regex",
          "version": "2.1.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Regex",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/jpmhouston/RenameCommand.git
[1/61] Fetching renamecommand
Fetched https://github.com/jpmhouston/RenameCommand.git from cache (0.59s)
Fetching https://github.com/JohnSundell/Files from cache
Fetching https://github.com/sharplet/Regex from cache
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/sharplet/Regex from cache (0.46s)
Fetched https://github.com/JohnSundell/Files from cache (0.62s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.62s)
Computing version for https://github.com/sharplet/Regex
Computed https://github.com/sharplet/Regex at 2.1.1 (0.69s)
Computing version for https://github.com/JohnSundell/Files
Computed https://github.com/JohnSundell/Files at 4.2.0 (0.03s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (0.03s)
Creating working copy for https://github.com/jpmhouston/RenameCommand.git
Working copy of https://github.com/jpmhouston/RenameCommand.git resolved at main (8c3fcee)
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/JohnSundell/Files
Working copy of https://github.com/JohnSundell/Files resolved at 4.2.0
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
warning: '.resolve-product-dependencies': dependency 'renamecommand' is not used by any target
Found 3 product dependencies
  - swift-argument-parser
  - Files
  - Regex
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/jpmhouston/RenameCommand.git
https://github.com/jpmhouston/RenameCommand.git
{
  "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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-2F0A5646E1D333AE.txt
[7/17] Emitting module ArgumentParserToolInfo
[8/17] Compiling ArgumentParserToolInfo ToolInfo.swift
[9/52] Emitting module ArgumentParser
[10/55] Compiling ArgumentParser SequenceExtensions.swift
[11/55] Compiling ArgumentParser StringExtensions.swift
[12/55] Compiling ArgumentParser Tree.swift
[13/55] Compiling ArgumentParser Flag.swift
[14/55] Compiling ArgumentParser NameSpecification.swift
[15/55] Compiling ArgumentParser Option.swift
[16/55] Compiling ArgumentParser OptionGroup.swift
[17/55] Compiling ArgumentParser ParsableArgumentsValidation.swift
[18/55] Compiling ArgumentParser ParsableCommand.swift
[19/55] Compiling ArgumentParser ArgumentDecoder.swift
[20/55] Compiling ArgumentParser ArgumentDefinition.swift
[21/55] Compiling ArgumentParser BashCompletionsGenerator.swift
[22/55] Compiling ArgumentParser CompletionsGenerator.swift
[23/55] Compiling ArgumentParser FishCompletionsGenerator.swift
[24/55] Compiling ArgumentParser ZshCompletionsGenerator.swift
[25/55] Compiling ArgumentParser CommandConfiguration.swift
[26/55] Compiling ArgumentParser EnumerableFlag.swift
[27/55] Compiling ArgumentParser ExpressibleByArgument.swift
[28/55] Compiling ArgumentParser ParsableArguments.swift
[29/55] Compiling ArgumentParser Argument.swift
[30/55] Compiling ArgumentParser ArgumentHelp.swift
[31/55] Compiling ArgumentParser CompletionKind.swift
[32/55] Compiling ArgumentParser Errors.swift
[33/55] Compiling ArgumentParser ArgumentSet.swift
[34/55] Compiling ArgumentParser CommandParser.swift
[35/55] Compiling ArgumentParser InputOrigin.swift
[36/55] Compiling ArgumentParser Name.swift
[37/55] Compiling Regex Regex.swift
[38/55] Compiling Regex ThreadLocal.swift
[39/55] Compiling Regex Foundation+Ranges.swift
[40/55] Compiling Regex MatchResult.swift
[41/55] Emitting module Regex
[42/55] Compiling Regex Options.swift
[43/55] Compiling ArgumentParser DumpHelpGenerator.swift
[44/55] Compiling ArgumentParser HelpCommand.swift
[45/55] Compiling Regex String+ReplaceMatching.swift
[46/55] Compiling ArgumentParser HelpGenerator.swift
[47/55] Compiling ArgumentParser MessageInfo.swift
[48/55] Compiling ArgumentParser UsageGenerator.swift
[49/55] Compiling ArgumentParser CollectionExtensions.swift
[50/55] Compiling ArgumentParser Parsed.swift
[51/55] Compiling ArgumentParser ParsedValues.swift
[52/55] Compiling ArgumentParser ParserError.swift
[53/55] Compiling ArgumentParser SplitArguments.swift
[54/55] Emitting module Files
[55/55] Compiling Files Files.swift
[56/57] Emitting module RenameCommand
[57/57] Compiling RenameCommand RenameCommand.swift
Build complete! (10.46s)
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" : "/Users/admin/builder/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.