The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-commands with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/QiuZhiFei/swift-commands.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/QiuZhiFei/swift-commands
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 44e6aac Merge pull request #4 from QiuZhiFei/dev
Cloned https://github.com/QiuZhiFei/swift-commands.git
Revision (git rev-parse @):
44e6aac62a1e2fd42cae7391f6cfa4eb7a798a22
SUCCESS checkout https://github.com/QiuZhiFei/swift-commands.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-commands",
      "name": "swift-commands",
      "url": "https://github.com/QiuZhiFei/swift-commands.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-commands",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/QiuZhiFei/swift-commands.git from cache
Fetched https://github.com/QiuZhiFei/swift-commands.git (0.17s)
Creating working copy for https://github.com/QiuZhiFei/swift-commands.git
Working copy of https://github.com/QiuZhiFei/swift-commands.git resolved at main
warning: '.resolve-product-dependencies': dependency 'swift-commands' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/10] Compiling Commands CommandsResult.swift
[2/11] Compiling Commands CommandsResponse.swift
[3/11] Compiling Commands CommandsDashcTransformer.swift
[4/11] Compiling Commands CommandsENV.swift
[5/11] Compiling Commands Commands.swift
[6/11] Compiling Commands CommandsAlias.swift
[7/11] Compiling Commands CommandsArguments.swift
[8/11] Emitting module Commands
[9/11] Compiling Commands CommandsRequest.swift
[10/11] Compiling Commands CommandsTask.swift
[11/13] Emitting module Examples
[12/13] Compiling Examples main.swift
[12/13] Linking Examples
Build complete! (10.17s)
Build complete.
Done.