Build Information
Successful build of swift-argument-parser, reference 1.5.0 (41982a
), with Swift 6.0 for Linux on 18 Jul 2024 23:06:30 UTC.
Swift 6 data race errors: 1
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.46.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-argument-parser.git
Reference: 1.5.0
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.0 -> FETCH_HEAD
HEAD is now at 41982a3 Update CHANGELOG for the 1.5 release. (#654)
Cloned https://github.com/apple/swift-argument-parser.git
Revision (git rev-parse @):
41982a3656a71c768319979febd796c6fd111d5c
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/apple/swift-argument-parser.git at 1.5.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $workDir
https://github.com/apple/swift-argument-parser.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:2437f24e80aef9b25b1058900b2010a68c7690bc33114243769a5a7e8e97de91
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/23] Write sources
[8/23] Write swift-version-24593BA9C3E375BF.txt
[10/25] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/25] Emitting module ArgumentParserToolInfo
[12/26] Wrapping AST for ArgumentParserToolInfo for debugging
[14/64] Compiling ArgumentParser OptionGroup.swift
[15/64] Compiling ArgumentParser AsyncParsableCommand.swift
[16/64] Compiling ArgumentParser CommandConfiguration.swift
[17/64] Compiling ArgumentParser CommandGroup.swift
[18/64] Compiling ArgumentParser EnumerableFlag.swift
[19/69] Emitting module ArgumentParser
[20/69] Compiling ArgumentParser Name.swift
[21/69] Compiling ArgumentParser Parsed.swift
[22/69] Compiling ArgumentParser ParsedValues.swift
[23/69] Compiling ArgumentParser ParserError.swift
[24/69] Compiling ArgumentParser SplitArguments.swift
[25/69] Compiling ArgumentParser BashCompletionsGenerator.swift
[26/69] Compiling ArgumentParser CompletionsGenerator.swift
[27/69] Compiling ArgumentParser FishCompletionsGenerator.swift
[28/69] Compiling ArgumentParser ZshCompletionsGenerator.swift
[29/69] Compiling ArgumentParser Argument.swift
[30/69] Compiling ArgumentParser ArgumentHelp.swift
[31/69] Compiling ArgumentParser ExpressibleByArgument.swift
[32/69] Compiling ArgumentParser ParsableArguments.swift
[33/69] Compiling ArgumentParser ParsableArgumentsValidation.swift
[34/69] Compiling ArgumentParser ParsableCommand.swift
[35/69] Compiling ArgumentParser ArgumentDecoder.swift
[36/69] Compiling ArgumentParser CollectionExtensions.swift
[37/69] Compiling ArgumentParser Platform.swift
[38/69] Compiling ArgumentParser SequenceExtensions.swift
[39/69] Compiling ArgumentParser StringExtensions.swift
[40/69] Compiling ArgumentParser Tree.swift
[41/69] Compiling ArgumentParser ArgumentDefinition.swift
[42/69] Compiling ArgumentParser ArgumentSet.swift
[43/69] Compiling ArgumentParser CommandParser.swift
[44/69] Compiling ArgumentParser InputKey.swift
[45/69] Compiling ArgumentParser InputOrigin.swift
[46/69] Compiling ArgumentParser DumpHelpGenerator.swift
[47/69] Compiling ArgumentParser HelpCommand.swift
[48/69] Compiling ArgumentParser HelpGenerator.swift
[49/69] Compiling ArgumentParser MessageInfo.swift
[50/69] Compiling ArgumentParser UsageGenerator.swift
[51/69] Compiling ArgumentParser ArgumentVisibility.swift
[52/69] Compiling ArgumentParser CompletionKind.swift
[53/69] Compiling ArgumentParser Errors.swift
[54/69] Compiling ArgumentParser Flag.swift
[55/69] Compiling ArgumentParser NameSpecification.swift
[56/69] Compiling ArgumentParser Option.swift
[57/73] Wrapping AST for ArgumentParser for debugging
[59/107] Emitting module repeat
[60/107] Compiling repeat Repeat.swift
[61/107] Emitting module roll
[62/107] Compiling generate_manual MDocBuilder.swift
[63/107] Compiling generate_manual MDocComponent.swift
[64/107] Compiling generate_manual Document.swift
[65/107] Compiling generate_manual DocumentDate.swift
[66/107] Compiling generate_manual Container.swift
[67/107] Compiling generate_manual Empty.swift
[68/107] Compiling generate_manual ForEach.swift
[69/107] Compiling generate_manual MDocASTNodeWrapper.swift
[70/111] Compiling generate_manual Exit.swift
[71/111] Compiling generate_manual List.swift
[72/111] Compiling generate_manual MultiPageDescription.swift
[73/111] Compiling generate_manual Name.swift
[75/111] Compiling generate_manual AuthorArgument.swift
[76/111] Compiling generate_manual ArgumentSynopsis.swift
[77/111] Compiling generate_manual Author.swift
[78/111] Compiling generate_manual Authors.swift
[79/111] Compiling roll SplitMix64.swift
[80/111] Compiling roll main.swift
[81/112] Emitting module ArgumentParserTestHelpers
[82/112] Compiling ArgumentParserTestHelpers StringHelpers.swift
[83/112] Compiling ArgumentParserTestHelpers TestHelpers.swift
[83/112] Wrapping AST for repeat for debugging
[84/112] Write Objects.LinkFileList
[86/112] Compiling generate_manual Preamble.swift
[87/112] Compiling generate_manual Section.swift
[88/112] Compiling generate_manual SeeAlso.swift
[89/112] Compiling generate_manual SinglePageDescription.swift
[91/113] Wrapping AST for roll for debugging
[92/113] Write Objects.LinkFileList
[94/113] Emitting module generate_manual
/host/spi-builder-workspace/Tools/generate-manual/Extensions/Process+SimpleAPI.swift:15:8: warning: associated value 'missingExecutable(url:)' of 'Sendable'-conforming enum 'SubprocessError' has non-sendable type 'URL'; this is an error in the Swift 6 language mode
13 |
14 | enum SubprocessError: Swift.Error, LocalizedError, CustomStringConvertible {
15 | case missingExecutable(url: URL)
| `- warning: associated value 'missingExecutable(url:)' of 'Sendable'-conforming enum 'SubprocessError' has non-sendable type 'URL'; this is an error in the Swift 6 language mode
16 | case failedToLaunch(error: Swift.Error)
17 | case nonZeroExitCode(code: Int)
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
1 | public struct URL : ReferenceConvertible, Equatable {
| `- note: struct 'URL' does not conform to the 'Sendable' protocol
2 | public typealias ReferenceType = NSURL
3 | public init?(string: String)
/host/spi-builder-workspace/Tools/generate-manual/Extensions/Process+SimpleAPI.swift:12:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Foundation
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
13 |
14 | enum SubprocessError: Swift.Error, LocalizedError, CustomStringConvertible {
[94/113] Linking repeat
[96/113] Compiling generate_manual Synopsis.swift
[97/113] Compiling generate_manual ArgumentParser+MDoc.swift
[98/113] Compiling generate_manual Date+ExpressibleByArgument.swift
[99/113] Compiling generate_manual Process+SimpleAPI.swift
/host/spi-builder-workspace/Tools/generate-manual/Extensions/Process+SimpleAPI.swift:15:8: warning: associated value 'missingExecutable(url:)' of 'Sendable'-conforming enum 'SubprocessError' has non-sendable type 'URL'; this is an error in the Swift 6 language mode
13 |
14 | enum SubprocessError: Swift.Error, LocalizedError, CustomStringConvertible {
15 | case missingExecutable(url: URL)
| `- warning: associated value 'missingExecutable(url:)' of 'Sendable'-conforming enum 'SubprocessError' has non-sendable type 'URL'; this is an error in the Swift 6 language mode
16 | case failedToLaunch(error: Swift.Error)
17 | case nonZeroExitCode(code: Int)
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
1 | public struct URL : ReferenceConvertible, Equatable {
| `- note: struct 'URL' does not conform to the 'Sendable' protocol
2 | public typealias ReferenceType = NSURL
3 | public init?(string: String)
/host/spi-builder-workspace/Tools/generate-manual/Extensions/Process+SimpleAPI.swift:12:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Foundation
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
13 |
14 | enum SubprocessError: Swift.Error, LocalizedError, CustomStringConvertible {
[100/113] Compiling generate_manual GenerateManual.swift
/host/spi-builder-workspace/Tools/generate-manual/Extensions/Process+SimpleAPI.swift:15:8: warning: associated value 'missingExecutable(url:)' of 'Sendable'-conforming enum 'SubprocessError' has non-sendable type 'URL'; this is an error in the Swift 6 language mode
13 |
14 | enum SubprocessError: Swift.Error, LocalizedError, CustomStringConvertible {
15 | case missingExecutable(url: URL)
| `- warning: associated value 'missingExecutable(url:)' of 'Sendable'-conforming enum 'SubprocessError' has non-sendable type 'URL'; this is an error in the Swift 6 language mode
16 | case failedToLaunch(error: Swift.Error)
17 | case nonZeroExitCode(code: Int)
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
1 | public struct URL : ReferenceConvertible, Equatable {
| `- note: struct 'URL' does not conform to the 'Sendable' protocol
2 | public typealias ReferenceType = NSURL
3 | public init?(string: String)
/host/spi-builder-workspace/Tools/generate-manual/Extensions/Process+SimpleAPI.swift:12:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Foundation
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
13 |
14 | enum SubprocessError: Swift.Error, LocalizedError, CustomStringConvertible {
[101/113] Compiling generate_manual MDocASTNode.swift
/host/spi-builder-workspace/Tools/generate-manual/Extensions/Process+SimpleAPI.swift:15:8: warning: associated value 'missingExecutable(url:)' of 'Sendable'-conforming enum 'SubprocessError' has non-sendable type 'URL'; this is an error in the Swift 6 language mode
13 |
14 | enum SubprocessError: Swift.Error, LocalizedError, CustomStringConvertible {
15 | case missingExecutable(url: URL)
| `- warning: associated value 'missingExecutable(url:)' of 'Sendable'-conforming enum 'SubprocessError' has non-sendable type 'URL'; this is an error in the Swift 6 language mode
16 | case failedToLaunch(error: Swift.Error)
17 | case nonZeroExitCode(code: Int)
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
1 | public struct URL : ReferenceConvertible, Equatable {
| `- note: struct 'URL' does not conform to the 'Sendable' protocol
2 | public typealias ReferenceType = NSURL
3 | public init?(string: String)
/host/spi-builder-workspace/Tools/generate-manual/Extensions/Process+SimpleAPI.swift:12:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Foundation
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
13 |
14 | enum SubprocessError: Swift.Error, LocalizedError, CustomStringConvertible {
[101/113] Linking roll
[103/113] Compiling math Math.swift
/host/spi-builder-workspace/Examples/math/Math.swift:220:37: warning: converting non-sendable function value to '@Sendable ([String]) -> [String]' may introduce data races
218 | var shell: String?
219 |
220 | @Option(completion: .custom(customCompletion))
| `- warning: converting non-sendable function value to '@Sendable ([String]) -> [String]' may introduce data races
221 | var custom: String?
222 |
[104/113] Emitting module math
/host/spi-builder-workspace/Examples/math/Math.swift:220:37: warning: converting non-sendable function value to '@Sendable ([String]) -> [String]' may introduce data races
218 | var shell: String?
219 |
220 | @Option(completion: .custom(customCompletion))
| `- warning: converting non-sendable function value to '@Sendable ([String]) -> [String]' may introduce data races
221 | var custom: String?
222 |
[105/114] Wrapping AST for math for debugging
[106/114] Write Objects.LinkFileList
[108/114] Compiling generate_manual MDocMacro.swift
[109/114] Compiling generate_manual MDocSerializationContext.swift
[110/114] Compiling generate_manual String+Escaping.swift
[110/115] Linking math
[112/115] Wrapping AST for generate-manual for debugging
[113/115] Write Objects.LinkFileList
[114/115] Linking generate-manual
Build complete! (20.15s)
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.10-latest: Pulling from finestructure/spi-images
Digest: sha256:59f36943510aea3c3167e15c3bb784abd9f60c7d7937078af576dff6d447a61b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.