Build Information
Successful build of swift-argument-parser, reference main (932e6c
), with Swift 6.1 for macOS (SPM) on 9 Jun 2025 02:51:21 UTC.
Swift 6 data race errors: 6
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
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 932e6cd Refactor completion script generation to use ToolInfoV0 (#764)
Cloned https://github.com/apple/swift-argument-parser.git
Revision (git rev-parse @):
932e6cdd2a8bd2286e52ccfee18a2f04c173835d
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",
"dependencies": [
{
"identity": "swift-argument-parser",
"name": "swift-argument-parser",
"url": "https://github.com/apple/swift-argument-parser.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
"dependencies": [
]
}
]
}
Fetching https://github.com/apple/swift-argument-parser.git from cache
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.08s)
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 (932e6cd)
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/apple/swift-argument-parser.git
https://github.com/apple/swift-argument-parser.git
{
"dependencies" : [
],
"manifest_display_name" : "swift-argument-parser",
"name" : "swift-argument-parser",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ArgumentParser",
"targets" : [
"ArgumentParser"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "GenerateDoccReference",
"targets" : [
"GenerateDoccReference"
],
"type" : {
"plugin" : null
}
},
{
"name" : "GenerateManual",
"targets" : [
"GenerateManual"
],
"type" : {
"plugin" : null
}
},
{
"name" : "roll",
"targets" : [
"roll"
],
"type" : {
"executable" : null
}
},
{
"name" : "repeat",
"targets" : [
"repeat"
],
"type" : {
"executable" : null
}
},
{
"name" : "math",
"targets" : [
"math"
],
"type" : {
"executable" : null
}
},
{
"name" : "generate-manual",
"targets" : [
"generate-manual"
],
"type" : {
"executable" : null
}
},
{
"name" : "generate-docc-reference",
"targets" : [
"generate-docc-reference"
],
"type" : {
"executable" : null
}
},
{
"name" : "count-lines",
"targets" : [
"count-lines"
],
"type" : {
"executable" : null
}
},
{
"name" : "color",
"targets" : [
"color"
],
"type" : {
"executable" : null
}
},
{
"name" : "changelog-authors",
"targets" : [
"changelog-authors"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "roll",
"module_type" : "SwiftTarget",
"name" : "roll",
"path" : "Examples/roll",
"product_memberships" : [
"roll"
],
"sources" : [
"SplitMix64.swift",
"main.swift"
],
"target_dependencies" : [
"ArgumentParser"
],
"type" : "executable"
},
{
"c99name" : "repeat",
"module_type" : "SwiftTarget",
"name" : "repeat",
"path" : "Examples/repeat",
"product_memberships" : [
"repeat"
],
"sources" : [
"Repeat.swift"
],
"target_dependencies" : [
"ArgumentParser"
],
"type" : "executable"
},
{
"c99name" : "math",
"module_type" : "SwiftTarget",
"name" : "math",
"path" : "Examples/math",
"product_memberships" : [
"math"
],
"sources" : [
"Math.swift"
],
"target_dependencies" : [
"ArgumentParser"
],
"type" : "executable"
},
{
"c99name" : "generate_manual",
"module_type" : "SwiftTarget",
"name" : "generate-manual",
"path" : "Tools/generate-manual",
"product_memberships" : [
"GenerateManual",
"generate-manual"
],
"sources" : [
"AuthorArgument.swift",
"DSL/ArgumentSynopsis.swift",
"DSL/Author.swift",
"DSL/Authors.swift",
"DSL/Core/Container.swift",
"DSL/Core/Empty.swift",
"DSL/Core/ForEach.swift",
"DSL/Core/MDocASTNodeWrapper.swift",
"DSL/Core/MDocBuilder.swift",
"DSL/Core/MDocComponent.swift",
"DSL/Discussion.swift",
"DSL/Document.swift",
"DSL/DocumentDate.swift",
"DSL/Exit.swift",
"DSL/List.swift",
"DSL/MultiPageDescription.swift",
"DSL/Name.swift",
"DSL/Preamble.swift",
"DSL/Section.swift",
"DSL/SeeAlso.swift",
"DSL/SinglePageDescription.swift",
"DSL/Synopsis.swift",
"Extensions/ArgumentParser+MDoc.swift",
"Extensions/Date+ExpressibleByArgument.swift",
"Extensions/Process+SimpleAPI.swift",
"GenerateManual.swift",
"MDoc/MDocASTNode.swift",
"MDoc/MDocMacro.swift",
"MDoc/MDocSerializationContext.swift",
"MDoc/String+Escaping.swift"
],
"target_dependencies" : [
"ArgumentParser",
"ArgumentParserToolInfo"
],
"type" : "executable"
},
{
"c99name" : "generate_docc_reference",
"module_type" : "SwiftTarget",
"name" : "generate-docc-reference",
"path" : "Tools/generate-docc-reference",
"product_memberships" : [
"GenerateDoccReference",
"generate-docc-reference"
],
"sources" : [
"Extensions/ArgumentParser+Markdown.swift",
"Extensions/Process+SimpleAPI.swift",
"GenerateDoccReference.swift"
],
"target_dependencies" : [
"ArgumentParser",
"ArgumentParserToolInfo"
],
"type" : "executable"
},
{
"c99name" : "count_lines",
"module_type" : "SwiftTarget",
"name" : "count-lines",
"path" : "Examples/count-lines",
"product_memberships" : [
"count-lines"
],
"sources" : [
"CountLines.swift"
],
"target_dependencies" : [
"ArgumentParser"
],
"type" : "executable"
},
{
"c99name" : "color",
"module_type" : "SwiftTarget",
"name" : "color",
"path" : "Examples/color",
"product_memberships" : [
"color"
],
"sources" : [
"Color.swift"
],
"target_dependencies" : [
"ArgumentParser"
],
"type" : "executable"
},
{
"c99name" : "changelog_authors",
"module_type" : "SwiftTarget",
"name" : "changelog-authors",
"path" : "Tools/changelog-authors",
"product_memberships" : [
"changelog-authors"
],
"sources" : [
"ChangelogAuthors.swift",
"Models.swift",
"Util.swift"
],
"target_dependencies" : [
"ArgumentParser"
],
"type" : "executable"
},
{
"c99name" : "GenerateManual",
"module_type" : "PluginTarget",
"name" : "GenerateManual",
"path" : "Plugins/GenerateManual",
"plugin_capability" : {
"intent" : {
"description" : "Generate a manual entry for a specified target.",
"type" : "custom",
"verb" : "generate-manual"
},
"permissions" : [
],
"type" : "command"
},
"product_memberships" : [
"GenerateManual"
],
"sources" : [
"GenerateManualPlugin.swift",
"GenerateManualPluginError.swift",
"PackagePlugin+Helpers.swift"
],
"target_dependencies" : [
"generate-manual"
],
"type" : "plugin"
},
{
"c99name" : "GenerateDoccReference",
"module_type" : "PluginTarget",
"name" : "GenerateDoccReference",
"path" : "Plugins/GenerateDoccReference",
"plugin_capability" : {
"intent" : {
"description" : "Generate a documentation reference for a specified target.",
"type" : "custom",
"verb" : "generate-docc-reference"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "This command generates documentation.",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_memberships" : [
"GenerateDoccReference"
],
"sources" : [
"GenerateDoccReference.swift",
"GenerateDoccReferenceError.swift",
"PackagePlugin+Helpers.swift"
],
"target_dependencies" : [
"generate-docc-reference"
],
"type" : "plugin"
},
{
"c99name" : "ArgumentParserUnitTests",
"module_type" : "SwiftTarget",
"name" : "ArgumentParserUnitTests",
"path" : "Tests/ArgumentParserUnitTests",
"sources" : [
"CompletionScriptTests.swift",
"DumpHelpGenerationTests.swift",
"ErrorMessageTests.swift",
"ExitCodeTests.swift",
"HelpGenerationTests+AtArgument.swift",
"HelpGenerationTests+AtOption.swift",
"HelpGenerationTests+GroupName.swift",
"HelpGenerationTests.swift",
"InputOriginTests.swift",
"MirrorTests.swift",
"NameSpecificationTests.swift",
"ParsableArgumentsValidationTests.swift",
"SendableTests.swift",
"SequenceExtensionTests.swift",
"SplitArgumentTests.swift",
"StringEditDistanceTests.swift",
"StringSnakeCaseTests.swift",
"StringWrappingTests.swift",
"TreeTests.swift",
"UsageGenerationTests.swift"
],
"target_dependencies" : [
"ArgumentParser",
"ArgumentParserTestHelpers"
],
"type" : "test"
},
{
"c99name" : "ArgumentParserToolInfoTests",
"module_type" : "SwiftTarget",
"name" : "ArgumentParserToolInfoTests",
"path" : "Tests/ArgumentParserToolInfoTests",
"sources" : [
"ArgumentParserToolInfoTests.swift"
],
"target_dependencies" : [
"ArgumentParserToolInfo"
],
"type" : "test"
},
{
"c99name" : "ArgumentParserToolInfo",
"module_type" : "SwiftTarget",
"name" : "ArgumentParserToolInfo",
"path" : "Sources/ArgumentParserToolInfo",
"product_memberships" : [
"ArgumentParser",
"GenerateDoccReference",
"GenerateManual",
"roll",
"repeat",
"math",
"generate-manual",
"generate-docc-reference",
"count-lines",
"color",
"changelog-authors"
],
"sources" : [
"ToolInfo.swift"
],
"type" : "library"
},
{
"c99name" : "ArgumentParserTestHelpers",
"module_type" : "SwiftTarget",
"name" : "ArgumentParserTestHelpers",
"path" : "Sources/ArgumentParserTestHelpers",
"sources" : [
"StringHelpers.swift",
"TestHelpers.swift"
],
"target_dependencies" : [
"ArgumentParser",
"ArgumentParserToolInfo"
],
"type" : "library"
},
{
"c99name" : "ArgumentParserPackageManagerTests",
"module_type" : "SwiftTarget",
"name" : "ArgumentParserPackageManagerTests",
"path" : "Tests/ArgumentParserPackageManagerTests",
"sources" : [
"HelpTests.swift",
"PackageManager/Clean.swift",
"PackageManager/Config.swift",
"PackageManager/Describe.swift",
"PackageManager/GenerateXcodeProject.swift",
"PackageManager/Options.swift",
"Tests.swift"
],
"target_dependencies" : [
"ArgumentParser",
"ArgumentParserTestHelpers"
],
"type" : "test"
},
{
"c99name" : "ArgumentParserGenerateManualTests",
"module_type" : "SwiftTarget",
"name" : "ArgumentParserGenerateManualTests",
"path" : "Tests/ArgumentParserGenerateManualTests",
"sources" : [
"GenerateManualTests.swift"
],
"target_dependencies" : [
"ArgumentParserTestHelpers"
],
"type" : "test"
},
{
"c99name" : "ArgumentParserGenerateDoccReferenceTests",
"module_type" : "SwiftTarget",
"name" : "ArgumentParserGenerateDoccReferenceTests",
"path" : "Tests/ArgumentParserGenerateDoccReferenceTests",
"sources" : [
"GenerateDoccReferenceTests.swift"
],
"target_dependencies" : [
"ArgumentParserTestHelpers"
],
"type" : "test"
},
{
"c99name" : "ArgumentParserExampleTests",
"module_type" : "SwiftTarget",
"name" : "ArgumentParserExampleTests",
"path" : "Tests/ArgumentParserExampleTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ArgumentParserExampleTests/CountLinesTest.txt",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"CountLinesExampleTests.swift",
"MathExampleTests.swift",
"RepeatExampleTests.swift",
"RollDiceExampleTests.swift"
],
"target_dependencies" : [
"ArgumentParserTestHelpers"
],
"type" : "test"
},
{
"c99name" : "ArgumentParserEndToEndTests",
"module_type" : "SwiftTarget",
"name" : "ArgumentParserEndToEndTests",
"path" : "Tests/ArgumentParserEndToEndTests",
"sources" : [
"AsyncCommandEndToEndTests.swift",
"CustomParsingEndToEndTests.swift",
"DefaultSubcommandEndToEndTests.swift",
"DefaultsEndToEndTests.swift",
"EnumEndToEndTests.swift",
"EqualsEndToEndTests.swift",
"FlagsEndToEndTests.swift",
"JoinedEndToEndTests.swift",
"LongNameWithShortDashEndToEndTests.swift",
"NestedCommandEndToEndTests.swift",
"OptionGroupEndToEndTests.swift",
"OptionalEndToEndTests.swift",
"PositionalEndToEndTests.swift",
"RawRepresentableEndToEndTests.swift",
"RepeatingEndToEndTests+ParsingStrategy.swift",
"RepeatingEndToEndTests.swift",
"ShortNameEndToEndTests.swift",
"SimpleEndToEndTests.swift",
"SingleValueParsingStrategyTests.swift",
"SourceCompatEndToEndTests.swift",
"SubcommandEndToEndTests.swift",
"TransformEndToEndTests.swift",
"UnparsedValuesEndToEndTest.swift",
"ValidationEndToEndTests.swift"
],
"target_dependencies" : [
"ArgumentParser",
"ArgumentParserTestHelpers"
],
"type" : "test"
},
{
"c99name" : "ArgumentParser",
"module_type" : "SwiftTarget",
"name" : "ArgumentParser",
"path" : "Sources/ArgumentParser",
"product_memberships" : [
"ArgumentParser",
"GenerateDoccReference",
"GenerateManual",
"roll",
"repeat",
"math",
"generate-manual",
"generate-docc-reference",
"count-lines",
"color",
"changelog-authors"
],
"sources" : [
"Completions/BashCompletionsGenerator.swift",
"Completions/CompletionsGenerator.swift",
"Completions/FishCompletionsGenerator.swift",
"Completions/ZshCompletionsGenerator.swift",
"Parsable Properties/Argument.swift",
"Parsable Properties/ArgumentDiscussion.swift",
"Parsable Properties/ArgumentHelp.swift",
"Parsable Properties/ArgumentVisibility.swift",
"Parsable Properties/CompletionKind.swift",
"Parsable Properties/Errors.swift",
"Parsable Properties/Flag.swift",
"Parsable Properties/NameSpecification.swift",
"Parsable Properties/Option.swift",
"Parsable Properties/OptionGroup.swift",
"Parsable Types/AsyncParsableCommand.swift",
"Parsable Types/CommandConfiguration.swift",
"Parsable Types/CommandGroup.swift",
"Parsable Types/EnumerableFlag.swift",
"Parsable Types/ExpressibleByArgument.swift",
"Parsable Types/ParsableArguments.swift",
"Parsable Types/ParsableCommand.swift",
"Parsing/ArgumentDecoder.swift",
"Parsing/ArgumentDefinition.swift",
"Parsing/ArgumentSet.swift",
"Parsing/CommandParser.swift",
"Parsing/InputKey.swift",
"Parsing/InputOrigin.swift",
"Parsing/Name.swift",
"Parsing/Parsed.swift",
"Parsing/ParsedValues.swift",
"Parsing/ParserError.swift",
"Parsing/SplitArguments.swift",
"Usage/DumpHelpGenerator.swift",
"Usage/HelpCommand.swift",
"Usage/HelpGenerator.swift",
"Usage/MessageInfo.swift",
"Usage/UsageGenerator.swift",
"Utilities/CollectionExtensions.swift",
"Utilities/Mutex.swift",
"Utilities/Platform.swift",
"Utilities/SequenceExtensions.swift",
"Utilities/StringExtensions.swift",
"Utilities/Tree.swift",
"Validators/CodingKeyValidator.swift",
"Validators/NonsenseFlagsValidator.swift",
"Validators/ParsableArgumentsValidation.swift",
"Validators/PositionalArgumentsValidator.swift",
"Validators/UniqueNamesValidator.swift"
],
"target_dependencies" : [
"ArgumentParserToolInfo"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/58] Write sources
[8/58] Write roll-entitlement.plist
[8/58] Write repeat-entitlement.plist
[10/58] Write math-entitlement.plist
[11/58] Write sources
[12/58] Write generate-manual-entitlement.plist
[12/58] Write sources
[15/58] Write generate-manual-tool-entitlement.plist
[16/58] Write generate-docc-reference-tool-entitlement.plist
[16/58] Write count-lines-entitlement.plist
[17/58] Write generate-docc-reference-entitlement.plist
[19/58] Write sources
[19/58] Write changelog-authors-entitlement.plist
[21/58] Write sources
[23/58] Write color-entitlement.plist
[24/58] Write sources
[27/58] Write swift-version-2F0A5646E1D333AE.txt
[29/62] Compiling ArgumentParserToolInfo ToolInfo.swift
[30/62] Emitting module ArgumentParserToolInfo
[31/62] Compiling ArgumentParserToolInfo ToolInfo.swift
[32/62] Emitting module ArgumentParserToolInfo
[33/152] Emitting module ArgumentParser
[34/156] Compiling ArgumentParser MessageInfo.swift
[35/156] Compiling ArgumentParser UsageGenerator.swift
[36/156] Compiling ArgumentParser CollectionExtensions.swift
[37/156] Compiling ArgumentParser Mutex.swift
[38/156] Compiling ArgumentParser Platform.swift
[39/156] Compiling ArgumentParser ParserError.swift
[40/156] Compiling ArgumentParser StringExtensions.swift
[41/156] Compiling ArgumentParser Tree.swift
[42/156] Compiling ArgumentParser CodingKeyValidator.swift
[43/156] Compiling ArgumentParser NonsenseFlagsValidator.swift
[44/156] Compiling ArgumentParser ParsableArgumentsValidation.swift
[45/156] Compiling ArgumentParser PositionalArgumentsValidator.swift
[46/156] Compiling ArgumentParser UniqueNamesValidator.swift
[47/156] Compiling ArgumentParser Flag.swift
[48/156] Compiling ArgumentParser NameSpecification.swift
[49/156] Compiling ArgumentParser Option.swift
[50/156] Compiling ArgumentParser OptionGroup.swift
[51/156] Compiling ArgumentParser AsyncParsableCommand.swift
[52/160] Emitting module ArgumentParser
[53/160] Compiling ArgumentParser BashCompletionsGenerator.swift
[54/160] Compiling ArgumentParser CompletionsGenerator.swift
[55/160] Compiling ArgumentParser FishCompletionsGenerator.swift
[56/160] Compiling ArgumentParser ZshCompletionsGenerator.swift
[57/160] Compiling ArgumentParser Argument.swift
[68/160] Compiling ArgumentParser NonsenseFlagsValidator.swift
[69/160] Compiling ArgumentParser ParsableArgumentsValidation.swift
[70/160] Compiling ArgumentParser PositionalArgumentsValidator.swift
[71/160] Compiling ArgumentParser UniqueNamesValidator.swift
[77/160] Compiling ArgumentParser HelpGenerator.swift
[78/160] Compiling ArgumentParser InputKey.swift
[79/160] Compiling ArgumentParser InputOrigin.swift
[80/160] Compiling ArgumentParser Name.swift
[81/160] Compiling ArgumentParser Parsed.swift
[85/160] Compiling ArgumentParser CommandConfiguration.swift
[87/160] Compiling ArgumentParser ParserError.swift
[88/160] Compiling ArgumentParser CommandGroup.swift
[89/160] Compiling ArgumentParser ArgumentHelp.swift
[90/160] Compiling ArgumentParser EnumerableFlag.swift
[91/160] Compiling ArgumentParser ArgumentVisibility.swift
[92/160] Compiling ArgumentParser ExpressibleByArgument.swift
[93/160] Compiling ArgumentParser CompletionKind.swift
[94/160] Compiling ArgumentParser ParsableArguments.swift
[95/160] Compiling ArgumentParser Errors.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 | self = .customAsync
214 | case .customDeprecated(_):
215 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 | }
217 | }
[101/160] Compiling ArgumentParser SplitArguments.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 | self = .customAsync
214 | case .customDeprecated(_):
215 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 | }
217 | }
[102/160] Compiling ArgumentParser ArgumentDiscussion.swift
[103/160] Compiling ArgumentParser DumpHelpGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 | self = .customAsync
214 | case .customDeprecated(_):
215 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 | }
217 | }
[104/160] Compiling ArgumentParser HelpCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 | self = .customAsync
214 | case .customDeprecated(_):
215 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 | }
217 | }
[105/160] Compiling ArgumentParser HelpGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 | self = .customAsync
214 | case .customDeprecated(_):
215 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 | }
217 | }
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 | self = .customAsync
214 | case .customDeprecated(_):
215 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 | }
217 | }
[107/160] Compiling ArgumentParser ParsableCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 | self = .customAsync
214 | case .customDeprecated(_):
215 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 | }
217 | }
[109/160] Compiling ArgumentParser ArgumentDecoder.swift
[110/160] Compiling ArgumentParser ArgumentDefinition.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 | self = .customAsync
214 | case .customDeprecated(_):
215 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 | }
217 | }
[112/160] Compiling ArgumentParser ArgumentSet.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 | self = .customAsync
214 | case .customDeprecated(_):
215 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 | }
217 | }
[114/160] Compiling ArgumentParser CommandParser.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 | self = .customAsync
214 | case .customDeprecated(_):
215 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 | }
217 | }
[131/238] Compiling repeat Repeat.swift
[132/238] Emitting module repeat
[133/238] Compiling changelog_authors Util.swift
[134/242] Compiling generate_manual Authors.swift
[135/242] Emitting module roll
[136/242] Compiling roll SplitMix64.swift
[137/242] Compiling generate_manual Container.swift
[138/242] Compiling generate_manual Empty.swift
[139/242] Compiling roll main.swift
[139/245] Write Objects.LinkFileList
[142/245] Emitting module color
[143/245] Compiling color Color.swift
[147/248] Compiling changelog_authors Models.swift
[148/248] Compiling generate_manual MDocComponent.swift
[149/248] Compiling generate_manual Discussion.swift
[150/248] Compiling generate_manual Document.swift
[151/248] Compiling generate_manual ForEach.swift
[152/248] Compiling generate_manual MDocASTNodeWrapper.swift
[153/248] Compiling generate_manual MDocBuilder.swift
[154/248] Compiling generate_manual DocumentDate.swift
[155/248] Compiling generate_manual Exit.swift
[156/248] Compiling generate_manual List.swift
[157/248] Compiling generate_manual AuthorArgument.swift
[158/248] Compiling generate_manual ArgumentSynopsis.swift
[159/248] Compiling generate_manual Author.swift
[169/248] Compiling count_lines CountLines.swift
[170/248] Emitting module count_lines
[173/248] Write Objects.LinkFileList
[176/248] Emitting module generate_manual
[177/248] Compiling generate_docc_reference Process+SimpleAPI.swift
[178/248] Compiling generate_docc_reference GenerateDoccReference.swift
[179/248] Emitting module generate_manual
[180/248] Compiling generate_manual MultiPageDescription.swift
[181/248] Compiling generate_manual Name.swift
[182/248] Compiling generate_manual Preamble.swift
[183/248] Emitting module generate_docc_reference
[184/248] Compiling generate_docc_reference ArgumentParser+Markdown.swift
[188/248] Emitting module changelog_authors
[189/248] Compiling changelog_authors ChangelogAuthors.swift
[189/248] Write Objects.LinkFileList
[192/248] Compiling generate_manual Section.swift
[193/248] Compiling generate_manual SeeAlso.swift
[194/248] Compiling generate_manual SinglePageDescription.swift
[197/248] Linking roll
[198/248] Linking repeat
[199/248] Applying roll
[201/248] Compiling generate_manual Synopsis.swift
[202/248] Compiling generate_manual ArgumentParser+MDoc.swift
[203/248] Compiling generate_manual Date+ExpressibleByArgument.swift
[204/248] Compiling generate_manual Process+SimpleAPI.swift
[205/248] Compiling generate_manual GenerateManual.swift
[206/248] Compiling generate_manual MDocASTNode.swift
[212/248] Applying repeat
[213/248] Linking color
[215/248] Compiling generate_docc_reference Process+SimpleAPI.swift
[216/248] Compiling generate_docc_reference GenerateDoccReference.swift
[217/248] Compiling generate_docc_reference ArgumentParser+Markdown.swift
[218/248] Emitting module generate_docc_reference
[218/248] Applying color
[220/248] Emitting module math
/Users/admin/builder/spi-builder-workspace/Examples/math/Math.swift:208:20: warning: 'custom' is deprecated: Provide a three-parameter closure instead. See custom(@Sendable @escaping ([String], Int, String) -> [String]).
206 |
207 | @Argument(
208 | completion: .custom { _ in ["alabaster", "breakfast", "crunch", "crash"] }
| `- warning: 'custom' is deprecated: Provide a three-parameter closure instead. See custom(@Sendable @escaping ([String], Int, String) -> [String]).
209 | )
210 | var customDeprecatedArg: String?
/Users/admin/builder/spi-builder-workspace/Examples/math/Math.swift:239:26: warning: 'custom' is deprecated: Provide a three-parameter closure instead. See custom(@Sendable @escaping ([String], Int, String) -> [String]).
237 | var custom: String?
238 |
239 | @Option(completion: .custom(customDeprecatedCompletion))
| `- warning: 'custom' is deprecated: Provide a three-parameter closure instead. See custom(@Sendable @escaping ([String], Int, String) -> [String]).
240 | var customDeprecated: String?
241 |
[221/248] Compiling math Math.swift
/Users/admin/builder/spi-builder-workspace/Examples/math/Math.swift:208:20: warning: 'custom' is deprecated: Provide a three-parameter closure instead. See custom(@Sendable @escaping ([String], Int, String) -> [String]).
206 |
207 | @Argument(
208 | completion: .custom { _ in ["alabaster", "breakfast", "crunch", "crash"] }
| `- warning: 'custom' is deprecated: Provide a three-parameter closure instead. See custom(@Sendable @escaping ([String], Int, String) -> [String]).
209 | )
210 | var customDeprecatedArg: String?
/Users/admin/builder/spi-builder-workspace/Examples/math/Math.swift:239:26: warning: 'custom' is deprecated: Provide a three-parameter closure instead. See custom(@Sendable @escaping ([String], Int, String) -> [String]).
237 | var custom: String?
238 |
239 | @Option(completion: .custom(customDeprecatedCompletion))
| `- warning: 'custom' is deprecated: Provide a three-parameter closure instead. See custom(@Sendable @escaping ([String], Int, String) -> [String]).
240 | var customDeprecated: String?
241 |
[221/248] Write Objects.LinkFileList
[223/248] Linking count-lines
[224/248] Linking generate-docc-reference
[225/248] Applying count-lines
[226/248] Applying generate-docc-reference
[228/248] Compiling generate_manual MDocMacro.swift
[229/248] Compiling generate_manual MDocSerializationContext.swift
[230/248] Compiling generate_manual String+Escaping.swift
[230/248] Write Objects.LinkFileList
[235/248] Linking changelog-authors
[236/248] Applying changelog-authors
[237/248] Linking generate-docc-reference-tool
[238/248] Linking math
[239/248] Applying generate-docc-reference-tool
[240/248] Applying math
[241/248] Linking generate-manual-tool
[242/248] Applying generate-manual-tool
[243/248] Linking generate-manual
[244/248] Applying generate-manual
[246/248] Emitting module ArgumentParserTestHelpers
[247/248] Compiling ArgumentParserTestHelpers StringHelpers.swift
[248/248] Compiling ArgumentParserTestHelpers TestHelpers.swift
Build complete! (20.36s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-argument-parser",
"name" : "swift-argument-parser",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ArgumentParser",
"targets" : [
"ArgumentParser"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "GenerateDoccReference",
"targets" : [
"GenerateDoccReference"
],
"type" : {
"plugin" : null
}
},
{
"name" : "GenerateManual",
"targets" : [
"GenerateManual"
],
"type" : {
"plugin" : null
}
},
{
"name" : "roll",
"targets" : [
"roll"
],
"type" : {
"executable" : null
}
},
{
"name" : "repeat",
"targets" : [
"repeat"
],
"type" : {
"executable" : null
}
},
{
"name" : "math",
"targets" : [
"math"
],
"type" : {
"executable" : null
}
},
{
"name" : "generate-manual",
"targets" : [
"generate-manual"
],
"type" : {
"executable" : null
}
},
{
"name" : "generate-docc-reference",
"targets" : [
"generate-docc-reference"
],
"type" : {
"executable" : null
}
},
{
"name" : "count-lines",
"targets" : [
"count-lines"
],
"type" : {
"executable" : null
}
},
{
"name" : "color",
"targets" : [
"color"
],
"type" : {
"executable" : null
}
},
{
"name" : "changelog-authors",
"targets" : [
"changelog-authors"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "roll",
"module_type" : "SwiftTarget",
"name" : "roll",
"path" : "Examples/roll",
"product_memberships" : [
"roll"
],
"sources" : [
"SplitMix64.swift",
"main.swift"
],
"target_dependencies" : [
"ArgumentParser"
],
"type" : "executable"
},
{
"c99name" : "repeat",
"module_type" : "SwiftTarget",
"name" : "repeat",
"path" : "Examples/repeat",
"product_memberships" : [
"repeat"
],
"sources" : [
"Repeat.swift"
],
"target_dependencies" : [
"ArgumentParser"
],
"type" : "executable"
},
{
"c99name" : "math",
"module_type" : "SwiftTarget",
"name" : "math",
"path" : "Examples/math",
"product_memberships" : [
"math"
],
"sources" : [
"Math.swift"
],
"target_dependencies" : [
"ArgumentParser"
],
"type" : "executable"
},
{
"c99name" : "generate_manual",
"module_type" : "SwiftTarget",
"name" : "generate-manual",
"path" : "Tools/generate-manual",
"product_memberships" : [
"GenerateManual",
"generate-manual"
],
"sources" : [
"AuthorArgument.swift",
"DSL/ArgumentSynopsis.swift",
"DSL/Author.swift",
"DSL/Authors.swift",
"DSL/Core/Container.swift",
"DSL/Core/Empty.swift",
"DSL/Core/ForEach.swift",
"DSL/Core/MDocASTNodeWrapper.swift",
"DSL/Core/MDocBuilder.swift",
"DSL/Core/MDocComponent.swift",
"DSL/Discussion.swift",
"DSL/Document.swift",
"DSL/DocumentDate.swift",
"DSL/Exit.swift",
"DSL/List.swift",
"DSL/MultiPageDescription.swift",
"DSL/Name.swift",
"DSL/Preamble.swift",
"DSL/Section.swift",
"DSL/SeeAlso.swift",
"DSL/SinglePageDescription.swift",
"DSL/Synopsis.swift",
"Extensions/ArgumentParser+MDoc.swift",
"Extensions/Date+ExpressibleByArgument.swift",
"Extensions/Process+SimpleAPI.swift",
"GenerateManual.swift",
"MDoc/MDocASTNode.swift",
"MDoc/MDocMacro.swift",
"MDoc/MDocSerializationContext.swift",
"MDoc/String+Escaping.swift"
],
"target_dependencies" : [
"ArgumentParser",
"ArgumentParserToolInfo"
],
"type" : "executable"
},
{
"c99name" : "generate_docc_reference",
"module_type" : "SwiftTarget",
"name" : "generate-docc-reference",
"path" : "Tools/generate-docc-reference",
"product_memberships" : [
"GenerateDoccReference",
"generate-docc-reference"
],
"sources" : [
"Extensions/ArgumentParser+Markdown.swift",
"Extensions/Process+SimpleAPI.swift",
"GenerateDoccReference.swift"
],
"target_dependencies" : [
"ArgumentParser",
"ArgumentParserToolInfo"
],
"type" : "executable"
},
{
"c99name" : "count_lines",
"module_type" : "SwiftTarget",
"name" : "count-lines",
"path" : "Examples/count-lines",
"product_memberships" : [
"count-lines"
],
"sources" : [
"CountLines.swift"
],
"target_dependencies" : [
"ArgumentParser"
],
"type" : "executable"
},
{
"c99name" : "color",
"module_type" : "SwiftTarget",
"name" : "color",
"path" : "Examples/color",
"product_memberships" : [
"color"
],
"sources" : [
"Color.swift"
],
"target_dependencies" : [
"ArgumentParser"
],
"type" : "executable"
},
{
"c99name" : "changelog_authors",
"module_type" : "SwiftTarget",
"name" : "changelog-authors",
"path" : "Tools/changelog-authors",
"product_memberships" : [
"changelog-authors"
],
"sources" : [
"ChangelogAuthors.swift",
"Models.swift",
"Util.swift"
],
"target_dependencies" : [
"ArgumentParser"
],
"type" : "executable"
},
{
"c99name" : "GenerateManual",
"module_type" : "PluginTarget",
"name" : "GenerateManual",
"path" : "Plugins/GenerateManual",
"plugin_capability" : {
"intent" : {
"description" : "Generate a manual entry for a specified target.",
"type" : "custom",
"verb" : "generate-manual"
},
"permissions" : [
],
"type" : "command"
},
"product_memberships" : [
"GenerateManual"
],
"sources" : [
"GenerateManualPlugin.swift",
"GenerateManualPluginError.swift",
"PackagePlugin+Helpers.swift"
],
"target_dependencies" : [
"generate-manual"
],
"type" : "plugin"
},
{
"c99name" : "GenerateDoccReference",
"module_type" : "PluginTarget",
"name" : "GenerateDoccReference",
"path" : "Plugins/GenerateDoccReference",
"plugin_capability" : {
"intent" : {
"description" : "Generate a documentation reference for a specified target.",
"type" : "custom",
"verb" : "generate-docc-reference"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "This command generates documentation.",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_memberships" : [
"GenerateDoccReference"
],
"sources" : [
"GenerateDoccReference.swift",
"GenerateDoccReferenceError.swift",
"PackagePlugin+Helpers.swift"
],
"target_dependencies" : [
"generate-docc-reference"
],
"type" : "plugin"
},
{
"c99name" : "ArgumentParserUnitTests",
"module_type" : "SwiftTarget",
"name" : "ArgumentParserUnitTests",
"path" : "Tests/ArgumentParserUnitTests",
"sources" : [
"CompletionScriptTests.swift",
"DumpHelpGenerationTests.swift",
"ErrorMessageTests.swift",
"ExitCodeTests.swift",
"HelpGenerationTests+AtArgument.swift",
"HelpGenerationTests+AtOption.swift",
"HelpGenerationTests+GroupName.swift",
"HelpGenerationTests.swift",
"InputOriginTests.swift",
"MirrorTests.swift",
"NameSpecificationTests.swift",
"ParsableArgumentsValidationTests.swift",
"SendableTests.swift",
"SequenceExtensionTests.swift",
"SplitArgumentTests.swift",
"StringEditDistanceTests.swift",
"StringSnakeCaseTests.swift",
"StringWrappingTests.swift",
"TreeTests.swift",
"UsageGenerationTests.swift"
],
"target_dependencies" : [
"ArgumentParser",
"ArgumentParserTestHelpers"
],
"type" : "test"
},
{
"c99name" : "ArgumentParserToolInfoTests",
"module_type" : "SwiftTarget",
"name" : "ArgumentParserToolInfoTests",
"path" : "Tests/ArgumentParserToolInfoTests",
"sources" : [
"ArgumentParserToolInfoTests.swift"
],
"target_dependencies" : [
"ArgumentParserToolInfo"
],
"type" : "test"
},
{
"c99name" : "ArgumentParserToolInfo",
"module_type" : "SwiftTarget",
"name" : "ArgumentParserToolInfo",
"path" : "Sources/ArgumentParserToolInfo",
"product_memberships" : [
"ArgumentParser",
"GenerateDoccReference",
"GenerateManual",
"roll",
"repeat",
"math",
"generate-manual",
"generate-docc-reference",
"count-lines",
"color",
"changelog-authors"
],
"sources" : [
"ToolInfo.swift"
],
"type" : "library"
},
{
"c99name" : "ArgumentParserTestHelpers",
"module_type" : "SwiftTarget",
"name" : "ArgumentParserTestHelpers",
"path" : "Sources/ArgumentParserTestHelpers",
"sources" : [
"StringHelpers.swift",
"TestHelpers.swift"
],
"target_dependencies" : [
"ArgumentParser",
"ArgumentParserToolInfo"
],
"type" : "library"
},
{
"c99name" : "ArgumentParserPackageManagerTests",
"module_type" : "SwiftTarget",
"name" : "ArgumentParserPackageManagerTests",
"path" : "Tests/ArgumentParserPackageManagerTests",
"sources" : [
"HelpTests.swift",
"PackageManager/Clean.swift",
"PackageManager/Config.swift",
"PackageManager/Describe.swift",
"PackageManager/GenerateXcodeProject.swift",
"PackageManager/Options.swift",
"Tests.swift"
],
"target_dependencies" : [
"ArgumentParser",
"ArgumentParserTestHelpers"
],
"type" : "test"
},
{
"c99name" : "ArgumentParserGenerateManualTests",
"module_type" : "SwiftTarget",
"name" : "ArgumentParserGenerateManualTests",
"path" : "Tests/ArgumentParserGenerateManualTests",
"sources" : [
"GenerateManualTests.swift"
],
"target_dependencies" : [
"ArgumentParserTestHelpers"
],
"type" : "test"
},
{
"c99name" : "ArgumentParserGenerateDoccReferenceTests",
"module_type" : "SwiftTarget",
"name" : "ArgumentParserGenerateDoccReferenceTests",
"path" : "Tests/ArgumentParserGenerateDoccReferenceTests",
"sources" : [
"GenerateDoccReferenceTests.swift"
],
"target_dependencies" : [
"ArgumentParserTestHelpers"
],
"type" : "test"
},
{
"c99name" : "ArgumentParserExampleTests",
"module_type" : "SwiftTarget",
"name" : "ArgumentParserExampleTests",
"path" : "Tests/ArgumentParserExampleTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ArgumentParserExampleTests/CountLinesTest.txt",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"CountLinesExampleTests.swift",
"MathExampleTests.swift",
"RepeatExampleTests.swift",
"RollDiceExampleTests.swift"
],
"target_dependencies" : [
"ArgumentParserTestHelpers"
],
"type" : "test"
},
{
"c99name" : "ArgumentParserEndToEndTests",
"module_type" : "SwiftTarget",
"name" : "ArgumentParserEndToEndTests",
"path" : "Tests/ArgumentParserEndToEndTests",
"sources" : [
"AsyncCommandEndToEndTests.swift",
"CustomParsingEndToEndTests.swift",
"DefaultSubcommandEndToEndTests.swift",
"DefaultsEndToEndTests.swift",
"EnumEndToEndTests.swift",
"EqualsEndToEndTests.swift",
"FlagsEndToEndTests.swift",
"JoinedEndToEndTests.swift",
"LongNameWithShortDashEndToEndTests.swift",
"NestedCommandEndToEndTests.swift",
"OptionGroupEndToEndTests.swift",
"OptionalEndToEndTests.swift",
"PositionalEndToEndTests.swift",
"RawRepresentableEndToEndTests.swift",
"RepeatingEndToEndTests+ParsingStrategy.swift",
"RepeatingEndToEndTests.swift",
"ShortNameEndToEndTests.swift",
"SimpleEndToEndTests.swift",
"SingleValueParsingStrategyTests.swift",
"SourceCompatEndToEndTests.swift",
"SubcommandEndToEndTests.swift",
"TransformEndToEndTests.swift",
"UnparsedValuesEndToEndTest.swift",
"ValidationEndToEndTests.swift"
],
"target_dependencies" : [
"ArgumentParser",
"ArgumentParserTestHelpers"
],
"type" : "test"
},
{
"c99name" : "ArgumentParser",
"module_type" : "SwiftTarget",
"name" : "ArgumentParser",
"path" : "Sources/ArgumentParser",
"product_memberships" : [
"ArgumentParser",
"GenerateDoccReference",
"GenerateManual",
"roll",
"repeat",
"math",
"generate-manual",
"generate-docc-reference",
"count-lines",
"color",
"changelog-authors"
],
"sources" : [
"Completions/BashCompletionsGenerator.swift",
"Completions/CompletionsGenerator.swift",
"Completions/FishCompletionsGenerator.swift",
"Completions/ZshCompletionsGenerator.swift",
"Parsable Properties/Argument.swift",
"Parsable Properties/ArgumentDiscussion.swift",
"Parsable Properties/ArgumentHelp.swift",
"Parsable Properties/ArgumentVisibility.swift",
"Parsable Properties/CompletionKind.swift",
"Parsable Properties/Errors.swift",
"Parsable Properties/Flag.swift",
"Parsable Properties/NameSpecification.swift",
"Parsable Properties/Option.swift",
"Parsable Properties/OptionGroup.swift",
"Parsable Types/AsyncParsableCommand.swift",
"Parsable Types/CommandConfiguration.swift",
"Parsable Types/CommandGroup.swift",
"Parsable Types/EnumerableFlag.swift",
"Parsable Types/ExpressibleByArgument.swift",
"Parsable Types/ParsableArguments.swift",
"Parsable Types/ParsableCommand.swift",
"Parsing/ArgumentDecoder.swift",
"Parsing/ArgumentDefinition.swift",
"Parsing/ArgumentSet.swift",
"Parsing/CommandParser.swift",
"Parsing/InputKey.swift",
"Parsing/InputOrigin.swift",
"Parsing/Name.swift",
"Parsing/Parsed.swift",
"Parsing/ParsedValues.swift",
"Parsing/ParserError.swift",
"Parsing/SplitArguments.swift",
"Usage/DumpHelpGenerator.swift",
"Usage/HelpCommand.swift",
"Usage/HelpGenerator.swift",
"Usage/MessageInfo.swift",
"Usage/UsageGenerator.swift",
"Utilities/CollectionExtensions.swift",
"Utilities/Mutex.swift",
"Utilities/Platform.swift",
"Utilities/SequenceExtensions.swift",
"Utilities/StringExtensions.swift",
"Utilities/Tree.swift",
"Validators/CodingKeyValidator.swift",
"Validators/NonsenseFlagsValidator.swift",
"Validators/ParsableArgumentsValidation.swift",
"Validators/PositionalArgumentsValidator.swift",
"Validators/UniqueNamesValidator.swift"
],
"target_dependencies" : [
"ArgumentParserToolInfo"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/apple/swift-argument-parser/main
Repository: apple/swift-argument-parser
Swift version used: 6.1
Target: ArgumentParser
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
* branch 4633b45fc732d8c55568be09dd852f9dc1582c25 -> FETCH_HEAD
HEAD is now at 4633b45 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Extracting symbol information for 'ArgumentParser'...
Finished extracting symbol information for 'ArgumentParser'. (4.02s)
Building documentation for 'ArgumentParser'...
Finished building documentation for 'ArgumentParser' (0.29s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/apple/swift-argument-parser/main
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.60s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.4 (1.22s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.82s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.49s)
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.4
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
Building for debugging...
[0/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling SymbolKit Identifier.swift
[7/53] Compiling SymbolKit KindIdentifier.swift
[8/53] Compiling SymbolKit Location.swift
[9/53] Compiling SymbolKit Mutability.swift
[10/57] Emitting module SymbolKit
[11/57] Compiling SymbolKit Relationship.swift
[12/57] Compiling SymbolKit RelationshipKind.swift
[13/57] Compiling SymbolKit SourceOrigin.swift
[14/57] Compiling SymbolKit GenericConstraints.swift
[15/57] Compiling SymbolKit Swift.swift
[16/57] Compiling SymbolKit DeclarationFragments.swift
[17/57] Compiling SymbolKit Fragment.swift
[18/57] Compiling SymbolKit FragmentKind.swift
[19/57] Compiling SymbolKit FunctionParameter.swift
[20/57] Compiling SymbolKit FunctionSignature.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 Names.swift
[27/57] Compiling SymbolKit SPI.swift
[28/57] Compiling SymbolKit Snippet.swift
[29/57] Compiling SymbolKit Extension.swift
[30/57] Compiling SymbolKit SemanticVersion.swift
[31/57] Compiling SymbolKit AccessControl.swift
[32/57] Compiling SymbolKit Availability.swift
[33/57] Compiling SymbolKit AvailabilityItem.swift
[34/57] Compiling SymbolKit Domain.swift
[35/57] Compiling SymbolKit GenericConstraint.swift
[36/57] Compiling SymbolKit GenericParameter.swift
[37/57] Compiling SymbolKit Generics.swift
[38/57] Compiling SymbolKit Namespace.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 SnippetParser.swift
[53/57] Compiling Snippets Snippet.swift
[54/57] Emitting module Snippets
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.33s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/3] Emitting module ArgumentParserToolInfo
[3/3] Compiling ArgumentParserToolInfo ToolInfo.swift
[4/48] Compiling ArgumentParser ArgumentDiscussion.swift
[5/48] Compiling ArgumentParser ArgumentHelp.swift
[6/48] Compiling ArgumentParser ArgumentVisibility.swift
[7/48] Compiling ArgumentParser CompletionKind.swift
[8/48] Compiling ArgumentParser Errors.swift
[9/52] Emitting module ArgumentParser
[10/52] Compiling ArgumentParser MessageInfo.swift
[11/52] Compiling ArgumentParser UsageGenerator.swift
[12/52] Compiling ArgumentParser CollectionExtensions.swift
[13/52] Compiling ArgumentParser Mutex.swift
[14/52] Compiling ArgumentParser Platform.swift
[15/52] Compiling ArgumentParser NonsenseFlagsValidator.swift
[16/52] Compiling ArgumentParser ParsableArgumentsValidation.swift
[17/52] Compiling ArgumentParser PositionalArgumentsValidator.swift
[18/52] Compiling ArgumentParser UniqueNamesValidator.swift
[19/52] Compiling ArgumentParser ParserError.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 | self = .customAsync
214 | case .customDeprecated(_):
215 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 | }
217 | }
[20/52] Compiling ArgumentParser SplitArguments.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 | self = .customAsync
214 | case .customDeprecated(_):
215 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 | }
217 | }
[21/52] Compiling ArgumentParser DumpHelpGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 | self = .customAsync
214 | case .customDeprecated(_):
215 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 | }
217 | }
[22/52] Compiling ArgumentParser HelpCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 | self = .customAsync
214 | case .customDeprecated(_):
215 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 | }
217 | }
[23/52] Compiling ArgumentParser HelpGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 | self = .customAsync
214 | case .customDeprecated(_):
215 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 | }
217 | }
[24/52] Compiling ArgumentParser BashCompletionsGenerator.swift
[25/52] Compiling ArgumentParser CompletionsGenerator.swift
[26/52] Compiling ArgumentParser FishCompletionsGenerator.swift
[27/52] Compiling ArgumentParser ZshCompletionsGenerator.swift
[28/52] Compiling ArgumentParser Argument.swift
[29/52] Compiling ArgumentParser CommandConfiguration.swift
[30/52] Compiling ArgumentParser CommandGroup.swift
[31/52] Compiling ArgumentParser EnumerableFlag.swift
[32/52] Compiling ArgumentParser ExpressibleByArgument.swift
[33/52] Compiling ArgumentParser ParsableArguments.swift
[34/52] Compiling ArgumentParser InputKey.swift
[35/52] Compiling ArgumentParser InputOrigin.swift
[36/52] Compiling ArgumentParser Name.swift
[37/52] Compiling ArgumentParser Parsed.swift
[38/52] Compiling ArgumentParser ParsedValues.swift
[39/52] Compiling ArgumentParser Flag.swift
[40/52] Compiling ArgumentParser NameSpecification.swift
[41/52] Compiling ArgumentParser Option.swift
[42/52] Compiling ArgumentParser OptionGroup.swift
[43/52] Compiling ArgumentParser AsyncParsableCommand.swift
[44/52] Compiling ArgumentParser ParsableCommand.swift
[45/52] Compiling ArgumentParser ArgumentDecoder.swift
[46/52] Compiling ArgumentParser ArgumentDefinition.swift
[47/52] Compiling ArgumentParser ArgumentSet.swift
[48/52] Compiling ArgumentParser CommandParser.swift
[49/52] Compiling ArgumentParser SequenceExtensions.swift
[50/52] Compiling ArgumentParser StringExtensions.swift
[51/52] Compiling ArgumentParser Tree.swift
[52/52] Compiling ArgumentParser CodingKeyValidator.swift
Build of target: 'ArgumentParser' complete! (1.97s)
747
6 /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: 747
Doc size: 6.0MB
Preparing doc bundle ...
Uploading prod-apple-swift-argument-parser-main-35230015.zip to s3://spi-docs-inbox/prod-apple-swift-argument-parser-main-35230015.zip
Copying... [11%]
Copying... [23%]
Copying... [31%]
Copying... [42%]
Copying... [54%]
Copying... [61%]
Copying... [73%]
Copying... [80%]
Copying... [92%]
Copying... [100%]
Done.