The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SwiftArgs, reference 3.0.4 (4e6968), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 22:20:34 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/frazer-rbsn/swiftargs.git
Reference: 3.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/frazer-rbsn/swiftargs
 * tag               3.0.4      -> FETCH_HEAD
HEAD is now at 4e6968a Update .travis.yml
Cloned https://github.com/frazer-rbsn/swiftargs.git
Revision (git rev-parse @):
4e6968a21451815a0c10a9d43b37de050e7b3689
SUCCESS checkout https://github.com/frazer-rbsn/swiftargs.git at 3.0.4
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/frazer-rbsn/swiftargs.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/7] Compiling SwiftArgs Model.swift
[4/7] Compiling SwiftArgs CommandRegistrar.swift
[5/7] Compiling SwiftArgs CommandBuilder.swift
[6/7] Emitting module SwiftArgs
[7/7] Compiling SwiftArgs CommandParser.swift
Build complete! (3.79s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftArgs",
  "name" : "SwiftArgs",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftArgs",
      "targets" : [
        "SwiftArgs"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftArgsTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftArgsTests",
      "path" : "Tests/SwiftArgsTests",
      "sources" : [
        "SwiftArgsTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SwiftArgs"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftArgs",
      "module_type" : "SwiftTarget",
      "name" : "SwiftArgs",
      "path" : "Sources/SwiftArgs",
      "product_memberships" : [
        "SwiftArgs"
      ],
      "sources" : [
        "CommandBuilder.swift",
        "CommandParser.swift",
        "CommandRegistrar.swift",
        "Model.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.