Build Information
Successful build of swift-argument-parser, reference 1.6.1 (309a47
), with Swift 6.2 (beta) for macOS (SPM) on 1 Jul 2025 18:00:35 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-argument-parser.git
Reference: 1.6.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/swift-argument-parser
* tag 1.6.1 -> FETCH_HEAD
HEAD is now at 309a47b Update changelog for 1.6.1 release (#793)
Cloned https://github.com/apple/swift-argument-parser.git
Revision (git rev-parse @):
309a47b2b1d9b5e991f36961c983ecec72275be3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-argument-parser.git at 1.6.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/apple/swift-argument-parser.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/58] Write roll-entitlement.plist
[2/58] Write sources
[11/58] Write math-entitlement.plist
[11/58] Write generate-manual-entitlement.plist
[11/58] Write count-lines-entitlement.plist
[11/58] Write generate-docc-reference-tool-entitlement.plist
[11/58] Write sources
[11/58] Write repeat-entitlement.plist
[17/58] Write generate-manual-tool-entitlement.plist
[18/58] Write changelog-authors-entitlement.plist
[19/58] Write color-entitlement.plist
[19/58] Write sources
[25/58] Write generate-docc-reference-entitlement.plist
[25/58] Write sources
[27/58] Write swift-version-1EA4D86E10B52AF.txt
[29/62] Compiling ArgumentParserToolInfo ToolInfo.swift
[30/62] Emitting module ArgumentParserToolInfo
[31/62] Compiling ArgumentParserToolInfo ToolInfo.swift
[32/62] Emitting module ArgumentParserToolInfo
[33/154] Compiling ArgumentParser SequenceExtensions.swift
[34/154] Compiling ArgumentParser StringExtensions.swift
[35/154] Compiling ArgumentParser SwiftExtensions.swift
[36/154] Compiling ArgumentParser Tree.swift
[37/154] Compiling ArgumentParser CodingKeyValidator.swift
[38/158] Compiling ArgumentParser InputKey.swift
[39/158] Compiling ArgumentParser InputOrigin.swift
[40/158] Compiling ArgumentParser Name.swift
[41/158] Compiling ArgumentParser Parsed.swift
[42/158] Compiling ArgumentParser ParsedValues.swift
[43/158] Compiling ArgumentParser CommandConfiguration.swift
[44/158] Compiling ArgumentParser CommandGroup.swift
[45/158] Compiling ArgumentParser EnumerableFlag.swift
[46/158] Compiling ArgumentParser ExpressibleByArgument.swift
[47/158] Compiling ArgumentParser ParsableArguments.swift
[48/158] Emitting module ArgumentParser
[50/162] Compiling ArgumentParser NonsenseFlagsValidator.swift
[51/162] Compiling ArgumentParser ParsableArgumentsValidation.swift
[52/162] Compiling ArgumentParser PositionalArgumentsValidator.swift
[53/162] Compiling ArgumentParser UniqueNamesValidator.swift
[54/162] Compiling ArgumentParser ArgumentDiscussion.swift
[55/162] Compiling ArgumentParser ArgumentHelp.swift
[56/162] Compiling ArgumentParser ArgumentVisibility.swift
[57/162] Compiling ArgumentParser CompletionKind.swift
[58/162] Compiling ArgumentParser Errors.swift
[59/162] Compiling ArgumentParser Flag.swift
[60/162] Compiling ArgumentParser NameSpecification.swift
[61/162] Compiling ArgumentParser Option.swift
[62/162] Compiling ArgumentParser OptionGroup.swift
[63/162] Compiling ArgumentParser AsyncParsableCommand.swift
[73/162] Compiling ArgumentParser BashCompletionsGenerator.swift
[74/162] Compiling ArgumentParser CompletionsGenerator.swift
[75/162] Compiling ArgumentParser FishCompletionsGenerator.swift
[76/162] Compiling ArgumentParser ZshCompletionsGenerator.swift
[77/162] Compiling ArgumentParser Argument.swift
[78/162] Compiling ArgumentParser MessageInfo.swift
[79/162] Compiling ArgumentParser UsageGenerator.swift
[80/162] Compiling ArgumentParser CollectionExtensions.swift
[81/162] Compiling ArgumentParser Mutex.swift
[82/162] Compiling ArgumentParser Platform.swift
[93/162] Compiling ArgumentParser ParserError.swift
[94/162] Compiling ArgumentParser SplitArguments.swift
[95/162] Compiling ArgumentParser DumpHelpGenerator.swift
[96/162] Compiling ArgumentParser HelpCommand.swift
[97/162] Compiling ArgumentParser HelpGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
213 | self = .customAsync
214 | case .customDeprecated(_):
215 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
216 | }
217 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
213 | self = .customAsync
214 | case .customDeprecated(_):
215 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
216 | }
217 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
213 | self = .customAsync
214 | case .customDeprecated(_):
215 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
216 | }
217 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
213 | self = .customAsync
214 | case .customDeprecated(_):
215 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
216 | }
217 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
213 | self = .customAsync
214 | case .customDeprecated(_):
215 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
216 | }
217 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[113/162] Compiling ArgumentParser ParsableCommand.swift
[114/162] Compiling ArgumentParser ArgumentDecoder.swift
[115/162] Compiling ArgumentParser ArgumentDefinition.swift
[116/162] Compiling ArgumentParser ArgumentSet.swift
[117/162] Compiling ArgumentParser CommandParser.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
213 | self = .customAsync
214 | case .customDeprecated(_):
215 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
216 | }
217 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
213 | self = .customAsync
214 | case .customDeprecated(_):
215 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
216 | }
217 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
213 | self = .customAsync
214 | case .customDeprecated(_):
215 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
216 | }
217 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
213 | self = .customAsync
214 | case .customDeprecated(_):
215 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
216 | }
217 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
213 | self = .customAsync
214 | case .customDeprecated(_):
215 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
216 | }
217 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[133/240] Compiling changelog_authors Util.swift
[134/240] Compiling generate_manual Authors.swift
[135/240] Compiling generate_manual Container.swift
[136/240] Compiling generate_manual Empty.swift
[137/243] Compiling changelog_authors Models.swift
[138/243] Compiling color Color.swift
[139/243] Emitting module color
[140/243] Compiling repeat Repeat.swift
[141/243] Emitting module repeat
[141/243] Write Objects.LinkFileList
[144/243] Compiling generate_docc_reference ArgumentParser+Markdown.swift
[145/243] Emitting module generate_docc_reference
[146/243] Emitting module generate_manual
[147/246] Compiling generate_manual AuthorArgument.swift
[148/246] Compiling generate_manual ArgumentSynopsis.swift
[149/246] Compiling generate_manual Author.swift
[150/246] Emitting module generate_manual
[151/246] Emitting module roll
[152/246] Compiling roll main.swift
[153/246] Compiling roll SplitMix64.swift
[154/250] Emitting module count_lines
[155/250] Compiling count_lines CountLines.swift
[155/250] Write Objects.LinkFileList
[161/250] Compiling generate_manual ForEach.swift
[162/250] Compiling generate_manual MDocASTNodeWrapper.swift
[163/250] Compiling generate_manual MDocBuilder.swift
[167/250] Compiling generate_manual Section.swift
[168/250] Compiling generate_manual SeeAlso.swift
[169/250] Compiling generate_manual SinglePageDescription.swift
[170/250] Compiling generate_docc_reference Process+SimpleAPI.swift
[171/250] Compiling generate_docc_reference GenerateDoccReference.swift
[172/250] Compiling generate_manual MDocComponent.swift
[173/250] Compiling generate_manual Discussion.swift
[174/250] Compiling generate_manual Document.swift
[175/250] Compiling generate_manual Synopsis.swift
[176/250] Compiling generate_manual ArgumentParser+MDoc.swift
[177/250] Compiling generate_manual Date+ExpressibleByArgument.swift
[178/250] Compiling generate_manual DocumentDate.swift
[179/250] Compiling generate_manual Exit.swift
[180/250] Compiling generate_manual List.swift
[181/250] Compiling generate_manual MultiPageDescription.swift
[182/250] Compiling generate_manual Name.swift
[183/250] Compiling generate_manual Preamble.swift
[184/250] Compiling changelog_authors ChangelogAuthors.swift
[185/250] Emitting module changelog_authors
[185/250] Write Objects.LinkFileList
[193/250] Compiling generate_manual Process+SimpleAPI.swift
[194/250] Compiling generate_manual GenerateManual.swift
[195/250] Compiling generate_manual MDocASTNode.swift
[195/250] Linking color
[196/250] Write Objects.LinkFileList
[212/250] Linking repeat
[213/250] Applying color
[214/250] Applying repeat
[215/250] Linking roll
[216/250] Applying roll
[218/250] Compiling generate_docc_reference Process+SimpleAPI.swift
[219/250] Compiling generate_docc_reference ArgumentParser+Markdown.swift
[220/250] Compiling generate_docc_reference GenerateDoccReference.swift
[221/250] Emitting module generate_docc_reference
[221/250] Linking generate-docc-reference
[222/250] Write Objects.LinkFileList
[223/250] Linking count-lines
[224/250] Applying generate-docc-reference
[225/250] Applying count-lines
[227/250] Emitting module math
/Users/admin/builder/spi-builder-workspace/Examples/math/Math.swift:208:20: warning: 'custom' is deprecated: Provide a three-parameter closure instead. See custom(@Sendable @escaping ([String], Int, String) -> [String]). [#DeprecatedDeclaration]
206 |
207 | @Argument(
208 | completion: .custom { _ in ["alabaster", "breakfast", "crunch", "crash"] }
| `- warning: 'custom' is deprecated: Provide a three-parameter closure instead. See custom(@Sendable @escaping ([String], Int, String) -> [String]). [#DeprecatedDeclaration]
209 | )
210 | var customDeprecatedArg: String?
/Users/admin/builder/spi-builder-workspace/Examples/math/Math.swift:239:26: warning: 'custom' is deprecated: Provide a three-parameter closure instead. See custom(@Sendable @escaping ([String], Int, String) -> [String]). [#DeprecatedDeclaration]
237 | var custom: String?
238 |
239 | @Option(completion: .custom(customDeprecatedCompletion))
| `- warning: 'custom' is deprecated: Provide a three-parameter closure instead. See custom(@Sendable @escaping ([String], Int, String) -> [String]). [#DeprecatedDeclaration]
240 | var customDeprecated: String?
241 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[228/250] Compiling math Math.swift
/Users/admin/builder/spi-builder-workspace/Examples/math/Math.swift:208:20: warning: 'custom' is deprecated: Provide a three-parameter closure instead. See custom(@Sendable @escaping ([String], Int, String) -> [String]). [#DeprecatedDeclaration]
206 |
207 | @Argument(
208 | completion: .custom { _ in ["alabaster", "breakfast", "crunch", "crash"] }
| `- warning: 'custom' is deprecated: Provide a three-parameter closure instead. See custom(@Sendable @escaping ([String], Int, String) -> [String]). [#DeprecatedDeclaration]
209 | )
210 | var customDeprecatedArg: String?
/Users/admin/builder/spi-builder-workspace/Examples/math/Math.swift:239:26: warning: 'custom' is deprecated: Provide a three-parameter closure instead. See custom(@Sendable @escaping ([String], Int, String) -> [String]). [#DeprecatedDeclaration]
237 | var custom: String?
238 |
239 | @Option(completion: .custom(customDeprecatedCompletion))
| `- warning: 'custom' is deprecated: Provide a three-parameter closure instead. See custom(@Sendable @escaping ([String], Int, String) -> [String]). [#DeprecatedDeclaration]
240 | var customDeprecated: String?
241 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[228/250] Write Objects.LinkFileList
[230/250] Compiling generate_manual MDocMacro.swift
[231/250] Compiling generate_manual MDocSerializationContext.swift
[232/250] Compiling generate_manual String+Escaping.swift
[232/250] Write Objects.LinkFileList
[237/250] Linking changelog-authors
[238/250] Applying changelog-authors
[239/250] Linking generate-docc-reference-tool
[240/250] Applying generate-docc-reference-tool
[241/250] Linking math
[242/250] Applying math
[243/250] Linking generate-manual-tool
[244/250] Linking generate-manual
[245/250] Applying generate-manual-tool
[246/250] Applying generate-manual
[248/250] Emitting module ArgumentParserTestHelpers
[249/250] Compiling ArgumentParserTestHelpers StringHelpers.swift
[250/250] Compiling ArgumentParserTestHelpers TestHelpers.swift
Build complete! (21.56s)
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/SwiftExtensions.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.