The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-commands, reference 0.7.0 (ed3de1), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 10:10:09 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/QiuZhiFei/swift-commands.git
Reference: 0.7.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/QiuZhiFei/swift-commands
 * tag               0.7.0      -> FETCH_HEAD
HEAD is now at ed3de1c chore: version 0.7.0
Cloned https://github.com/QiuZhiFei/swift-commands.git
Revision (git rev-parse @):
ed3de1c1057f4e3a5b0371d0762facd7c9a3dace
SUCCESS checkout https://github.com/QiuZhiFei/swift-commands.git at 0.7.0
========================================
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": "swift-commands",
      "name": "swift-commands",
      "url": "https://github.com/QiuZhiFei/swift-commands.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-commands",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/QiuZhiFei/swift-commands.git
[1/289] Fetching swift-commands
Fetched https://github.com/QiuZhiFei/swift-commands.git from cache (1.04s)
Creating working copy for https://github.com/QiuZhiFei/swift-commands.git
Working copy of https://github.com/QiuZhiFei/swift-commands.git resolved at 0.7.0 (ed3de1c)
warning: '.resolve-product-dependencies': dependency 'swift-commands' 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/QiuZhiFei/swift-commands.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[2/7] Write Examples-entitlement.plist
[3/7] Write swift-version--6988338F2F200930.txt
[5/17] Compiling Commands CommandsArguments.swift
[6/17] Compiling Commands CommandsResult.swift
[7/17] Compiling Commands CommandsAlias.swift
[8/17] Compiling Commands CommandsENV.swift
[9/17] Compiling Commands Commands.swift
[10/17] Compiling Commands CommandsRequest.swift
[11/17] Emitting module Commands
[12/17] Compiling Commands CommandsDashcTransformer.swift
[13/17] Compiling Commands CommandsTask.swift
[14/17] Compiling Commands CommandsResponse.swift
[15/19] Compiling Examples main.swift
[16/19] Emitting module Examples
[16/19] Write Objects.LinkFileList
[17/19] Linking Examples
[18/19] Applying Examples
Build complete! (5.33s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-commands",
  "name" : "swift-commands",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "Commands",
      "targets" : [
        "Commands"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Examples",
      "targets" : [
        "Examples"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Examples",
      "module_type" : "SwiftTarget",
      "name" : "Examples",
      "path" : "Examples",
      "product_memberships" : [
        "Examples"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Commands"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "CommandsTests",
      "module_type" : "SwiftTarget",
      "name" : "CommandsTests",
      "path" : "Tests/CommandsTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CommandsTests/Resources/python/main.py",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "RequestParseTests.swift",
        "XCTestManifests.swift",
        "swift_commandsTests.swift"
      ],
      "target_dependencies" : [
        "Commands"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Commands",
      "module_type" : "SwiftTarget",
      "name" : "Commands",
      "path" : "Sources/Commands",
      "product_memberships" : [
        "Commands",
        "Examples"
      ],
      "sources" : [
        "Commands.swift",
        "CommandsAlias.swift",
        "CommandsArguments.swift",
        "CommandsDashcTransformer.swift",
        "CommandsENV.swift",
        "CommandsRequest.swift",
        "CommandsResponse.swift",
        "CommandsResult.swift",
        "CommandsTask.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.