The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-argument-parser, reference 1.7.1 (626b5b), with Swift 6.0 for macOS (SPM) on 21 Mar 2026 05:47:56 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-argument-parser.git
Reference: 1.7.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/swift-argument-parser
 * tag               1.7.1      -> FETCH_HEAD
HEAD is now at 626b5b7 Update the changelog for version 1.7.1 (#880)
Cloned https://github.com/apple/swift-argument-parser.git
Revision (git rev-parse @):
626b5b7b2f45e1b0b1c6f4a309296d1d21d7311b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-argument-parser.git at 1.7.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/apple/swift-argument-parser.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateDoccReference
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/46] Write sources
[7/46] Write repeat-entitlement.plist
[7/46] Write sources
[10/46] Write roll-entitlement.plist
[12/46] Write math-entitlement.plist
[13/46] Write generate-manual-entitlement.plist
[14/46] Write sources
[15/46] Write generate-docc-reference-entitlement.plist
[15/46] Write count-lines-entitlement.plist
[17/46] Write sources
[18/46] Write changelog-authors-entitlement.plist
[18/46] Write sources
[18/46] Write color-entitlement.plist
[21/46] Write swift-version-5BDAB9E9C0126B9D.txt
[23/48] Compiling ArgumentParserToolInfo ToolInfo.swift
[24/48] Emitting module ArgumentParserToolInfo
[25/95] Emitting module ArgumentParser
[26/100] Compiling ArgumentParser CommandConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
[27/100] Compiling ArgumentParser CommandGroup.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
[28/100] 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.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
[29/100] 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.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
[30/100] 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.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
[31/100] Compiling ArgumentParser InputKey.swift
[32/100] Compiling ArgumentParser InputOrigin.swift
[33/100] Compiling ArgumentParser Name.swift
[34/100] Compiling ArgumentParser Parsed.swift
[35/100] Compiling ArgumentParser ParsedValues.swift
[36/100] Compiling ArgumentParser ArgumentHelp.swift
[37/100] Compiling ArgumentParser ArgumentVisibility.swift
[38/100] Compiling ArgumentParser CompletionKind.swift
[39/100] Compiling ArgumentParser Errors.swift
[40/100] Compiling ArgumentParser Flag.swift
[41/100] Compiling ArgumentParser CodingKeyValidator.swift
[42/100] Compiling ArgumentParser NonsenseFlagsValidator.swift
[43/100] Compiling ArgumentParser ParsableArgumentsValidation.swift
[44/100] Compiling ArgumentParser PositionalArgumentsValidator.swift
[45/100] Compiling ArgumentParser UniqueNamesValidator.swift
[46/100] Compiling ArgumentParser ParserError.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead.
208 |       self = .customAsync
209 |     case .customDeprecated(_):
210 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
211 |     }
212 |   }
[47/100] Compiling ArgumentParser SplitArguments.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead.
208 |       self = .customAsync
209 |     case .customDeprecated(_):
210 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
211 |     }
212 |   }
[48/100] Compiling ArgumentParser DumpHelpGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead.
208 |       self = .customAsync
209 |     case .customDeprecated(_):
210 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
211 |     }
212 |   }
[49/100] Compiling ArgumentParser HelpCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead.
208 |       self = .customAsync
209 |     case .customDeprecated(_):
210 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
211 |     }
212 |   }
[50/100] Compiling ArgumentParser HelpGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead.
208 |       self = .customAsync
209 |     case .customDeprecated(_):
210 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
211 |     }
212 |   }
[51/100] Compiling ArgumentParser Platform.swift
[52/100] Compiling ArgumentParser SequenceExtensions.swift
[53/100] Compiling ArgumentParser StringExtensions.swift
[54/100] Compiling ArgumentParser SwiftExtensions.swift
[55/100] Compiling ArgumentParser Tree.swift
[56/100] Compiling ArgumentParser NameSpecification.swift
[57/100] Compiling ArgumentParser Option.swift
[58/100] Compiling ArgumentParser OptionGroup.swift
[59/100] Compiling ArgumentParser ParentCommand.swift
[60/100] Compiling ArgumentParser AsyncParsableCommand.swift
[61/100] Compiling ArgumentParser BashCompletionsGenerator.swift
[62/100] Compiling ArgumentParser CompletionsGenerator.swift
[63/100] Compiling ArgumentParser FishCompletionsGenerator.swift
[64/100] Compiling ArgumentParser ZshCompletionsGenerator.swift
[65/100] Compiling ArgumentParser Argument.swift
[66/100] Compiling ArgumentParser ArgumentDiscussion.swift
[67/100] Compiling ArgumentParser ParsableCommand.swift
[68/100] Compiling ArgumentParser ArgumentDecoder.swift
[69/100] Compiling ArgumentParser ArgumentDefinition.swift
[70/100] Compiling ArgumentParser ArgumentSet.swift
[71/100] Compiling ArgumentParser CommandParser.swift
[72/100] Compiling ArgumentParser MessageInfo.swift
[73/100] Compiling ArgumentParser UsageGenerator.swift
[74/100] Compiling ArgumentParser CollectionExtensions.swift
[75/100] Compiling ArgumentParser Foundation.swift
[76/100] Compiling ArgumentParser Mutex.swift
[77/149] Compiling changelog_authors Util.swift
[78/149] Emitting module repeat
[79/149] Compiling repeat Repeat.swift
[79/149] Write Objects.LinkFileList
[81/149] Emitting module count_lines
[82/149] Compiling count_lines CountLines.swift
[82/149] Write Objects.LinkFileList
[84/149] Compiling changelog_authors Models.swift
[85/149] Compiling generate_manual Authors.swift
[86/149] Compiling generate_manual Container.swift
[87/149] Compiling generate_manual Empty.swift
[88/152] Emitting module color
[89/152] Compiling color Color.swift
[89/152] Write Objects.LinkFileList
[91/152] Compiling generate_manual ForEach.swift
[92/152] Compiling generate_manual MDocASTNodeWrapper.swift
[93/152] Compiling generate_manual MDocBuilder.swift
[94/152] Compiling generate_manual MDocComponent.swift
[95/152] Compiling generate_manual Discussion.swift
[96/152] Compiling generate_manual Document.swift
[97/152] Emitting module changelog_authors
[98/152] Compiling changelog_authors ChangelogAuthors.swift
[99/152] Compiling generate_manual DocumentDate.swift
[100/152] Compiling generate_manual Exit.swift
[101/152] Compiling generate_manual List.swift
[101/152] Write Objects.LinkFileList
[103/152] Emitting module roll
[104/152] Compiling roll main.swift
[105/152] Compiling roll SplitMix64.swift
[105/152] Write Objects.LinkFileList
[107/152] Compiling generate_manual AuthorArgument.swift
[108/152] Compiling generate_manual ArgumentSynopsis.swift
[109/152] Compiling generate_manual Author.swift
[110/152] Emitting module generate_manual
[111/152] Compiling generate_docc_reference ArgumentParser+Markdown.swift
[112/152] Emitting module generate_docc_reference
[113/152] Compiling generate_docc_reference Process+SimpleAPI.swift
[114/152] Compiling generate_docc_reference GenerateDoccReference.swift
[114/152] Write Objects.LinkFileList
[116/152] Compiling generate_manual MultiPageDescription.swift
[117/152] Compiling generate_manual Name.swift
[118/152] Compiling generate_manual Preamble.swift
[119/152] Compiling generate_manual Section.swift
[120/152] Compiling generate_manual SeeAlso.swift
[121/152] Compiling generate_manual SinglePageDescription.swift
[122/152] Compiling generate_manual Synopsis.swift
[123/152] Compiling generate_manual ArgumentParser+MDoc.swift
[124/152] Compiling generate_manual Date+ExpressibleByArgument.swift
[125/152] Compiling generate_manual Process+SimpleAPI.swift
[126/152] Compiling generate_manual GenerateManual.swift
[127/152] Compiling generate_manual MDocASTNode.swift
[127/152] Linking repeat
[128/152] Linking count-lines
[129/152] Linking color
[130/152] Linking changelog-authors
[131/152] Applying count-lines
[132/152] Applying repeat
[133/152] Applying color
[134/152] Applying changelog-authors
[135/152] Linking roll
[136/152] Applying roll
[138/152] Emitting module math
[139/152] Compiling math Math.swift
[139/152] Write Objects.LinkFileList
[140/152] Linking generate-docc-reference
[141/152] Applying generate-docc-reference
[143/152] Compiling generate_manual MDocMacro.swift
[144/152] Compiling generate_manual MDocSerializationContext.swift
[145/152] Compiling generate_manual String+Escaping.swift
[145/152] Write Objects.LinkFileList
[146/152] Linking math
[147/152] Applying math
[148/152] Linking generate-manual
[149/152] Applying generate-manual
[151/152] Emitting module ArgumentParserTestHelpers
[152/152] Compiling ArgumentParserTestHelpers TestHelpers.swift
Build complete! (19.61s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-argument-parser",
  "name" : "swift-argument-parser",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ArgumentParser",
      "targets" : [
        "ArgumentParser"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GenerateDoccReference",
      "targets" : [
        "GenerateDoccReference"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "GenerateManual",
      "targets" : [
        "GenerateManual"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "roll",
      "targets" : [
        "roll"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "repeat",
      "targets" : [
        "repeat"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "math",
      "targets" : [
        "math"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "generate-manual",
      "targets" : [
        "generate-manual"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "generate-docc-reference",
      "targets" : [
        "generate-docc-reference"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "count-lines",
      "targets" : [
        "count-lines"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "color",
      "targets" : [
        "color"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "changelog-authors",
      "targets" : [
        "changelog-authors"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "roll",
      "module_type" : "SwiftTarget",
      "name" : "roll",
      "path" : "Examples/roll",
      "product_memberships" : [
        "roll"
      ],
      "sources" : [
        "SplitMix64.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "ArgumentParser"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "repeat",
      "module_type" : "SwiftTarget",
      "name" : "repeat",
      "path" : "Examples/repeat",
      "product_memberships" : [
        "repeat"
      ],
      "sources" : [
        "Repeat.swift"
      ],
      "target_dependencies" : [
        "ArgumentParser"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "math",
      "module_type" : "SwiftTarget",
      "name" : "math",
      "path" : "Examples/math",
      "product_memberships" : [
        "math"
      ],
      "sources" : [
        "Math.swift"
      ],
      "target_dependencies" : [
        "ArgumentParser"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "generate_manual",
      "module_type" : "SwiftTarget",
      "name" : "generate-manual",
      "path" : "Tools/generate-manual",
      "product_memberships" : [
        "GenerateManual",
        "generate-manual"
      ],
      "sources" : [
        "AuthorArgument.swift",
        "DSL/ArgumentSynopsis.swift",
        "DSL/Author.swift",
        "DSL/Authors.swift",
        "DSL/Core/Container.swift",
        "DSL/Core/Empty.swift",
        "DSL/Core/ForEach.swift",
        "DSL/Core/MDocASTNodeWrapper.swift",
        "DSL/Core/MDocBuilder.swift",
        "DSL/Core/MDocComponent.swift",
        "DSL/Discussion.swift",
        "DSL/Document.swift",
        "DSL/DocumentDate.swift",
        "DSL/Exit.swift",
        "DSL/List.swift",
        "DSL/MultiPageDescription.swift",
        "DSL/Name.swift",
        "DSL/Preamble.swift",
        "DSL/Section.swift",
        "DSL/SeeAlso.swift",
        "DSL/SinglePageDescription.swift",
        "DSL/Synopsis.swift",
        "Extensions/ArgumentParser+MDoc.swift",
        "Extensions/Date+ExpressibleByArgument.swift",
        "Extensions/Process+SimpleAPI.swift",
        "GenerateManual.swift",
        "MDoc/MDocASTNode.swift",
        "MDoc/MDocMacro.swift",
        "MDoc/MDocSerializationContext.swift",
        "MDoc/String+Escaping.swift"
      ],
      "target_dependencies" : [
        "ArgumentParser",
        "ArgumentParserToolInfo"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "generate_docc_reference",
      "module_type" : "SwiftTarget",
      "name" : "generate-docc-reference",
      "path" : "Tools/generate-docc-reference",
      "product_memberships" : [
        "GenerateDoccReference",
        "generate-docc-reference"
      ],
      "sources" : [
        "Extensions/ArgumentParser+Markdown.swift",
        "Extensions/Process+SimpleAPI.swift",
        "GenerateDoccReference.swift"
      ],
      "target_dependencies" : [
        "ArgumentParser",
        "ArgumentParserToolInfo"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "count_lines",
      "module_type" : "SwiftTarget",
      "name" : "count-lines",
      "path" : "Examples/count-lines",
      "product_memberships" : [
        "count-lines"
      ],
      "sources" : [
        "CountLines.swift"
      ],
      "target_dependencies" : [
        "ArgumentParser"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "color",
      "module_type" : "SwiftTarget",
      "name" : "color",
      "path" : "Examples/color",
      "product_memberships" : [
        "color"
      ],
      "sources" : [
        "Color.swift"
      ],
      "target_dependencies" : [
        "ArgumentParser"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "changelog_authors",
      "module_type" : "SwiftTarget",
      "name" : "changelog-authors",
      "path" : "Tools/changelog-authors",
      "product_memberships" : [
        "changelog-authors"
      ],
      "sources" : [
        "ChangelogAuthors.swift",
        "Models.swift",
        "Util.swift"
      ],
      "target_dependencies" : [
        "ArgumentParser"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "GenerateManual",
      "module_type" : "PluginTarget",
      "name" : "GenerateManual",
      "path" : "Plugins/GenerateManual",
      "plugin_capability" : {
        "intent" : {
          "description" : "Generate a manual entry for a specified target.",
          "type" : "custom",
          "verb" : "generate-manual"
        },
        "permissions" : [
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "GenerateManual"
      ],
      "sources" : [
        "GenerateManualPlugin.swift",
        "GenerateManualPluginError.swift",
        "PackagePlugin+Helpers.swift"
      ],
      "target_dependencies" : [
        "generate-manual"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "GenerateDoccReference",
      "module_type" : "PluginTarget",
      "name" : "GenerateDoccReference",
      "path" : "Plugins/GenerateDoccReference",
      "plugin_capability" : {
        "intent" : {
          "description" : "Generate a documentation reference for a specified target.",
          "type" : "custom",
          "verb" : "generate-docc-reference"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "This command generates documentation.",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "GenerateDoccReference"
      ],
      "sources" : [
        "GenerateDoccReference.swift",
        "GenerateDoccReferenceError.swift",
        "PackagePlugin+Helpers.swift"
      ],
      "target_dependencies" : [
        "generate-docc-reference"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "ArgumentParserUnitTests",
      "module_type" : "SwiftTarget",
      "name" : "ArgumentParserUnitTests",
      "path" : "Tests/ArgumentParserUnitTests",
      "sources" : [
        "CompletionScriptTests.swift",
        "DumpHelpGenerationTests.swift",
        "ErrorMessageTests.swift",
        "ExitCodeTests.swift",
        "HelpGenerationTests+AtArgument.swift",
        "HelpGenerationTests+AtOption.swift",
        "HelpGenerationTests+GroupName.swift",
        "HelpGenerationTests.swift",
        "InputOriginTests.swift",
        "MirrorTests.swift",
        "NameSpecificationTests.swift",
        "ParsableArgumentsValidationTests.swift",
        "SendableTests.swift",
        "SequenceExtensionTests.swift",
        "SplitArgumentTests.swift",
        "StringEditDistanceTests.swift",
        "StringSnakeCaseTests.swift",
        "StringWrappingTests.swift",
        "TreeTests.swift",
        "UsageGenerationTests.swift"
      ],
      "target_dependencies" : [
        "ArgumentParser",
        "ArgumentParserTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ArgumentParserToolInfoTests",
      "module_type" : "SwiftTarget",
      "name" : "ArgumentParserToolInfoTests",
      "path" : "Tests/ArgumentParserToolInfoTests",
      "sources" : [
        "ArgumentParserToolInfoTests.swift"
      ],
      "target_dependencies" : [
        "ArgumentParserToolInfo"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ArgumentParserToolInfo",
      "module_type" : "SwiftTarget",
      "name" : "ArgumentParserToolInfo",
      "path" : "Sources/ArgumentParserToolInfo",
      "product_memberships" : [
        "ArgumentParser",
        "GenerateDoccReference",
        "GenerateManual",
        "roll",
        "repeat",
        "math",
        "generate-manual",
        "generate-docc-reference",
        "count-lines",
        "color",
        "changelog-authors"
      ],
      "sources" : [
        "ToolInfo.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ArgumentParserTestHelpers",
      "module_type" : "SwiftTarget",
      "name" : "ArgumentParserTestHelpers",
      "path" : "Sources/ArgumentParserTestHelpers",
      "sources" : [
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "ArgumentParser",
        "ArgumentParserToolInfo"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ArgumentParserPackageManagerTests",
      "module_type" : "SwiftTarget",
      "name" : "ArgumentParserPackageManagerTests",
      "path" : "Tests/ArgumentParserPackageManagerTests",
      "sources" : [
        "HelpTests.swift",
        "PackageManager/Clean.swift",
        "PackageManager/Config.swift",
        "PackageManager/Describe.swift",
        "PackageManager/GenerateXcodeProject.swift",
        "PackageManager/Options.swift",
        "Tests.swift"
      ],
      "target_dependencies" : [
        "ArgumentParser",
        "ArgumentParserTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ArgumentParserGenerateManualTests",
      "module_type" : "SwiftTarget",
      "name" : "ArgumentParserGenerateManualTests",
      "path" : "Tests/ArgumentParserGenerateManualTests",
      "sources" : [
        "GenerateManualTests.swift"
      ],
      "target_dependencies" : [
        "ArgumentParserTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ArgumentParserGenerateDoccReferenceTests",
      "module_type" : "SwiftTarget",
      "name" : "ArgumentParserGenerateDoccReferenceTests",
      "path" : "Tests/ArgumentParserGenerateDoccReferenceTests",
      "sources" : [
        "GenerateDoccReferenceTests.swift"
      ],
      "target_dependencies" : [
        "ArgumentParserTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ArgumentParserExampleTests",
      "module_type" : "SwiftTarget",
      "name" : "ArgumentParserExampleTests",
      "path" : "Tests/ArgumentParserExampleTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/ArgumentParserExampleTests/CountLinesTest.txt",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "CountLinesExampleTests.swift",
        "MathExampleTests.swift",
        "RepeatExampleTests.swift",
        "RollDiceExampleTests.swift"
      ],
      "target_dependencies" : [
        "ArgumentParserTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ArgumentParserEndToEndTests",
      "module_type" : "SwiftTarget",
      "name" : "ArgumentParserEndToEndTests",
      "path" : "Tests/ArgumentParserEndToEndTests",
      "sources" : [
        "AsyncCommandEndToEndTests.swift",
        "CustomParsingEndToEndTests.swift",
        "DefaultSubcommandEndToEndTests.swift",
        "DefaultsEndToEndTests.swift",
        "EnumEndToEndTests.swift",
        "EqualsEndToEndTests.swift",
        "FlagsEndToEndTests.swift",
        "JoinedEndToEndTests.swift",
        "LongNameWithShortDashEndToEndTests.swift",
        "NestedCommandEndToEndTests.swift",
        "OptionGroupEndToEndTests.swift",
        "OptionalEndToEndTests.swift",
        "PositionalEndToEndTests.swift",
        "RawRepresentableEndToEndTests.swift",
        "RepeatingEndToEndTests+ParsingStrategy.swift",
        "RepeatingEndToEndTests.swift",
        "ShortNameEndToEndTests.swift",
        "SimpleEndToEndTests.swift",
        "SingleValueParsingStrategyTests.swift",
        "SourceCompatEndToEndTests.swift",
        "SubcommandEndToEndTests.swift",
        "TransformEndToEndTests.swift",
        "UnparsedValuesEndToEndTest.swift",
        "ValidationEndToEndTests.swift"
      ],
      "target_dependencies" : [
        "ArgumentParser",
        "ArgumentParserTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ArgumentParser",
      "module_type" : "SwiftTarget",
      "name" : "ArgumentParser",
      "path" : "Sources/ArgumentParser",
      "product_memberships" : [
        "ArgumentParser",
        "GenerateDoccReference",
        "GenerateManual",
        "roll",
        "repeat",
        "math",
        "generate-manual",
        "generate-docc-reference",
        "count-lines",
        "color",
        "changelog-authors"
      ],
      "sources" : [
        "Completions/BashCompletionsGenerator.swift",
        "Completions/CompletionsGenerator.swift",
        "Completions/FishCompletionsGenerator.swift",
        "Completions/ZshCompletionsGenerator.swift",
        "Parsable Properties/Argument.swift",
        "Parsable Properties/ArgumentDiscussion.swift",
        "Parsable Properties/ArgumentHelp.swift",
        "Parsable Properties/ArgumentVisibility.swift",
        "Parsable Properties/CompletionKind.swift",
        "Parsable Properties/Errors.swift",
        "Parsable Properties/Flag.swift",
        "Parsable Properties/NameSpecification.swift",
        "Parsable Properties/Option.swift",
        "Parsable Properties/OptionGroup.swift",
        "Parsable 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/CodingKeyValidator.swift",
        "Validators/NonsenseFlagsValidator.swift",
        "Validators/ParsableArgumentsValidation.swift",
        "Validators/PositionalArgumentsValidator.swift",
        "Validators/UniqueNamesValidator.swift"
      ],
      "target_dependencies" : [
        "ArgumentParserToolInfo"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.