Build Information
Successful build of swift-argument-parser, reference 1.6.2 (cdd0ef), with Swift 6.2 for macOS (SPM) on 10 Oct 2025 17:32:20 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-argument-parser.git
Reference: 1.6.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/swift-argument-parser
* tag 1.6.2 -> FETCH_HEAD
HEAD is now at cdd0ef3 Update date for 1.6.2 release in changelog
Cloned https://github.com/apple/swift-argument-parser.git
Revision (git rev-parse @):
cdd0ef3755280949551dc26dee5de9ddeda89f54
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-argument-parser.git at 1.6.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "swift-argument-parser",
"name": "swift-argument-parser",
"url": "https://github.com/apple/swift-argument-parser.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
"dependencies": [
]
}
]
}
Fetching https://github.com/apple/swift-argument-parser.git
[1/16646] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.53s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.2 (cdd0ef3)
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/apple/swift-argument-parser.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/58] Write sources
[2/58] Write repeat-entitlement.plist
[2/58] Write sources
[2/58] Write math-entitlement.plist
[2/58] Write roll-entitlement.plist
[3/58] Write sources
[12/58] Write generate-manual-tool-entitlement.plist
[12/58] Write sources
[13/58] Write generate-docc-reference-tool-entitlement.plist
[15/58] Write generate-manual-entitlement.plist
[15/58] Write generate-docc-reference-entitlement.plist
[15/58] Write sources
[19/58] Write count-lines-entitlement.plist
[20/58] Write color-entitlement.plist
[21/58] Write sources
[24/58] Write changelog-authors-entitlement.plist
[25/58] Write sources
[27/58] Write swift-version-49B95AFC49DCD68C.txt
[29/62] Emitting module ArgumentParserToolInfo
[30/62] Compiling ArgumentParserToolInfo ToolInfo.swift
[32/62] Emitting module ArgumentParserToolInfo
[33/154] Emitting module ArgumentParser
[34/158] Compiling ArgumentParser ArgumentDiscussion.swift
[35/158] Compiling ArgumentParser ArgumentHelp.swift
[36/158] Compiling ArgumentParser ArgumentVisibility.swift
[37/158] Compiling ArgumentParser CompletionKind.swift
[38/158] Compiling ArgumentParser Errors.swift
[39/158] Compiling ArgumentParser ParserError.swift
[40/158] Compiling ArgumentParser SplitArguments.swift
[41/158] Compiling ArgumentParser DumpHelpGenerator.swift
[42/158] Compiling ArgumentParser HelpCommand.swift
[43/158] Compiling ArgumentParser HelpGenerator.swift
[49/162] Compiling ArgumentParser NonsenseFlagsValidator.swift
[50/162] Compiling ArgumentParser ParsableArgumentsValidation.swift
[51/162] Compiling ArgumentParser PositionalArgumentsValidator.swift
[52/162] Compiling ArgumentParser UniqueNamesValidator.swift
[53/162] Compiling ArgumentParser InputKey.swift
[54/162] Compiling ArgumentParser InputOrigin.swift
[55/162] Compiling ArgumentParser Name.swift
[56/162] Compiling ArgumentParser Parsed.swift
[57/162] Compiling ArgumentParser ParsedValues.swift
[58/162] Compiling ArgumentParser Flag.swift
[59/162] Compiling ArgumentParser NameSpecification.swift
[60/162] Compiling ArgumentParser Option.swift
[61/162] Compiling ArgumentParser OptionGroup.swift
[62/162] Compiling ArgumentParser AsyncParsableCommand.swift
[63/162] Emitting module ArgumentParser
[73/162] Compiling ArgumentParser MessageInfo.swift
[74/162] Compiling ArgumentParser ArgumentDecoder.swift
[75/162] Compiling ArgumentParser ArgumentDefinition.swift
[76/162] Compiling ArgumentParser ArgumentSet.swift
[77/162] Compiling ArgumentParser CommandParser.swift
[78/162] Compiling ArgumentParser ArgumentDiscussion.swift
[79/162] Compiling ArgumentParser ArgumentHelp.swift
[80/162] Compiling ArgumentParser ArgumentVisibility.swift
[81/162] Compiling ArgumentParser CompletionKind.swift
[82/162] Compiling ArgumentParser ParsableArguments.swift
[83/162] Compiling ArgumentParser ParserError.swift
[84/162] Compiling ArgumentParser SplitArguments.swift
[85/162] Compiling ArgumentParser DumpHelpGenerator.swift
[86/162] Compiling ArgumentParser HelpCommand.swift
[87/162] Compiling ArgumentParser HelpGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
213 | self = .customAsync
214 | case .customDeprecated(_):
215 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
216 | }
217 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
213 | self = .customAsync
214 | case .customDeprecated(_):
215 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
216 | }
217 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
213 | self = .customAsync
214 | case .customDeprecated(_):
215 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
216 | }
217 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
213 | self = .customAsync
214 | case .customDeprecated(_):
215 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
216 | }
217 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
213 | self = .customAsync
214 | case .customDeprecated(_):
215 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
216 | }
217 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[98/162] Compiling ArgumentParser Flag.swift
[99/162] Compiling ArgumentParser NameSpecification.swift
[100/162] Compiling ArgumentParser Option.swift
[101/162] Compiling ArgumentParser OptionGroup.swift
[102/162] Compiling ArgumentParser AsyncParsableCommand.swift
[103/162] Compiling ArgumentParser MessageInfo.swift
[104/162] Compiling ArgumentParser UsageGenerator.swift
[105/162] Compiling ArgumentParser CollectionExtensions.swift
[106/162] Compiling ArgumentParser ArgumentSet.swift
[107/162] Compiling ArgumentParser CommandParser.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
213 | self = .customAsync
214 | case .customDeprecated(_):
215 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
216 | }
217 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
213 | self = .customAsync
214 | case .customDeprecated(_):
215 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
216 | }
217 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
213 | self = .customAsync
214 | case .customDeprecated(_):
215 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
216 | }
217 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
213 | self = .customAsync
214 | case .customDeprecated(_):
215 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
216 | }
217 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
213 | self = .customAsync
214 | case .customDeprecated(_):
215 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
216 | }
217 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[133/241] Compiling changelog_authors Util.swift
[134/241] Emitting module roll
[135/241] Emitting module color
[136/241] Compiling color Color.swift
[137/241] Compiling generate_manual Authors.swift
[138/241] Compiling generate_manual Container.swift
[139/241] Compiling generate_manual Empty.swift
[143/247] Emitting module repeat
[144/247] Compiling repeat Repeat.swift
[144/247] Write Objects.LinkFileList
[147/247] Compiling generate_manual DocumentDate.swift
[148/247] Compiling generate_manual Exit.swift
[149/247] Compiling generate_manual List.swift
[150/247] Compiling changelog_authors Models.swift
[151/250] Compiling generate_manual ForEach.swift
[152/250] Compiling generate_manual MDocASTNodeWrapper.swift
[153/250] Compiling generate_manual MDocBuilder.swift
[154/250] Compiling generate_manual MDocComponent.swift
[155/250] Compiling generate_manual Discussion.swift
[156/250] Compiling generate_manual Document.swift
[157/250] Compiling roll SplitMix64.swift
[158/250] Compiling roll main.swift
[165/250] Compiling generate_docc_reference ArgumentParser+Markdown.swift
[166/250] Emitting module generate_docc_reference
[170/250] Compiling generate_manual MultiPageDescription.swift
[171/250] Compiling generate_manual Name.swift
[172/250] Compiling generate_manual Preamble.swift
[173/250] Emitting module count_lines
[174/250] Compiling count_lines CountLines.swift
[175/250] Compiling generate_manual AuthorArgument.swift
[176/250] Compiling generate_manual ArgumentSynopsis.swift
[177/250] Compiling generate_manual Author.swift
[177/250] Write Objects.LinkFileList
[183/250] Emitting module changelog_authors
[184/250] Compiling changelog_authors ChangelogAuthors.swift
[185/250] Emitting module generate_manual
/Users/admin/builder/spi-builder-workspace/Tools/generate-manual/Extensions/Date+ExpressibleByArgument.swift:15:1: warning: extension declares a conformance of imported type 'Date' to imported protocol '_SendableMetatype'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
13 | import Foundation
14 |
15 | extension Foundation.Date: ArgumentParser.ExpressibleByArgument {
| |- warning: extension declares a conformance of imported type 'Date' to imported protocol '_SendableMetatype'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 | // parsed as `yyyy-mm-dd`
17 | public init?(argument: String) {
/Users/admin/builder/spi-builder-workspace/Tools/generate-manual/Extensions/Date+ExpressibleByArgument.swift:15:1: warning: extension declares a conformance of imported type 'Date' to imported protocol '_SendableMetatype'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
13 | import Foundation
14 |
15 | extension Foundation.Date: ArgumentParser.ExpressibleByArgument {
| |- warning: extension declares a conformance of imported type 'Date' to imported protocol '_SendableMetatype'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 | // parsed as `yyyy-mm-dd`
17 | public init?(argument: String) {
[190/250] Compiling generate_docc_reference GenerateDoccReference.swift
[191/250] Emitting module generate_docc_reference
[192/250] Compiling generate_docc_reference ArgumentParser+Markdown.swift
[193/250] Compiling generate_docc_reference Process+SimpleAPI.swift
[193/250] Write Objects.LinkFileList
[196/250] Compiling generate_docc_reference Process+SimpleAPI.swift
[197/250] Compiling generate_docc_reference GenerateDoccReference.swift
[198/250] Compiling generate_manual Section.swift
[199/250] Compiling generate_manual SeeAlso.swift
[200/250] Compiling generate_manual SinglePageDescription.swift
[203/250] Linking color
[204/250] Write Objects.LinkFileList
[205/250] Applying color
[207/250] Compiling generate_manual Synopsis.swift
/Users/admin/builder/spi-builder-workspace/Tools/generate-manual/Extensions/Date+ExpressibleByArgument.swift:15:1: warning: extension declares a conformance of imported type 'Date' to imported protocol '_SendableMetatype'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
13 | import Foundation
14 |
15 | extension Foundation.Date: ArgumentParser.ExpressibleByArgument {
| |- warning: extension declares a conformance of imported type 'Date' to imported protocol '_SendableMetatype'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 | // parsed as `yyyy-mm-dd`
17 | public init?(argument: String) {
[208/250] Compiling generate_manual ArgumentParser+MDoc.swift
/Users/admin/builder/spi-builder-workspace/Tools/generate-manual/Extensions/Date+ExpressibleByArgument.swift:15:1: warning: extension declares a conformance of imported type 'Date' to imported protocol '_SendableMetatype'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
13 | import Foundation
14 |
15 | extension Foundation.Date: ArgumentParser.ExpressibleByArgument {
| |- warning: extension declares a conformance of imported type 'Date' to imported protocol '_SendableMetatype'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 | // parsed as `yyyy-mm-dd`
17 | public init?(argument: String) {
[209/250] Compiling generate_manual Date+ExpressibleByArgument.swift
/Users/admin/builder/spi-builder-workspace/Tools/generate-manual/Extensions/Date+ExpressibleByArgument.swift:15:1: warning: extension declares a conformance of imported type 'Date' to imported protocol '_SendableMetatype'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
13 | import Foundation
14 |
15 | extension Foundation.Date: ArgumentParser.ExpressibleByArgument {
| |- warning: extension declares a conformance of imported type 'Date' to imported protocol '_SendableMetatype'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 | // parsed as `yyyy-mm-dd`
17 | public init?(argument: String) {
[210/250] Compiling generate_manual Process+SimpleAPI.swift
[211/250] Compiling generate_manual GenerateManual.swift
[212/250] Compiling generate_manual MDocASTNode.swift
[212/250] Linking repeat
[213/250] Applying repeat
[214/250] Linking count-lines
[215/250] Linking roll
/Users/admin/builder/spi-builder-workspace/Tools/generate-manual/Extensions/Date+ExpressibleByArgument.swift:15:1: warning: extension declares a conformance of imported type 'Date' to imported protocol '_SendableMetatype'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
13 | import Foundation
14 |
15 | extension Foundation.Date: ArgumentParser.ExpressibleByArgument {
| |- warning: extension declares a conformance of imported type 'Date' to imported protocol '_SendableMetatype'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 | // parsed as `yyyy-mm-dd`
17 | public init?(argument: String) {
/Users/admin/builder/spi-builder-workspace/Tools/generate-manual/Extensions/Date+ExpressibleByArgument.swift:15:1: warning: extension declares a conformance of imported type 'Date' to imported protocol '_SendableMetatype'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
13 | import Foundation
14 |
15 | extension Foundation.Date: ArgumentParser.ExpressibleByArgument {
| |- warning: extension declares a conformance of imported type 'Date' to imported protocol '_SendableMetatype'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 | // parsed as `yyyy-mm-dd`
17 | public init?(argument: String) {
/Users/admin/builder/spi-builder-workspace/Tools/generate-manual/Extensions/Date+ExpressibleByArgument.swift:15:1: warning: extension declares a conformance of imported type 'Date' to imported protocol '_SendableMetatype'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
13 | import Foundation
14 |
15 | extension Foundation.Date: ArgumentParser.ExpressibleByArgument {
| |- warning: extension declares a conformance of imported type 'Date' to imported protocol '_SendableMetatype'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 | // parsed as `yyyy-mm-dd`
17 | public init?(argument: String) {
[222/250] Applying count-lines
[223/250] Applying roll
[224/250] Linking changelog-authors
[225/250] Applying changelog-authors
[226/250] Linking generate-docc-reference-tool
[227/250] Applying generate-docc-reference-tool
[229/250] Compiling math Math.swift
/Users/admin/builder/spi-builder-workspace/Examples/math/Math.swift:208:20: warning: 'custom' is deprecated: Provide a three-parameter closure instead. See custom(@Sendable @escaping ([String], Int, String) -> [String]). [#DeprecatedDeclaration]
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]). [#DeprecatedDeclaration]
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]). [#DeprecatedDeclaration]
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]). [#DeprecatedDeclaration]
240 | var customDeprecated: String?
241 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[230/250] Emitting module math
/Users/admin/builder/spi-builder-workspace/Examples/math/Math.swift:208:20: warning: 'custom' is deprecated: Provide a three-parameter closure instead. See custom(@Sendable @escaping ([String], Int, String) -> [String]). [#DeprecatedDeclaration]
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]). [#DeprecatedDeclaration]
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]). [#DeprecatedDeclaration]
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]). [#DeprecatedDeclaration]
240 | var customDeprecated: String?
241 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[230/250] Write Objects.LinkFileList
[232/250] Compiling generate_manual MDocMacro.swift
[233/250] Compiling generate_manual MDocSerializationContext.swift
[234/250] Compiling generate_manual String+Escaping.swift
[234/250] Linking generate-docc-reference
[235/250] Write Objects.LinkFileList
[239/250] Applying generate-docc-reference
[240/250] Write Objects.LinkFileList
[241/250] Linking math
[242/250] Applying math
[243/250] Linking generate-manual
[244/250] Linking generate-manual-tool
[245/250] Applying generate-manual
[246/250] Applying generate-manual-tool
[248/250] Compiling ArgumentParserTestHelpers StringHelpers.swift
[249/250] Compiling ArgumentParserTestHelpers TestHelpers.swift
[250/250] Emitting module ArgumentParserTestHelpers
Build complete! (19.12s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-argument-parser",
"name" : "swift-argument-parser",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ArgumentParser",
"targets" : [
"ArgumentParser"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "GenerateDoccReference",
"targets" : [
"GenerateDoccReference"
],
"type" : {
"plugin" : null
}
},
{
"name" : "GenerateManual",
"targets" : [
"GenerateManual"
],
"type" : {
"plugin" : null
}
},
{
"name" : "roll",
"targets" : [
"roll"
],
"type" : {
"executable" : null
}
},
{
"name" : "repeat",
"targets" : [
"repeat"
],
"type" : {
"executable" : null
}
},
{
"name" : "math",
"targets" : [
"math"
],
"type" : {
"executable" : null
}
},
{
"name" : "generate-manual",
"targets" : [
"generate-manual"
],
"type" : {
"executable" : null
}
},
{
"name" : "generate-docc-reference",
"targets" : [
"generate-docc-reference"
],
"type" : {
"executable" : null
}
},
{
"name" : "count-lines",
"targets" : [
"count-lines"
],
"type" : {
"executable" : null
}
},
{
"name" : "color",
"targets" : [
"color"
],
"type" : {
"executable" : null
}
},
{
"name" : "changelog-authors",
"targets" : [
"changelog-authors"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "roll",
"module_type" : "SwiftTarget",
"name" : "roll",
"path" : "Examples/roll",
"product_memberships" : [
"roll"
],
"sources" : [
"SplitMix64.swift",
"main.swift"
],
"target_dependencies" : [
"ArgumentParser"
],
"type" : "executable"
},
{
"c99name" : "repeat",
"module_type" : "SwiftTarget",
"name" : "repeat",
"path" : "Examples/repeat",
"product_memberships" : [
"repeat"
],
"sources" : [
"Repeat.swift"
],
"target_dependencies" : [
"ArgumentParser"
],
"type" : "executable"
},
{
"c99name" : "math",
"module_type" : "SwiftTarget",
"name" : "math",
"path" : "Examples/math",
"product_memberships" : [
"math"
],
"sources" : [
"Math.swift"
],
"target_dependencies" : [
"ArgumentParser"
],
"type" : "executable"
},
{
"c99name" : "generate_manual",
"module_type" : "SwiftTarget",
"name" : "generate-manual",
"path" : "Tools/generate-manual",
"product_memberships" : [
"GenerateManual",
"generate-manual"
],
"sources" : [
"AuthorArgument.swift",
"DSL/ArgumentSynopsis.swift",
"DSL/Author.swift",
"DSL/Authors.swift",
"DSL/Core/Container.swift",
"DSL/Core/Empty.swift",
"DSL/Core/ForEach.swift",
"DSL/Core/MDocASTNodeWrapper.swift",
"DSL/Core/MDocBuilder.swift",
"DSL/Core/MDocComponent.swift",
"DSL/Discussion.swift",
"DSL/Document.swift",
"DSL/DocumentDate.swift",
"DSL/Exit.swift",
"DSL/List.swift",
"DSL/MultiPageDescription.swift",
"DSL/Name.swift",
"DSL/Preamble.swift",
"DSL/Section.swift",
"DSL/SeeAlso.swift",
"DSL/SinglePageDescription.swift",
"DSL/Synopsis.swift",
"Extensions/ArgumentParser+MDoc.swift",
"Extensions/Date+ExpressibleByArgument.swift",
"Extensions/Process+SimpleAPI.swift",
"GenerateManual.swift",
"MDoc/MDocASTNode.swift",
"MDoc/MDocMacro.swift",
"MDoc/MDocSerializationContext.swift",
"MDoc/String+Escaping.swift"
],
"target_dependencies" : [
"ArgumentParser",
"ArgumentParserToolInfo"
],
"type" : "executable"
},
{
"c99name" : "generate_docc_reference",
"module_type" : "SwiftTarget",
"name" : "generate-docc-reference",
"path" : "Tools/generate-docc-reference",
"product_memberships" : [
"GenerateDoccReference",
"generate-docc-reference"
],
"sources" : [
"Extensions/ArgumentParser+Markdown.swift",
"Extensions/Process+SimpleAPI.swift",
"GenerateDoccReference.swift"
],
"target_dependencies" : [
"ArgumentParser",
"ArgumentParserToolInfo"
],
"type" : "executable"
},
{
"c99name" : "count_lines",
"module_type" : "SwiftTarget",
"name" : "count-lines",
"path" : "Examples/count-lines",
"product_memberships" : [
"count-lines"
],
"sources" : [
"CountLines.swift"
],
"target_dependencies" : [
"ArgumentParser"
],
"type" : "executable"
},
{
"c99name" : "color",
"module_type" : "SwiftTarget",
"name" : "color",
"path" : "Examples/color",
"product_memberships" : [
"color"
],
"sources" : [
"Color.swift"
],
"target_dependencies" : [
"ArgumentParser"
],
"type" : "executable"
},
{
"c99name" : "changelog_authors",
"module_type" : "SwiftTarget",
"name" : "changelog-authors",
"path" : "Tools/changelog-authors",
"product_memberships" : [
"changelog-authors"
],
"sources" : [
"ChangelogAuthors.swift",
"Models.swift",
"Util.swift"
],
"target_dependencies" : [
"ArgumentParser"
],
"type" : "executable"
},
{
"c99name" : "GenerateManual",
"module_type" : "PluginTarget",
"name" : "GenerateManual",
"path" : "Plugins/GenerateManual",
"plugin_capability" : {
"intent" : {
"description" : "Generate a manual entry for a specified target.",
"type" : "custom",
"verb" : "generate-manual"
},
"permissions" : [
],
"type" : "command"
},
"product_memberships" : [
"GenerateManual"
],
"sources" : [
"GenerateManualPlugin.swift",
"GenerateManualPluginError.swift",
"PackagePlugin+Helpers.swift"
],
"target_dependencies" : [
"generate-manual"
],
"type" : "plugin"
},
{
"c99name" : "GenerateDoccReference",
"module_type" : "PluginTarget",
"name" : "GenerateDoccReference",
"path" : "Plugins/GenerateDoccReference",
"plugin_capability" : {
"intent" : {
"description" : "Generate a documentation reference for a specified target.",
"type" : "custom",
"verb" : "generate-docc-reference"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "This command generates documentation.",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_memberships" : [
"GenerateDoccReference"
],
"sources" : [
"GenerateDoccReference.swift",
"GenerateDoccReferenceError.swift",
"PackagePlugin+Helpers.swift"
],
"target_dependencies" : [
"generate-docc-reference"
],
"type" : "plugin"
},
{
"c99name" : "ArgumentParserUnitTests",
"module_type" : "SwiftTarget",
"name" : "ArgumentParserUnitTests",
"path" : "Tests/ArgumentParserUnitTests",
"sources" : [
"CompletionScriptTests.swift",
"DumpHelpGenerationTests.swift",
"ErrorMessageTests.swift",
"ExitCodeTests.swift",
"HelpGenerationTests+AtArgument.swift",
"HelpGenerationTests+AtOption.swift",
"HelpGenerationTests+GroupName.swift",
"HelpGenerationTests.swift",
"InputOriginTests.swift",
"MirrorTests.swift",
"NameSpecificationTests.swift",
"ParsableArgumentsValidationTests.swift",
"SendableTests.swift",
"SequenceExtensionTests.swift",
"SplitArgumentTests.swift",
"StringEditDistanceTests.swift",
"StringSnakeCaseTests.swift",
"StringWrappingTests.swift",
"TreeTests.swift",
"UsageGenerationTests.swift"
],
"target_dependencies" : [
"ArgumentParser",
"ArgumentParserTestHelpers"
],
"type" : "test"
},
{
"c99name" : "ArgumentParserToolInfoTests",
"module_type" : "SwiftTarget",
"name" : "ArgumentParserToolInfoTests",
"path" : "Tests/ArgumentParserToolInfoTests",
"sources" : [
"ArgumentParserToolInfoTests.swift"
],
"target_dependencies" : [
"ArgumentParserToolInfo"
],
"type" : "test"
},
{
"c99name" : "ArgumentParserToolInfo",
"module_type" : "SwiftTarget",
"name" : "ArgumentParserToolInfo",
"path" : "Sources/ArgumentParserToolInfo",
"product_memberships" : [
"ArgumentParser",
"GenerateDoccReference",
"GenerateManual",
"roll",
"repeat",
"math",
"generate-manual",
"generate-docc-reference",
"count-lines",
"color",
"changelog-authors"
],
"sources" : [
"ToolInfo.swift"
],
"type" : "library"
},
{
"c99name" : "ArgumentParserTestHelpers",
"module_type" : "SwiftTarget",
"name" : "ArgumentParserTestHelpers",
"path" : "Sources/ArgumentParserTestHelpers",
"sources" : [
"StringHelpers.swift",
"TestHelpers.swift"
],
"target_dependencies" : [
"ArgumentParser",
"ArgumentParserToolInfo"
],
"type" : "library"
},
{
"c99name" : "ArgumentParserPackageManagerTests",
"module_type" : "SwiftTarget",
"name" : "ArgumentParserPackageManagerTests",
"path" : "Tests/ArgumentParserPackageManagerTests",
"sources" : [
"HelpTests.swift",
"PackageManager/Clean.swift",
"PackageManager/Config.swift",
"PackageManager/Describe.swift",
"PackageManager/GenerateXcodeProject.swift",
"PackageManager/Options.swift",
"Tests.swift"
],
"target_dependencies" : [
"ArgumentParser",
"ArgumentParserTestHelpers"
],
"type" : "test"
},
{
"c99name" : "ArgumentParserGenerateManualTests",
"module_type" : "SwiftTarget",
"name" : "ArgumentParserGenerateManualTests",
"path" : "Tests/ArgumentParserGenerateManualTests",
"sources" : [
"GenerateManualTests.swift"
],
"target_dependencies" : [
"ArgumentParserTestHelpers"
],
"type" : "test"
},
{
"c99name" : "ArgumentParserGenerateDoccReferenceTests",
"module_type" : "SwiftTarget",
"name" : "ArgumentParserGenerateDoccReferenceTests",
"path" : "Tests/ArgumentParserGenerateDoccReferenceTests",
"sources" : [
"GenerateDoccReferenceTests.swift"
],
"target_dependencies" : [
"ArgumentParserTestHelpers"
],
"type" : "test"
},
{
"c99name" : "ArgumentParserExampleTests",
"module_type" : "SwiftTarget",
"name" : "ArgumentParserExampleTests",
"path" : "Tests/ArgumentParserExampleTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ArgumentParserExampleTests/CountLinesTest.txt",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"CountLinesExampleTests.swift",
"MathExampleTests.swift",
"RepeatExampleTests.swift",
"RollDiceExampleTests.swift"
],
"target_dependencies" : [
"ArgumentParserTestHelpers"
],
"type" : "test"
},
{
"c99name" : "ArgumentParserEndToEndTests",
"module_type" : "SwiftTarget",
"name" : "ArgumentParserEndToEndTests",
"path" : "Tests/ArgumentParserEndToEndTests",
"sources" : [
"AsyncCommandEndToEndTests.swift",
"CustomParsingEndToEndTests.swift",
"DefaultSubcommandEndToEndTests.swift",
"DefaultsEndToEndTests.swift",
"EnumEndToEndTests.swift",
"EqualsEndToEndTests.swift",
"FlagsEndToEndTests.swift",
"JoinedEndToEndTests.swift",
"LongNameWithShortDashEndToEndTests.swift",
"NestedCommandEndToEndTests.swift",
"OptionGroupEndToEndTests.swift",
"OptionalEndToEndTests.swift",
"PositionalEndToEndTests.swift",
"RawRepresentableEndToEndTests.swift",
"RepeatingEndToEndTests+ParsingStrategy.swift",
"RepeatingEndToEndTests.swift",
"ShortNameEndToEndTests.swift",
"SimpleEndToEndTests.swift",
"SingleValueParsingStrategyTests.swift",
"SourceCompatEndToEndTests.swift",
"SubcommandEndToEndTests.swift",
"TransformEndToEndTests.swift",
"UnparsedValuesEndToEndTest.swift",
"ValidationEndToEndTests.swift"
],
"target_dependencies" : [
"ArgumentParser",
"ArgumentParserTestHelpers"
],
"type" : "test"
},
{
"c99name" : "ArgumentParser",
"module_type" : "SwiftTarget",
"name" : "ArgumentParser",
"path" : "Sources/ArgumentParser",
"product_memberships" : [
"ArgumentParser",
"GenerateDoccReference",
"GenerateManual",
"roll",
"repeat",
"math",
"generate-manual",
"generate-docc-reference",
"count-lines",
"color",
"changelog-authors"
],
"sources" : [
"Completions/BashCompletionsGenerator.swift",
"Completions/CompletionsGenerator.swift",
"Completions/FishCompletionsGenerator.swift",
"Completions/ZshCompletionsGenerator.swift",
"Parsable Properties/Argument.swift",
"Parsable Properties/ArgumentDiscussion.swift",
"Parsable Properties/ArgumentHelp.swift",
"Parsable Properties/ArgumentVisibility.swift",
"Parsable Properties/CompletionKind.swift",
"Parsable Properties/Errors.swift",
"Parsable Properties/Flag.swift",
"Parsable Properties/NameSpecification.swift",
"Parsable Properties/Option.swift",
"Parsable Properties/OptionGroup.swift",
"Parsable Types/AsyncParsableCommand.swift",
"Parsable Types/CommandConfiguration.swift",
"Parsable Types/CommandGroup.swift",
"Parsable Types/EnumerableFlag.swift",
"Parsable Types/ExpressibleByArgument.swift",
"Parsable Types/ParsableArguments.swift",
"Parsable Types/ParsableCommand.swift",
"Parsing/ArgumentDecoder.swift",
"Parsing/ArgumentDefinition.swift",
"Parsing/ArgumentSet.swift",
"Parsing/CommandParser.swift",
"Parsing/InputKey.swift",
"Parsing/InputOrigin.swift",
"Parsing/Name.swift",
"Parsing/Parsed.swift",
"Parsing/ParsedValues.swift",
"Parsing/ParserError.swift",
"Parsing/SplitArguments.swift",
"Usage/DumpHelpGenerator.swift",
"Usage/HelpCommand.swift",
"Usage/HelpGenerator.swift",
"Usage/MessageInfo.swift",
"Usage/UsageGenerator.swift",
"Utilities/CollectionExtensions.swift",
"Utilities/Mutex.swift",
"Utilities/Platform.swift",
"Utilities/SequenceExtensions.swift",
"Utilities/StringExtensions.swift",
"Utilities/SwiftExtensions.swift",
"Utilities/Tree.swift",
"Validators/CodingKeyValidator.swift",
"Validators/NonsenseFlagsValidator.swift",
"Validators/ParsableArgumentsValidation.swift",
"Validators/PositionalArgumentsValidator.swift",
"Validators/UniqueNamesValidator.swift"
],
"target_dependencies" : [
"ArgumentParserToolInfo"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/apple/swift-argument-parser/1.6.2
Repository: apple/swift-argument-parser
Swift version used: 6.2
Target: ArgumentParser
Extracting symbol information for 'ArgumentParser'...
Finished extracting symbol information for 'ArgumentParser'. (1.95s)
Building documentation for 'ArgumentParser'...
Finished building documentation for 'ArgumentParser' (0.31s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/apple/swift-argument-parser/1.6.2
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2133] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.14s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (1.83s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3542] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.26s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.13s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
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/7] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-49B95AFC49DCD68C.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 Names.swift
[11/57] Compiling SymbolKit SPI.swift
[12/57] Compiling SymbolKit Snippet.swift
[13/57] Compiling SymbolKit Extension.swift
[14/57] Emitting module SymbolKit
[15/57] Compiling SymbolKit Mixin+Equals.swift
[16/57] Compiling SymbolKit Mixin+Hash.swift
[17/57] Compiling SymbolKit Mixin.swift
[18/57] Compiling SymbolKit LineList.swift
[19/57] Compiling SymbolKit Position.swift
[20/57] Compiling SymbolKit SemanticVersion.swift
[21/57] Compiling SymbolKit AccessControl.swift
[22/57] Compiling SymbolKit Availability.swift
[23/57] Compiling SymbolKit AvailabilityItem.swift
[24/57] Compiling SymbolKit Domain.swift
[25/57] Compiling SymbolKit Identifier.swift
[26/57] Compiling SymbolKit KindIdentifier.swift
[27/57] Compiling SymbolKit Location.swift
[28/57] Compiling SymbolKit Mutability.swift
[29/57] Compiling SymbolKit Relationship.swift
[30/57] Compiling SymbolKit RelationshipKind.swift
[31/57] Compiling SymbolKit SourceOrigin.swift
[32/57] Compiling SymbolKit GenericConstraints.swift
[33/57] Compiling SymbolKit Swift.swift
[34/57] Compiling SymbolKit DeclarationFragments.swift
[35/57] Compiling SymbolKit Fragment.swift
[36/57] Compiling SymbolKit FragmentKind.swift
[37/57] Compiling SymbolKit FunctionParameter.swift
[38/57] Compiling SymbolKit FunctionSignature.swift
[39/57] Compiling SymbolKit Symbol.swift
[40/57] Compiling SymbolKit SymbolKind.swift
[41/57] Compiling SymbolKit SymbolGraph.swift
[42/57] Compiling SymbolKit GraphCollector.swift
[43/57] Compiling SymbolKit SourceRange.swift
[44/57] Compiling SymbolKit Metadata.swift
[45/57] Compiling SymbolKit Module.swift
[46/57] Compiling SymbolKit OperatingSystem.swift
[47/57] Compiling SymbolKit Platform.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets Snippet.swift
[53/57] Compiling Snippets SnippetParser.swift
[54/57] Emitting module Snippets
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.30s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'ArgumentParser' complete! (0.31s)
747
7 /Users/admin/builder/spi-builder-workspace/.docs/apple/swift-argument-parser/1.6.2
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/apple/swift-argument-parser/1.6.2
File count: 747
Doc size: 7.0MB
Preparing doc bundle ...
Uploading prod-apple-swift-argument-parser-1.6.2-a18e150c.zip to s3://spi-docs-inbox/prod-apple-swift-argument-parser-1.6.2-a18e150c.zip
Copying... [11%]
Copying... [23%]
Copying... [31%]
Copying... [42%]
Copying... [54%]
Copying... [61%]
Copying... [73%]
Copying... [80%]
Copying... [92%]
Copying... [100%]
Done.