The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CliRunnable, reference 1.0.48 (e4d3af), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 14:32:17 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/saltzmanjoelh/CliRunnable.git
Reference: 1.0.48
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/saltzmanjoelh/CliRunnable
 * tag               1.0.48     -> FETCH_HEAD
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 1.0.48
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/saltzmanjoelh/CliRunnable.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/10] Write sources
[3/10] Write swift-version-1EA4D86E10B52AF.txt
[5/19] Compiling ProcessRunner ProcessRunner.swift
[6/19] Emitting module ProcessRunner
[6/19] Write Objects.LinkFileList
[7/19] Archiving libProcessRunner.a
[9/19] Compiling Yaml YAMLTokenizer.swift
[10/19] Compiling Yaml YAMLResult.swift
[11/19] Compiling Yaml Yaml.swift
[12/19] Compiling Yaml YAMLRegex.swift
[13/19] Emitting module Yaml
[14/19] Compiling Yaml YAMLParser.swift
[15/19] Compiling Yaml YAMLOperators.swift
[15/19] Write Objects.LinkFileList
[16/19] Archiving libYaml.a
[18/25] Compiling CliRunnable Dictionary.swift
[19/25] Compiling CliRunnable CliOption.swift
[20/25] Compiling CliRunnable CliOptionGroup.swift
[21/25] Compiling CliRunnable CliRunnable.swift
[22/25] Compiling CliRunnable Helpable.swift
[23/25] Emitting module CliRunnable
[23/25] Write Objects.LinkFileList
[24/25] Archiving libCliRunnable.a
Build complete! (7.06s)
Fetching https://github.com/saltzmanjoelh/Yaml.git
Fetching https://github.com/saltzmanjoelh/ProcessRunner.git
[1/1163] Fetching yaml
[36/1239] Fetching yaml, processrunner
Fetched https://github.com/saltzmanjoelh/Yaml.git from cache (0.81s)
Fetched https://github.com/saltzmanjoelh/ProcessRunner.git from cache (0.81s)
Computing version for https://github.com/saltzmanjoelh/ProcessRunner.git
Computed https://github.com/saltzmanjoelh/ProcessRunner.git at 1.0.11 (1.33s)
Computing version for https://github.com/saltzmanjoelh/Yaml.git
Computed https://github.com/saltzmanjoelh/Yaml.git at 3.4.10 (0.47s)
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
Build complete.
{
  "dependencies" : [
    {
      "identity" : "yaml",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/saltzmanjoelh/Yaml.git"
    },
    {
      "identity" : "processrunner",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/saltzmanjoelh/ProcessRunner.git"
    }
  ],
  "manifest_display_name" : "CliRunnable",
  "name" : "CliRunnable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CliRunnable",
      "targets" : [
        "CliRunnable"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CliRunnableTests",
      "module_type" : "SwiftTarget",
      "name" : "CliRunnableTests",
      "path" : "Tests/CliRunnableTests",
      "product_dependencies" : [
        "Yaml",
        "ProcessRunner"
      ],
      "sources" : [
        "CliOptionTests.swift",
        "CliRunnableTests.swift"
      ],
      "target_dependencies" : [
        "CliRunnable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CliRunnable",
      "module_type" : "SwiftTarget",
      "name" : "CliRunnable",
      "path" : "Sources/CliRunnable",
      "product_dependencies" : [
        "Yaml",
        "ProcessRunner"
      ],
      "product_memberships" : [
        "CliRunnable"
      ],
      "sources" : [
        "CliOption.swift",
        "CliOptionGroup.swift",
        "CliRunnable.swift",
        "Dictionary.swift",
        "Helpable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.1"
}
Done.