Build Information
Successful build of CliRunnable, reference master (e4d3af), with Swift 6.2 for Linux on 18 Jun 2025 14:25:23 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/saltzmanjoelh/CliRunnable.git
Reference: master
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
* 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
========================================
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-2":/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/ProcessRunner.git
Fetching https://github.com/saltzmanjoelh/Yaml.git
[1/76] Fetching processrunner
[77/1239] Fetching processrunner, yaml
Fetched https://github.com/saltzmanjoelh/ProcessRunner.git from cache (0.28s)
Fetched https://github.com/saltzmanjoelh/Yaml.git from cache (0.28s)
Computing version for https://github.com/saltzmanjoelh/ProcessRunner.git
Computed https://github.com/saltzmanjoelh/ProcessRunner.git at 1.0.11 (0.72s)
Computing version for https://github.com/saltzmanjoelh/Yaml.git
Computed https://github.com/saltzmanjoelh/Yaml.git at 3.4.10 (1.24s)
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
Building for debugging...
[0/13] Write sources
[3/13] Write swift-version-24593BA9C3E375BF.txt
[5/22] Emitting module ProcessRunner
[6/22] Compiling ProcessRunner ProcessRunner.swift
[8/23] Compiling Yaml Yaml.swift
[9/23] Compiling Yaml YAMLResult.swift
[10/23] Compiling Yaml YAMLTokenizer.swift
[11/23] Compiling Yaml YAMLRegex.swift
[11/23] Wrapping AST for ProcessRunner for debugging
[12/23] Write Objects.LinkFileList
[13/23] Archiving libProcessRunner.a
[15/23] Emitting module Yaml
[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/24] Archiving libYaml.a
[22/30] Compiling CliRunnable CliOptionGroup.swift
[23/30] Compiling CliRunnable Dictionary.swift
[24/30] Compiling CliRunnable Helpable.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.02s)
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.