The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Arguments 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/elegantchaos/Arguments.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/elegantchaos/Arguments
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9206846 added license
Cloned https://github.com/elegantchaos/Arguments.git
Revision (git rev-parse @):
920684638d7a985bf4080fbbd0c960f308ec7da3
SUCCESS checkout https://github.com/elegantchaos/Arguments.git at main
Fetching https://github.com/elegantchaos/docopt.swift.git from cache
Fetched https://github.com/elegantchaos/docopt.swift.git (0.22s)
Computing version for https://github.com/elegantchaos/docopt.swift.git
Computed https://github.com/elegantchaos/docopt.swift.git at 0.6.12 (0.60s)
Creating working copy for https://github.com/elegantchaos/docopt.swift.git
Working copy of https://github.com/elegantchaos/docopt.swift.git resolved at 0.6.12
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "arguments",
      "name": "Arguments",
      "url": "https://github.com/elegantchaos/Arguments.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Arguments",
      "dependencies": [
        {
          "identity": "docopt.swift",
          "name": "Docopt",
          "url": "https://github.com/elegantchaos/docopt.swift.git",
          "version": "0.6.12",
          "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/docopt.swift",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/elegantchaos/Arguments.git from cache
Fetched https://github.com/elegantchaos/Arguments.git (0.17s)
Fetching https://github.com/elegantchaos/docopt.swift.git from cache
Fetched https://github.com/elegantchaos/docopt.swift.git (0.19s)
Computing version for https://github.com/elegantchaos/docopt.swift.git
Computed https://github.com/elegantchaos/docopt.swift.git at 0.6.12 (0.03s)
Creating working copy for https://github.com/elegantchaos/docopt.swift.git
Working copy of https://github.com/elegantchaos/docopt.swift.git resolved at 0.6.12
Creating working copy for https://github.com/elegantchaos/Arguments.git
Working copy of https://github.com/elegantchaos/Arguments.git resolved at main
warning: '.resolve-product-dependencies': dependency 'arguments' is not used by any target
Found 1 product dependencies
  - Docopt
========================================
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/15] Emitting module Docopt
[2/16] Compiling Docopt DocoptError.swift
[3/16] Compiling Docopt Either.swift
[4/16] Compiling Docopt Command.swift
[5/16] Compiling Docopt Docopt.swift
[6/16] Compiling Docopt Option.swift
[7/16] Compiling Docopt Optional.swift
[8/16] Compiling Docopt Argument.swift
[9/16] Compiling Docopt BranchPattern.swift
[10/16] Compiling Docopt Tokens.swift
[11/16] Compiling Docopt LeafPattern.swift
[12/16] Compiling Docopt OneOrMore.swift
[13/16] Compiling Docopt OptionsShortcut.swift
[14/16] Compiling Docopt Pattern.swift
[15/16] Compiling Docopt Required.swift
[16/16] Compiling Docopt String.swift
[17/18] Compiling Arguments Arguments.swift
[18/18] Emitting module Arguments
Build complete! (11.15s)
Build complete.
Done.