The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swift-argument-parser, reference 1.5.0 (41982a), with Swift 6.0 for macOS (SPM) on 1 Dec 2024 10:10:53 UTC.

Swift 6 data race errors: 1

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.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.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-argument-parser.git
Reference: 1.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/swift-argument-parser
 * tag               1.5.0      -> FETCH_HEAD
HEAD is now at 41982a3 Update CHANGELOG for the 1.5 release. (#654)
Cloned https://github.com/apple/swift-argument-parser.git
Revision (git rev-parse @):
41982a3656a71c768319979febd796c6fd111d5c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-argument-parser.git at 1.5.0
========================================
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
[1/12395] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.54s)
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.5.0 (41982a3)
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
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" : "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" : "count-lines",
      "targets" : [
        "count-lines"
      ],
      "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/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" : "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" : "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" : "ArgumentParserUnitTests",
      "module_type" : "SwiftTarget",
      "name" : "ArgumentParserUnitTests",
      "path" : "Tests/ArgumentParserUnitTests",
      "sources" : [
        "CompletionScriptTests.swift",
        "DumpHelpGenerationTests.swift",
        "ErrorMessageTests.swift",
        "ExitCodeTests.swift",
        "HelpGenerationTests+AtArgument.swift",
        "HelpGenerationTests+AtOption.swift",
        "HelpGenerationTests+GroupName.swift",
        "HelpGenerationTests.swift",
        "InputOriginTests.swift",
        "MirrorTests.swift",
        "NameSpecificationTests.swift",
        "ParsableArgumentsValidationTests.swift",
        "SendableTests.swift",
        "SequenceExtensionTests.swift",
        "SplitArgumentTests.swift",
        "StringEditDistanceTests.swift",
        "StringSnakeCaseTests.swift",
        "StringWrappingTests.swift",
        "TreeTests.swift",
        "UsageGenerationTests.swift"
      ],
      "target_dependencies" : [
        "ArgumentParser",
        "ArgumentParserTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ArgumentParserToolInfo",
      "module_type" : "SwiftTarget",
      "name" : "ArgumentParserToolInfo",
      "path" : "Sources/ArgumentParserToolInfo",
      "product_memberships" : [
        "ArgumentParser",
        "GenerateManual",
        "roll",
        "repeat",
        "math",
        "generate-manual",
        "count-lines",
        "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" : [
        "CountLinesGenerateManualTests.swift",
        "MathGenerateManualTests.swift",
        "RepeatGenerateManualTests.swift",
        "RollDiceGenerateManualTests.swift"
      ],
      "target_dependencies" : [
        "ArgumentParserTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ArgumentParserExampleTests",
      "module_type" : "SwiftTarget",
      "name" : "ArgumentParserExampleTests",
      "path" : "Tests/ArgumentParserExampleTests",
      "resources" : [
        {
          "path" : "/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",
        "GenerateManual",
        "roll",
        "repeat",
        "math",
        "generate-manual",
        "count-lines",
        "changelog-authors"
      ],
      "sources" : [
        "Completions/BashCompletionsGenerator.swift",
        "Completions/CompletionsGenerator.swift",
        "Completions/FishCompletionsGenerator.swift",
        "Completions/ZshCompletionsGenerator.swift",
        "Parsable Properties/Argument.swift",
        "Parsable Properties/ArgumentHelp.swift",
        "Parsable Properties/ArgumentVisibility.swift",
        "Parsable Properties/CompletionKind.swift",
        "Parsable Properties/Errors.swift",
        "Parsable Properties/Flag.swift",
        "Parsable Properties/NameSpecification.swift",
        "Parsable Properties/Option.swift",
        "Parsable Properties/OptionGroup.swift",
        "Parsable Types/AsyncParsableCommand.swift",
        "Parsable Types/CommandConfiguration.swift",
        "Parsable Types/CommandGroup.swift",
        "Parsable Types/EnumerableFlag.swift",
        "Parsable Types/ExpressibleByArgument.swift",
        "Parsable Types/ParsableArguments.swift",
        "Parsable Types/ParsableArgumentsValidation.swift",
        "Parsable Types/ParsableCommand.swift",
        "Parsing/ArgumentDecoder.swift",
        "Parsing/ArgumentDefinition.swift",
        "Parsing/ArgumentSet.swift",
        "Parsing/CommandParser.swift",
        "Parsing/InputKey.swift",
        "Parsing/InputOrigin.swift",
        "Parsing/Name.swift",
        "Parsing/Parsed.swift",
        "Parsing/ParsedValues.swift",
        "Parsing/ParserError.swift",
        "Parsing/SplitArguments.swift",
        "Usage/DumpHelpGenerator.swift",
        "Usage/HelpCommand.swift",
        "Usage/HelpGenerator.swift",
        "Usage/MessageInfo.swift",
        "Usage/UsageGenerator.swift",
        "Utilities/CollectionExtensions.swift",
        "Utilities/Platform.swift",
        "Utilities/SequenceExtensions.swift",
        "Utilities/StringExtensions.swift",
        "Utilities/Tree.swift"
      ],
      "target_dependencies" : [
        "ArgumentParserToolInfo"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.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
Building for debugging...
[1/35] Write sources
[5/35] Write generate-manual-entitlement.plist
[7/35] Write roll-entitlement.plist
[8/35] Write count-lines-entitlement.plist
[8/35] Write repeat-entitlement.plist
[10/35] Write changelog-authors-entitlement.plist
[10/35] Write sources
[10/35] Write math-entitlement.plist
[11/35] Write sources
[16/35] Write swift-version--7754E27361AE5C74.txt
[18/37] Compiling ArgumentParserToolInfo ToolInfo.swift
[19/37] Emitting module ArgumentParserToolInfo
[20/76] Compiling ArgumentParser ArgumentHelp.swift
[21/76] Compiling ArgumentParser ArgumentVisibility.swift
[22/76] Compiling ArgumentParser CompletionKind.swift
[23/76] Compiling ArgumentParser Errors.swift
[24/76] Compiling ArgumentParser Flag.swift
[25/80] Compiling ArgumentParser CommandConfiguration.swift
[26/80] Compiling ArgumentParser CommandGroup.swift
[27/80] Compiling ArgumentParser EnumerableFlag.swift
[28/80] Compiling ArgumentParser ExpressibleByArgument.swift
[29/80] Compiling ArgumentParser NameSpecification.swift
[30/80] Compiling ArgumentParser Option.swift
[31/80] Compiling ArgumentParser OptionGroup.swift
[32/80] Compiling ArgumentParser AsyncParsableCommand.swift
[33/80] Emitting module ArgumentParser
[34/80] Compiling ArgumentParser BashCompletionsGenerator.swift
[35/80] Compiling ArgumentParser CompletionsGenerator.swift
[36/80] Compiling ArgumentParser FishCompletionsGenerator.swift
[37/80] Compiling ArgumentParser ZshCompletionsGenerator.swift
[38/80] Compiling ArgumentParser Argument.swift
[39/80] Compiling ArgumentParser ArgumentDefinition.swift
[40/80] Compiling ArgumentParser ArgumentSet.swift
[41/80] Compiling ArgumentParser CommandParser.swift
[42/80] Compiling ArgumentParser InputKey.swift
[43/80] Compiling ArgumentParser Platform.swift
[44/80] Compiling ArgumentParser SequenceExtensions.swift
[45/80] Compiling ArgumentParser StringExtensions.swift
[46/80] Compiling ArgumentParser Tree.swift
[47/80] Compiling ArgumentParser ParsableArguments.swift
[48/80] Compiling ArgumentParser ParsableArgumentsValidation.swift
[49/80] Compiling ArgumentParser ParsableCommand.swift
[50/80] Compiling ArgumentParser ArgumentDecoder.swift
[51/80] Compiling ArgumentParser ParserError.swift
[52/80] Compiling ArgumentParser SplitArguments.swift
[53/80] Compiling ArgumentParser DumpHelpGenerator.swift
[54/80] Compiling ArgumentParser HelpCommand.swift
[55/80] Compiling ArgumentParser InputOrigin.swift
[56/80] Compiling ArgumentParser Name.swift
[57/80] Compiling ArgumentParser Parsed.swift
[58/80] Compiling ArgumentParser ParsedValues.swift
[59/80] Compiling ArgumentParser HelpGenerator.swift
[60/80] Compiling ArgumentParser MessageInfo.swift
[61/80] Compiling ArgumentParser UsageGenerator.swift
[62/80] Compiling ArgumentParser CollectionExtensions.swift
[63/124] Compiling roll SplitMix64.swift
[64/124] Compiling changelog_authors Util.swift
[65/124] Compiling repeat Repeat.swift
[66/124] Emitting module repeat
[66/124] Write Objects.LinkFileList
[68/124] Compiling generate_manual Authors.swift
[69/124] Compiling generate_manual Container.swift
[70/124] Compiling generate_manual Empty.swift
[71/124] Compiling generate_manual MDocComponent.swift
[72/124] Compiling generate_manual Document.swift
[73/124] Compiling generate_manual DocumentDate.swift
[74/124] Compiling generate_manual Exit.swift
[75/124] Compiling generate_manual List.swift
[76/124] Compiling generate_manual MultiPageDescription.swift
[77/124] Compiling generate_manual ForEach.swift
[78/124] Compiling generate_manual MDocASTNodeWrapper.swift
[79/124] Compiling generate_manual MDocBuilder.swift
[80/126] Compiling changelog_authors Models.swift
[81/126] Compiling roll main.swift
[82/126] Emitting module roll
[83/126] Compiling generate_manual AuthorArgument.swift
[84/126] Compiling generate_manual ArgumentSynopsis.swift
[85/126] Compiling generate_manual Author.swift
[85/126] Write Objects.LinkFileList
[87/126] Emitting module count_lines
[88/126] Compiling count_lines CountLines.swift
[88/126] Write Objects.LinkFileList
[90/126] Compiling generate_manual Name.swift
[91/126] Compiling generate_manual Preamble.swift
[92/126] Compiling generate_manual Section.swift
[92/126] Linking repeat
[93/126] Applying repeat
[95/126] Compiling generate_manual MDocSerializationContext.swift
[96/126] Compiling generate_manual String+Escaping.swift
[97/126] Emitting module changelog_authors
[98/126] Compiling changelog_authors ChangelogAuthors.swift
[98/126] Write Objects.LinkFileList
[100/126] Compiling generate_manual SeeAlso.swift
[101/126] Compiling generate_manual SinglePageDescription.swift
[102/126] Compiling generate_manual Synopsis.swift
[103/126] Emitting module generate_manual
[103/126] Linking roll
[104/126] Applying roll
[105/126] Linking count-lines
[106/126] Applying count-lines
[107/126] Linking changelog-authors
[108/126] Applying changelog-authors
[110/126] Emitting module math
[111/126] Compiling math Math.swift
[111/126] Write Objects.LinkFileList
[113/126] Compiling generate_manual GenerateManual.swift
[114/126] Compiling generate_manual MDocASTNode.swift
[115/126] Compiling generate_manual MDocMacro.swift
[116/126] Compiling generate_manual ArgumentParser+MDoc.swift
[117/126] Compiling generate_manual Date+ExpressibleByArgument.swift
[118/126] Compiling generate_manual Process+SimpleAPI.swift
[118/126] Write Objects.LinkFileList
[119/126] Linking math
[120/126] Applying math
[121/126] Linking generate-manual
[122/126] Applying generate-manual
[124/126] Compiling ArgumentParserTestHelpers StringHelpers.swift
[125/126] Compiling ArgumentParserTestHelpers TestHelpers.swift
[126/126] Emitting module ArgumentParserTestHelpers
Build complete! (21.62s)
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" : "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" : "count-lines",
      "targets" : [
        "count-lines"
      ],
      "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/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" : "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" : "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" : "ArgumentParserUnitTests",
      "module_type" : "SwiftTarget",
      "name" : "ArgumentParserUnitTests",
      "path" : "Tests/ArgumentParserUnitTests",
      "sources" : [
        "CompletionScriptTests.swift",
        "DumpHelpGenerationTests.swift",
        "ErrorMessageTests.swift",
        "ExitCodeTests.swift",
        "HelpGenerationTests+AtArgument.swift",
        "HelpGenerationTests+AtOption.swift",
        "HelpGenerationTests+GroupName.swift",
        "HelpGenerationTests.swift",
        "InputOriginTests.swift",
        "MirrorTests.swift",
        "NameSpecificationTests.swift",
        "ParsableArgumentsValidationTests.swift",
        "SendableTests.swift",
        "SequenceExtensionTests.swift",
        "SplitArgumentTests.swift",
        "StringEditDistanceTests.swift",
        "StringSnakeCaseTests.swift",
        "StringWrappingTests.swift",
        "TreeTests.swift",
        "UsageGenerationTests.swift"
      ],
      "target_dependencies" : [
        "ArgumentParser",
        "ArgumentParserTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ArgumentParserToolInfo",
      "module_type" : "SwiftTarget",
      "name" : "ArgumentParserToolInfo",
      "path" : "Sources/ArgumentParserToolInfo",
      "product_memberships" : [
        "ArgumentParser",
        "GenerateManual",
        "roll",
        "repeat",
        "math",
        "generate-manual",
        "count-lines",
        "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" : [
        "CountLinesGenerateManualTests.swift",
        "MathGenerateManualTests.swift",
        "RepeatGenerateManualTests.swift",
        "RollDiceGenerateManualTests.swift"
      ],
      "target_dependencies" : [
        "ArgumentParserTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ArgumentParserExampleTests",
      "module_type" : "SwiftTarget",
      "name" : "ArgumentParserExampleTests",
      "path" : "Tests/ArgumentParserExampleTests",
      "resources" : [
        {
          "path" : "/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",
        "GenerateManual",
        "roll",
        "repeat",
        "math",
        "generate-manual",
        "count-lines",
        "changelog-authors"
      ],
      "sources" : [
        "Completions/BashCompletionsGenerator.swift",
        "Completions/CompletionsGenerator.swift",
        "Completions/FishCompletionsGenerator.swift",
        "Completions/ZshCompletionsGenerator.swift",
        "Parsable Properties/Argument.swift",
        "Parsable Properties/ArgumentHelp.swift",
        "Parsable Properties/ArgumentVisibility.swift",
        "Parsable Properties/CompletionKind.swift",
        "Parsable Properties/Errors.swift",
        "Parsable Properties/Flag.swift",
        "Parsable Properties/NameSpecification.swift",
        "Parsable Properties/Option.swift",
        "Parsable Properties/OptionGroup.swift",
        "Parsable Types/AsyncParsableCommand.swift",
        "Parsable Types/CommandConfiguration.swift",
        "Parsable Types/CommandGroup.swift",
        "Parsable Types/EnumerableFlag.swift",
        "Parsable Types/ExpressibleByArgument.swift",
        "Parsable Types/ParsableArguments.swift",
        "Parsable Types/ParsableArgumentsValidation.swift",
        "Parsable Types/ParsableCommand.swift",
        "Parsing/ArgumentDecoder.swift",
        "Parsing/ArgumentDefinition.swift",
        "Parsing/ArgumentSet.swift",
        "Parsing/CommandParser.swift",
        "Parsing/InputKey.swift",
        "Parsing/InputOrigin.swift",
        "Parsing/Name.swift",
        "Parsing/Parsed.swift",
        "Parsing/ParsedValues.swift",
        "Parsing/ParserError.swift",
        "Parsing/SplitArguments.swift",
        "Usage/DumpHelpGenerator.swift",
        "Usage/HelpCommand.swift",
        "Usage/HelpGenerator.swift",
        "Usage/MessageInfo.swift",
        "Usage/UsageGenerator.swift",
        "Utilities/CollectionExtensions.swift",
        "Utilities/Platform.swift",
        "Utilities/SequenceExtensions.swift",
        "Utilities/StringExtensions.swift",
        "Utilities/Tree.swift"
      ],
      "target_dependencies" : [
        "ArgumentParserToolInfo"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/apple/swift-argument-parser/1.5.0
Repository:               apple/swift-argument-parser
Swift version used:       6.0
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            88815688627177b9716a01ca41da19397bd30e47 -> FETCH_HEAD
HEAD is now at 8881568 Update the artifact
Extracting symbol information for 'ArgumentParser'...
Finished extracting symbol information for 'ArgumentParser'. (3.40s)
Building documentation for 'ArgumentParser'...
warning: 'CaseIterable' doesn't exist at '/ArgumentParser/CustomizingHelp'
   --> Articles/CustomizingHelp.md:118:47-118:59
116 | ### Deriving Possible Values
117 |
118 + ExpressibleByArgument types that conform to ``CaseIterable`` do not need to manually specify ``ExpressibleByArgument/allValueStrings``. Instead, a list of possible values is derived from the type's cases, as in this updated example:
119 |
120 | ```swift
warning: 'CaseIterable' doesn't exist at '/ArgumentParser/CustomizingHelp'
   --> Articles/CustomizingHelp.md:151:40-151:52
149 | ```
150 |
151 + For an ``ExpressibleByArgument`` and ``CaseIterable`` type with many cases, you may still want to implement ``ExpressibleByArgument/allValueStrings`` to avoid an overly long list of values appearing in the help screen. For these types it is recommended to include the most common possible values.
152 |
153 | ## Controlling Argument Visibility
warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:aliases:)' doesn't exist at '/ArgumentParser/CommandConfiguration'
 --> Extensions/CommandConfiguration.md:7:5-7:119
5 | ### Creating a Configuration
6 |
7 + - ``init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:aliases:)``
  |     ╰─suggestion: Replace 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:aliases:)' with 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:groupedSubcommands:defaultSubcommand:helpNames:aliases:)'
8 |
9 | ### Customizing the Help Screen
warning: Parameter 'initial' not found in initializer declaration
   --> ../Parsable Properties/Argument.swift:621:9-621:61
619 |   ///
620 |   /// - Parameters:
621 +   ///   - initial: A default value to use for this property.
    |         ╰─suggestion: Remove 'initial' parameter documentation
622 |   ///   - parsingStrategy: The behavior to use when parsing multiple values from
623 |   ///     the command-line arguments.
warning: Parameter 'wrappedValue' is missing documentation
   --> ../Parsable Properties/Argument.swift:625:79-625:79
623 |   ///     the command-line arguments.
624 |   ///   - help: Information about how to use this argument.
625 +   ///   - completion: Kind of completion provided to the user for this option.
626 |   public init<T>(
627 |     wrappedValue: Array<T>,
warning: Parameter 'command' not found in type method declaration
  --> ../Parsable Properties/Errors.swift:83:7-84:31
81 |   /// flags or subcommands.
82 |   ///
83 +   /// - Parameter command: The command type to offer help for, if different
   |       ╰─suggestion: Remove 'command' parameter documentation
84 +   ///   from the root command.
85 |   public static func helpRequest(_ type: ParsableCommand.Type? = nil) -> CleanExit {
86 |     self.init(base: .helpRequest(type))
warning: Parameter 'type' is missing documentation
  --> ../Parsable Properties/Errors.swift:84:31-84:31
82 |   ///
83 |   /// - Parameter command: The command type to offer help for, if different
84 +   ///   from the root command.
   |                               ╰─suggestion: Document 'type' parameter
85 |   public static func helpRequest(_ type: ParsableCommand.Type? = nil) -> CleanExit {
86 |     self.init(base: .helpRequest(type))
warning: Parameter 'wrappedValue' not found in initializer declaration
   --> ../Parsable Properties/Flag.swift:348:9-348:142
346 |   /// - Parameters:
347 |   ///   - name: A specification for what names are allowed for this flag.
348 +   ///   - wrappedValue: A default value to use for this property, provided implicitly by the compiler during property wrapper initialization.
    |         ╰─suggestion: Remove 'wrappedValue' parameter documentation
349 |   ///   - inversion: The method for converting this flag's name into an on/off pair.
350 |   ///   - exclusivity: The behavior to use when an on/off pair of flags is specified.
warning: Parameter 'name' not found in initializer declaration
   --> ../Parsable Properties/Flag.swift:583:9-583:74
581 |   ///
582 |   /// - Parameters:
583 +   ///   - name: A specification for what names are allowed for this flag.
    |         ╰─suggestion: Remove 'name' parameter documentation
584 |   ///   - help: Information about how to use this flag.
585 |   public init<Element>(
warning: Parameter 'wrappedValue' is missing documentation
   --> ../Parsable Properties/Flag.swift:584:56-584:56
582 |   /// - Parameters:
583 |   ///   - name: A specification for what names are allowed for this flag.
584 +   ///   - help: Information about how to use this flag.
    |         ╰─suggestion: Document 'wrappedValue' parameter
585 |   public init<Element>(
586 |     wrappedValue: [Element],
warning: Parameter 'transform' not found in initializer declaration
   --> ../Parsable Properties/Option.swift:678:9-679:49
676 |   ///   - completion: The type of command-line completion provided for this
677 |   ///     option.
678 +   ///   - transform: A closure that converts a string into this property's
    |         ╰─suggestion: Remove 'transform' parameter documentation
679 +   ///     element type, or else throws an error.
680 |   public init<T>(
681 |     wrappedValue: Array<T>,
warning: Parameter 'subcommand' is missing documentation
   --> ../Parsable Types/ParsableCommand.swift:120:19-120:19
118 |   /// - Parameters:
119 |   ///   - includeHidden: Include hidden help information in the generated
    |         ╰─suggestion: Document 'subcommand' parameter
120 +   ///     message.
121 |   /// - Returns: The usage text for this type.
122 |   public static func usageString(Finished building documentation for 'ArgumentParser' (0.24s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/apple/swift-argument-parser/1.5.0
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2038] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.31s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.51s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3188] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.27s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.55s)
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.3
Building for debugging...
[0/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version--7754E27361AE5C74.txt
[6/53] Emitting module SymbolKit
[7/53] Compiling SymbolKit DeclarationFragments.swift
[8/53] Compiling SymbolKit Fragment.swift
[9/53] Compiling SymbolKit FragmentKind.swift
[10/53] Compiling SymbolKit FunctionParameter.swift
[11/53] Compiling SymbolKit FunctionSignature.swift
[12/57] Compiling SymbolKit Names.swift
[13/57] Compiling SymbolKit SPI.swift
[14/57] Compiling SymbolKit Snippet.swift
[15/57] Compiling SymbolKit Extension.swift
[16/57] Compiling SymbolKit SemanticVersion.swift
[17/57] Compiling SymbolKit AccessControl.swift
[18/57] Compiling SymbolKit Availability.swift
[19/57] Compiling SymbolKit AvailabilityItem.swift
[20/57] Compiling SymbolKit Domain.swift
[21/57] Compiling SymbolKit SourceRange.swift
[22/57] Compiling SymbolKit Metadata.swift
[23/57] Compiling SymbolKit Module.swift
[24/57] Compiling SymbolKit OperatingSystem.swift
[25/57] Compiling SymbolKit Platform.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 GenericConstraint.swift
[32/57] Compiling SymbolKit GenericParameter.swift
[33/57] Compiling SymbolKit Generics.swift
[34/57] Compiling SymbolKit Namespace.swift
[35/57] Compiling SymbolKit Identifier.swift
[36/57] Compiling SymbolKit KindIdentifier.swift
[37/57] Compiling SymbolKit Location.swift
[38/57] Compiling SymbolKit Mutability.swift
[39/57] Compiling SymbolKit Mixin+Equals.swift
[40/57] Compiling SymbolKit Mixin+Hash.swift
[41/57] Compiling SymbolKit Mixin.swift
[42/57] Compiling SymbolKit LineList.swift
[43/57] Compiling SymbolKit Position.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 SnippetBuildCommand.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SymbolGraph+Snippet.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.45s)
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
[2/3] Compiling ArgumentParserToolInfo ToolInfo.swift
[3/3] Emitting module ArgumentParserToolInfo
[4/42] Compiling ArgumentParser InputOrigin.swift
[5/42] Compiling ArgumentParser Name.swift
[6/42] Compiling ArgumentParser Parsed.swift
[7/42] Compiling ArgumentParser ParsedValues.swift
[8/42] Compiling ArgumentParser CommandConfiguration.swift
[9/42] Compiling ArgumentParser CommandGroup.swift
[10/42] Compiling ArgumentParser EnumerableFlag.swift
[11/42] Compiling ArgumentParser ExpressibleByArgument.swift
[12/46] Compiling ArgumentParser NameSpecification.swift
[13/46] Compiling ArgumentParser Option.swift
[14/46] Compiling ArgumentParser OptionGroup.swift
[15/46] Compiling ArgumentParser AsyncParsableCommand.swift
[16/46] Compiling ArgumentParser ArgumentHelp.swift
[17/46] Compiling ArgumentParser ArgumentVisibility.swift
[18/46] Compiling ArgumentParser CompletionKind.swift
[19/46] Compiling ArgumentParser Errors.swift
[20/46] Compiling ArgumentParser Flag.swift
[21/46] Emitting module ArgumentParser
[22/46] Compiling ArgumentParser BashCompletionsGenerator.swift
[23/46] Compiling ArgumentParser CompletionsGenerator.swift
[24/46] Compiling ArgumentParser FishCompletionsGenerator.swift
[25/46] Compiling ArgumentParser ZshCompletionsGenerator.swift
[26/46] Compiling ArgumentParser Argument.swift
[27/46] Compiling ArgumentParser ParsableArguments.swift
[28/46] Compiling ArgumentParser ParsableArgumentsValidation.swift
[29/46] Compiling ArgumentParser ParsableCommand.swift
[30/46] Compiling ArgumentParser ArgumentDecoder.swift
[31/46] Compiling ArgumentParser ParserError.swift
[32/46] Compiling ArgumentParser SplitArguments.swift
[33/46] Compiling ArgumentParser DumpHelpGenerator.swift
[34/46] Compiling ArgumentParser HelpCommand.swift
[35/46] Compiling ArgumentParser HelpGenerator.swift
[36/46] Compiling ArgumentParser MessageInfo.swift
[37/46] Compiling ArgumentParser UsageGenerator.swift
[38/46] Compiling ArgumentParser CollectionExtensions.swift
[39/46] Compiling ArgumentParser Platform.swift
[40/46] Compiling ArgumentParser SequenceExtensions.swift
[41/46] Compiling ArgumentParser StringExtensions.swift
[42/46] Compiling ArgumentParser Tree.swift
[43/46] Compiling ArgumentParser ArgumentDefinition.swift
[44/46] Compiling ArgumentParser ArgumentSet.swift
[45/46] Compiling ArgumentParser CommandParser.swift
[46/46] Compiling ArgumentParser InputKey.swift
Build of target: 'ArgumentParser' complete! (1.36s)
     693
6	/Users/admin/builder/spi-builder-workspace/.docs/apple/swift-argument-parser/1.5.0
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/apple/swift-argument-parser/1.5.0
File count: 693
Doc size:   6.0MB
Preparing doc bundle ...
Uploading prod-apple-swift-argument-parser-1.5.0-826321f0.zip to s3://spi-docs-inbox/prod-apple-swift-argument-parser-1.5.0-826321f0.zip
Copying... [12%]
Copying... [24%]
Copying... [31%]
Copying... [43%]
Copying... [51%]
Copying... [63%]
Copying... [71%]
Copying... [83%]
Copying... [91%]
Copying... [100%]
Done.