The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-argument-parser, reference main (a54433), with Swift 6.3 for macOS (SPM) on 24 Apr 2026 05:08:03 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-argument-parser.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/swift-argument-parser
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a544331 Improve diagnostic for @Flag Bool? without inversion: (#892)
Cloned https://github.com/apple/swift-argument-parser.git
Revision (git rev-parse @):
a544331c431f0e7aabbd2b3a50fee2e43c6526e6
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-argument-parser.git at main
========================================
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",
  "traits": [
    "default"
  ],
  "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",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/apple/swift-argument-parser.git
[1/17464] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.61s)
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 main (a544331)
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/apple/swift-argument-parser.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/63] Write sources
[4/63] Write roll-entitlement.plist
[4/63] Write sources
[9/63] Write math-entitlement.plist
[9/63] Write repeat-entitlement.plist
[9/63] Write sources
[9/63] Write generate-manual-tool-entitlement.plist
[13/63] Write generate-docc-reference-tool-entitlement.plist
[14/63] Write generate-docc-reference-entitlement.plist
[15/63] Write sources
[15/63] Write default-as-flag-entitlement.plist
[15/63] Write sources
[18/63] Write generate-manual-entitlement.plist
[18/63] Write sources
[20/63] Write count-lines-entitlement.plist
[20/63] Write color-entitlement.plist
[20/63] Write changelog-authors-entitlement.plist
[20/63] Write sources
[29/63] Write swift-version--6988338F2F200930.txt
[31/67] Emitting module ArgumentParserToolInfo
[32/67] Compiling ArgumentParserToolInfo ToolInfo.swift
[34/67] Emitting module ArgumentParserToolInfo
[35/163] Compiling ArgumentParser InputOrigin.swift
[36/163] Compiling ArgumentParser Name.swift
[37/163] Compiling ArgumentParser Parsed.swift
[38/163] Compiling ArgumentParser ParsedValues.swift
[39/163] Compiling ArgumentParser ParserError.swift
[40/168] Emitting module ArgumentParser
[41/168] Compiling ArgumentParser UsageGenerator.swift
[42/168] Compiling ArgumentParser CollectionExtensions.swift
[43/168] Compiling ArgumentParser Foundation.swift
[44/168] Compiling ArgumentParser Mutex.swift
[45/168] Compiling ArgumentParser Platform.swift
[46/168] Compiling ArgumentParser CommandGroup.swift
[47/173] Emitting module ArgumentParser
[48/173] Compiling ArgumentParser Option.swift
[49/173] Compiling ArgumentParser OptionGroup.swift
[50/173] Compiling ArgumentParser ParentCommand.swift
[51/173] Compiling ArgumentParser AsyncParsableCommand.swift
[52/173] Compiling ArgumentParser CommandConfiguration.swift
[53/173] Compiling ArgumentParser ArgumentHelp.swift
[54/173] Compiling ArgumentParser ArgumentVisibility.swift
[55/173] Compiling ArgumentParser CompletionKind.swift
[56/173] Compiling ArgumentParser Errors.swift
[57/173] Compiling ArgumentParser Flag.swift
[58/173] Compiling ArgumentParser NameSpecification.swift
[59/173] Compiling ArgumentParser SequenceExtensions.swift
[60/173] Compiling ArgumentParser StringExtensions.swift
[61/173] Compiling ArgumentParser SwiftExtensions.swift
[62/173] Compiling ArgumentParser Tree.swift
[63/173] Compiling ArgumentParser AsyncCompletionsValidator.swift
[69/173] Compiling ArgumentParser CodingKeyValidator.swift
[70/173] Compiling ArgumentParser NonsenseFlagsValidator.swift
[71/173] Compiling ArgumentParser ParsableArgumentsValidation.swift
[72/173] Compiling ArgumentParser PositionalArgumentsValidator.swift
[73/173] Compiling ArgumentParser UniqueNamesValidator.swift
[79/173] Compiling ArgumentParser BashCompletionsGenerator.swift
[80/173] Compiling ArgumentParser CompletionsGenerator.swift
[81/173] Compiling ArgumentParser FishCompletionsGenerator.swift
[82/173] Compiling ArgumentParser ZshCompletionsGenerator.swift
[83/173] Compiling ArgumentParser Argument.swift
[84/173] Compiling ArgumentParser ArgumentDiscussion.swift
[91/173] Compiling ArgumentParser ArgumentDecoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
206 |       self = .customAsync
207 |     case .customDeprecated(_):
208 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
209 |     }
210 |   }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[92/173] Compiling ArgumentParser ArgumentDefinition.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
206 |       self = .customAsync
207 |     case .customDeprecated(_):
208 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
209 |     }
210 |   }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[93/173] Compiling ArgumentParser ArgumentSet.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
206 |       self = .customAsync
207 |     case .customDeprecated(_):
208 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
209 |     }
210 |   }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[94/173] Compiling ArgumentParser CommandParser.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
206 |       self = .customAsync
207 |     case .customDeprecated(_):
208 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
209 |     }
210 |   }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[95/173] Compiling ArgumentParser InputKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
206 |       self = .customAsync
207 |     case .customDeprecated(_):
208 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
209 |     }
210 |   }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
 77 |   }
 78 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[97/173] Compiling ArgumentParser EnumerableFlag.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
 77 |   }
 78 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[98/173] Compiling ArgumentParser ExpressibleByArgument.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
 77 |   }
 78 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[99/173] Compiling ArgumentParser ParsableArguments.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
 77 |   }
 78 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[100/173] Compiling ArgumentParser ParsableCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
 77 |   }
 78 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[101/173] Compiling ArgumentParser SplitArguments.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
206 |       self = .customAsync
207 |     case .customDeprecated(_):
208 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
209 |     }
210 |   }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[102/173] Compiling ArgumentParser DumpHelpGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
206 |       self = .customAsync
207 |     case .customDeprecated(_):
208 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
209 |     }
210 |   }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[103/173] Compiling ArgumentParser HelpCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
206 |       self = .customAsync
207 |     case .customDeprecated(_):
208 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
209 |     }
210 |   }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[104/173] Compiling ArgumentParser HelpGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
206 |       self = .customAsync
207 |     case .customDeprecated(_):
208 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
209 |     }
210 |   }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[105/173] Compiling ArgumentParser MessageInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
206 |       self = .customAsync
207 |     case .customDeprecated(_):
208 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
209 |     }
210 |   }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
 77 |   }
 78 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
 77 |   }
 78 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
 77 |   }
 78 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
 77 |   }
 78 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
 77 |   }
 78 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[141/224] Compiling changelog_authors Util.swift
[142/224] Emitting module repeat
[143/224] Compiling repeat Repeat.swift
[144/224] Compiling changelog_authors Models.swift
[145/224] Compiling color Color.swift
[146/224] Emitting module color
[147/224] Compiling generate_manual Authors.swift
[148/224] Compiling generate_manual Container.swift
[149/224] Compiling generate_manual Empty.swift
[150/255] Compiling roll main.swift
[151/255] Emitting module roll
[152/255] Compiling roll SplitMix64.swift
[153/255] Emitting module default_as_flag
[154/255] Compiling default_as_flag DefaultAsFlag.swift
[154/255] Write Objects.LinkFileList
[157/259] Emitting module count_lines
[158/259] Compiling count_lines CountLines.swift
[159/259] Compiling generate_manual Process+SimpleAPI.swift
[160/259] Compiling generate_manual GenerateManual.swift
[161/259] Compiling generate_manual MDocASTNode.swift
[162/259] Compiling generate_manual Synopsis.swift
[163/259] Compiling generate_manual ArgumentParser+MDoc.swift
[164/259] Compiling generate_manual Date+ExpressibleByArgument.swift
[164/259] Write Objects.LinkFileList
[167/259] Compiling generate_docc_reference ArgumentParser+Markdown.swift
[168/259] Emitting module generate_docc_reference
[169/259] Compiling generate_manual Section.swift
[170/259] Compiling generate_manual SeeAlso.swift
[171/259] Compiling generate_manual SinglePageDescription.swift
[172/259] Compiling generate_manual Authors.swift
[173/259] Compiling generate_manual Container.swift
[174/259] Compiling generate_manual Empty.swift
[175/259] Compiling generate_manual MultiPageDescription.swift
[176/259] Compiling generate_manual Name.swift
[177/259] Compiling generate_manual Preamble.swift
[178/259] Compiling generate_docc_reference Process+SimpleAPI.swift
[179/259] Compiling generate_docc_reference GenerateDoccReference.swift
[180/259] Emitting module changelog_authors
[181/259] Compiling changelog_authors ChangelogAuthors.swift
[181/259] Write Objects.LinkFileList
[186/262] Linking repeat
[187/262] Linking roll
[188/262] Applying roll
[189/262] Linking default-as-flag
[190/262] Write Objects.LinkFileList
[192/262] Compiling generate_manual DocumentDate.swift
[193/262] Compiling generate_manual Exit.swift
[194/262] Compiling generate_manual List.swift
[195/262] Emitting module generate_manual
[196/262] Compiling generate_manual AuthorArgument.swift
[197/262] Compiling generate_manual ArgumentSynopsis.swift
[198/262] Compiling generate_manual Author.swift
[199/262] Compiling generate_manual MDocComponent.swift
[200/262] Compiling generate_manual Discussion.swift
[201/262] Compiling generate_manual Document.swift
[201/262] Applying repeat
[202/262] Applying default-as-flag
[206/262] Linking count-lines
[207/262] Linking generate-docc-reference
[214/262] Applying count-lines
[215/262] Applying generate-docc-reference
[220/262] Emitting module generate_manual
[221/262] Compiling generate_manual ForEach.swift
[222/262] Compiling generate_manual MDocASTNodeWrapper.swift
[223/262] Compiling generate_manual MDocBuilder.swift
[227/262] Compiling generate_docc_reference Process+SimpleAPI.swift
[228/262] Compiling generate_docc_reference ArgumentParser+Markdown.swift
[229/262] Emitting module generate_docc_reference
[230/262] Compiling generate_docc_reference GenerateDoccReference.swift
[231/262] Compiling math Math.swift
[232/262] Emitting module math
[232/262] Write Objects.LinkFileList
[240/262] Linking color
[241/262] Applying color
[243/262] Compiling generate_manual MDocMacro.swift
[244/262] Compiling generate_manual MDocSerializationContext.swift
[245/262] Compiling generate_manual String+Escaping.swift
[245/262] Write Objects.LinkFileList
[246/262] Linking changelog-authors
[247/262] Applying changelog-authors
[251/262] Write Objects.LinkFileList
[252/262] Linking generate-docc-reference-tool
[253/262] Linking math
[254/262] Applying generate-docc-reference-tool
[255/262] Applying math
[256/262] Linking generate-manual
[257/262] Applying generate-manual
[258/262] Linking generate-manual-tool
[259/262] Applying generate-manual-tool
[261/262] Emitting module ArgumentParserTestHelpers
[262/262] Compiling ArgumentParserTestHelpers TestHelpers.swift
Build complete! (22.14s)
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" : "default-as-flag",
      "targets" : [
        "default-as-flag"
      ],
      "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" : "default_as_flag",
      "module_type" : "SwiftTarget",
      "name" : "default-as-flag",
      "path" : "Examples/default-as-flag",
      "product_memberships" : [
        "default-as-flag"
      ],
      "sources" : [
        "DefaultAsFlag.swift"
      ],
      "target_dependencies" : [
        "ArgumentParser"
      ],
      "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" : [
        "GenerateCommon/GeneratePlugin.swift",
        "GenerateCommon/GeneratePluginError.swift",
        "GenerateCommon/PackagePlugin+Helpers.swift",
        "GenerateManualPlugin.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" : [
        "GenerateCommon/GeneratePlugin.swift",
        "GenerateCommon/GeneratePluginError.swift",
        "GenerateCommon/PackagePlugin+Helpers.swift",
        "GenerateDoccReference.swift"
      ],
      "target_dependencies" : [
        "generate-docc-reference"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "ArgumentParserUnitTests",
      "module_type" : "SwiftTarget",
      "name" : "ArgumentParserUnitTests",
      "path" : "Tests/ArgumentParserUnitTests",
      "sources" : [
        "CompletionScriptTests.swift",
        "DefaultAsFlagCompletionTests.swift",
        "DefaultAsFlagDumpHelpTests.swift",
        "DumpHelpGenerationTests.swift",
        "ErrorMessageTests.swift",
        "ExitCodeTests.swift",
        "HelpGenerationTests+AtArgument.swift",
        "HelpGenerationTests+AtOption.swift",
        "HelpGenerationTests+AtOptionDefaultAsFlag.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",
        "default-as-flag",
        "count-lines",
        "color",
        "changelog-authors"
      ],
      "sources" : [
        "ToolInfo.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ArgumentParserTestHelpers",
      "module_type" : "SwiftTarget",
      "name" : "ArgumentParserTestHelpers",
      "path" : "Sources/ArgumentParserTestHelpers",
      "sources" : [
        "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",
        "DefaultAsFlagEndToEndTests.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",
        "default-as-flag",
        "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 Properties/ParentCommand.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/Foundation.swift",
        "Utilities/Mutex.swift",
        "Utilities/Platform.swift",
        "Utilities/SequenceExtensions.swift",
        "Utilities/StringExtensions.swift",
        "Utilities/SwiftExtensions.swift",
        "Utilities/Tree.swift",
        "Validators/AsyncCompletionsValidator.swift",
        "Validators/CodingKeyValidator.swift",
        "Validators/NonsenseFlagsValidator.swift",
        "Validators/ParsableArgumentsValidation.swift",
        "Validators/PositionalArgumentsValidator.swift",
        "Validators/UniqueNamesValidator.swift"
      ],
      "target_dependencies" : [
        "ArgumentParserToolInfo"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/apple/swift-argument-parser/main
Repository:               apple/swift-argument-parser
Swift version used:       6.3
Target:                   ArgumentParser
Extracting symbol information for 'ArgumentParser'...
Finished extracting symbol information for 'ArgumentParser'. (28.64s)
Building documentation for 'ArgumentParser'...
Finished building documentation for 'ArgumentParser' (0.53s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/apple/swift-argument-parser/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.13s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.51s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3674] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.08s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.82s)
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.6
Building for debugging...
[0/7] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling SymbolKit GenericConstraint.swift
[7/53] Compiling SymbolKit GenericParameter.swift
[8/53] Compiling SymbolKit Generics.swift
[9/53] Compiling SymbolKit Namespace.swift
[10/57] Compiling SymbolKit SourceRange.swift
[11/57] Compiling SymbolKit Metadata.swift
[12/57] Compiling SymbolKit Module.swift
[13/57] Compiling SymbolKit OperatingSystem.swift
[14/57] Compiling SymbolKit Platform.swift
[15/57] Compiling SymbolKit Names.swift
[16/57] Compiling SymbolKit SPI.swift
[17/57] Compiling SymbolKit Snippet.swift
[18/57] Compiling SymbolKit Extension.swift
[19/57] Compiling SymbolKit Mixin+Equals.swift
[20/57] Compiling SymbolKit Mixin+Hash.swift
[21/57] Compiling SymbolKit Mixin.swift
[22/57] Compiling SymbolKit LineList.swift
[23/57] Compiling SymbolKit Position.swift
[24/57] Compiling SymbolKit DeclarationFragments.swift
[25/57] Compiling SymbolKit Fragment.swift
[26/57] Compiling SymbolKit FragmentKind.swift
[27/57] Compiling SymbolKit FunctionParameter.swift
[28/57] Compiling SymbolKit FunctionSignature.swift
[29/57] Compiling Snippets Snippet.swift
[30/57] Compiling Snippets SnippetParser.swift
[31/57] Emitting module Snippets
[32/57] Emitting module SymbolKit
[33/57] Compiling SymbolKit Symbol.swift
[34/57] Compiling SymbolKit SymbolKind.swift
[35/57] Compiling SymbolKit SymbolGraph.swift
[36/57] Compiling SymbolKit GraphCollector.swift
[37/57] Compiling SymbolKit Identifier.swift
[38/57] Compiling SymbolKit KindIdentifier.swift
[39/57] Compiling SymbolKit Location.swift
[40/57] Compiling SymbolKit Mutability.swift
[41/57] Compiling SymbolKit SemanticVersion.swift
[42/57] Compiling SymbolKit AccessControl.swift
[43/57] Compiling SymbolKit Availability.swift
[44/57] Compiling SymbolKit AvailabilityItem.swift
[45/57] Compiling SymbolKit Domain.swift
[46/57] Compiling SymbolKit Relationship.swift
[47/57] Compiling SymbolKit RelationshipKind.swift
[48/57] Compiling SymbolKit SourceOrigin.swift
[49/57] Compiling SymbolKit GenericConstraints.swift
[50/57] Compiling SymbolKit Swift.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Emitting module snippet_extract
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[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.64s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'ArgumentParser' complete! (0.36s)
     785
7	/Users/admin/builder/spi-builder-workspace/.docs/apple/swift-argument-parser/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/apple/swift-argument-parser/main
File count: 785
Doc size:   7.0MB
Preparing doc bundle ...
Uploading prod-apple-swift-argument-parser-main-0000deee.zip to s3://spi-docs-inbox/prod-apple-swift-argument-parser-main-0000deee.zip
Copying... [11%]
Copying... [22%]
Copying... [32%]
Copying... [43%]
Copying... [50%]
Copying... [61%]
Copying... [72%]
Copying... [83%]
Copying... [90%]
Copying... [100%]
Done.