The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CliRunnable 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/saltzmanjoelh/CliRunnable.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/saltzmanjoelh/CliRunnable
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e4d3af5 Added valueForKeys for CliOption
Cloned https://github.com/saltzmanjoelh/CliRunnable.git
Revision (git rev-parse @):
e4d3af5c93451f33286a7ac6f44e8b70946ee84e
SUCCESS checkout https://github.com/saltzmanjoelh/CliRunnable.git at master
Fetching https://github.com/saltzmanjoelh/Yaml.git from cache
Fetching https://github.com/saltzmanjoelh/ProcessRunner.git from cache
Fetched https://github.com/saltzmanjoelh/Yaml.git (0.21s)
Fetched https://github.com/saltzmanjoelh/ProcessRunner.git (0.21s)
Computing version for https://github.com/saltzmanjoelh/ProcessRunner.git
Computed https://github.com/saltzmanjoelh/ProcessRunner.git at 1.0.11 (0.42s)
Computing version for https://github.com/saltzmanjoelh/Yaml.git
Computed https://github.com/saltzmanjoelh/Yaml.git at 3.4.10 (0.42s)
Creating working copy for https://github.com/saltzmanjoelh/ProcessRunner.git
Working copy of https://github.com/saltzmanjoelh/ProcessRunner.git resolved at 1.0.11
Creating working copy for https://github.com/saltzmanjoelh/Yaml.git
Working copy of https://github.com/saltzmanjoelh/Yaml.git resolved at 3.4.10
========================================
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": "clirunnable",
      "name": "CliRunnable",
      "url": "https://github.com/saltzmanjoelh/CliRunnable.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CliRunnable",
      "dependencies": [
        {
          "identity": "yaml",
          "name": "Yaml",
          "url": "https://github.com/saltzmanjoelh/Yaml.git",
          "version": "3.4.10",
          "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Yaml",
          "dependencies": [
          ]
        },
        {
          "identity": "processrunner",
          "name": "ProcessRunner",
          "url": "https://github.com/saltzmanjoelh/ProcessRunner.git",
          "version": "1.0.11",
          "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ProcessRunner",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/saltzmanjoelh/CliRunnable.git from cache
Fetched https://github.com/saltzmanjoelh/CliRunnable.git (0.16s)
Fetching https://github.com/saltzmanjoelh/ProcessRunner.git from cache
Fetching https://github.com/saltzmanjoelh/Yaml.git from cache
Fetched https://github.com/saltzmanjoelh/Yaml.git (0.17s)
Fetched https://github.com/saltzmanjoelh/ProcessRunner.git (0.17s)
Computing version for https://github.com/saltzmanjoelh/ProcessRunner.git
Computed https://github.com/saltzmanjoelh/ProcessRunner.git at 1.0.11 (0.01s)
Computing version for https://github.com/saltzmanjoelh/Yaml.git
Computed https://github.com/saltzmanjoelh/Yaml.git at 3.4.10 (0.01s)
Creating working copy for https://github.com/saltzmanjoelh/CliRunnable.git
Working copy of https://github.com/saltzmanjoelh/CliRunnable.git resolved at master
Creating working copy for https://github.com/saltzmanjoelh/ProcessRunner.git
Working copy of https://github.com/saltzmanjoelh/ProcessRunner.git resolved at 1.0.11
Creating working copy for https://github.com/saltzmanjoelh/Yaml.git
Working copy of https://github.com/saltzmanjoelh/Yaml.git resolved at 3.4.10
warning: '.resolve-product-dependencies': dependency 'clirunnable' is not used by any target
Found 2 product dependencies
  - Yaml
  - ProcessRunner
========================================
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/12] Emitting module ProcessRunner
[2/12] Compiling ProcessRunner ProcessRunner.swift
[3/12] Compiling Yaml Yaml.swift
[4/12] Compiling Yaml YAMLOperators.swift
[5/12] Compiling Yaml YAMLRegex.swift
[6/12] Compiling Yaml YAMLResult.swift
[7/12] Compiling Yaml YAMLTokenizer.swift
[7/12] Archiving libProcessRunner.a
[9/12] Emitting module Yaml
[10/12] Compiling Yaml YAMLParser.swift
[10/12] Archiving libYaml.a
[12/18] Compiling CliRunnable Helpable.swift
[13/18] Emitting module CliRunnable
[14/18] Compiling CliRunnable CliRunnable.swift
[15/18] Compiling CliRunnable CliOption.swift
[16/18] Compiling CliRunnable Dictionary.swift
[17/18] Compiling CliRunnable CliOptionGroup.swift
[17/18] Archiving libCliRunnable.a
Build complete! (8.65s)
Build complete.
Done.