The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build swift-argument-parser, reference 1.6.2 (cdd0ef), with Swift 6.1 for Wasm on 10 Oct 2025 17:22:21 UTC.

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/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-argument-parser.git
Reference: 1.6.2
Initialized empty Git repository in /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.2      -> FETCH_HEAD
HEAD is now at cdd0ef3 Update date for 1.6.2 release in changelog
Cloned https://github.com/apple/swift-argument-parser.git
Revision (git rev-parse @):
cdd0ef3755280949551dc26dee5de9ddeda89f54
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-argument-parser.git at 1.6.2
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/apple/swift-argument-parser.git
https://github.com/apple/swift-argument-parser.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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"
}
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/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-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] Emitting module ArgumentParserToolInfo
[18/48] Compiling ArgumentParserToolInfo ToolInfo.swift
[20/49] Emitting module ArgumentParserToolInfo
[21/49] Compiling ArgumentParserToolInfo ToolInfo.swift
[22/50] Wrapping AST for ArgumentParserToolInfo for debugging
[25/138] Compiling ArgumentParser ParsableCommand.swift
[26/138] Compiling ArgumentParser ArgumentDecoder.swift
[27/138] Compiling ArgumentParser ArgumentDefinition.swift
[28/138] Compiling ArgumentParser ArgumentSet.swift
[29/138] Compiling ArgumentParser CommandParser.swift
[30/138] Compiling ArgumentParser ArgumentVisibility.swift
[31/144] Compiling ArgumentParser Tree.swift
[32/144] Compiling ArgumentParser CodingKeyValidator.swift
[33/144] Compiling ArgumentParser NonsenseFlagsValidator.swift
[34/144] Compiling ArgumentParser ParsableArgumentsValidation.swift
[35/144] Compiling ArgumentParser PositionalArgumentsValidator.swift
[36/144] Compiling ArgumentParser UniqueNamesValidator.swift
[37/144] Compiling ArgumentParser CollectionExtensions.swift
[38/144] Compiling ArgumentParser Mutex.swift
[39/144] Compiling ArgumentParser Platform.swift
[40/144] Compiling ArgumentParser SequenceExtensions.swift
[41/144] Compiling ArgumentParser StringExtensions.swift
[42/144] Compiling ArgumentParser SwiftExtensions.swift
[43/144] Emitting module ArgumentParser
[50/150] Compiling ArgumentParser CompletionKind.swift
[51/150] Compiling ArgumentParser Errors.swift
[52/150] Compiling ArgumentParser Flag.swift
[53/150] Compiling ArgumentParser NameSpecification.swift
[54/150] Compiling ArgumentParser Option.swift
[55/150] Compiling ArgumentParser BashCompletionsGenerator.swift
[56/150] Compiling ArgumentParser SplitArguments.swift
[57/150] Compiling ArgumentParser DumpHelpGenerator.swift
[58/150] Compiling ArgumentParser HelpCommand.swift
[59/150] Compiling ArgumentParser HelpGenerator.swift
[60/150] Compiling ArgumentParser MessageInfo.swift
[61/150] Compiling ArgumentParser UsageGenerator.swift
[62/150] Compiling ArgumentParser OptionGroup.swift
[63/150] Compiling ArgumentParser AsyncParsableCommand.swift
[64/150] Compiling ArgumentParser CommandConfiguration.swift
[65/150] Compiling ArgumentParser CommandGroup.swift
[66/150] Compiling ArgumentParser EnumerableFlag.swift
[67/150] Compiling ArgumentParser ExpressibleByArgument.swift
[68/150] Compiling ArgumentParser ParsableArguments.swift
[69/150] Compiling ArgumentParser CompletionsGenerator.swift
[70/150] Compiling ArgumentParser FishCompletionsGenerator.swift
[71/150] Compiling ArgumentParser ZshCompletionsGenerator.swift
[72/150] Compiling ArgumentParser Argument.swift
[73/150] Compiling ArgumentParser ArgumentDiscussion.swift
[74/150] Compiling ArgumentParser ArgumentHelp.swift
[75/150] Compiling ArgumentParser InputKey.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 |       self = .customAsync
214 |     case .customDeprecated(_):
215 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 |     }
217 |   }
[76/150] Compiling ArgumentParser InputOrigin.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 |       self = .customAsync
214 |     case .customDeprecated(_):
215 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 |     }
217 |   }
[77/150] Compiling ArgumentParser Name.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 |       self = .customAsync
214 |     case .customDeprecated(_):
215 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 |     }
217 |   }
[78/150] Compiling ArgumentParser Parsed.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 |       self = .customAsync
214 |     case .customDeprecated(_):
215 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 |     }
217 |   }
[79/150] Compiling ArgumentParser ParsedValues.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 |       self = .customAsync
214 |     case .customDeprecated(_):
215 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 |     }
217 |   }
[80/150] Compiling ArgumentParser ParserError.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 |       self = .customAsync
214 |     case .customDeprecated(_):
215 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 |     }
217 |   }
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 |       self = .customAsync
214 |     case .customDeprecated(_):
215 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 |     }
217 |   }
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 |       self = .customAsync
214 |     case .customDeprecated(_):
215 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 |     }
217 |   }
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 |       self = .customAsync
214 |     case .customDeprecated(_):
215 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 |     }
217 |   }
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 |       self = .customAsync
214 |     case .customDeprecated(_):
215 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 |     }
217 |   }
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 |       self = .customAsync
214 |     case .customDeprecated(_):
215 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 |     }
217 |   }
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 |       self = .customAsync
214 |     case .customDeprecated(_):
215 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 |     }
217 |   }
[119/151] Emitting module ArgumentParser
[120/195] Emitting module repeat
[121/195] Compiling ArgumentParserTestHelpers StringHelpers.swift
[122/195] Emitting module roll
[123/195] Compiling roll SplitMix64.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[124/195] Emitting module ArgumentParserTestHelpers
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:48:31: error: cannot find type 'XCTestExpectation' in scope
 46 | // extensions to the ParsableArguments protocol to facilitate XCTestExpectation support
 47 | public protocol TestableParsableArguments: ParsableArguments {
 48 |   var didValidateExpectation: XCTestExpectation { get }
    |                               `- error: cannot find type 'XCTestExpectation' in scope
 49 | }
 50 |
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:61:26: error: cannot find type 'XCTestExpectation' in scope
 59 |   TestableParsableArguments
 60 | {
 61 |   var didRunExpectation: XCTestExpectation { get }
    |                          `- error: cannot find type 'XCTestExpectation' in scope
 62 | }
 63 |
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:70:11: error: cannot find type 'XCTestExpectation' in scope
 68 | }
 69 |
 70 | extension XCTestExpectation {
    |           `- error: cannot find type 'XCTestExpectation' in scope
 71 |   public convenience init(singleExpectation description: String) {
 72 |     self.init(description: description)
[125/195] Compiling ArgumentParserTestHelpers TestHelpers.swift
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:48:31: error: cannot find type 'XCTestExpectation' in scope
 46 | // extensions to the ParsableArguments protocol to facilitate XCTestExpectation support
 47 | public protocol TestableParsableArguments: ParsableArguments {
 48 |   var didValidateExpectation: XCTestExpectation { get }
    |                               `- error: cannot find type 'XCTestExpectation' in scope
 49 | }
 50 |
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:61:26: error: cannot find type 'XCTestExpectation' in scope
 59 |   TestableParsableArguments
 60 | {
 61 |   var didRunExpectation: XCTestExpectation { get }
    |                          `- error: cannot find type 'XCTestExpectation' in scope
 62 | }
 63 |
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:70:11: error: cannot find type 'XCTestExpectation' in scope
 68 | }
 69 |
 70 | extension XCTestExpectation {
    |           `- error: cannot find type 'XCTestExpectation' in scope
 71 |   public convenience init(singleExpectation description: String) {
 72 |     self.init(description: description)
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:356:19: error: cannot find 'Process' in scope
354 |
355 |     #if !canImport(Darwin) || os(macOS)
356 |     let process = Process()
    |                   `- error: cannot find 'Process' in scope
357 |     process.executableURL = commandURL
358 |     process.arguments = arguments
[126/195] Emitting module generate_manual
[127/198] Compiling roll main.swift
[128/198] Compiling generate_manual Process+SimpleAPI.swift
/host/spi-builder-workspace/Tools/generate-manual/Extensions/Process+SimpleAPI.swift:49:17: error: cannot find 'Process' in scope
47 |   }
48 |
49 |   let process = Process()
   |                 `- error: cannot find 'Process' in scope
50 |   process.executableURL = executable
51 |   process.arguments = arguments
[129/198] Compiling generate_manual GenerateManual.swift
/host/spi-builder-workspace/Tools/generate-manual/Extensions/Process+SimpleAPI.swift:49:17: error: cannot find 'Process' in scope
47 |   }
48 |
49 |   let process = Process()
   |                 `- error: cannot find 'Process' in scope
50 |   process.executableURL = executable
51 |   process.arguments = arguments
[130/198] Compiling generate_manual MDocASTNode.swift
/host/spi-builder-workspace/Tools/generate-manual/Extensions/Process+SimpleAPI.swift:49:17: error: cannot find 'Process' in scope
47 |   }
48 |
49 |   let process = Process()
   |                 `- error: cannot find 'Process' in scope
50 |   process.executableURL = executable
51 |   process.arguments = arguments
[131/199] Compiling generate_manual Container.swift
[132/199] Compiling generate_manual Empty.swift
[133/199] Compiling generate_manual ForEach.swift
[134/199] Compiling generate_manual MDocASTNodeWrapper.swift
[135/199] Compiling generate_manual MDocBuilder.swift
[136/199] Compiling generate_manual MDocComponent.swift
[137/199] Compiling generate_manual Discussion.swift
[138/199] 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]).
206 |
207 |     @Argument(
208 |       completion: .custom { _ in ["alabaster", "breakfast", "crunch", "crash"] }
    |                    `- warning: 'custom' is deprecated: Provide a three-parameter closure instead. See custom(@Sendable @escaping ([String], Int, String) -> [String]).
209 |     )
210 |     var customDeprecatedArg: String?
/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]).
237 |     var custom: String?
238 |
239 |     @Option(completion: .custom(customDeprecatedCompletion))
    |                          `- warning: 'custom' is deprecated: Provide a three-parameter closure instead. See custom(@Sendable @escaping ([String], Int, String) -> [String]).
240 |     var customDeprecated: String?
241 |
[139/199] Compiling generate_manual Document.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]).
206 |
207 |     @Argument(
208 |       completion: .custom { _ in ["alabaster", "breakfast", "crunch", "crash"] }
    |                    `- warning: 'custom' is deprecated: Provide a three-parameter closure instead. See custom(@Sendable @escaping ([String], Int, String) -> [String]).
209 |     )
210 |     var customDeprecatedArg: String?
[140/199] Compiling generate_docc_reference Process+SimpleAPI.swift
/host/spi-builder-workspace/Tools/generate-docc-reference/Extensions/Process+SimpleAPI.swift:41:17: error: cannot find 'Process' in scope
39 |   }
40 |
41 |   let process = Process()
   |                 `- error: cannot find 'Process' in scope
42 |   if #available(macOS 10.13, *) {
43 |     process.executableURL = executable
[141/199] Emitting module color
[142/199] Emitting module generate_docc_reference
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/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/31] Write swift-version-24593BA9C3E375BF.txt
[4/35] Emitting module ArgumentParserToolInfo
[5/35] Compiling ArgumentParserToolInfo ToolInfo.swift
[7/35] Emitting module ArgumentParserToolInfo
[8/35] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/80] Emitting module ArgumentParser
[11/85] Compiling ArgumentParser Tree.swift
[12/85] Compiling ArgumentParser CodingKeyValidator.swift
[13/85] Compiling ArgumentParser NonsenseFlagsValidator.swift
[14/85] Compiling ArgumentParser ParsableArgumentsValidation.swift
[15/85] Compiling ArgumentParser PositionalArgumentsValidator.swift
[16/85] Compiling ArgumentParser UniqueNamesValidator.swift
[17/129] Compiling ArgumentParser ParsableArguments.swift
[18/129] Compiling ArgumentParser ParsableCommand.swift
[19/129] Compiling ArgumentParser ArgumentDecoder.swift
[20/129] Compiling ArgumentParser ArgumentDefinition.swift
[21/129] Compiling ArgumentParser ArgumentSet.swift
[22/129] Compiling ArgumentParser CommandParser.swift
[23/129] Compiling ArgumentParser CompletionsGenerator.swift
[24/129] Compiling ArgumentParser FishCompletionsGenerator.swift
[25/129] Compiling ArgumentParser ZshCompletionsGenerator.swift
[26/129] Compiling ArgumentParser Argument.swift
[27/129] Compiling ArgumentParser ArgumentDiscussion.swift
[28/129] Compiling ArgumentParser ArgumentHelp.swift
[29/129] Compiling ArgumentParser CollectionExtensions.swift
[30/129] Compiling ArgumentParser Mutex.swift
[31/129] Compiling ArgumentParser Platform.swift
[32/129] Compiling ArgumentParser SequenceExtensions.swift
[33/129] Compiling ArgumentParser StringExtensions.swift
[34/129] Compiling ArgumentParser SwiftExtensions.swift
[35/135] Compiling ArgumentParser OptionGroup.swift
[36/135] Compiling ArgumentParser AsyncParsableCommand.swift
[37/135] Compiling ArgumentParser CommandConfiguration.swift
[38/135] Compiling ArgumentParser CommandGroup.swift
[39/135] Compiling ArgumentParser EnumerableFlag.swift
[40/135] Compiling ArgumentParser ExpressibleByArgument.swift
[47/135] Compiling ArgumentParser SplitArguments.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 |       self = .customAsync
214 |     case .customDeprecated(_):
215 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 |     }
217 |   }
[48/135] Compiling ArgumentParser DumpHelpGenerator.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 |       self = .customAsync
214 |     case .customDeprecated(_):
215 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 |     }
217 |   }
[49/135] Compiling ArgumentParser HelpCommand.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 |       self = .customAsync
214 |     case .customDeprecated(_):
215 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 |     }
217 |   }
[50/135] Compiling ArgumentParser HelpGenerator.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 |       self = .customAsync
214 |     case .customDeprecated(_):
215 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 |     }
217 |   }
[51/135] Compiling ArgumentParser MessageInfo.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 |       self = .customAsync
214 |     case .customDeprecated(_):
215 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 |     }
217 |   }
[52/135] Compiling ArgumentParser UsageGenerator.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 |       self = .customAsync
214 |     case .customDeprecated(_):
215 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 |     }
217 |   }
[59/135] Compiling ArgumentParser ArgumentVisibility.swift
[60/135] Compiling ArgumentParser CompletionKind.swift
[61/135] Compiling ArgumentParser Errors.swift
[62/135] Compiling ArgumentParser Flag.swift
[63/135] Compiling ArgumentParser NameSpecification.swift
[64/135] Compiling ArgumentParser Option.swift
[65/135] Compiling ArgumentParser BashCompletionsGenerator.swift
[66/135] Compiling ArgumentParser InputKey.swift
[67/135] Compiling ArgumentParser InputOrigin.swift
[68/135] Compiling ArgumentParser Name.swift
[69/135] Compiling ArgumentParser Parsed.swift
[70/135] Compiling ArgumentParser ParsedValues.swift
[71/135] Compiling ArgumentParser ParserError.swift
[73/136] Compiling ArgumentParser Tree.swift
[74/136] Compiling ArgumentParser CodingKeyValidator.swift
[75/136] Compiling ArgumentParser NonsenseFlagsValidator.swift
[76/136] Compiling ArgumentParser ParsableArgumentsValidation.swift
[77/136] Compiling ArgumentParser PositionalArgumentsValidator.swift
[78/136] Compiling ArgumentParser UniqueNamesValidator.swift
[85/136] Emitting module ArgumentParser
[98/136] Wrapping AST for ArgumentParser for debugging
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 |       self = .customAsync
214 |     case .customDeprecated(_):
215 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 |     }
217 |   }
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 |       self = .customAsync
214 |     case .customDeprecated(_):
215 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 |     }
217 |   }
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 |       self = .customAsync
214 |     case .customDeprecated(_):
215 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 |     }
217 |   }
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 |       self = .customAsync
214 |     case .customDeprecated(_):
215 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 |     }
217 |   }
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 |       self = .customAsync
214 |     case .customDeprecated(_):
215 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 |     }
217 |   }
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:215:15: warning: 'customDeprecated' is deprecated: Use custom instead.
213 |       self = .customAsync
214 |     case .customDeprecated(_):
215 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
216 |     }
217 |   }
[106/168] Compiling generate_manual GenerateManual.swift
[107/168] Compiling generate_manual MDocASTNode.swift
[113/169] Emitting module generate_docc_reference
[114/169] Compiling generate_manual Container.swift
[115/169] Compiling generate_manual Empty.swift
[116/169] Compiling generate_manual ForEach.swift
[117/169] Compiling generate_manual MDocASTNodeWrapper.swift
[118/169] Compiling generate_manual MDocBuilder.swift
[119/169] Compiling generate_manual MDocComponent.swift
[120/169] Compiling generate_manual Discussion.swift
[121/169] Compiling generate_manual Document.swift
[122/172] Compiling generate_manual AuthorArgument.swift
[123/172] Compiling generate_manual ArgumentSynopsis.swift
[124/172] Compiling generate_manual Author.swift
[125/172] Compiling generate_manual Authors.swift
[126/172] Compiling generate_docc_reference Process+SimpleAPI.swift
[127/172] Emitting module generate_manual
[128/185] Compiling generate_manual Name.swift
[129/185] Compiling generate_manual Preamble.swift
[130/185] Compiling generate_manual Section.swift
[131/185] Compiling generate_manual SeeAlso.swift
[132/213] Compiling generate_docc_reference ArgumentParser+Markdown.swift
[133/213] Emitting module repeat
[134/213] Compiling repeat Repeat.swift
[135/213] Compiling generate_docc_reference GenerateDoccReference.swift
[136/215] Compiling generate_manual Name.swift
[137/215] Compiling generate_manual Preamble.swift
[138/215] Compiling generate_manual Section.swift
[139/215] Compiling generate_manual SeeAlso.swift
[140/215] Emitting module roll
[143/215] Compiling generate_manual SinglePageDescription.swift
[144/215] Compiling generate_manual Synopsis.swift
[145/215] Compiling generate_manual ArgumentParser+MDoc.swift
[146/215] Compiling generate_manual Date+ExpressibleByArgument.swift
[147/215] Compiling generate_manual Process+SimpleAPI.swift
[148/215] Compiling generate_manual GenerateManual.swift
[149/215] Compiling generate_manual MDocASTNode.swift
[150/215] Emitting module color
[151/215] Compiling color Color.swift
[151/216] Wrapping AST for generate-docc-reference for debugging
[154/216] Compiling generate_manual Container.swift
[155/216] Compiling generate_manual Empty.swift
[156/216] Compiling generate_manual ForEach.swift
[157/216] Compiling generate_manual MDocASTNodeWrapper.swift
[157/219] Write Objects.LinkFileList
[159/219] Emitting module generate_manual
/host/spi-builder-workspace/Tools/generate-manual/Extensions/Process+SimpleAPI.swift:49:17: error: cannot find 'Process' in scope
47 |   }
48 |
49 |   let process = Process()
   |                 `- error: cannot find 'Process' in scope
50 |   process.executableURL = executable
51 |   process.arguments = arguments
/host/spi-builder-workspace/Tools/generate-manual/Extensions/Process+SimpleAPI.swift:49:17: error: cannot find 'Process' in scope
47 |   }
48 |
49 |   let process = Process()
   |                 `- error: cannot find 'Process' in scope
50 |   process.executableURL = executable
51 |   process.arguments = arguments
/host/spi-builder-workspace/Tools/generate-manual/Extensions/Process+SimpleAPI.swift:49:17: error: cannot find 'Process' in scope
47 |   }
48 |
49 |   let process = Process()
   |                 `- error: cannot find 'Process' in scope
50 |   process.executableURL = executable
51 |   process.arguments = arguments
[162/222] Wrapping AST for repeat for debugging
[164/222] Compiling generate_manual AuthorArgument.swift
[165/222] Compiling generate_manual ArgumentSynopsis.swift
[166/222] Compiling generate_manual Author.swift
[167/222] Compiling generate_manual Authors.swift
[168/222] Compiling generate_docc_reference Process+SimpleAPI.swift
/host/spi-builder-workspace/Tools/generate-docc-reference/Extensions/Process+SimpleAPI.swift:41:17: error: cannot find 'Process' in scope
39 |   }
40 |
41 |   let process = Process()
   |                 `- error: cannot find 'Process' in scope
42 |   if #available(macOS 10.13, *) {
43 |     process.executableURL = executable
[169/222] Compiling generate_docc_reference ArgumentParser+Markdown.swift
[170/222] Compiling generate_docc_reference GenerateDoccReference.swift
[171/222] Emitting module generate_docc_reference
[172/222] Compiling roll SplitMix64.swift
[173/222] Compiling roll main.swift
[174/222] Compiling generate_manual MDocBuilder.swift
[175/222] Compiling generate_manual MDocComponent.swift
[176/222] Compiling generate_manual Discussion.swift
[177/222] Compiling generate_manual Document.swift
[178/222] Compiling generate_manual DocumentDate.swift
[179/222] Compiling generate_manual Exit.swift
[180/222] Compiling generate_manual List.swift
[181/222] Compiling generate_manual MultiPageDescription.swift
[181/222] Wrapping AST for color for debugging
[182/222] 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]).
206 |
207 |     @Argument(
208 |       completion: .custom { _ in ["alabaster", "breakfast", "crunch", "crash"] }
    |                    `- warning: 'custom' is deprecated: Provide a three-parameter closure instead. See custom(@Sendable @escaping ([String], Int, String) -> [String]).
209 |     )
210 |     var customDeprecatedArg: String?
/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]).
237 |     var custom: String?
238 |
239 |     @Option(completion: .custom(customDeprecatedCompletion))
    |                          `- warning: 'custom' is deprecated: Provide a three-parameter closure instead. See custom(@Sendable @escaping ([String], Int, String) -> [String]).
240 |     var customDeprecated: String?
241 |
/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]).
206 |
207 |     @Argument(
208 |       completion: .custom { _ in ["alabaster", "breakfast", "crunch", "crash"] }
    |                    `- warning: 'custom' is deprecated: Provide a three-parameter closure instead. See custom(@Sendable @escaping ([String], Int, String) -> [String]).
209 |     )
210 |     var customDeprecatedArg: String?
[186/222] Linking generate-docc-reference-tool
BUILD FAILURE 6.1 wasm