Build Information
Successful build of show, reference master (c4012c), with Swift 6.3 for Linux on 21 Apr 2026 07:01:15 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/erica/show.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/erica/show
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at c4012c6 Roll back tools to 5.1
Cloned https://github.com/erica/show.git
Revision (git rev-parse @):
c4012c64fa522b2277e535c114cdb605b6fca228
SUCCESS checkout https://github.com/erica/show.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/erica/show.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/apple/swift-argument-parser
[1/17424] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.79s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.0.6 (1.26s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.0.6
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[4/35] Emitting module ArgumentParser
[5/38] Compiling ArgumentParser NameSpecification.swift
[6/38] Compiling ArgumentParser Option.swift
[7/38] Compiling ArgumentParser OptionGroup.swift
[8/38] Compiling ArgumentParser CommandConfiguration.swift
[9/38] Compiling ArgumentParser ArgumentSetSequence.swift
[10/38] Compiling ArgumentParser CommandParser.swift
[11/38] Compiling ArgumentParser InputOrigin.swift
[12/38] Compiling ArgumentParser Name.swift
[13/38] Compiling ArgumentParser ParsableCommand.swift
[14/38] Compiling ArgumentParser ArgumentDecoder.swift
[15/38] Compiling ArgumentParser ArgumentDefinition.swift
[16/38] Compiling ArgumentParser ArgumentSet.swift
[17/38] Compiling ArgumentParser Parsed.swift
[18/38] Compiling ArgumentParser ParsedValues.swift
[19/38] Compiling ArgumentParser ParserError.swift
[20/38] Compiling ArgumentParser SplitArguments.swift
[21/38] Compiling ArgumentParser Argument.swift
[22/38] Compiling ArgumentParser ArgumentHelp.swift
[23/38] Compiling ArgumentParser Errors.swift
[24/38] Compiling ArgumentParser Flag.swift
[25/38] Compiling ArgumentParser EnumerableFlag.swift
[26/38] Compiling ArgumentParser ExpressibleByArgument.swift
[27/38] Compiling ArgumentParser ParsableArguments.swift
[28/38] Compiling ArgumentParser ParsableArgumentsValidation.swift
[29/38] Compiling ArgumentParser UsageGenerator.swift
[30/38] Compiling ArgumentParser StringExtensions.swift
[31/38] Compiling ArgumentParser Tree.swift
[32/38] Compiling ArgumentParser HelpCommand.swift
[33/38] Compiling ArgumentParser HelpGenerator.swift
[34/38] Compiling ArgumentParser MessageInfo.swift
[35/41] Wrapping AST for ArgumentParser for debugging
[37/45] Compiling show StringUtility.swift
[38/45] Compiling show RuntimeError.swift
[39/45] Emitting module show
[40/45] Compiling show Execute.swift
[41/45] Compiling show Utility.swift
[42/45] Compiling show main.swift
[43/46] Wrapping AST for show for debugging
[44/46] Write Objects.LinkFileList
[45/46] Linking show
Build complete! (18.96s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"exact" : [
"0.0.6"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "show",
"name" : "show",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
}
],
"products" : [
{
"name" : "show",
"targets" : [
"show"
],
"type" : {
"executable" : null
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "show",
"module_type" : "SwiftTarget",
"name" : "show",
"path" : "show",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"show"
],
"sources" : [
"Execute.swift",
"RuntimeError.swift",
"StringUtility.swift",
"Utility.swift",
"main.swift"
],
"type" : "executable"
}
],
"tools_version" : "5.1"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.