The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftArg, reference master (df74cf), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 19:18:35 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/jaredmpayne/swiftarg.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jaredmpayne/swiftarg
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at df74cfc Update for macOS 11, Swift 5.3
Cloned https://github.com/jaredmpayne/swiftarg.git
Revision (git rev-parse @):
df74cfc56bd34273019ed12725d9e85f84630a58
SUCCESS checkout https://github.com/jaredmpayne/swiftarg.git at master
========================================
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": "swiftarg",
      "name": "SwiftArg",
      "url": "https://github.com/jaredmpayne/swiftarg.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftarg",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/jaredmpayne/swiftarg.git
[1/34] Fetching swiftarg
Fetched https://github.com/jaredmpayne/swiftarg.git from cache (0.50s)
Creating working copy for https://github.com/jaredmpayne/swiftarg.git
Working copy of https://github.com/jaredmpayne/swiftarg.git resolved at master (df74cfc)
warning: '.resolve-product-dependencies': dependency 'swiftarg' 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/jaredmpayne/swiftarg.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/7] Compiling SwiftArg Token.swift
[4/7] Compiling SwiftArg Option.swift
[5/7] Compiling SwiftArg Lexer.swift
[6/7] Emitting module SwiftArg
[7/7] Compiling SwiftArg Parser.swift
Build complete! (0.76s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftArg",
  "name" : "SwiftArg",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftArg",
      "targets" : [
        "SwiftArg"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftArgTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftArgTests",
      "path" : "Tests/SwiftArgTests",
      "sources" : [
        "LexerTests.swift",
        "OptionTests.swift",
        "ParserTests.swift"
      ],
      "target_dependencies" : [
        "SwiftArg"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftArg",
      "module_type" : "SwiftTarget",
      "name" : "SwiftArg",
      "path" : "Sources/SwiftArg",
      "product_memberships" : [
        "SwiftArg"
      ],
      "sources" : [
        "Lexer.swift",
        "Option.swift",
        "Parser.swift",
        "Token.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.