The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Commander, reference v0.2.2 (ae2ce7), with Swift 6.0 for macOS (SPM) on 28 Apr 2026 10:14:09 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/steipete/Commander.git
Reference: v0.2.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/steipete/Commander
 * tag               v0.2.2     -> FETCH_HEAD
HEAD is now at ae2ce74 chore: release 0.2.2
Cloned https://github.com/steipete/Commander.git
Revision (git rev-parse @):
ae2ce746b386ff94b26648cfe5625cfa8d02639b
SUCCESS checkout https://github.com/steipete/Commander.git at v0.2.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/steipete/Commander.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/14] Compiling Commander Tokenizer.swift
[6/14] Compiling Commander CommandParser.swift
[7/14] Compiling Commander ExpressibleFromArgument.swift
[8/14] Compiling Commander Errors.swift
[9/14] Compiling Commander CommandSignature.swift
[10/14] Compiling Commander PropertyWrappers.swift
[11/14] Compiling Commander NameSpecification.swift
[12/14] Emitting module Commander
[13/14] Compiling Commander Program.swift
[14/14] Compiling Commander ParsableCommand.swift
Build complete! (22.91s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2287] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.18s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.5.0 (2.98s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3677] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.22s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.58s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.5.0
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.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "Commander",
  "name" : "Commander",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Commander",
      "targets" : [
        "Commander"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "CommanderTests",
      "module_type" : "SwiftTarget",
      "name" : "CommanderTests",
      "path" : "Tests/CommanderTests",
      "sources" : [
        "CommandDescriptionTests.swift",
        "CommandSignatureTests.swift",
        "ParserTests.swift",
        "TokenizerTests.swift"
      ],
      "target_dependencies" : [
        "Commander"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Commander",
      "module_type" : "SwiftTarget",
      "name" : "Commander",
      "path" : "Sources/Commander",
      "product_memberships" : [
        "Commander"
      ],
      "sources" : [
        "CommandSignature.swift",
        "Errors.swift",
        "ExpressibleFromArgument.swift",
        "NameSpecification.swift",
        "ParsableCommand.swift",
        "Parser/CommandParser.swift",
        "Parser/Tokenizer.swift",
        "Program.swift",
        "PropertyWrappers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.