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 swift-command, reference 1.3.0 (f99f1d), with Swift 5.9 for macOS (SPM) on 23 Mar 2025 07:16:44 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pelagornis/swift-command.git
Reference: 1.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pelagornis/swift-command
 * tag               1.3.0      -> FETCH_HEAD
HEAD is now at f99f1d6 Update Swift-Command Version
Cloned https://github.com/pelagornis/swift-command.git
Revision (git rev-parse @):
f99f1d6c4c50bfc67aa9eb472c8e32a9dbc4206d
SUCCESS checkout https://github.com/pelagornis/swift-command.git at 1.3.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/pelagornis/swift-command.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[3/7] Compiling Logging LogHandler.swift
[4/7] Compiling Logging Logging.swift
[5/7] Emitting module Logging
[6/7] Compiling Logging MetadataProvider.swift
[7/7] Compiling Logging Locks.swift
[8/26] Compiling Command SwiftPackage.swift
[9/26] Compiling Command Tuist.swift
[10/27] Compiling Command Response.swift
[11/27] Compiling Command Result.swift
[12/27] Compiling Command URLExt.swift
[13/27] Compiling Command Request.swift
[14/27] Compiling Command Fastlane.swift
[15/27] Compiling Command Git.swift
[16/27] Compiling Command DataExt.swift
[17/27] Compiling Command StringExt.swift
[18/27] Compiling Command Bash.swift
[19/27] Compiling Command Make.swift
[20/27] Compiling Command Command.swift
[21/27] Compiling Command CommandValues.swift
[22/27] Compiling Command Alias.swift
[23/27] Compiling Command Arguments.swift
[24/27] Emitting module Command
[25/27] Compiling Command Zsh.swift
[26/27] Compiling Command Environment.swift
[27/27] Compiling Command Task.swift
Build complete! (20.51s)
Fetching https://github.com/apple/swift-log
Fetching https://github.com/apple/swift-docc-plugin
[1/2050] Fetching swift-docc-plugin
[42/5837] Fetching swift-docc-plugin, swift-log
Fetched https://github.com/apple/swift-log (1.73s)
Fetched https://github.com/apple/swift-docc-plugin (1.73s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (0.33s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.43s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3343] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit (1.19s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.45s)
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log"
    }
  ],
  "manifest_display_name" : "swift-command",
  "name" : "swift-command",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "Command",
      "targets" : [
        "Command"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CommandTests",
      "module_type" : "SwiftTarget",
      "name" : "CommandTests",
      "path" : "Tests/CommandTests",
      "sources" : [
        "CommandTests.swift"
      ],
      "target_dependencies" : [
        "Command"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Command",
      "module_type" : "SwiftTarget",
      "name" : "Command",
      "path" : "Sources/Command",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "Command"
      ],
      "sources" : [
        "Alias.swift",
        "Arguments.swift",
        "Command.swift",
        "CommandValues.swift",
        "CommandValues/Bash.swift",
        "CommandValues/Make.swift",
        "CommandValues/Zsh.swift",
        "Environment.swift",
        "Internal/DataExt.swift",
        "Internal/StringExt.swift",
        "Internal/URLExt.swift",
        "Request.swift",
        "Response.swift",
        "Result.swift",
        "Support/Fastlane.swift",
        "Support/Git.swift",
        "Support/SwiftPackage.swift",
        "Support/Tuist.swift",
        "Task.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.