Build Information
Successful build of swift-argument-parser, reference 1.7.1 (626b5b), with Swift 6.3 for Android on 16 Apr 2026 01:41:49 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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: 1.7.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.7.1 -> FETCH_HEAD
HEAD is now at 626b5b7 Update the changelog for version 1.7.1 (#880)
Cloned https://github.com/apple/swift-argument-parser.git
Revision (git rev-parse @):
626b5b7b2f45e1b0b1c6f4a309296d1d21d7311b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-argument-parser.git at 1.7.1
========================================
Build
========================================
Selected platform: 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-4606859-1":/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/44] Write sources
[15/44] Write swift-version--4F562202D5529B1.txt
[17/48] Compiling ArgumentParserToolInfo ToolInfo.swift
[18/48] Emitting module ArgumentParserToolInfo
[20/49] Compiling ArgumentParserToolInfo ToolInfo.swift
[22/50] Wrapping AST for ArgumentParserToolInfo for debugging
[25/142] Emitting module ArgumentParser
[26/148] Compiling ArgumentParser InputOrigin.swift
[27/148] Compiling ArgumentParser Name.swift
[28/148] Compiling ArgumentParser Parsed.swift
[29/148] Compiling ArgumentParser ParsedValues.swift
[30/148] Compiling ArgumentParser ParserError.swift
[31/148] Compiling ArgumentParser SplitArguments.swift
[32/148] Compiling ArgumentParser Tree.swift
[33/148] Compiling ArgumentParser CodingKeyValidator.swift
[34/148] Compiling ArgumentParser NonsenseFlagsValidator.swift
[35/148] Compiling ArgumentParser ParsableArgumentsValidation.swift
[36/148] Compiling ArgumentParser PositionalArgumentsValidator.swift
[37/148] Compiling ArgumentParser UniqueNamesValidator.swift
[38/148] Compiling ArgumentParser ParentCommand.swift
[39/148] Compiling ArgumentParser AsyncParsableCommand.swift
[40/148] Compiling ArgumentParser CommandConfiguration.swift
[41/148] Compiling ArgumentParser CommandGroup.swift
[42/148] Compiling ArgumentParser EnumerableFlag.swift
[43/148] Compiling ArgumentParser ExpressibleByArgument.swift
[44/148] Compiling ArgumentParser ParsableArguments.swift
[45/148] Compiling ArgumentParser ParsableCommand.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
208 | self = .customAsync
209 | case .customDeprecated(_):
210 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
211 | }
212 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[46/148] Compiling ArgumentParser ArgumentDecoder.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
208 | self = .customAsync
209 | case .customDeprecated(_):
210 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
211 | }
212 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[47/148] Compiling ArgumentParser ArgumentDefinition.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
208 | self = .customAsync
209 | case .customDeprecated(_):
210 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
211 | }
212 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[48/148] Compiling ArgumentParser ArgumentSet.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
208 | self = .customAsync
209 | case .customDeprecated(_):
210 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
211 | }
212 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[49/148] Compiling ArgumentParser CommandParser.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
208 | self = .customAsync
209 | case .customDeprecated(_):
210 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
211 | }
212 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[50/148] Compiling ArgumentParser InputKey.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
208 | self = .customAsync
209 | case .customDeprecated(_):
210 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
211 | }
212 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[51/148] Compiling ArgumentParser ArgumentVisibility.swift
[52/148] Compiling ArgumentParser CompletionKind.swift
[53/148] Compiling ArgumentParser Errors.swift
[54/148] Compiling ArgumentParser Flag.swift
[55/148] Compiling ArgumentParser NameSpecification.swift
[56/148] Compiling ArgumentParser Option.swift
[57/148] Compiling ArgumentParser OptionGroup.swift
[58/148] Emitting module ArgumentParser
/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>
[66/154] Compiling ArgumentParser BashCompletionsGenerator.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>
[67/154] Compiling ArgumentParser CompletionsGenerator.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>
[68/154] Compiling ArgumentParser FishCompletionsGenerator.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>
[69/154] Compiling ArgumentParser ZshCompletionsGenerator.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>
[70/154] Compiling ArgumentParser Argument.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>
[71/154] Compiling ArgumentParser ArgumentDiscussion.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>
[72/154] Compiling ArgumentParser ArgumentHelp.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>
[73/154] Compiling ArgumentParser Foundation.swift
[74/154] Compiling ArgumentParser Mutex.swift
[75/154] Compiling ArgumentParser Platform.swift
[76/154] Compiling ArgumentParser SequenceExtensions.swift
[77/154] Compiling ArgumentParser StringExtensions.swift
[78/154] Compiling ArgumentParser SwiftExtensions.swift
[86/154] Compiling ArgumentParser DumpHelpGenerator.swift
[87/154] Compiling ArgumentParser HelpCommand.swift
[88/154] Compiling ArgumentParser HelpGenerator.swift
[89/154] Compiling ArgumentParser MessageInfo.swift
[90/154] Compiling ArgumentParser UsageGenerator.swift
[91/154] Compiling ArgumentParser CollectionExtensions.swift
[92/155] Wrapping AST for ArgumentParser for debugging
[94/157] Compiling ArgumentParser Tree.swift
[95/157] Compiling ArgumentParser CodingKeyValidator.swift
[96/157] Compiling ArgumentParser NonsenseFlagsValidator.swift
[97/157] Compiling ArgumentParser ParsableArgumentsValidation.swift
[98/157] Compiling ArgumentParser PositionalArgumentsValidator.swift
[99/157] Compiling ArgumentParser UniqueNamesValidator.swift
[100/187] Compiling generate_manual SeeAlso.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
208 | self = .customAsync
209 | case .customDeprecated(_):
210 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
211 | }
212 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[101/187] Compiling generate_manual Container.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
208 | self = .customAsync
209 | case .customDeprecated(_):
210 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
211 | }
212 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[102/187] Compiling generate_manual Empty.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
208 | self = .customAsync
209 | case .customDeprecated(_):
210 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
211 | }
212 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[103/187] Compiling generate_manual ForEach.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
208 | self = .customAsync
209 | case .customDeprecated(_):
210 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
211 | }
212 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[104/187] Compiling generate_manual MDocASTNodeWrapper.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
208 | self = .customAsync
209 | case .customDeprecated(_):
210 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
211 | }
212 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[105/187] Compiling generate_manual DocumentDate.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
208 | self = .customAsync
209 | case .customDeprecated(_):
210 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
211 | }
212 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[106/187] Emitting module generate_docc_reference
[107/187] Emitting module generate_manual
[108/187] Compiling generate_manual AuthorArgument.swift
[109/187] Compiling generate_manual ArgumentSynopsis.swift
[110/187] Compiling generate_manual Author.swift
[111/187] Compiling generate_manual Authors.swift
[116/190] Compiling generate_manual Name.swift
[117/190] Compiling generate_manual Preamble.swift
[118/190] Compiling generate_manual Section.swift
[120/190] Compiling generate_docc_reference Process+SimpleAPI.swift
[121/190] Compiling generate_docc_reference ArgumentParser+Markdown.swift
[122/190] Compiling generate_docc_reference GenerateDoccReference.swift
[123/191] Compiling generate_manual MDocComponent.swift
[124/191] Compiling generate_manual Discussion.swift
[125/191] Compiling generate_manual Document.swift
[126/191] Compiling generate_manual SinglePageDescription.swift
[127/191] Compiling generate_manual Synopsis.swift
[128/191] Compiling generate_manual ArgumentParser+MDoc.swift
[131/191] Compiling generate_manual Exit.swift
[132/191] Compiling generate_manual List.swift
[133/191] Compiling generate_manual MultiPageDescription.swift
[134/191] Compiling generate_manual Process+SimpleAPI.swift
[135/191] Compiling generate_manual GenerateManual.swift
[136/191] Compiling generate_manual MDocASTNode.swift
[136/191] Wrapping AST for generate-docc-reference for debugging
[137/191] Write Objects.LinkFileList
[142/191] Compiling generate_manual Date+ExpressibleByArgument.swift
[143/191] Compiling generate_manual MDocBuilder.swift
[148/191] Compiling generate_manual MDocMacro.swift
[149/191] Compiling generate_manual MDocSerializationContext.swift
[150/191] Compiling generate_manual String+Escaping.swift
[165/192] Linking generate-docc-reference-tool
[171/236] Compiling repeat Repeat.swift
[172/236] Emitting module repeat
[173/236] Emitting module color
[174/236] Compiling color Color.swift
[178/238] Emitting module roll
[179/238] Compiling roll SplitMix64.swift
[180/238] Compiling roll main.swift
[181/239] Wrapping AST for ArgumentParser for debugging
[182/239] Wrapping AST for color for debugging
[183/239] Write Objects.LinkFileList
[184/239] Wrapping AST for generate-manual for debugging
[185/239] Write Objects.LinkFileList
[186/239] Wrapping AST for repeat for debugging
[187/239] Write Objects.LinkFileList
[188/239] Wrapping AST for roll for debugging
[189/239] Write Objects.LinkFileList
[191/239] Emitting module generate_docc_reference
[192/239] Compiling generate_docc_reference ArgumentParser+Markdown.swift
[192/239] Linking color
[194/239] Emitting module generate_manual
[194/242] Linking repeat
[195/242] Linking roll
[196/242] Linking generate-manual-tool
[198/242] Compiling generate_manual Container.swift
[199/242] Compiling generate_manual Empty.swift
[200/242] Compiling generate_manual ForEach.swift
[201/242] Compiling generate_manual MDocASTNodeWrapper.swift
[202/242] Compiling generate_manual AuthorArgument.swift
[203/242] Compiling generate_manual ArgumentSynopsis.swift
[204/242] Compiling generate_manual Author.swift
[205/242] Compiling generate_manual Authors.swift
[206/242] Compiling generate_manual MDocBuilder.swift
[207/242] Compiling generate_manual MDocComponent.swift
[208/242] Compiling generate_manual Discussion.swift
[209/242] Compiling generate_manual Document.swift
[210/242] Compiling generate_manual DocumentDate.swift
[211/242] Compiling generate_manual Exit.swift
[212/242] Compiling generate_manual List.swift
[213/242] Compiling generate_manual MultiPageDescription.swift
[214/242] Compiling generate_manual Process+SimpleAPI.swift
[215/242] Compiling generate_manual GenerateManual.swift
[216/242] Compiling generate_manual MDocASTNode.swift
[217/242] Compiling generate_manual Name.swift
[218/242] Compiling generate_manual Preamble.swift
[219/242] Compiling generate_manual Section.swift
[220/242] Compiling generate_manual SeeAlso.swift
[221/242] Compiling generate_docc_reference GenerateDoccReference.swift
[222/242] Compiling generate_docc_reference Process+SimpleAPI.swift
[224/243] Compiling generate_manual SinglePageDescription.swift
[225/243] Compiling generate_manual Synopsis.swift
[226/243] Compiling generate_manual ArgumentParser+MDoc.swift
[227/243] Compiling generate_manual Date+ExpressibleByArgument.swift
[228/243] Compiling ArgumentParserTestHelpers TestHelpers.swift
[229/243] Emitting module ArgumentParserTestHelpers
[229/243] Wrapping AST for generate-docc-reference for debugging
[230/243] Write Objects.LinkFileList
[232/243] Emitting module math
[233/243] Compiling math Math.swift
[235/245] Linking generate-docc-reference
[236/245] Wrapping AST for math for debugging
[238/245] Compiling generate_manual MDocMacro.swift
[239/245] Compiling generate_manual MDocSerializationContext.swift
[240/245] Compiling generate_manual String+Escaping.swift
[240/246] Write Objects.LinkFileList
[242/246] Wrapping AST for generate-manual for debugging
[243/246] Write Objects.LinkFileList
[244/246] Linking math
[245/246] Linking generate-manual
Build complete! (58.92s)
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" : [
"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 Properties/ParentCommand.swift",
"Parsable Types/AsyncParsableCommand.swift",
"Parsable Types/CommandConfiguration.swift",
"Parsable Types/CommandGroup.swift",
"Parsable Types/EnumerableFlag.swift",
"Parsable Types/ExpressibleByArgument.swift",
"Parsable Types/ParsableArguments.swift",
"Parsable Types/ParsableCommand.swift",
"Parsing/ArgumentDecoder.swift",
"Parsing/ArgumentDefinition.swift",
"Parsing/ArgumentSet.swift",
"Parsing/CommandParser.swift",
"Parsing/InputKey.swift",
"Parsing/InputOrigin.swift",
"Parsing/Name.swift",
"Parsing/Parsed.swift",
"Parsing/ParsedValues.swift",
"Parsing/ParserError.swift",
"Parsing/SplitArguments.swift",
"Usage/DumpHelpGenerator.swift",
"Usage/HelpCommand.swift",
"Usage/HelpGenerator.swift",
"Usage/MessageInfo.swift",
"Usage/UsageGenerator.swift",
"Utilities/CollectionExtensions.swift",
"Utilities/Foundation.swift",
"Utilities/Mutex.swift",
"Utilities/Platform.swift",
"Utilities/SequenceExtensions.swift",
"Utilities/StringExtensions.swift",
"Utilities/SwiftExtensions.swift",
"Utilities/Tree.swift",
"Validators/CodingKeyValidator.swift",
"Validators/NonsenseFlagsValidator.swift",
"Validators/ParsableArgumentsValidation.swift",
"Validators/PositionalArgumentsValidator.swift",
"Validators/UniqueNamesValidator.swift"
],
"target_dependencies" : [
"ArgumentParserToolInfo"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
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.