Build Information
Successful build of swift-argument-parser, reference main (91af75
), with Swift 5.10 for macOS (SPM) on 5 May 2025 18:35:52 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-argument-parser.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/swift-argument-parser
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 91af755 Improve fish completion script generation (#738)
Cloned https://github.com/apple/swift-argument-parser.git
Revision (git rev-parse @):
91af755db10e07f4768d9e44851fd145cf8e2295
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-argument-parser.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/apple/swift-argument-parser.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateDoccReference
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/46] Write sources
[7/46] Write roll-entitlement.plist
[7/46] Write repeat-entitlement.plist
[9/46] Write sources
[10/46] Write math-entitlement.plist
[11/46] Write generate-docc-reference-entitlement.plist
[11/46] Write sources
[13/46] Write generate-manual-entitlement.plist
[14/46] Write sources
[15/46] Write color-entitlement.plist
[16/46] Write sources
[17/46] Write count-lines-entitlement.plist
[17/46] Write changelog-authors-entitlement.plist
[20/46] Write sources
[21/46] Write swift-version-33747A42983211AE.txt
[23/48] Emitting module ArgumentParserToolInfo
[24/48] Compiling ArgumentParserToolInfo ToolInfo.swift
[25/93] Emitting module ArgumentParser
/Users/admin/builder/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; this is an error in Swift 6
static let _staticArguments: [String] = Self.arguments
^
Swift.CommandLine:4:23: note: static property declared here
public static var arguments: [String]
^
[26/97] Compiling ArgumentParser InputKey.swift
[27/97] Compiling ArgumentParser InputOrigin.swift
[28/97] Compiling ArgumentParser Name.swift
[29/97] Compiling ArgumentParser Parsed.swift
[30/97] Compiling ArgumentParser ParsedValues.swift
[31/97] Compiling ArgumentParser ArgumentDiscussion.swift
[32/97] Compiling ArgumentParser ArgumentHelp.swift
[33/97] Compiling ArgumentParser ArgumentVisibility.swift
[34/97] Compiling ArgumentParser CompletionKind.swift
[35/97] Compiling ArgumentParser Errors.swift
[36/97] Compiling ArgumentParser NonsenseFlagsValidator.swift
[37/97] Compiling ArgumentParser ParsableArgumentsValidation.swift
[38/97] Compiling ArgumentParser PositionalArgumentsValidator.swift
[39/97] Compiling ArgumentParser UniqueNamesValidator.swift
[40/97] Compiling ArgumentParser Flag.swift
[41/97] Compiling ArgumentParser NameSpecification.swift
[42/97] Compiling ArgumentParser Option.swift
[43/97] Compiling ArgumentParser OptionGroup.swift
[44/97] Compiling ArgumentParser AsyncParsableCommand.swift
[45/97] Compiling ArgumentParser SequenceExtensions.swift
[46/97] Compiling ArgumentParser StringExtensions.swift
[47/97] Compiling ArgumentParser Tree.swift
[48/97] Compiling ArgumentParser CodingKeyValidator.swift
[49/97] Compiling ArgumentParser BashCompletionsGenerator.swift
[50/97] Compiling ArgumentParser CompletionsGenerator.swift
[51/97] Compiling ArgumentParser FishCompletionsGenerator.swift
[52/97] Compiling ArgumentParser ZshCompletionsGenerator.swift
[53/97] Compiling ArgumentParser Argument.swift
[54/97] Compiling ArgumentParser MessageInfo.swift
/Users/admin/builder/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; this is an error in Swift 6
static let _staticArguments: [String] = Self.arguments
^
Swift.CommandLine:4:23: note: static property declared here
public static var arguments: [String]
^
[55/97] Compiling ArgumentParser UsageGenerator.swift
/Users/admin/builder/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; this is an error in Swift 6
static let _staticArguments: [String] = Self.arguments
^
Swift.CommandLine:4:23: note: static property declared here
public static var arguments: [String]
^
[56/97] Compiling ArgumentParser CollectionExtensions.swift
/Users/admin/builder/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; this is an error in Swift 6
static let _staticArguments: [String] = Self.arguments
^
Swift.CommandLine:4:23: note: static property declared here
public static var arguments: [String]
^
[57/97] Compiling ArgumentParser Mutex.swift
/Users/admin/builder/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; this is an error in Swift 6
static let _staticArguments: [String] = Self.arguments
^
Swift.CommandLine:4:23: note: static property declared here
public static var arguments: [String]
^
[58/97] Compiling ArgumentParser Platform.swift
/Users/admin/builder/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; this is an error in Swift 6
static let _staticArguments: [String] = Self.arguments
^
Swift.CommandLine:4:23: note: static property declared here
public static var arguments: [String]
^
[59/97] Compiling ArgumentParser ParsableCommand.swift
[60/97] Compiling ArgumentParser ArgumentDecoder.swift
[61/97] Compiling ArgumentParser ArgumentDefinition.swift
[62/97] Compiling ArgumentParser ArgumentSet.swift
[63/97] Compiling ArgumentParser CommandParser.swift
[64/97] Compiling ArgumentParser CommandConfiguration.swift
[65/97] Compiling ArgumentParser CommandGroup.swift
[66/97] Compiling ArgumentParser EnumerableFlag.swift
[67/97] Compiling ArgumentParser ExpressibleByArgument.swift
[68/97] Compiling ArgumentParser ParsableArguments.swift
[69/97] Compiling ArgumentParser ParserError.swift
[70/97] Compiling ArgumentParser SplitArguments.swift
[71/97] Compiling ArgumentParser DumpHelpGenerator.swift
[72/97] Compiling ArgumentParser HelpCommand.swift
[73/97] Compiling ArgumentParser HelpGenerator.swift
[74/147] Compiling repeat Repeat.swift
[75/147] Emitting module repeat
[75/147] Write Objects.LinkFileList
[77/147] Compiling changelog_authors Util.swift
[78/147] Emitting module count_lines
[79/147] Compiling count_lines CountLines.swift
[79/147] Write Objects.LinkFileList
[81/147] Emitting module math
[82/147] Emitting module color
[83/147] Compiling color Color.swift
[84/147] Compiling roll SplitMix64.swift
[85/147] Compiling roll main.swift
[86/147] Emitting module roll
[87/147] Compiling changelog_authors Models.swift
[87/147] Write Objects.LinkFileList
[90/147] Compiling generate_manual MultiPageDescription.swift
[91/147] Compiling generate_manual Name.swift
[92/147] Compiling generate_manual Preamble.swift
[93/150] Compiling generate_manual Authors.swift
[94/150] Compiling generate_manual Container.swift
[95/150] Compiling generate_manual Empty.swift
[96/150] Compiling generate_manual DocumentDate.swift
[97/150] Compiling generate_manual Exit.swift
[98/150] Compiling generate_manual List.swift
[99/150] Compiling generate_manual ForEach.swift
[100/150] Compiling generate_manual MDocASTNodeWrapper.swift
[101/150] Compiling generate_manual MDocBuilder.swift
[102/150] Compiling generate_manual MDocComponent.swift
[103/150] Compiling generate_manual Discussion.swift
[104/150] Compiling generate_manual Document.swift
[105/150] Compiling generate_manual AuthorArgument.swift
[106/150] Compiling generate_manual ArgumentSynopsis.swift
[107/150] Compiling generate_manual Author.swift
[108/150] Emitting module changelog_authors
[109/150] Compiling changelog_authors ChangelogAuthors.swift
[109/150] Write Objects.LinkFileList
[111/150] Emitting module generate_manual
[112/150] Compiling generate_docc_reference Process+SimpleAPI.swift
[113/150] Compiling generate_docc_reference GenerateDoccReference.swift
[114/150] Emitting module generate_docc_reference
[115/150] Compiling generate_docc_reference ArgumentParser+Markdown.swift
[115/150] Write Objects.LinkFileList
[116/150] Linking repeat
[117/150] Applying repeat
[118/150] Linking count-lines
[120/150] Compiling generate_manual Process+SimpleAPI.swift
[120/150] Applying count-lines
[121/150] Compiling generate_manual GenerateManual.swift
[122/150] Compiling generate_manual MDocASTNode.swift
[124/150] Compiling generate_manual Section.swift
[125/150] Compiling generate_manual SeeAlso.swift
[126/150] Compiling generate_manual SinglePageDescription.swift
[127/150] Compiling generate_manual Synopsis.swift
[128/150] Compiling generate_manual ArgumentParser+MDoc.swift
[129/150] Compiling generate_manual Date+ExpressibleByArgument.swift
[129/150] Linking color
[130/150] Linking roll
[131/150] Applying color
[132/150] Applying roll
[134/150] Compiling math Math.swift
[134/150] Write Objects.LinkFileList
[135/150] Linking changelog-authors
[136/150] Applying changelog-authors
[137/150] Linking generate-docc-reference
[139/150] Compiling generate_manual MDocMacro.swift
[140/150] Compiling generate_manual MDocSerializationContext.swift
[141/150] Compiling generate_manual String+Escaping.swift
[141/150] Write Objects.LinkFileList
[142/150] Applying generate-docc-reference
[143/150] Linking math
[144/150] Applying math
[145/150] Linking generate-manual
[146/150] Applying generate-manual
[148/150] Compiling ArgumentParserTestHelpers TestHelpers.swift
[149/150] Compiling ArgumentParserTestHelpers StringHelpers.swift
[150/150] Emitting module ArgumentParserTestHelpers
Build complete! (16.73s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-argument-parser",
"name" : "swift-argument-parser",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ArgumentParser",
"targets" : [
"ArgumentParser"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "GenerateDoccReference",
"targets" : [
"GenerateDoccReference"
],
"type" : {
"plugin" : null
}
},
{
"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
}
},
{
"name" : "generate-docc-reference",
"targets" : [
"generate-docc-reference"
],
"type" : {
"executable" : null
}
},
{
"name" : "count-lines",
"targets" : [
"count-lines"
],
"type" : {
"executable" : null
}
},
{
"name" : "color",
"targets" : [
"color"
],
"type" : {
"executable" : null
}
},
{
"name" : "changelog-authors",
"targets" : [
"changelog-authors"
],
"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/Discussion.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" : "generate_docc_reference",
"module_type" : "SwiftTarget",
"name" : "generate-docc-reference",
"path" : "Tools/generate-docc-reference",
"product_memberships" : [
"GenerateDoccReference",
"generate-docc-reference"
],
"sources" : [
"Extensions/ArgumentParser+Markdown.swift",
"Extensions/Process+SimpleAPI.swift",
"GenerateDoccReference.swift"
],
"target_dependencies" : [
"ArgumentParser",
"ArgumentParserToolInfo"
],
"type" : "executable"
},
{
"c99name" : "count_lines",
"module_type" : "SwiftTarget",
"name" : "count-lines",
"path" : "Examples/count-lines",
"product_memberships" : [
"count-lines"
],
"sources" : [
"CountLines.swift"
],
"target_dependencies" : [
"ArgumentParser"
],
"type" : "executable"
},
{
"c99name" : "color",
"module_type" : "SwiftTarget",
"name" : "color",
"path" : "Examples/color",
"product_memberships" : [
"color"
],
"sources" : [
"Color.swift"
],
"target_dependencies" : [
"ArgumentParser"
],
"type" : "executable"
},
{
"c99name" : "changelog_authors",
"module_type" : "SwiftTarget",
"name" : "changelog-authors",
"path" : "Tools/changelog-authors",
"product_memberships" : [
"changelog-authors"
],
"sources" : [
"ChangelogAuthors.swift",
"Models.swift",
"Util.swift"
],
"target_dependencies" : [
"ArgumentParser"
],
"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" : "GenerateDoccReference",
"module_type" : "PluginTarget",
"name" : "GenerateDoccReference",
"path" : "Plugins/GenerateDoccReference",
"plugin_capability" : {
"intent" : {
"description" : "Generate a documentation reference for a specified target.",
"type" : "custom",
"verb" : "generate-docc-reference"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "This command generates documentation.",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_memberships" : [
"GenerateDoccReference"
],
"sources" : [
"GenerateDoccReference.swift",
"GenerateDoccReferenceError.swift",
"PackagePlugin+Helpers.swift"
],
"target_dependencies" : [
"generate-docc-reference"
],
"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" : "ArgumentParserToolInfoTests",
"module_type" : "SwiftTarget",
"name" : "ArgumentParserToolInfoTests",
"path" : "Tests/ArgumentParserToolInfoTests",
"sources" : [
"ArgumentParserToolInfoTests.swift"
],
"target_dependencies" : [
"ArgumentParserToolInfo"
],
"type" : "test"
},
{
"c99name" : "ArgumentParserToolInfo",
"module_type" : "SwiftTarget",
"name" : "ArgumentParserToolInfo",
"path" : "Sources/ArgumentParserToolInfo",
"product_memberships" : [
"ArgumentParser",
"GenerateDoccReference",
"GenerateManual",
"roll",
"repeat",
"math",
"generate-manual",
"generate-docc-reference",
"count-lines",
"color",
"changelog-authors"
],
"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" : [
"GenerateManualTests.swift"
],
"target_dependencies" : [
"ArgumentParserTestHelpers"
],
"type" : "test"
},
{
"c99name" : "ArgumentParserGenerateDoccReferenceTests",
"module_type" : "SwiftTarget",
"name" : "ArgumentParserGenerateDoccReferenceTests",
"path" : "Tests/ArgumentParserGenerateDoccReferenceTests",
"sources" : [
"GenerateDoccReferenceTests.swift"
],
"target_dependencies" : [
"ArgumentParserTestHelpers"
],
"type" : "test"
},
{
"c99name" : "ArgumentParserExampleTests",
"module_type" : "SwiftTarget",
"name" : "ArgumentParserExampleTests",
"path" : "Tests/ArgumentParserExampleTests",
"resources" : [
{
"path" : "/Users/admin/builder/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",
"GenerateDoccReference",
"GenerateManual",
"roll",
"repeat",
"math",
"generate-manual",
"generate-docc-reference",
"count-lines",
"color",
"changelog-authors"
],
"sources" : [
"Completions/BashCompletionsGenerator.swift",
"Completions/CompletionsGenerator.swift",
"Completions/FishCompletionsGenerator.swift",
"Completions/ZshCompletionsGenerator.swift",
"Parsable Properties/Argument.swift",
"Parsable Properties/ArgumentDiscussion.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/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/Mutex.swift",
"Utilities/Platform.swift",
"Utilities/SequenceExtensions.swift",
"Utilities/StringExtensions.swift",
"Utilities/Tree.swift",
"Validators/CodingKeyValidator.swift",
"Validators/NonsenseFlagsValidator.swift",
"Validators/ParsableArgumentsValidation.swift",
"Validators/PositionalArgumentsValidator.swift",
"Validators/UniqueNamesValidator.swift"
],
"target_dependencies" : [
"ArgumentParserToolInfo"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Done.