The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftArgs, reference master (c19202), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 14:45:04 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/pkrll/SwiftArgs.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pkrll/SwiftArgs
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/pkrll/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/18] Compiling SwiftArgs FlagOption.swift
[4/18] Compiling SwiftArgs StringOption.swift
[5/18] Emitting module SwiftArgs
[6/18] Compiling SwiftArgs Argument.swift
[7/18] Compiling SwiftArgs BoolOption.swift
[8/19] Compiling SwiftArgs SwiftArgsError.swift
[9/19] Compiling SwiftArgs String+Color.swift
[10/19] Compiling SwiftArgs OutputStream.swift
[11/19] Compiling SwiftArgs SwiftArgs.swift
[12/19] Compiling SwiftArgs ArgumentType.swift
[13/19] Compiling SwiftArgs Array+Argument.swift
[14/19] Compiling SwiftArgs CommandOption.swift
[15/19] Compiling SwiftArgs EnumOption.swift
[16/19] Compiling SwiftArgs ANSIAttribute.swift
[17/19] Compiling SwiftArgs ANSIColor.swift
[18/19] Compiling SwiftArgs SwiftConsole.swift
[19/19] Compiling SwiftArgs SwiftArgsParser.swift
Build complete! (3.75s)
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.