Build Information
Successful build of swift-argument-parser, reference main (a54433), with Swift 6.3 for Android on 24 Apr 2026 05:38:13 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-argument-parser.git
Reference: main
Initialized empty Git repository in /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
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a544331 Improve diagnostic for @Flag Bool? without inversion: (#892)
Cloned https://github.com/apple/swift-argument-parser.git
Revision (git rev-parse @):
a544331c431f0e7aabbd2b3a50fee2e43c6526e6
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-argument-parser.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/apple/swift-argument-parser.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/48] Write sources
[16/48] Write swift-version--4F562202D5529B1.txt
[18/52] Compiling ArgumentParserToolInfo ToolInfo.swift
[19/52] Emitting module ArgumentParserToolInfo
[20/53] Wrapping AST for ArgumentParserToolInfo for debugging
[22/54] Emitting module ArgumentParserToolInfo
[23/54] Compiling ArgumentParserToolInfo ToolInfo.swift
[24/101] Wrapping AST for ArgumentParserToolInfo for debugging
[26/148] Emitting module ArgumentParser
[27/148] Compiling ArgumentParser DumpHelpGenerator.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
74 | /// Defaults to `"\(_errorLabel): "`.
75 | public static var _errorPrefix: String {
76 | "\(_errorLabel): "
| `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
77 | }
78 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[28/148] Compiling ArgumentParser ParentCommand.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
74 | /// Defaults to `"\(_errorLabel): "`.
75 | public static var _errorPrefix: String {
76 | "\(_errorLabel): "
| `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
77 | }
78 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[29/148] Compiling ArgumentParser AsyncParsableCommand.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
74 | /// Defaults to `"\(_errorLabel): "`.
75 | public static var _errorPrefix: String {
76 | "\(_errorLabel): "
| `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
77 | }
78 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[30/148] Compiling ArgumentParser CommandConfiguration.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
74 | /// Defaults to `"\(_errorLabel): "`.
75 | public static var _errorPrefix: String {
76 | "\(_errorLabel): "
| `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
77 | }
78 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[31/148] Compiling ArgumentParser CommandGroup.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
74 | /// Defaults to `"\(_errorLabel): "`.
75 | public static var _errorPrefix: String {
76 | "\(_errorLabel): "
| `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
77 | }
78 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[32/148] Compiling ArgumentParser EnumerableFlag.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
74 | /// Defaults to `"\(_errorLabel): "`.
75 | public static var _errorPrefix: String {
76 | "\(_errorLabel): "
| `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
77 | }
78 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[33/148] Compiling ArgumentParser ExpressibleByArgument.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
74 | /// Defaults to `"\(_errorLabel): "`.
75 | public static var _errorPrefix: String {
76 | "\(_errorLabel): "
| `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
77 | }
78 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[34/154] Compiling ArgumentParser ArgumentVisibility.swift
[35/154] Compiling ArgumentParser CompletionKind.swift
[36/154] Compiling ArgumentParser Errors.swift
[37/154] Compiling ArgumentParser Flag.swift
[38/154] Compiling ArgumentParser NameSpecification.swift
[39/154] Compiling ArgumentParser Option.swift
[40/154] Compiling ArgumentParser OptionGroup.swift
[41/154] Compiling ArgumentParser BashCompletionsGenerator.swift
[42/154] Compiling ArgumentParser CompletionsGenerator.swift
[43/154] Compiling ArgumentParser FishCompletionsGenerator.swift
[44/154] Compiling ArgumentParser ZshCompletionsGenerator.swift
[45/154] Compiling ArgumentParser Argument.swift
[46/154] Compiling ArgumentParser ArgumentDiscussion.swift
[47/154] Compiling ArgumentParser ArgumentHelp.swift
[48/154] Compiling ArgumentParser AsyncCompletionsValidator.swift
[49/154] Compiling ArgumentParser CodingKeyValidator.swift
[50/154] Compiling ArgumentParser NonsenseFlagsValidator.swift
[51/154] Compiling ArgumentParser ParsableArgumentsValidation.swift
[52/154] Compiling ArgumentParser PositionalArgumentsValidator.swift
[53/154] Compiling ArgumentParser UniqueNamesValidator.swift
[54/154] Emitting module ArgumentParser
[55/160] Compiling ArgumentParser InputOrigin.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
206 | self = .customAsync
207 | case .customDeprecated(_):
208 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
209 | }
210 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[56/160] Compiling ArgumentParser HelpCommand.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
206 | self = .customAsync
207 | case .customDeprecated(_):
208 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
209 | }
210 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[57/160] Compiling ArgumentParser HelpGenerator.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
206 | self = .customAsync
207 | case .customDeprecated(_):
208 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
209 | }
210 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[58/160] Compiling ArgumentParser MessageInfo.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
206 | self = .customAsync
207 | case .customDeprecated(_):
208 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
209 | }
210 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[59/160] Compiling ArgumentParser UsageGenerator.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
206 | self = .customAsync
207 | case .customDeprecated(_):
208 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
209 | }
210 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[60/160] Compiling ArgumentParser CollectionExtensions.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
206 | self = .customAsync
207 | case .customDeprecated(_):
208 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
209 | }
210 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[61/160] Compiling ArgumentParser ParsableCommand.swift
[62/160] Compiling ArgumentParser ArgumentDecoder.swift
[63/160] Compiling ArgumentParser ArgumentDefinition.swift
[64/160] Compiling ArgumentParser ArgumentSet.swift
[65/160] Compiling ArgumentParser CommandParser.swift
[66/160] Compiling ArgumentParser InputKey.swift
[67/160] Compiling ArgumentParser AsyncCompletionsValidator.swift
[68/160] Compiling ArgumentParser CodingKeyValidator.swift
[69/160] Compiling ArgumentParser NonsenseFlagsValidator.swift
[70/160] Compiling ArgumentParser ParsableArgumentsValidation.swift
[71/160] Compiling ArgumentParser PositionalArgumentsValidator.swift
[72/160] Compiling ArgumentParser UniqueNamesValidator.swift
[73/160] Compiling ArgumentParser ParsableArguments.swift
[74/160] Compiling ArgumentParser Mutex.swift
[75/160] Compiling ArgumentParser Platform.swift
[76/160] Compiling ArgumentParser SequenceExtensions.swift
[77/160] Compiling ArgumentParser StringExtensions.swift
[78/160] Compiling ArgumentParser SwiftExtensions.swift
[79/160] Compiling ArgumentParser Tree.swift
[80/160] Compiling ArgumentParser Foundation.swift
[81/160] Compiling ArgumentParser Name.swift
[82/160] Compiling ArgumentParser Parsed.swift
[83/160] Compiling ArgumentParser ParsedValues.swift
[84/160] Compiling ArgumentParser ParserError.swift
[85/160] Compiling ArgumentParser SplitArguments.swift
[100/178] Wrapping AST for ArgumentParser for debugging
[102/193] Emitting module generate_docc_reference
[103/193] Compiling generate_manual Container.swift
[104/193] Compiling generate_manual Empty.swift
[105/193] Compiling generate_manual ForEach.swift
[106/193] Compiling generate_manual MDocASTNodeWrapper.swift
[107/193] Compiling generate_manual AuthorArgument.swift
[108/193] Compiling generate_manual ArgumentSynopsis.swift
[109/193] Compiling generate_manual Author.swift
[110/193] Compiling generate_manual Authors.swift
[111/196] Emitting module generate_manual
[112/196] Compiling generate_docc_reference GenerateDoccReference.swift
[113/196] Compiling generate_manual Process+SimpleAPI.swift
[114/196] Compiling generate_manual GenerateManual.swift
[115/196] Compiling generate_manual MDocASTNode.swift
[116/196] Compiling generate_manual MDocBuilder.swift
[117/196] Compiling generate_manual MDocComponent.swift
[118/196] Compiling generate_manual Discussion.swift
[119/196] Compiling generate_manual Document.swift
[120/196] Compiling generate_docc_reference Process+SimpleAPI.swift
[121/196] Compiling generate_docc_reference ArgumentParser+Markdown.swift
[123/197] Compiling generate_manual SinglePageDescription.swift
[124/197] Compiling generate_manual Synopsis.swift
[125/197] Compiling generate_manual ArgumentParser+MDoc.swift
[126/197] Compiling generate_manual Date+ExpressibleByArgument.swift
[127/197] Compiling generate_manual Name.swift
[128/197] Compiling generate_manual Preamble.swift
[129/197] Compiling generate_manual Section.swift
[130/197] Compiling generate_manual SeeAlso.swift
[131/197] Compiling generate_manual DocumentDate.swift
[132/197] Compiling generate_manual Exit.swift
[133/197] Compiling generate_manual List.swift
[134/197] Compiling generate_manual MultiPageDescription.swift
[134/197] Wrapping AST for generate-docc-reference for debugging
[135/197] Write Objects.LinkFileList
[149/197] Linking generate-docc-reference-tool
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
74 | /// Defaults to `"\(_errorLabel): "`.
75 | public static var _errorPrefix: String {
76 | "\(_errorLabel): "
| `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
77 | }
78 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
74 | /// Defaults to `"\(_errorLabel): "`.
75 | public static var _errorPrefix: String {
76 | "\(_errorLabel): "
| `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
77 | }
78 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
74 | /// Defaults to `"\(_errorLabel): "`.
75 | public static var _errorPrefix: String {
76 | "\(_errorLabel): "
| `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
77 | }
78 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
74 | /// Defaults to `"\(_errorLabel): "`.
75 | public static var _errorPrefix: String {
76 | "\(_errorLabel): "
| `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
77 | }
78 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
74 | /// Defaults to `"\(_errorLabel): "`.
75 | public static var _errorPrefix: String {
76 | "\(_errorLabel): "
| `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
77 | }
78 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
74 | /// Defaults to `"\(_errorLabel): "`.
75 | public static var _errorPrefix: String {
76 | "\(_errorLabel): "
| `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
77 | }
78 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
74 | /// Defaults to `"\(_errorLabel): "`.
75 | public static var _errorPrefix: String {
76 | "\(_errorLabel): "
| `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
77 | }
78 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[164/197] Compiling generate_manual MDocMacro.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
206 | self = .customAsync
207 | case .customDeprecated(_):
208 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
209 | }
210 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[165/197] Compiling generate_manual MDocSerializationContext.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
206 | self = .customAsync
207 | case .customDeprecated(_):
208 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
209 | }
210 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[166/197] Compiling generate_manual String+Escaping.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
206 | self = .customAsync
207 | case .customDeprecated(_):
208 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
209 | }
210 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
206 | self = .customAsync
207 | case .customDeprecated(_):
208 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
209 | }
210 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
206 | self = .customAsync
207 | case .customDeprecated(_):
208 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
209 | }
210 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
206 | self = .customAsync
207 | case .customDeprecated(_):
208 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
209 | }
210 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[174/242] Emitting module repeat
[175/242] Compiling repeat Repeat.swift
[178/243] Emitting module color
[179/243] Compiling color Color.swift
[179/244] Wrapping AST for generate-manual for debugging
[181/245] Compiling roll SplitMix64.swift
[182/245] Compiling roll main.swift
[183/245] Emitting module roll
[184/247] Write Objects.LinkFileList
[185/247] Wrapping AST for repeat for debugging
[188/247] Emitting module default_as_flag
[189/247] Compiling default_as_flag DefaultAsFlag.swift
[189/248] Wrapping AST for color for debugging
[190/248] Wrapping AST for ArgumentParser for debugging
[191/248] Write Objects.LinkFileList
[194/248] Wrapping AST for roll for debugging
[195/248] Write Objects.LinkFileList
[196/248] Linking color
[197/248] Linking repeat
[198/248] Linking roll
[199/248] Linking generate-manual-tool
[200/248] Wrapping AST for default-as-flag for debugging
[201/248] Write Objects.LinkFileList
[203/248] Emitting module generate_manual
[204/251] Compiling generate_manual AuthorArgument.swift
[205/251] Compiling generate_manual ArgumentSynopsis.swift
[206/251] Compiling generate_manual Author.swift
[207/251] Compiling generate_manual Authors.swift
[207/251] Linking default-as-flag
[209/251] Compiling generate_manual Name.swift
[210/251] Compiling generate_manual Preamble.swift
[211/251] Compiling generate_manual Section.swift
[212/251] Compiling generate_manual SeeAlso.swift
[213/251] Compiling generate_manual Container.swift
[214/251] Compiling generate_manual Empty.swift
[215/251] Compiling generate_manual ForEach.swift
[216/251] Compiling generate_manual MDocASTNodeWrapper.swift
[217/251] Compiling generate_manual MDocBuilder.swift
[218/251] Compiling generate_manual MDocComponent.swift
[219/251] Compiling generate_manual Discussion.swift
[220/251] Compiling generate_manual Document.swift
[221/251] Compiling generate_manual DocumentDate.swift
[222/251] Compiling generate_manual Exit.swift
[223/251] Compiling generate_manual List.swift
[224/251] Compiling generate_manual MultiPageDescription.swift
[225/251] Compiling generate_docc_reference GenerateDoccReference.swift
[226/251] Compiling generate_docc_reference Process+SimpleAPI.swift
[227/251] Compiling generate_docc_reference ArgumentParser+Markdown.swift
[228/251] Emitting module generate_docc_reference
[230/252] Emitting module ArgumentParserTestHelpers
[231/252] Compiling ArgumentParserTestHelpers TestHelpers.swift
[231/253] Wrapping AST for generate-docc-reference for debugging
[232/253] Write Objects.LinkFileList
[235/253] Emitting module math
[236/253] Compiling math Math.swift
[237/253] Compiling generate_manual SinglePageDescription.swift
[238/253] Compiling generate_manual Synopsis.swift
[239/253] Compiling generate_manual ArgumentParser+MDoc.swift
[240/253] Compiling generate_manual Date+ExpressibleByArgument.swift
[241/254] Compiling generate_manual Process+SimpleAPI.swift
[242/254] Compiling generate_manual GenerateManual.swift
[243/254] Compiling generate_manual MDocASTNode.swift
[244/254] Wrapping AST for math for debugging
[245/254] Write Objects.LinkFileList
[246/254] Linking generate-docc-reference
[247/254] Linking math
[249/254] Compiling generate_manual MDocMacro.swift
[250/254] Compiling generate_manual MDocSerializationContext.swift
[251/254] Compiling generate_manual String+Escaping.swift
[252/255] Wrapping AST for generate-manual for debugging
[253/255] Write Objects.LinkFileList
[254/255] Linking generate-manual
Build complete! (47.84s)
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" : "default-as-flag",
"targets" : [
"default-as-flag"
],
"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" : "default_as_flag",
"module_type" : "SwiftTarget",
"name" : "default-as-flag",
"path" : "Examples/default-as-flag",
"product_memberships" : [
"default-as-flag"
],
"sources" : [
"DefaultAsFlag.swift"
],
"target_dependencies" : [
"ArgumentParser"
],
"type" : "executable"
},
{
"c99name" : "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" : [
"GenerateCommon/GeneratePlugin.swift",
"GenerateCommon/GeneratePluginError.swift",
"GenerateCommon/PackagePlugin+Helpers.swift",
"GenerateManualPlugin.swift"
],
"target_dependencies" : [
"generate-manual"
],
"type" : "plugin"
},
{
"c99name" : "GenerateDoccReference",
"module_type" : "PluginTarget",
"name" : "GenerateDoccReference",
"path" : "Plugins/GenerateDoccReference",
"plugin_capability" : {
"intent" : {
"description" : "Generate a documentation reference for a specified target.",
"type" : "custom",
"verb" : "generate-docc-reference"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "This command generates documentation.",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_memberships" : [
"GenerateDoccReference"
],
"sources" : [
"GenerateCommon/GeneratePlugin.swift",
"GenerateCommon/GeneratePluginError.swift",
"GenerateCommon/PackagePlugin+Helpers.swift",
"GenerateDoccReference.swift"
],
"target_dependencies" : [
"generate-docc-reference"
],
"type" : "plugin"
},
{
"c99name" : "ArgumentParserUnitTests",
"module_type" : "SwiftTarget",
"name" : "ArgumentParserUnitTests",
"path" : "Tests/ArgumentParserUnitTests",
"sources" : [
"CompletionScriptTests.swift",
"DefaultAsFlagCompletionTests.swift",
"DefaultAsFlagDumpHelpTests.swift",
"DumpHelpGenerationTests.swift",
"ErrorMessageTests.swift",
"ExitCodeTests.swift",
"HelpGenerationTests+AtArgument.swift",
"HelpGenerationTests+AtOption.swift",
"HelpGenerationTests+AtOptionDefaultAsFlag.swift",
"HelpGenerationTests+GroupName.swift",
"HelpGenerationTests.swift",
"InputOriginTests.swift",
"MirrorTests.swift",
"NameSpecificationTests.swift",
"ParsableArgumentsValidationTests.swift",
"SendableTests.swift",
"SequenceExtensionTests.swift",
"SplitArgumentTests.swift",
"StringEditDistanceTests.swift",
"StringSnakeCaseTests.swift",
"StringWrappingTests.swift",
"TreeTests.swift",
"UsageGenerationTests.swift"
],
"target_dependencies" : [
"ArgumentParser",
"ArgumentParserTestHelpers"
],
"type" : "test"
},
{
"c99name" : "ArgumentParserToolInfoTests",
"module_type" : "SwiftTarget",
"name" : "ArgumentParserToolInfoTests",
"path" : "Tests/ArgumentParserToolInfoTests",
"sources" : [
"ArgumentParserToolInfoTests.swift"
],
"target_dependencies" : [
"ArgumentParserToolInfo"
],
"type" : "test"
},
{
"c99name" : "ArgumentParserToolInfo",
"module_type" : "SwiftTarget",
"name" : "ArgumentParserToolInfo",
"path" : "Sources/ArgumentParserToolInfo",
"product_memberships" : [
"ArgumentParser",
"GenerateDoccReference",
"GenerateManual",
"roll",
"repeat",
"math",
"generate-manual",
"generate-docc-reference",
"default-as-flag",
"color"
],
"sources" : [
"ToolInfo.swift"
],
"type" : "library"
},
{
"c99name" : "ArgumentParserTestHelpers",
"module_type" : "SwiftTarget",
"name" : "ArgumentParserTestHelpers",
"path" : "Sources/ArgumentParserTestHelpers",
"sources" : [
"TestHelpers.swift"
],
"target_dependencies" : [
"ArgumentParser",
"ArgumentParserToolInfo"
],
"type" : "library"
},
{
"c99name" : "ArgumentParserPackageManagerTests",
"module_type" : "SwiftTarget",
"name" : "ArgumentParserPackageManagerTests",
"path" : "Tests/ArgumentParserPackageManagerTests",
"sources" : [
"HelpTests.swift",
"PackageManager/Clean.swift",
"PackageManager/Config.swift",
"PackageManager/Describe.swift",
"PackageManager/GenerateXcodeProject.swift",
"PackageManager/Options.swift",
"Tests.swift"
],
"target_dependencies" : [
"ArgumentParser",
"ArgumentParserTestHelpers"
],
"type" : "test"
},
{
"c99name" : "ArgumentParserGenerateManualTests",
"module_type" : "SwiftTarget",
"name" : "ArgumentParserGenerateManualTests",
"path" : "Tests/ArgumentParserGenerateManualTests",
"sources" : [
"GenerateManualTests.swift"
],
"target_dependencies" : [
"ArgumentParserTestHelpers"
],
"type" : "test"
},
{
"c99name" : "ArgumentParserGenerateDoccReferenceTests",
"module_type" : "SwiftTarget",
"name" : "ArgumentParserGenerateDoccReferenceTests",
"path" : "Tests/ArgumentParserGenerateDoccReferenceTests",
"sources" : [
"GenerateDoccReferenceTests.swift"
],
"target_dependencies" : [
"ArgumentParserTestHelpers"
],
"type" : "test"
},
{
"c99name" : "ArgumentParserExampleTests",
"module_type" : "SwiftTarget",
"name" : "ArgumentParserExampleTests",
"path" : "Tests/ArgumentParserExampleTests",
"resources" : [
{
"path" : "/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",
"DefaultAsFlagEndToEndTests.swift",
"DefaultSubcommandEndToEndTests.swift",
"DefaultsEndToEndTests.swift",
"EnumEndToEndTests.swift",
"EqualsEndToEndTests.swift",
"FlagsEndToEndTests.swift",
"JoinedEndToEndTests.swift",
"LongNameWithShortDashEndToEndTests.swift",
"NestedCommandEndToEndTests.swift",
"OptionGroupEndToEndTests.swift",
"OptionalEndToEndTests.swift",
"PositionalEndToEndTests.swift",
"RawRepresentableEndToEndTests.swift",
"RepeatingEndToEndTests+ParsingStrategy.swift",
"RepeatingEndToEndTests.swift",
"ShortNameEndToEndTests.swift",
"SimpleEndToEndTests.swift",
"SingleValueParsingStrategyTests.swift",
"SourceCompatEndToEndTests.swift",
"SubcommandEndToEndTests.swift",
"TransformEndToEndTests.swift",
"UnparsedValuesEndToEndTest.swift",
"ValidationEndToEndTests.swift"
],
"target_dependencies" : [
"ArgumentParser",
"ArgumentParserTestHelpers"
],
"type" : "test"
},
{
"c99name" : "ArgumentParser",
"module_type" : "SwiftTarget",
"name" : "ArgumentParser",
"path" : "Sources/ArgumentParser",
"product_memberships" : [
"ArgumentParser",
"GenerateDoccReference",
"GenerateManual",
"roll",
"repeat",
"math",
"generate-manual",
"generate-docc-reference",
"default-as-flag",
"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 Properties/ParentCommand.swift",
"Parsable Types/AsyncParsableCommand.swift",
"Parsable Types/CommandConfiguration.swift",
"Parsable Types/CommandGroup.swift",
"Parsable Types/EnumerableFlag.swift",
"Parsable Types/ExpressibleByArgument.swift",
"Parsable Types/ParsableArguments.swift",
"Parsable Types/ParsableCommand.swift",
"Parsing/ArgumentDecoder.swift",
"Parsing/ArgumentDefinition.swift",
"Parsing/ArgumentSet.swift",
"Parsing/CommandParser.swift",
"Parsing/InputKey.swift",
"Parsing/InputOrigin.swift",
"Parsing/Name.swift",
"Parsing/Parsed.swift",
"Parsing/ParsedValues.swift",
"Parsing/ParserError.swift",
"Parsing/SplitArguments.swift",
"Usage/DumpHelpGenerator.swift",
"Usage/HelpCommand.swift",
"Usage/HelpGenerator.swift",
"Usage/MessageInfo.swift",
"Usage/UsageGenerator.swift",
"Utilities/CollectionExtensions.swift",
"Utilities/Foundation.swift",
"Utilities/Mutex.swift",
"Utilities/Platform.swift",
"Utilities/SequenceExtensions.swift",
"Utilities/StringExtensions.swift",
"Utilities/SwiftExtensions.swift",
"Utilities/Tree.swift",
"Validators/AsyncCompletionsValidator.swift",
"Validators/CodingKeyValidator.swift",
"Validators/NonsenseFlagsValidator.swift",
"Validators/ParsableArgumentsValidation.swift",
"Validators/PositionalArgumentsValidator.swift",
"Validators/UniqueNamesValidator.swift"
],
"target_dependencies" : [
"ArgumentParserToolInfo"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Done.