The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftArgs, reference 0.5.5 (c19202), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 10:54:51 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.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/pkrll/SwiftArgs.git
Reference: 0.5.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pkrll/SwiftArgs
 * tag               0.5.5      -> FETCH_HEAD
HEAD is now at c192025 Update to Swift 5
Cloned https://github.com/pkrll/SwiftArgs.git
Revision (git rev-parse @):
c192025bf9f7a200e7b8bf2b37ea5db5cbcafdd9
SUCCESS checkout https://github.com/pkrll/SwiftArgs.git at 0.5.5
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swiftargs",
      "name": "SwiftArgs",
      "url": "https://github.com/pkrll/SwiftArgs.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftArgs",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/pkrll/SwiftArgs.git
[1/851] Fetching swiftargs
Fetched https://github.com/pkrll/SwiftArgs.git from cache (0.83s)
Creating working copy for https://github.com/pkrll/SwiftArgs.git
Working copy of https://github.com/pkrll/SwiftArgs.git resolved at 0.5.5 (c192025)
warning: '.resolve-product-dependencies': dependency 'swiftargs' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/pkrll/SwiftArgs.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/18] Compiling SwiftArgs FlagOption.swift
[4/18] Compiling SwiftArgs StringOption.swift
[5/18] Compiling SwiftArgs String+Color.swift
[6/18] Compiling SwiftArgs OutputStream.swift
[7/18] Compiling SwiftArgs SwiftArgs.swift
[8/18] Compiling SwiftArgs Argument.swift
[9/18] Compiling SwiftArgs BoolOption.swift
[10/18] Compiling SwiftArgs SwiftArgsError.swift
[11/18] Compiling SwiftArgs SwiftConsole.swift
[12/18] Emitting module SwiftArgs
[13/18] Compiling SwiftArgs ArgumentType.swift
[14/18] Compiling SwiftArgs Array+Argument.swift
[15/18] Compiling SwiftArgs CommandOption.swift
[16/18] Compiling SwiftArgs EnumOption.swift
[17/18] Compiling SwiftArgs ANSIAttribute.swift
[18/18] Compiling SwiftArgs ANSIColor.swift
[19/19] Compiling SwiftArgs SwiftArgsParser.swift
Build complete! (3.99s)
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" : [
        "ArgumentOptions/Argument.swift",
        "ArgumentOptions/BoolOption.swift",
        "ArgumentOptions/CommandOption.swift",
        "ArgumentOptions/EnumOption.swift",
        "ArgumentOptions/FlagOption.swift",
        "ArgumentOptions/StringOption.swift",
        "Support/Constants/ANSIAttribute.swift",
        "Support/Constants/ANSIColor.swift",
        "Support/Constants/ArgumentType.swift",
        "Support/Extension/Array+Argument.swift",
        "Support/Extension/String+Color.swift",
        "Support/OutputStream.swift",
        "Support/SwiftArgsError.swift",
        "Support/SwiftConsole.swift",
        "SwiftArgs.swift",
        "SwiftArgsParser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.