The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Commander 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/devedbox/commander.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/devedbox/commander
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7791c48 feat: Updates the type alias for subcommands.
Cloned https://github.com/devedbox/commander.git
Revision (git rev-parse @):
7791c480a2e508229a14275630612bfea3d3c0b2
SUCCESS checkout https://github.com/devedbox/commander.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "commander",
      "name": "Commander",
      "url": "https://github.com/devedbox/commander.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/commander",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/devedbox/commander.git
[1/2370] Fetching commander
Fetched https://github.com/devedbox/commander.git (0.38s)
Creating working copy for https://github.com/devedbox/commander.git
Working copy of https://github.com/devedbox/commander.git resolved at master
warning: '.resolve-product-dependencies': dependency 'commander' 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/7] Compiling Utility CommandLine.swift
[2/7] Compiling Utility Bool+.swift
[3/7] Compiling Utility Optional+.swift
[4/7] Emitting module Utility
[5/7] Compiling Utility Collection+.swift
[6/7] Compiling Utility String+.swift
[7/22] Compiling Commander DefaultOptions.swift
[8/22] Compiling Commander Option.swift
[9/23] Compiling Commander misc.swift
[10/23] Compiling Commander CommandRepresentable.swift
[11/23] Compiling Commander Error.swift
[12/23] Compiling Commander Help.swift
[13/23] Compiling Commander Commander.swift
[14/23] Compiling Commander OptionsRepresentable.swift
[15/23] Compiling Commander Shell.swift
[16/23] Compiling Commander CommandDescriber.swift
[17/23] Compiling Commander CommandPath.swift
[18/23] Compiling Commander BuiltIn.swift
[19/23] Compiling Commander Complete.swift
[20/23] Emitting module Commander
[21/23] Compiling Commander OptionDescription.swift
[22/23] Compiling Commander OptionsDecoder.swift
[23/26] Compiling commander_sample main.swift
[24/26] Compiling commander_sample SampleCommand.swift
[25/26] Emitting module commander_sample
[25/26] Linking commander-sample
Build complete! (19.59s)
Build complete.
Done.