The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CliRunnable, reference 1.0.48 (e4d3af), with Swift 6.2 for Linux on 18 Jun 2025 14:26:31 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/saltzmanjoelh/CliRunnable.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/saltzmanjoelh/Yaml.git
Fetching https://github.com/saltzmanjoelh/ProcessRunner.git
[1/1163] Fetching yaml
[1164/1239] Fetching yaml, processrunner
Fetched https://github.com/saltzmanjoelh/ProcessRunner.git from cache (0.31s)
Fetched https://github.com/saltzmanjoelh/Yaml.git from cache (0.31s)
Computing version for https://github.com/saltzmanjoelh/ProcessRunner.git
Computed https://github.com/saltzmanjoelh/ProcessRunner.git at 1.0.11 (0.70s)
Computing version for https://github.com/saltzmanjoelh/Yaml.git
Computed https://github.com/saltzmanjoelh/Yaml.git at 3.4.10 (0.39s)
Creating working copy for https://github.com/saltzmanjoelh/Yaml.git
Working copy of https://github.com/saltzmanjoelh/Yaml.git resolved at 3.4.10
Creating working copy for https://github.com/saltzmanjoelh/ProcessRunner.git
Working copy of https://github.com/saltzmanjoelh/ProcessRunner.git resolved at 1.0.11
Building for debugging...
[0/13] Write sources
[3/13] Write swift-version-24593BA9C3E375BF.txt
[5/22] Emitting module Yaml
[6/22] Compiling Yaml YAMLRegex.swift
[7/22] Emitting module ProcessRunner
[8/22] Compiling ProcessRunner ProcessRunner.swift
[9/23] Compiling Yaml YAMLTokenizer.swift
[10/23] Compiling Yaml YAMLResult.swift
[12/23] Compiling Yaml Yaml.swift
[12/23] Wrapping AST for ProcessRunner for debugging
[13/23] Write Objects.LinkFileList
[14/23] Archiving libProcessRunner.a
[16/23] Compiling Yaml YAMLOperators.swift
[17/23] Compiling Yaml YAMLParser.swift
[18/24] Wrapping AST for Yaml for debugging
[19/24] Write Objects.LinkFileList
[20/29] Archiving libYaml.a
[22/30] Compiling CliRunnable CliOptionGroup.swift
[23/30] Compiling CliRunnable Helpable.swift
[24/30] Compiling CliRunnable Dictionary.swift
[25/30] Emitting module CliRunnable
[26/30] Compiling CliRunnable CliOption.swift
[27/30] Compiling CliRunnable CliRunnable.swift
[28/31] Wrapping AST for CliRunnable for debugging
[29/31] Write Objects.LinkFileList
[30/31] Archiving libCliRunnable.a
Build complete! (19.72s)
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" : "/host/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"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.