The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SPMArgumentParser, reference v0.5.0 (e3c489), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 23:59:28 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/nikstar/spm-argument-parser.git
Reference: v0.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nikstar/spm-argument-parser
 * tag               v0.5.0     -> FETCH_HEAD
HEAD is now at e3c4895 Merge pull request #1 from nikstar/stripped
Cloned https://github.com/nikstar/spm-argument-parser.git
Revision (git rev-parse @):
e3c4895261730adf46ab012af05a3729871a15a1
SUCCESS checkout https://github.com/nikstar/spm-argument-parser.git at v0.5.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/nikstar/spm-argument-parser.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[3/5] Write swift-version-1EA4D86E10B52AF.txt
[4/5] Compiling clibc libc.c
[6/7] Emitting module SPMLibc
[7/7] Compiling SPMLibc libc.swift
[8/20] Compiling Basic StringConversions.swift
[9/21] Compiling Basic Tuple.swift
[10/21] Compiling Basic PathShims.swift
[11/21] Compiling Basic Path.swift
[12/21] Compiling Basic OutputByteStream.swift
[13/21] Compiling Basic FileInfo.swift
[14/21] Compiling Basic CollectionExtensions.swift
[15/21] Compiling Basic DictionaryExtensions.swift
[16/21] Compiling Basic DictionaryLiteralExtensions.swift
[17/21] Compiling Basic EditDistance.swift
[18/21] Compiling Basic ByteString.swift
[19/21] Compiling Basic CollectionAlgorithms.swift
[20/21] Emitting module Basic
[21/21] Compiling Basic FileSystem.swift
[22/26] Compiling SPMArgumentParser ArgumentParser.swift
[23/26] Compiling SPMArgumentParser CollectionExtensions.swift
[24/26] Compiling SPMArgumentParser ArgumentParserShellCompletion.swift
[25/26] Emitting module SPMArgumentParser
[26/26] Compiling SPMArgumentParser StringExtensions.swift
Build complete! (4.35s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SPMArgumentParser",
  "name" : "SPMArgumentParser",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SPMArgumentParser",
      "targets" : [
        "SPMArgumentParser"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "clibc",
      "module_type" : "ClangTarget",
      "name" : "clibc",
      "path" : "Sources/clibc",
      "product_memberships" : [
        "SPMArgumentParser"
      ],
      "sources" : [
        "libc.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SPMLibc",
      "module_type" : "SwiftTarget",
      "name" : "SPMLibc",
      "path" : "Sources/SPMLibc",
      "product_memberships" : [
        "SPMArgumentParser"
      ],
      "sources" : [
        "libc.swift"
      ],
      "target_dependencies" : [
        "clibc"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SPMArgumentParser",
      "module_type" : "SwiftTarget",
      "name" : "SPMArgumentParser",
      "path" : "Sources/SPMArgumentParser",
      "product_memberships" : [
        "SPMArgumentParser"
      ],
      "sources" : [
        "ArgumentParser.swift",
        "ArgumentParserShellCompletion.swift",
        "CollectionExtensions.swift",
        "StringExtensions.swift"
      ],
      "target_dependencies" : [
        "Basic"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Basic",
      "module_type" : "SwiftTarget",
      "name" : "Basic",
      "path" : "Sources/Basic",
      "product_memberships" : [
        "SPMArgumentParser"
      ],
      "sources" : [
        "ByteString.swift",
        "CollectionAlgorithms.swift",
        "CollectionExtensions.swift",
        "DictionaryExtensions.swift",
        "DictionaryLiteralExtensions.swift",
        "EditDistance.swift",
        "FileInfo.swift",
        "FileSystem.swift",
        "OutputByteStream.swift",
        "Path.swift",
        "PathShims.swift",
        "StringConversions.swift",
        "Tuple.swift"
      ],
      "target_dependencies" : [
        "SPMLibc"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Done.