The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-argument-parser, reference 1.5.1 (011f0c), with Swift 5.9 for Linux on 31 May 2025 13:11:21 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-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-argument-parser.git
Reference: 1.5.1
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/apple/swift-argument-parser
 * tag               1.5.1      -> FETCH_HEAD
HEAD is now at 011f0c7 Update changelog for 1.5.1, along with unreleased changes (#784)
Cloned https://github.com/apple/swift-argument-parser.git
Revision (git rev-parse @):
011f0c765fb46d9cac61bca19be0527e99c98c8b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-argument-parser.git at 1.5.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/apple/swift-argument-parser.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:943c57f5f023c04804daf623375860c13f93d33d0cb4f0a89054871e5f11529c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
[1/1] Compiling plugin GenerateManual
Building for debugging...
[2/13] Emitting module ArgumentParserToolInfo
[3/13] Compiling ArgumentParserToolInfo ToolInfo.swift
[5/15] Wrapping AST for ArgumentParserToolInfo for debugging
[7/53] Compiling ArgumentParser OptionGroup.swift
[8/53] Compiling ArgumentParser AsyncParsableCommand.swift
[9/53] Compiling ArgumentParser CommandConfiguration.swift
[10/53] Compiling ArgumentParser CommandGroup.swift
[11/53] Compiling ArgumentParser EnumerableFlag.swift
[12/58] Emitting module ArgumentParser
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:16:48: warning: reference to static property 'arguments' is not concurrency-safe because it involves shared mutable state
  static let _staticArguments: [String] = Self.arguments
                                               ^
Swift.CommandLine:4:23: note: static property declared here
    public static var arguments: [String]
                      ^
[13/58] Compiling ArgumentParser CollectionExtensions.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:16:48: warning: reference to static property 'arguments' is not concurrency-safe because it involves shared mutable state
  static let _staticArguments: [String] = Self.arguments
                                               ^
Swift.CommandLine:4:23: note: static property declared here
    public static var arguments: [String]
                      ^
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:112:57: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state
      for byte in string.utf8 { putc(numericCast(byte), stderr) }
                                                        ^
SwiftGlibc.stderr:1:12: note: var declared here
public var stderr: UnsafeMutablePointer<FILE>!
           ^
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[14/58] Compiling ArgumentParser Platform.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:16:48: warning: reference to static property 'arguments' is not concurrency-safe because it involves shared mutable state
  static let _staticArguments: [String] = Self.arguments
                                               ^
Swift.CommandLine:4:23: note: static property declared here
    public static var arguments: [String]
                      ^
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:112:57: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state
      for byte in string.utf8 { putc(numericCast(byte), stderr) }
                                                        ^
SwiftGlibc.stderr:1:12: note: var declared here
public var stderr: UnsafeMutablePointer<FILE>!
           ^
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[15/58] Compiling ArgumentParser SequenceExtensions.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:16:48: warning: reference to static property 'arguments' is not concurrency-safe because it involves shared mutable state
  static let _staticArguments: [String] = Self.arguments
                                               ^
Swift.CommandLine:4:23: note: static property declared here
    public static var arguments: [String]
                      ^
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:112:57: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state
      for byte in string.utf8 { putc(numericCast(byte), stderr) }
                                                        ^
SwiftGlibc.stderr:1:12: note: var declared here
public var stderr: UnsafeMutablePointer<FILE>!
           ^
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[16/58] Compiling ArgumentParser StringExtensions.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:16:48: warning: reference to static property 'arguments' is not concurrency-safe because it involves shared mutable state
  static let _staticArguments: [String] = Self.arguments
                                               ^
Swift.CommandLine:4:23: note: static property declared here
    public static var arguments: [String]
                      ^
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:112:57: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state
      for byte in string.utf8 { putc(numericCast(byte), stderr) }
                                                        ^
SwiftGlibc.stderr:1:12: note: var declared here
public var stderr: UnsafeMutablePointer<FILE>!
           ^
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[17/58] Compiling ArgumentParser Tree.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:16:48: warning: reference to static property 'arguments' is not concurrency-safe because it involves shared mutable state
  static let _staticArguments: [String] = Self.arguments
                                               ^
Swift.CommandLine:4:23: note: static property declared here
    public static var arguments: [String]
                      ^
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:112:57: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state
      for byte in string.utf8 { putc(numericCast(byte), stderr) }
                                                        ^
SwiftGlibc.stderr:1:12: note: var declared here
public var stderr: UnsafeMutablePointer<FILE>!
           ^
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[18/58] Compiling ArgumentParser ArgumentVisibility.swift
[19/58] Compiling ArgumentParser CompletionKind.swift
[20/58] Compiling ArgumentParser Errors.swift
[21/58] Compiling ArgumentParser Flag.swift
[22/58] Compiling ArgumentParser NameSpecification.swift
[23/58] Compiling ArgumentParser Option.swift
[24/58] Compiling ArgumentParser BashCompletionsGenerator.swift
[25/58] Compiling ArgumentParser CompletionsGenerator.swift
[26/58] Compiling ArgumentParser FishCompletionsGenerator.swift
[27/58] Compiling ArgumentParser ZshCompletionsGenerator.swift
[28/58] Compiling ArgumentParser Argument.swift
[29/58] Compiling ArgumentParser ArgumentHelp.swift
[30/58] Compiling ArgumentParser ArgumentDefinition.swift
[31/58] Compiling ArgumentParser ArgumentSet.swift
[32/58] Compiling ArgumentParser CommandParser.swift
[33/58] Compiling ArgumentParser InputKey.swift
[34/58] Compiling ArgumentParser InputOrigin.swift
[35/58] Compiling ArgumentParser ExpressibleByArgument.swift
[36/58] Compiling ArgumentParser ParsableArguments.swift
[37/58] Compiling ArgumentParser ParsableArgumentsValidation.swift
[38/58] Compiling ArgumentParser ParsableCommand.swift
[39/58] Compiling ArgumentParser ArgumentDecoder.swift
[40/58] Compiling ArgumentParser DumpHelpGenerator.swift
[41/58] Compiling ArgumentParser HelpCommand.swift
[42/58] Compiling ArgumentParser HelpGenerator.swift
[43/58] Compiling ArgumentParser MessageInfo.swift
[44/58] Compiling ArgumentParser UsageGenerator.swift
[45/58] Compiling ArgumentParser Name.swift
[46/58] Compiling ArgumentParser Parsed.swift
[47/58] Compiling ArgumentParser ParsedValues.swift
[48/58] Compiling ArgumentParser ParserError.swift
[49/58] Compiling ArgumentParser SplitArguments.swift
[51/61] Wrapping AST for ArgumentParser for debugging
[53/97] Emitting module ArgumentParserTestHelpers
[54/97] Compiling ArgumentParserTestHelpers StringHelpers.swift
[55/97] Compiling repeat Repeat.swift
[56/97] Emitting module repeat
[59/99] Emitting module roll
[60/99] Compiling roll SplitMix64.swift
[61/99] Compiling roll main.swift
[61/100] Wrapping AST for repeat for debugging
[64/101] Compiling generate_manual Exit.swift
[65/101] Compiling generate_manual List.swift
[66/101] Compiling generate_manual MultiPageDescription.swift
[67/101] Compiling generate_manual Name.swift
[68/101] Compiling generate_manual Container.swift
[69/101] Compiling generate_manual Empty.swift
[70/101] Compiling generate_manual ForEach.swift
[71/101] Compiling generate_manual MDocASTNodeWrapper.swift
[72/101] Compiling generate_manual AuthorArgument.swift
[73/101] Compiling generate_manual ArgumentSynopsis.swift
[74/101] Compiling generate_manual Author.swift
[75/101] Compiling generate_manual Authors.swift
[76/101] Emitting module generate_manual
[77/101] Compiling generate_manual MDocBuilder.swift
[78/101] Compiling generate_manual MDocComponent.swift
[79/101] Compiling generate_manual Document.swift
[80/101] Compiling generate_manual DocumentDate.swift
[81/101] Compiling generate_manual Preamble.swift
[82/101] Compiling generate_manual Section.swift
[83/101] Compiling generate_manual SeeAlso.swift
[84/101] Compiling generate_manual SinglePageDescription.swift
[85/104] Wrapping AST for roll for debugging
[87/104] Compiling ArgumentParserTestHelpers TestHelpers.swift
[88/104] Compiling generate_manual Process+SimpleAPI.swift
[89/104] Compiling generate_manual GenerateManual.swift
[90/104] Compiling generate_manual MDocASTNode.swift
[91/104] Compiling generate_manual Synopsis.swift
[92/104] Compiling generate_manual ArgumentParser+MDoc.swift
[93/104] Compiling generate_manual Date+ExpressibleByArgument.swift
[94/106] Linking repeat
[97/106] Emitting module math
[98/106] Compiling math Math.swift
[98/106] Linking roll
[101/108] Wrapping AST for math for debugging
[103/108] Compiling generate_manual MDocMacro.swift
[104/108] Compiling generate_manual MDocSerializationContext.swift
[105/108] Compiling generate_manual String+Escaping.swift
[106/110] Linking math
[108/110] Wrapping AST for generate-manual for debugging
[109/110] Linking generate-manual
Build complete! (23.07s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-argument-parser",
  "name" : "swift-argument-parser",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ArgumentParser",
      "targets" : [
        "ArgumentParser"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GenerateManual",
      "targets" : [
        "GenerateManual"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "roll",
      "targets" : [
        "roll"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "repeat",
      "targets" : [
        "repeat"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "math",
      "targets" : [
        "math"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "generate-manual",
      "targets" : [
        "generate-manual"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "roll",
      "module_type" : "SwiftTarget",
      "name" : "roll",
      "path" : "Examples/roll",
      "product_memberships" : [
        "roll"
      ],
      "sources" : [
        "SplitMix64.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "ArgumentParser"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "repeat",
      "module_type" : "SwiftTarget",
      "name" : "repeat",
      "path" : "Examples/repeat",
      "product_memberships" : [
        "repeat"
      ],
      "sources" : [
        "Repeat.swift"
      ],
      "target_dependencies" : [
        "ArgumentParser"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "math",
      "module_type" : "SwiftTarget",
      "name" : "math",
      "path" : "Examples/math",
      "product_memberships" : [
        "math"
      ],
      "sources" : [
        "Math.swift"
      ],
      "target_dependencies" : [
        "ArgumentParser"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "generate_manual",
      "module_type" : "SwiftTarget",
      "name" : "generate-manual",
      "path" : "Tools/generate-manual",
      "product_memberships" : [
        "GenerateManual",
        "generate-manual"
      ],
      "sources" : [
        "AuthorArgument.swift",
        "DSL/ArgumentSynopsis.swift",
        "DSL/Author.swift",
        "DSL/Authors.swift",
        "DSL/Core/Container.swift",
        "DSL/Core/Empty.swift",
        "DSL/Core/ForEach.swift",
        "DSL/Core/MDocASTNodeWrapper.swift",
        "DSL/Core/MDocBuilder.swift",
        "DSL/Core/MDocComponent.swift",
        "DSL/Document.swift",
        "DSL/DocumentDate.swift",
        "DSL/Exit.swift",
        "DSL/List.swift",
        "DSL/MultiPageDescription.swift",
        "DSL/Name.swift",
        "DSL/Preamble.swift",
        "DSL/Section.swift",
        "DSL/SeeAlso.swift",
        "DSL/SinglePageDescription.swift",
        "DSL/Synopsis.swift",
        "Extensions/ArgumentParser+MDoc.swift",
        "Extensions/Date+ExpressibleByArgument.swift",
        "Extensions/Process+SimpleAPI.swift",
        "GenerateManual.swift",
        "MDoc/MDocASTNode.swift",
        "MDoc/MDocMacro.swift",
        "MDoc/MDocSerializationContext.swift",
        "MDoc/String+Escaping.swift"
      ],
      "target_dependencies" : [
        "ArgumentParser",
        "ArgumentParserToolInfo"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "GenerateManual",
      "module_type" : "PluginTarget",
      "name" : "GenerateManual",
      "path" : "Plugins/GenerateManual",
      "plugin_capability" : {
        "intent" : {
          "description" : "Generate a manual entry for a specified target.",
          "type" : "custom",
          "verb" : "generate-manual"
        },
        "permissions" : [
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "GenerateManual"
      ],
      "sources" : [
        "GenerateManualPlugin.swift",
        "GenerateManualPluginError.swift",
        "PackagePlugin+Helpers.swift"
      ],
      "target_dependencies" : [
        "generate-manual"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "ArgumentParserUnitTests",
      "module_type" : "SwiftTarget",
      "name" : "ArgumentParserUnitTests",
      "path" : "Tests/ArgumentParserUnitTests",
      "sources" : [
        "CompletionScriptTests.swift",
        "DumpHelpGenerationTests.swift",
        "ErrorMessageTests.swift",
        "ExitCodeTests.swift",
        "HelpGenerationTests+AtArgument.swift",
        "HelpGenerationTests+AtOption.swift",
        "HelpGenerationTests+GroupName.swift",
        "HelpGenerationTests.swift",
        "InputOriginTests.swift",
        "MirrorTests.swift",
        "NameSpecificationTests.swift",
        "ParsableArgumentsValidationTests.swift",
        "SendableTests.swift",
        "SequenceExtensionTests.swift",
        "SplitArgumentTests.swift",
        "StringEditDistanceTests.swift",
        "StringSnakeCaseTests.swift",
        "StringWrappingTests.swift",
        "TreeTests.swift",
        "UsageGenerationTests.swift"
      ],
      "target_dependencies" : [
        "ArgumentParser",
        "ArgumentParserTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ArgumentParserToolInfo",
      "module_type" : "SwiftTarget",
      "name" : "ArgumentParserToolInfo",
      "path" : "Sources/ArgumentParserToolInfo",
      "product_memberships" : [
        "ArgumentParser",
        "GenerateManual",
        "roll",
        "repeat",
        "math",
        "generate-manual"
      ],
      "sources" : [
        "ToolInfo.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ArgumentParserTestHelpers",
      "module_type" : "SwiftTarget",
      "name" : "ArgumentParserTestHelpers",
      "path" : "Sources/ArgumentParserTestHelpers",
      "sources" : [
        "StringHelpers.swift",
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "ArgumentParser",
        "ArgumentParserToolInfo"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ArgumentParserPackageManagerTests",
      "module_type" : "SwiftTarget",
      "name" : "ArgumentParserPackageManagerTests",
      "path" : "Tests/ArgumentParserPackageManagerTests",
      "sources" : [
        "HelpTests.swift",
        "PackageManager/Clean.swift",
        "PackageManager/Config.swift",
        "PackageManager/Describe.swift",
        "PackageManager/GenerateXcodeProject.swift",
        "PackageManager/Options.swift",
        "Tests.swift"
      ],
      "target_dependencies" : [
        "ArgumentParser",
        "ArgumentParserTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ArgumentParserGenerateManualTests",
      "module_type" : "SwiftTarget",
      "name" : "ArgumentParserGenerateManualTests",
      "path" : "Tests/ArgumentParserGenerateManualTests",
      "sources" : [
        "CountLinesGenerateManualTests.swift",
        "MathGenerateManualTests.swift",
        "RepeatGenerateManualTests.swift",
        "RollDiceGenerateManualTests.swift"
      ],
      "target_dependencies" : [
        "ArgumentParserTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ArgumentParserExampleTests",
      "module_type" : "SwiftTarget",
      "name" : "ArgumentParserExampleTests",
      "path" : "Tests/ArgumentParserExampleTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/ArgumentParserExampleTests/CountLinesTest.txt",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "CountLinesExampleTests.swift",
        "MathExampleTests.swift",
        "RepeatExampleTests.swift",
        "RollDiceExampleTests.swift"
      ],
      "target_dependencies" : [
        "ArgumentParserTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ArgumentParserEndToEndTests",
      "module_type" : "SwiftTarget",
      "name" : "ArgumentParserEndToEndTests",
      "path" : "Tests/ArgumentParserEndToEndTests",
      "sources" : [
        "AsyncCommandEndToEndTests.swift",
        "CustomParsingEndToEndTests.swift",
        "DefaultSubcommandEndToEndTests.swift",
        "DefaultsEndToEndTests.swift",
        "EnumEndToEndTests.swift",
        "EqualsEndToEndTests.swift",
        "FlagsEndToEndTests.swift",
        "JoinedEndToEndTests.swift",
        "LongNameWithShortDashEndToEndTests.swift",
        "NestedCommandEndToEndTests.swift",
        "OptionGroupEndToEndTests.swift",
        "OptionalEndToEndTests.swift",
        "PositionalEndToEndTests.swift",
        "RawRepresentableEndToEndTests.swift",
        "RepeatingEndToEndTests+ParsingStrategy.swift",
        "RepeatingEndToEndTests.swift",
        "ShortNameEndToEndTests.swift",
        "SimpleEndToEndTests.swift",
        "SingleValueParsingStrategyTests.swift",
        "SourceCompatEndToEndTests.swift",
        "SubcommandEndToEndTests.swift",
        "TransformEndToEndTests.swift",
        "UnparsedValuesEndToEndTest.swift",
        "ValidationEndToEndTests.swift"
      ],
      "target_dependencies" : [
        "ArgumentParser",
        "ArgumentParserTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ArgumentParser",
      "module_type" : "SwiftTarget",
      "name" : "ArgumentParser",
      "path" : "Sources/ArgumentParser",
      "product_memberships" : [
        "ArgumentParser",
        "GenerateManual",
        "roll",
        "repeat",
        "math",
        "generate-manual"
      ],
      "sources" : [
        "Completions/BashCompletionsGenerator.swift",
        "Completions/CompletionsGenerator.swift",
        "Completions/FishCompletionsGenerator.swift",
        "Completions/ZshCompletionsGenerator.swift",
        "Parsable Properties/Argument.swift",
        "Parsable Properties/ArgumentHelp.swift",
        "Parsable Properties/ArgumentVisibility.swift",
        "Parsable Properties/CompletionKind.swift",
        "Parsable Properties/Errors.swift",
        "Parsable Properties/Flag.swift",
        "Parsable Properties/NameSpecification.swift",
        "Parsable Properties/Option.swift",
        "Parsable Properties/OptionGroup.swift",
        "Parsable Types/AsyncParsableCommand.swift",
        "Parsable Types/CommandConfiguration.swift",
        "Parsable Types/CommandGroup.swift",
        "Parsable Types/EnumerableFlag.swift",
        "Parsable Types/ExpressibleByArgument.swift",
        "Parsable Types/ParsableArguments.swift",
        "Parsable Types/ParsableArgumentsValidation.swift",
        "Parsable Types/ParsableCommand.swift",
        "Parsing/ArgumentDecoder.swift",
        "Parsing/ArgumentDefinition.swift",
        "Parsing/ArgumentSet.swift",
        "Parsing/CommandParser.swift",
        "Parsing/InputKey.swift",
        "Parsing/InputOrigin.swift",
        "Parsing/Name.swift",
        "Parsing/Parsed.swift",
        "Parsing/ParsedValues.swift",
        "Parsing/ParserError.swift",
        "Parsing/SplitArguments.swift",
        "Usage/DumpHelpGenerator.swift",
        "Usage/HelpCommand.swift",
        "Usage/HelpGenerator.swift",
        "Usage/MessageInfo.swift",
        "Usage/UsageGenerator.swift",
        "Utilities/CollectionExtensions.swift",
        "Utilities/Platform.swift",
        "Utilities/SequenceExtensions.swift",
        "Utilities/StringExtensions.swift",
        "Utilities/Tree.swift"
      ],
      "target_dependencies" : [
        "ArgumentParserToolInfo"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:943c57f5f023c04804daf623375860c13f93d33d0cb4f0a89054871e5f11529c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.