The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AsyncParsableCommand, reference 0.0.3 (0d3eee), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 12:12:48 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/christopherweems/_AsyncParsableCommand.git
Reference: 0.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/christopherweems/_AsyncParsableCommand
 * tag               0.0.3      -> FETCH_HEAD
HEAD is now at 0d3eeed Conditionally compile async test on macOS only
Cloned https://github.com/christopherweems/_AsyncParsableCommand.git
Revision (git rev-parse @):
0d3eeed8056e8f135fa4c6cf067b07e0878c79a2
SUCCESS checkout https://github.com/christopherweems/_AsyncParsableCommand.git at 0.0.3
Fetching https://github.com/apple/swift-argument-parser.git
[1/17523] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.57s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (2.22s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.1
========================================
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": "_asyncparsablecommand",
      "name": "AsyncParsableCommand",
      "url": "https://github.com/christopherweems/_AsyncParsableCommand.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/_AsyncParsableCommand",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "swift-argument-parser",
          "name": "swift-argument-parser",
          "url": "https://github.com/apple/swift-argument-parser.git",
          "version": "1.7.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/christopherweems/_AsyncParsableCommand.git
[1/40] Fetching _asyncparsablecommand
Fetched https://github.com/christopherweems/_AsyncParsableCommand.git from cache (0.60s)
Fetching https://github.com/apple/swift-argument-parser.git from cache
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.49s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (0.57s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.1
Creating working copy for https://github.com/christopherweems/_AsyncParsableCommand.git
Working copy of https://github.com/christopherweems/_AsyncParsableCommand.git resolved at 0.0.3 (0d3eeed)
warning: '.resolve-product-dependencies': dependency '_asyncparsablecommand' is not used by any target
Found 1 product dependencies
  - swift-argument-parser
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/christopherweems/_AsyncParsableCommand.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/6] Write sources
[5/6] Write swift-version--6988338F2F200930.txt
[7/8] Compiling ArgumentParserToolInfo ToolInfo.swift
[8/8] Emitting module ArgumentParserToolInfo
[9/55] Emitting module ArgumentParser
[10/60] Compiling ArgumentParser ArgumentHelp.swift
[11/60] Compiling ArgumentParser ArgumentVisibility.swift
[12/60] Compiling ArgumentParser CompletionKind.swift
[13/60] Compiling ArgumentParser Errors.swift
[14/60] Compiling ArgumentParser Flag.swift
[15/60] Compiling ArgumentParser CodingKeyValidator.swift
[16/60] Compiling ArgumentParser NonsenseFlagsValidator.swift
[17/60] Compiling ArgumentParser ParsableArgumentsValidation.swift
[18/60] Compiling ArgumentParser PositionalArgumentsValidator.swift
[19/60] Compiling ArgumentParser UniqueNamesValidator.swift
[20/60] Compiling ArgumentParser BashCompletionsGenerator.swift
[21/60] Compiling ArgumentParser CompletionsGenerator.swift
[22/60] Compiling ArgumentParser FishCompletionsGenerator.swift
[23/60] Compiling ArgumentParser ZshCompletionsGenerator.swift
[24/60] Compiling ArgumentParser Argument.swift
[25/60] Compiling ArgumentParser ArgumentDiscussion.swift
[26/60] Compiling ArgumentParser InputKey.swift
[27/60] Compiling ArgumentParser InputOrigin.swift
[28/60] Compiling ArgumentParser Name.swift
[29/60] Compiling ArgumentParser Parsed.swift
[30/60] Compiling ArgumentParser ParsedValues.swift
[31/60] Compiling ArgumentParser ParserError.swift
[32/60] Compiling ArgumentParser SplitArguments.swift
[33/60] Compiling ArgumentParser DumpHelpGenerator.swift
[34/60] Compiling ArgumentParser HelpCommand.swift
[35/60] Compiling ArgumentParser HelpGenerator.swift
[36/60] Compiling ArgumentParser Platform.swift
[37/60] Compiling ArgumentParser SequenceExtensions.swift
[38/60] Compiling ArgumentParser StringExtensions.swift
[39/60] Compiling ArgumentParser SwiftExtensions.swift
[40/60] Compiling ArgumentParser Tree.swift
[41/60] Compiling ArgumentParser CommandConfiguration.swift
[42/60] Compiling ArgumentParser CommandGroup.swift
[43/60] Compiling ArgumentParser EnumerableFlag.swift
[44/60] Compiling ArgumentParser ExpressibleByArgument.swift
[45/60] Compiling ArgumentParser ParsableArguments.swift
[46/60] Compiling ArgumentParser ParsableCommand.swift
[47/60] Compiling ArgumentParser ArgumentDecoder.swift
[48/60] Compiling ArgumentParser ArgumentDefinition.swift
[49/60] Compiling ArgumentParser ArgumentSet.swift
[50/60] Compiling ArgumentParser CommandParser.swift
[51/60] Compiling ArgumentParser NameSpecification.swift
[52/60] Compiling ArgumentParser Option.swift
[53/60] Compiling ArgumentParser OptionGroup.swift
[54/60] Compiling ArgumentParser ParentCommand.swift
[55/60] Compiling ArgumentParser AsyncParsableCommand.swift
[56/60] Compiling ArgumentParser MessageInfo.swift
[57/60] Compiling ArgumentParser UsageGenerator.swift
[58/60] Compiling ArgumentParser CollectionExtensions.swift
[59/60] Compiling ArgumentParser Foundation.swift
[60/60] Compiling ArgumentParser Mutex.swift
[61/63] Compiling AsyncParsableCommand _AsyncParsableCommand.swift
[62/63] Compiling AsyncParsableCommand TaskState.swift
[63/63] Emitting module AsyncParsableCommand
Build complete! (10.90s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "AsyncParsableCommand",
  "name" : "AsyncParsableCommand",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "AsyncParsableCommand",
      "targets" : [
        "AsyncParsableCommand"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AsyncParsableCommandTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncParsableCommandTests",
      "path" : "Tests/AsyncParsableCommandTests",
      "sources" : [
        "AsyncParsableCommandTests.swift"
      ],
      "target_dependencies" : [
        "AsyncParsableCommand"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncParsableCommand",
      "module_type" : "SwiftTarget",
      "name" : "AsyncParsableCommand",
      "path" : "Sources/AsyncParsableCommand",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "AsyncParsableCommand"
      ],
      "sources" : [
        "TaskState.swift",
        "_AsyncParsableCommand.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.