Build Information
Successful build of swift-argument-parser, reference 1.6.1 (309a47
), with Swift 6.2 (beta) for Linux on 1 Jul 2025 17:58:28 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-argument-parser.git
Reference: 1.6.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/apple/swift-argument-parser
* tag 1.6.1 -> FETCH_HEAD
HEAD is now at 309a47b Update changelog for 1.6.1 release (#793)
Cloned https://github.com/apple/swift-argument-parser.git
Revision (git rev-parse @):
309a47b2b1d9b5e991f36961c983ecec72275be3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-argument-parser.git at 1.6.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/apple/swift-argument-parser.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/44] Write sources
[15/44] Write swift-version-24593BA9C3E375BF.txt
[17/48] Compiling ArgumentParserToolInfo ToolInfo.swift
[18/48] Emitting module ArgumentParserToolInfo
[19/49] Compiling ArgumentParserToolInfo ToolInfo.swift
[20/49] Emitting module ArgumentParserToolInfo
[22/50] Wrapping AST for ArgumentParserToolInfo for debugging
[25/138] Compiling ArgumentParser OptionGroup.swift
[26/138] Compiling ArgumentParser AsyncParsableCommand.swift
[27/138] Compiling ArgumentParser CommandConfiguration.swift
[28/138] Compiling ArgumentParser CommandGroup.swift
[29/138] Compiling ArgumentParser EnumerableFlag.swift
[30/138] Compiling ArgumentParser ExpressibleByArgument.swift
[31/144] Compiling ArgumentParser InputKey.swift
[32/144] Compiling ArgumentParser InputOrigin.swift
[33/144] Compiling ArgumentParser Name.swift
[34/144] Compiling ArgumentParser Parsed.swift
[35/144] Compiling ArgumentParser ParsedValues.swift
[36/144] Compiling ArgumentParser ParserError.swift
[37/144] Emitting module ArgumentParser
[39/150] Compiling ArgumentParser Tree.swift
[40/150] Compiling ArgumentParser CodingKeyValidator.swift
[41/150] Compiling ArgumentParser NonsenseFlagsValidator.swift
[42/150] Compiling ArgumentParser ParsableArgumentsValidation.swift
[43/150] Compiling ArgumentParser PositionalArgumentsValidator.swift
[44/150] Compiling ArgumentParser UniqueNamesValidator.swift
[51/150] Compiling ArgumentParser CollectionExtensions.swift
[52/150] Compiling ArgumentParser Mutex.swift
[53/150] Compiling ArgumentParser Platform.swift
[54/150] Compiling ArgumentParser SequenceExtensions.swift
[55/150] Compiling ArgumentParser StringExtensions.swift
[56/150] Compiling ArgumentParser SwiftExtensions.swift
[63/150] Compiling ArgumentParser SplitArguments.swift
/host/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>
[64/150] Compiling ArgumentParser DumpHelpGenerator.swift
/host/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>
[65/150] Compiling ArgumentParser HelpCommand.swift
/host/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>
[66/150] Compiling ArgumentParser HelpGenerator.swift
/host/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>
[67/150] Compiling ArgumentParser MessageInfo.swift
/host/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>
[68/150] Compiling ArgumentParser UsageGenerator.swift
/host/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>
[69/150] Compiling ArgumentParser ArgumentVisibility.swift
[70/150] Compiling ArgumentParser CompletionKind.swift
[71/150] Compiling ArgumentParser Errors.swift
[72/150] Compiling ArgumentParser Flag.swift
[73/150] Compiling ArgumentParser NameSpecification.swift
[74/150] Compiling ArgumentParser Option.swift
/host/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>
/host/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>
/host/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>
/host/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>
/host/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>
/host/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>
[93/150] Compiling ArgumentParser BashCompletionsGenerator.swift
[94/150] Compiling ArgumentParser CompletionsGenerator.swift
[95/150] Compiling ArgumentParser FishCompletionsGenerator.swift
[96/150] Compiling ArgumentParser ZshCompletionsGenerator.swift
[97/150] Compiling ArgumentParser Argument.swift
[98/150] Compiling ArgumentParser ArgumentDiscussion.swift
[99/150] Compiling ArgumentParser ArgumentHelp.swift
[106/150] Compiling ArgumentParser InputKey.swift
[107/150] Compiling ArgumentParser InputOrigin.swift
[108/150] Compiling ArgumentParser Name.swift
[109/150] Compiling ArgumentParser Parsed.swift
[110/150] Compiling ArgumentParser ParsedValues.swift
[111/150] Compiling ArgumentParser ParserError.swift
[112/156] Wrapping AST for ArgumentParser for debugging
[114/183] Compiling generate_manual ForEach.swift
[115/183] Compiling generate_manual MDocASTNodeWrapper.swift
[116/183] Compiling generate_manual Process+SimpleAPI.swift
[117/183] Compiling generate_manual GenerateManual.swift
[118/183] Compiling generate_manual MDocASTNode.swift
[119/183] Compiling generate_manual Name.swift
[120/183] Compiling generate_manual Preamble.swift
[121/183] Compiling generate_manual AuthorArgument.swift
[122/183] Compiling generate_manual ArgumentSynopsis.swift
[123/183] Compiling generate_manual Author.swift
[124/183] Compiling generate_manual Authors.swift
[125/183] Compiling generate_manual Container.swift
[126/183] Compiling generate_manual Empty.swift
[127/189] Wrapping AST for ArgumentParser for debugging
[129/225] Compiling roll SplitMix64.swift
[130/225] Compiling generate_manual AuthorArgument.swift
[131/225] Compiling generate_manual ArgumentSynopsis.swift
[132/225] Compiling generate_manual Author.swift
[133/225] Compiling generate_manual Authors.swift
[134/225] Emitting module generate_docc_reference
[135/228] Compiling generate_manual Container.swift
[136/228] Compiling generate_manual Empty.swift
[137/228] Compiling generate_manual ForEach.swift
[138/228] Compiling generate_manual MDocASTNodeWrapper.swift
[139/228] Compiling generate_docc_reference Process+SimpleAPI.swift
[140/228] Emitting module generate_docc_reference
[141/228] Compiling generate_docc_reference ArgumentParser+Markdown.swift
[142/228] Compiling generate_docc_reference GenerateDoccReference.swift
[144/229] Emitting module generate_manual
/host/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 'FoundationEssentials' 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 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 | // parsed as `yyyy-mm-dd`
17 | public init?(argument: String) {
[145/229] Compiling color Color.swift
[146/229] Emitting module color
[147/230] Compiling generate_manual Name.swift
[148/230] Compiling generate_manual Preamble.swift
[149/230] Compiling generate_manual Section.swift
[150/230] Compiling generate_manual SeeAlso.swift
[152/233] Compiling repeat Repeat.swift
[153/233] Emitting module repeat
[155/235] Emitting module generate_manual
/host/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 'FoundationEssentials' 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 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 | // parsed as `yyyy-mm-dd`
17 | public init?(argument: String) {
[159/235] Wrapping AST for generate-docc-reference for debugging
[161/235] Emitting module roll
[162/235] Compiling roll main.swift
[163/238] Compiling generate_docc_reference Process+SimpleAPI.swift
[164/238] Compiling generate_docc_reference ArgumentParser+Markdown.swift
[165/238] Compiling generate_docc_reference GenerateDoccReference.swift
[167/239] Wrapping AST for repeat for debugging
[168/239] Write Objects.LinkFileList
[169/239] Wrapping AST for color for debugging
[170/239] Write Objects.LinkFileList
[173/239] Compiling generate_manual MDocBuilder.swift
[174/239] Compiling generate_manual MDocComponent.swift
[175/239] Compiling generate_manual Discussion.swift
[176/239] Compiling generate_manual Document.swift
[181/239] Compiling generate_manual DocumentDate.swift
[182/239] Compiling generate_manual Exit.swift
[183/239] Compiling generate_manual List.swift
[184/239] Compiling generate_manual MultiPageDescription.swift
[184/239] Wrapping AST for roll for debugging
[185/239] Write Objects.LinkFileList
/host/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 'FoundationEssentials' 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 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 | // parsed as `yyyy-mm-dd`
17 | public init?(argument: String) {
/host/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 'FoundationEssentials' 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 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 | // parsed as `yyyy-mm-dd`
17 | public init?(argument: String) {
/host/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 'FoundationEssentials' 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 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 | // parsed as `yyyy-mm-dd`
17 | public init?(argument: String) {
/host/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 'FoundationEssentials' 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 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 | // parsed as `yyyy-mm-dd`
17 | public init?(argument: String) {
[194/239] Compiling generate_manual Date+ExpressibleByArgument.swift
[195/239] Compiling generate_manual Process+SimpleAPI.swift
[196/239] Compiling generate_manual GenerateManual.swift
[197/239] Compiling generate_manual MDocASTNode.swift
[199/239] Compiling generate_manual SinglePageDescription.swift
[200/239] Compiling generate_manual Synopsis.swift
[201/239] Compiling generate_manual ArgumentParser+MDoc.swift
[206/239] Emitting module ArgumentParserTestHelpers
[206/239] Wrapping AST for generate-docc-reference for debugging
[207/239] Linking repeat
[208/239] Write Objects.LinkFileList
[209/239] Linking generate-docc-reference-tool
[210/239] Linking color
/host/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 'FoundationEssentials' 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 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 | // parsed as `yyyy-mm-dd`
17 | public init?(argument: String) {
/host/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 'FoundationEssentials' 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 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 | // parsed as `yyyy-mm-dd`
17 | public init?(argument: String) {
/host/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 'FoundationEssentials' 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 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 | // parsed as `yyyy-mm-dd`
17 | public init?(argument: String) {
/host/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 'FoundationEssentials' 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 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 | // parsed as `yyyy-mm-dd`
17 | public init?(argument: String) {
[218/239] Linking roll
[219/239] Linking generate-docc-reference
[221/239] Compiling ArgumentParserTestHelpers StringHelpers.swift
[222/239] Compiling ArgumentParserTestHelpers TestHelpers.swift
[224/240] Compiling generate_manual MDocMacro.swift
[225/240] Compiling generate_manual MDocSerializationContext.swift
[226/240] Compiling generate_manual String+Escaping.swift
[227/241] Emitting module math
/host/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?
/host/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>
[228/241] Compiling math Math.swift
/host/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?
/host/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/242] Wrapping AST for generate-manual for debugging
[231/242] Write Objects.LinkFileList
[232/242] Wrapping AST for math for debugging
[233/242] Write Objects.LinkFileList
[237/243] Linking math
[238/243] Linking generate-manual-tool
[240/243] Wrapping AST for generate-manual for debugging
[241/243] Write Objects.LinkFileList
[242/243] Linking generate-manual
Build complete! (49.41s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-argument-parser",
"name" : "swift-argument-parser",
"path" : "/host/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" : "color",
"targets" : [
"color"
],
"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" : "color",
"module_type" : "SwiftTarget",
"name" : "color",
"path" : "Examples/color",
"product_memberships" : [
"color"
],
"sources" : [
"Color.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",
"color"
],
"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" : "/host/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",
"color"
],
"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"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.