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.6.1 (309a47), with Swift 6.1 for macOS (SPM) on 1 Jul 2025 18:00:07 UTC.

Swift 6 data race errors: 6

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-argument-parser",
      "name": "swift-argument-parser",
      "url": "https://github.com/apple/swift-argument-parser.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/apple/swift-argument-parser.git from cache
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.16s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.1 (309a47b)
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/apple/swift-argument-parser.git
https://github.com/apple/swift-argument-parser.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/58] Write sources
[9/58] Write repeat-entitlement.plist
[9/58] Write math-entitlement.plist
[11/58] Write roll-entitlement.plist
[12/58] Write sources
[12/58] Write generate-manual-tool-entitlement.plist
[12/58] Write generate-manual-entitlement.plist
[15/58] Write generate-docc-reference-entitlement.plist
[16/58] Write generate-docc-reference-tool-entitlement.plist
[17/58] Write sources
[17/58] Write color-entitlement.plist
[18/58] Write count-lines-entitlement.plist
[22/58] Write sources
[22/58] Write changelog-authors-entitlement.plist
[22/58] Write sources
[27/58] Write swift-version-2F0A5646E1D333AE.txt
[29/62] Emitting module ArgumentParserToolInfo
[30/62] Compiling ArgumentParserToolInfo ToolInfo.swift
[31/62] Emitting module ArgumentParserToolInfo
[32/62] Compiling ArgumentParserToolInfo ToolInfo.swift
[33/154] Emitting module ArgumentParser
[34/158] Compiling ArgumentParser InputKey.swift
[35/158] Compiling ArgumentParser InputOrigin.swift
[36/158] Compiling ArgumentParser Name.swift
[37/158] Compiling ArgumentParser Parsed.swift
[38/158] Compiling ArgumentParser ParsedValues.swift
[39/158] Compiling ArgumentParser CommandConfiguration.swift
[40/158] Compiling ArgumentParser CommandGroup.swift
[41/158] Compiling ArgumentParser EnumerableFlag.swift
[42/158] Compiling ArgumentParser ExpressibleByArgument.swift
[43/158] Compiling ArgumentParser ParsableArguments.swift
[44/158] Compiling ArgumentParser BashCompletionsGenerator.swift
[45/158] Compiling ArgumentParser CompletionsGenerator.swift
[46/158] Compiling ArgumentParser FishCompletionsGenerator.swift
[47/158] Compiling ArgumentParser ZshCompletionsGenerator.swift
[48/158] Compiling ArgumentParser Argument.swift
[49/162] Compiling ArgumentParser ArgumentDiscussion.swift
[50/162] Compiling ArgumentParser ArgumentHelp.swift
[51/162] Compiling ArgumentParser ArgumentVisibility.swift
[52/162] Compiling ArgumentParser CompletionKind.swift
[53/162] Compiling ArgumentParser Errors.swift
[59/162] Emitting module ArgumentParser
[60/162] Compiling ArgumentParser NonsenseFlagsValidator.swift
[61/162] Compiling ArgumentParser ParsableArgumentsValidation.swift
[62/162] Compiling ArgumentParser PositionalArgumentsValidator.swift
[63/162] Compiling ArgumentParser UniqueNamesValidator.swift
[73/162] Compiling ArgumentParser ParsableCommand.swift
[74/162] Compiling ArgumentParser ArgumentDecoder.swift
[75/162] Compiling ArgumentParser ArgumentDefinition.swift
[76/162] Compiling ArgumentParser ArgumentSet.swift
[77/162] Compiling ArgumentParser CommandParser.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
[83/162] Compiling ArgumentParser ParserError.swift
[84/162] Compiling ArgumentParser SplitArguments.swift
[85/162] Compiling ArgumentParser DumpHelpGenerator.swift
[86/162] Compiling ArgumentParser HelpCommand.swift
[87/162] Compiling ArgumentParser HelpGenerator.swift
[88/162] Compiling ArgumentParser SequenceExtensions.swift
[89/162] Compiling ArgumentParser StringExtensions.swift
[90/162] Compiling ArgumentParser SwiftExtensions.swift
[91/162] Compiling ArgumentParser Tree.swift
[92/162] Compiling ArgumentParser CodingKeyValidator.swift
[93/162] Compiling ArgumentParser Flag.swift
[94/162] Compiling ArgumentParser NameSpecification.swift
[95/162] Compiling ArgumentParser Option.swift
[96/162] Compiling ArgumentParser OptionGroup.swift
[97/162] Compiling ArgumentParser AsyncParsableCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 |       self = .customAsync
214 |     case .customDeprecated(_):
215 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 |     }
217 |   }
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 |       self = .customAsync
214 |     case .customDeprecated(_):
215 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 |     }
217 |   }
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 |       self = .customAsync
214 |     case .customDeprecated(_):
215 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 |     }
217 |   }
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 |       self = .customAsync
214 |     case .customDeprecated(_):
215 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 |     }
217 |   }
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 |       self = .customAsync
214 |     case .customDeprecated(_):
215 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 |     }
217 |   }
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 |       self = .customAsync
214 |     case .customDeprecated(_):
215 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 |     }
217 |   }
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 |       self = .customAsync
214 |     case .customDeprecated(_):
215 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 |     }
217 |   }
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 |       self = .customAsync
214 |     case .customDeprecated(_):
215 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 |     }
217 |   }
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 |       self = .customAsync
214 |     case .customDeprecated(_):
215 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 |     }
217 |   }
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 |       self = .customAsync
214 |     case .customDeprecated(_):
215 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 |     }
217 |   }
[133/240] Emitting module repeat
[134/240] Compiling repeat Repeat.swift
[135/240] Emitting module color
[136/240] Compiling color Color.swift
[136/240] Write Objects.LinkFileList
[139/240] Compiling roll SplitMix64.swift
[140/240] Emitting module roll
[141/240] Compiling roll main.swift
[142/244] Emitting module count_lines
[143/244] Compiling count_lines CountLines.swift
[143/244] Write Objects.LinkFileList
[146/244] Compiling changelog_authors Util.swift
[147/244] Compiling generate_manual ForEach.swift
[148/244] Compiling generate_manual MDocASTNodeWrapper.swift
[149/244] Compiling generate_manual MDocBuilder.swift
[150/247] Compiling generate_manual Authors.swift
[151/247] Compiling generate_manual Container.swift
[152/247] Compiling generate_manual Empty.swift
[156/250] Compiling generate_manual DocumentDate.swift
[157/250] Compiling generate_manual Exit.swift
[158/250] Compiling generate_manual List.swift
[159/250] Compiling generate_manual MDocComponent.swift
[160/250] Compiling generate_manual Discussion.swift
[161/250] Compiling generate_manual Document.swift
[162/250] Compiling changelog_authors Models.swift
[163/250] Compiling generate_manual AuthorArgument.swift
[164/250] Compiling generate_manual ArgumentSynopsis.swift
[165/250] Compiling generate_manual Author.swift
[175/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]).
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]).
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]).
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]).
240 |     var customDeprecated: String?
241 |
[176/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]).
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]).
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]).
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]).
240 |     var customDeprecated: String?
241 |
[177/250] Compiling generate_docc_reference ArgumentParser+Markdown.swift
[178/250] Emitting module generate_docc_reference
[182/250] Compiling generate_manual Section.swift
[183/250] Compiling generate_manual SeeAlso.swift
[184/250] Compiling generate_manual SinglePageDescription.swift
[185/250] Compiling generate_manual MultiPageDescription.swift
[186/250] Compiling generate_manual Name.swift
[187/250] Compiling generate_manual Preamble.swift
[187/250] Linking repeat
[188/250] Write Objects.LinkFileList
[190/250] Emitting module generate_docc_reference
[191/250] Emitting module generate_manual
[194/250] Applying repeat
[195/250] Linking color
[197/250] Emitting module generate_manual
[197/250] Applying color
[198/250] Linking roll
[200/250] Compiling changelog_authors ChangelogAuthors.swift
[201/250] Emitting module changelog_authors
[201/250] Write Objects.LinkFileList
[202/250] Applying roll
[204/250] Compiling generate_docc_reference Process+SimpleAPI.swift
[205/250] Compiling generate_docc_reference GenerateDoccReference.swift
[209/250] Compiling generate_docc_reference Process+SimpleAPI.swift
[209/250] Write Objects.LinkFileList
[211/250] Compiling generate_docc_reference GenerateDoccReference.swift
[212/250] Compiling generate_docc_reference ArgumentParser+Markdown.swift
[213/250] Compiling generate_manual Synopsis.swift
[214/250] Compiling generate_manual ArgumentParser+MDoc.swift
[215/250] Compiling generate_manual Date+ExpressibleByArgument.swift
[216/250] Compiling generate_manual Process+SimpleAPI.swift
[217/250] Compiling generate_manual GenerateManual.swift
[218/250] Compiling generate_manual MDocASTNode.swift
[218/250] Write Objects.LinkFileList
[225/250] Linking count-lines
[226/250] Applying count-lines
[227/250] Linking math
[229/250] Compiling generate_manual MDocMacro.swift
[230/250] Compiling generate_manual MDocSerializationContext.swift
[231/250] Compiling generate_manual String+Escaping.swift
[231/250] Applying math
[232/250] Write Objects.LinkFileList
[237/250] Linking generate-docc-reference
[238/250] Linking changelog-authors
[239/250] Applying generate-docc-reference
[240/250] Applying changelog-authors
[241/250] Linking generate-docc-reference-tool
[242/250] Applying generate-docc-reference-tool
[243/250] Linking generate-manual
[244/250] Linking generate-manual-tool
[245/250] Applying generate-manual
[246/250] Applying generate-manual-tool
[248/250] Emitting module ArgumentParserTestHelpers
[249/250] Compiling ArgumentParserTestHelpers StringHelpers.swift
[250/250] Compiling ArgumentParserTestHelpers TestHelpers.swift
Build complete! (20.17s)
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"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/apple/swift-argument-parser/1.6.1
Repository:               apple/swift-argument-parser
Swift version used:       6.1
Target:                   ArgumentParser
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
 * branch            4633b45fc732d8c55568be09dd852f9dc1582c25 -> FETCH_HEAD
HEAD is now at 4633b45 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Extracting symbol information for 'ArgumentParser'...
Finished extracting symbol information for 'ArgumentParser'. (4.06s)
Building documentation for 'ArgumentParser'...
Finished building documentation for 'ArgumentParser' (0.31s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/apple/swift-argument-parser/1.6.1
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.71s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (1.32s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.88s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.53s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Building for debugging...
[0/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit Mixin+Equals.swift
[8/57] Compiling SymbolKit Mixin+Hash.swift
[9/57] Compiling SymbolKit Mixin.swift
[10/57] Compiling SymbolKit LineList.swift
[11/57] Compiling SymbolKit Position.swift
[12/57] Compiling SymbolKit GenericConstraint.swift
[13/57] Compiling SymbolKit GenericParameter.swift
[14/57] Compiling SymbolKit Generics.swift
[15/57] Compiling SymbolKit Namespace.swift
[16/57] Compiling SymbolKit SourceRange.swift
[17/57] Compiling SymbolKit Metadata.swift
[18/57] Compiling SymbolKit Module.swift
[19/57] Compiling SymbolKit OperatingSystem.swift
[20/57] Compiling SymbolKit Platform.swift
[21/57] Compiling SymbolKit SemanticVersion.swift
[22/57] Compiling SymbolKit AccessControl.swift
[23/57] Compiling SymbolKit Availability.swift
[24/57] Compiling SymbolKit AvailabilityItem.swift
[25/57] Compiling SymbolKit Domain.swift
[26/57] Compiling SymbolKit Relationship.swift
[27/57] Compiling SymbolKit RelationshipKind.swift
[28/57] Compiling SymbolKit SourceOrigin.swift
[29/57] Compiling SymbolKit GenericConstraints.swift
[30/57] Compiling SymbolKit Swift.swift
[31/57] Compiling SymbolKit DeclarationFragments.swift
[32/57] Compiling SymbolKit Fragment.swift
[33/57] Compiling SymbolKit FragmentKind.swift
[34/57] Compiling SymbolKit FunctionParameter.swift
[35/57] Compiling SymbolKit FunctionSignature.swift
[36/57] Compiling SymbolKit Names.swift
[37/57] Compiling SymbolKit SPI.swift
[38/57] Compiling SymbolKit Snippet.swift
[39/57] Compiling SymbolKit Extension.swift
[40/57] Compiling SymbolKit Identifier.swift
[41/57] Compiling SymbolKit KindIdentifier.swift
[42/57] Compiling SymbolKit Location.swift
[43/57] Compiling SymbolKit Mutability.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets Snippet.swift
[53/57] Compiling Snippets SnippetParser.swift
[54/57] Emitting module Snippets
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.88s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/3] Emitting module ArgumentParserToolInfo
[3/3] Compiling ArgumentParserToolInfo ToolInfo.swift
[4/49] Emitting module ArgumentParser
[5/53] Compiling ArgumentParser CommandConfiguration.swift
[6/53] Compiling ArgumentParser CommandGroup.swift
[7/53] Compiling ArgumentParser EnumerableFlag.swift
[8/53] Compiling ArgumentParser ExpressibleByArgument.swift
[9/53] Compiling ArgumentParser ParsableArguments.swift
[10/53] Compiling ArgumentParser BashCompletionsGenerator.swift
[11/53] Compiling ArgumentParser CompletionsGenerator.swift
[12/53] Compiling ArgumentParser FishCompletionsGenerator.swift
[13/53] Compiling ArgumentParser ZshCompletionsGenerator.swift
[14/53] Compiling ArgumentParser Argument.swift
[15/53] Compiling ArgumentParser NonsenseFlagsValidator.swift
[16/53] Compiling ArgumentParser ParsableArgumentsValidation.swift
[17/53] Compiling ArgumentParser PositionalArgumentsValidator.swift
[18/53] Compiling ArgumentParser UniqueNamesValidator.swift
[19/53] Compiling ArgumentParser Flag.swift
[20/53] Compiling ArgumentParser NameSpecification.swift
[21/53] Compiling ArgumentParser Option.swift
[22/53] Compiling ArgumentParser OptionGroup.swift
[23/53] Compiling ArgumentParser AsyncParsableCommand.swift
[24/53] Compiling ArgumentParser InputKey.swift
[25/53] Compiling ArgumentParser InputOrigin.swift
[26/53] Compiling ArgumentParser Name.swift
[27/53] Compiling ArgumentParser Parsed.swift
[28/53] Compiling ArgumentParser ParsedValues.swift
[29/53] Compiling ArgumentParser MessageInfo.swift
[30/53] Compiling ArgumentParser UsageGenerator.swift
[31/53] Compiling ArgumentParser CollectionExtensions.swift
[32/53] Compiling ArgumentParser Mutex.swift
[33/53] Compiling ArgumentParser Platform.swift
[34/53] Compiling ArgumentParser SequenceExtensions.swift
[35/53] Compiling ArgumentParser StringExtensions.swift
[36/53] Compiling ArgumentParser SwiftExtensions.swift
[37/53] Compiling ArgumentParser Tree.swift
[38/53] Compiling ArgumentParser CodingKeyValidator.swift
[39/53] Compiling ArgumentParser ParserError.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 |       self = .customAsync
214 |     case .customDeprecated(_):
215 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 |     }
217 |   }
[40/53] Compiling ArgumentParser SplitArguments.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 |       self = .customAsync
214 |     case .customDeprecated(_):
215 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 |     }
217 |   }
[41/53] Compiling ArgumentParser DumpHelpGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 |       self = .customAsync
214 |     case .customDeprecated(_):
215 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 |     }
217 |   }
[42/53] Compiling ArgumentParser HelpCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 |       self = .customAsync
214 |     case .customDeprecated(_):
215 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 |     }
217 |   }
[43/53] Compiling ArgumentParser HelpGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 |       self = .customAsync
214 |     case .customDeprecated(_):
215 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 |     }
217 |   }
[44/53] Compiling ArgumentParser ArgumentDiscussion.swift
[45/53] Compiling ArgumentParser ArgumentHelp.swift
[46/53] Compiling ArgumentParser ArgumentVisibility.swift
[47/53] Compiling ArgumentParser CompletionKind.swift
[48/53] Compiling ArgumentParser Errors.swift
[49/53] Compiling ArgumentParser ParsableCommand.swift
[50/53] Compiling ArgumentParser ArgumentDecoder.swift
[51/53] Compiling ArgumentParser ArgumentDefinition.swift
[52/53] Compiling ArgumentParser ArgumentSet.swift
[53/53] Compiling ArgumentParser CommandParser.swift
Build of target: 'ArgumentParser' complete! (2.01s)
     747
6	/Users/admin/builder/spi-builder-workspace/.docs/apple/swift-argument-parser/1.6.1
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/apple/swift-argument-parser/1.6.1
File count: 747
Doc size:   6.0MB
Preparing doc bundle ...
Uploading prod-apple-swift-argument-parser-1.6.1-51b3202c.zip to s3://spi-docs-inbox/prod-apple-swift-argument-parser-1.6.1-51b3202c.zip
Copying... [11%]
Copying... [23%]
Copying... [31%]
Copying... [42%]
Copying... [53%]
Copying... [61%]
Copying... [72%]
Copying... [80%]
Copying... [92%]
Copying... [100%]
Done.