The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-commands, reference 0.7.0 (ed3de1), with Swift 5.10 for macOS (SPM) on 4 Dec 2024 12:28:22 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.58.4
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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/QiuZhiFei/swift-commands.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.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-33747A42983211AE.txt
[5/17] Compiling Commands CommandsResult.swift
[6/17] Compiling Commands CommandsResponse.swift
[7/17] Compiling Commands CommandsENV.swift
[8/17] Compiling Commands CommandsTask.swift
[9/17] Compiling Commands CommandsDashcTransformer.swift
[10/17] Compiling Commands CommandsAlias.swift
[11/17] Compiling Commands CommandsArguments.swift
[12/17] Compiling Commands Commands.swift
[13/17] Emitting module Commands
[14/17] Compiling Commands CommandsRequest.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! (7.11s)
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.