The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-parsing, reference main (f51d40), with Swift 6.1 for Wasm on 28 Mar 2026 09:20:21 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stackotter/swift-parsing.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/stackotter/swift-parsing
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f51d409 Remove CasePaths integration to remove transitive swift-syntax dep
Cloned https://github.com/stackotter/swift-parsing.git
Revision (git rev-parse @):
f51d409e7a9571b67112fde55a5250d5d49ed8bc
SUCCESS checkout https://github.com/stackotter/swift-parsing.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/stackotter/swift-parsing.git
https://github.com/stackotter/swift-parsing.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-benchmark",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/google/swift-benchmark"
    }
  ],
  "manifest_display_name" : "swift-parsing",
  "name" : "swift-parsing",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Parsing",
      "targets" : [
        "Parsing"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "swift-parsing-benchmark",
      "targets" : [
        "swift-parsing-benchmark"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swift_parsing_benchmark",
      "module_type" : "SwiftTarget",
      "name" : "swift-parsing-benchmark",
      "path" : "Sources/swift-parsing-benchmark",
      "product_dependencies" : [
        "Benchmark"
      ],
      "product_memberships" : [
        "swift-parsing-benchmark"
      ],
      "sources" : [
        "Arithmetic.swift",
        "BinaryData.swift",
        "Bool.swift",
        "CSV.swift",
        "Color.swift",
        "Common/Benchmarking.swift",
        "Common/ParsingError.swift",
        "Date.swift",
        "HTTP.swift",
        "JSON.swift",
        "Numerics.swift",
        "PrefixUpTo.swift",
        "Race.swift",
        "ReadmeExample.swift",
        "Samples/CSVSample.swift",
        "Samples/XCTestLogsSample.swift",
        "StringAbstractions.swift",
        "UUID.swift",
        "XCTestLogs.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "Parsing"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ParsingTests",
      "module_type" : "SwiftTarget",
      "name" : "ParsingTests",
      "path" : "Tests/ParsingTests",
      "sources" : [
        "AlwaysTests.swift",
        "AnyParserTests.swift",
        "BacktrackTests.swift",
        "BoolTests.swift",
        "CaseIterableRawRepresentableTests.swift",
        "CaseIterableTests.swift",
        "CharacterSetTests.swift",
        "CompactMapTests.swift",
        "ConditionalTests.swift",
        "ConsumedTests.swift",
        "DigitsTests.swift",
        "DoubleTests.swift",
        "EndTests.swift",
        "FailTests.swift",
        "FilterTests.swift",
        "FirstTests.swift",
        "FlatMapTests.swift",
        "FromSubstringTests.swift",
        "IntTests.swift",
        "LazyTests.swift",
        "ManyTests.swift",
        "MapTests.swift",
        "NotTests.swift",
        "OneOfBuilderTests.swift",
        "OneOfTests.swift",
        "OptionallyTests.swift",
        "ParseableFormatTests.swift",
        "ParserBuilderTests.swift",
        "ParserTests.swift",
        "ParsingErrorTests.swift",
        "PeekTests.swift",
        "PipeEndTests.swift",
        "PipeTests.swift",
        "PrefixTests.swift",
        "PrefixThroughTests.swift",
        "PrefixUpToTests.swift",
        "RegressionTests.swift",
        "ReplaceErrorTests.swift",
        "RestTests.swift",
        "SkipTests.swift",
        "StartsWithTests.swift",
        "StreamTests.swift",
        "UTF8Tests.swift",
        "UUIDTests.swift",
        "VariadicTests.swift",
        "WhitespaceTests.swift"
      ],
      "target_dependencies" : [
        "Parsing"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Parsing",
      "module_type" : "SwiftTarget",
      "name" : "Parsing",
      "path" : "Sources/Parsing",
      "product_memberships" : [
        "Parsing",
        "swift-parsing-benchmark"
      ],
      "sources" : [
        "Builders/OneOfBuilder.swift",
        "Builders/ParserBuilder.swift",
        "Conversion.swift",
        "Conversions/AnyConversion.swift",
        "Conversions/BinaryFloatingPoint.swift",
        "Conversions/ConversionMap.swift",
        "Conversions/Conversions.swift",
        "Conversions/Data.swift",
        "Conversions/FixedWidthInteger.swift",
        "Conversions/Identity.swift",
        "Conversions/JSON.swift",
        "Conversions/LosslessStringConvertible.swift",
        "Conversions/Memberwise.swift",
        "Conversions/ParseableFormatStyleConversion.swift",
        "Conversions/RawRepresentable.swift",
        "Conversions/String.swift",
        "Conversions/Substring.swift",
        "Conversions/UTF8View.swift",
        "ConvertingError.swift",
        "CountingRange.swift",
        "EmptyInitializable.swift",
        "Internal/AnyEquatable.swift",
        "Internal/Deprecations.swift",
        "Parser.swift",
        "ParserPrinter.swift",
        "ParserPrinters/Always.swift",
        "ParserPrinters/AnyParserPrinter.swift",
        "ParserPrinters/Backtracking.swift",
        "ParserPrinters/Bool.swift",
        "ParserPrinters/CaseIterableRawRepresentable.swift",
        "ParserPrinters/CharacterSet.swift",
        "ParserPrinters/Conditional.swift",
        "ParserPrinters/Consumed.swift",
        "ParserPrinters/Digits.swift",
        "ParserPrinters/End.swift",
        "ParserPrinters/Fail.swift",
        "ParserPrinters/Filter.swift",
        "ParserPrinters/First.swift",
        "ParserPrinters/Float.swift",
        "ParserPrinters/From.swift",
        "ParserPrinters/Int.swift",
        "ParserPrinters/Lazy.swift",
        "ParserPrinters/Literal.swift",
        "ParserPrinters/Many.swift",
        "ParserPrinters/Map.swift",
        "ParserPrinters/Newline.swift",
        "ParserPrinters/Not.swift",
        "ParserPrinters/OneOf.swift",
        "ParserPrinters/OneOfMany.swift",
        "ParserPrinters/Optional.swift",
        "ParserPrinters/Optionally.swift",
        "ParserPrinters/Parse.swift",
        "ParserPrinters/ParseableFormatStyle.swift",
        "ParserPrinters/Peek.swift",
        "ParserPrinters/Pipe.swift",
        "ParserPrinters/Prefix.swift",
        "ParserPrinters/PrefixThrough.swift",
        "ParserPrinters/PrefixUpTo.swift",
        "ParserPrinters/Printing.swift",
        "ParserPrinters/Pullback.swift",
        "ParserPrinters/ReplaceError.swift",
        "ParserPrinters/Rest.swift",
        "ParserPrinters/Skip.swift",
        "ParserPrinters/StartsWith.swift",
        "ParserPrinters/UUID.swift",
        "ParserPrinters/Whitespace.swift",
        "Parsers/AnyParser.swift",
        "Parsers/CompactMap.swift",
        "Parsers/FlatMap.swift",
        "Parsers/Parsers.swift",
        "Parsers/Stream.swift",
        "ParsingError.swift",
        "PrependableCollection.swift",
        "PrintingError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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: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 swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/google/swift-benchmark
[1/2171] Fetching swift-docc-plugin
[240/3661] Fetching swift-docc-plugin, swift-benchmark
Fetched https://github.com/google/swift-benchmark from cache (0.28s)
[630/2171] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.43s)
Computing version for https://github.com/google/swift-benchmark
Computed https://github.com/google/swift-benchmark at 0.1.2 (3.05s)
Fetching https://github.com/apple/swift-argument-parser
[1/17471] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.81s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (1.50s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3671] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.38s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.03s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (0.70s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
Creating working copy for https://github.com/google/swift-benchmark
Working copy of https://github.com/google/swift-benchmark resolved at 0.1.2
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
[3/3] Compiling plugin Swift-DocC Preview
[4/4] Compiling plugin Swift-DocC
Building for debugging...
[4/17] Write sources
[9/17] Write swift-version-24593BA9C3E375BF.txt
[11/85] Emitting module Parsing
/host/spi-builder-workspace/Sources/Parsing/ParsingError.swift:5:8: warning: associated value 'failed' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'ParsingError.Context'; this is an error in the Swift 6 language mode
  3 | @usableFromInline
  4 | enum ParsingError: Error {
  5 |   case failed(String, Context)
    |        `- warning: associated value 'failed' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'ParsingError.Context'; this is an error in the Swift 6 language mode
  6 |   case manyFailed([Error], Context)
  7 |
    :
114 |
115 |   @usableFromInline
116 |   struct Context {
    |          `- note: consider making struct 'Context' conform to the 'Sendable' protocol
117 |     @usableFromInline
118 |     var debugDescription: String
/host/spi-builder-workspace/Sources/Parsing/ParsingError.swift:6:8: warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'ParsingError.Context'; this is an error in the Swift 6 language mode
  4 | enum ParsingError: Error {
  5 |   case failed(String, Context)
  6 |   case manyFailed([Error], Context)
    |        `- warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'ParsingError.Context'; this is an error in the Swift 6 language mode
  7 |
  8 |   @usableFromInline
    :
114 |
115 |   @usableFromInline
116 |   struct Context {
    |          `- note: consider making struct 'Context' conform to the 'Sendable' protocol
117 |     @usableFromInline
118 |     var debugDescription: String
/host/spi-builder-workspace/Sources/Parsing/PrintingError.swift:3:8: warning: associated value 'failed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
  1 | @usableFromInline
  2 | enum PrintingError: Error {
  3 |   case failed(Context)
    |        `- warning: associated value 'failed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
  4 |   case manyFailed([Error], Context)
  5 |
    :
 62 |
 63 |   @usableFromInline
 64 |   struct Context {
    |          `- note: consider making struct 'Context' conform to the 'Sendable' protocol
 65 |     @usableFromInline
 66 |     var debugDescription: String
/host/spi-builder-workspace/Sources/Parsing/PrintingError.swift:4:8: warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
  2 | enum PrintingError: Error {
  3 |   case failed(Context)
  4 |   case manyFailed([Error], Context)
    |        `- warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
  5 |
  6 |   @available(*, deprecated)
    :
 62 |
 63 |   @usableFromInline
 64 |   struct Context {
    |          `- note: consider making struct 'Context' conform to the 'Sendable' protocol
 65 |     @usableFromInline
 66 |     var debugDescription: String
[12/94] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/94] Emitting module ArgumentParserToolInfo
[14/95] Wrapping AST for ArgumentParserToolInfo for debugging
[16/141] Compiling ArgumentParser Foundation.swift
[17/141] Compiling ArgumentParser Mutex.swift
[18/141] Compiling ArgumentParser Platform.swift
[19/141] Compiling ArgumentParser SequenceExtensions.swift
[20/141] Compiling ArgumentParser StringExtensions.swift
[21/141] Compiling ArgumentParser SwiftExtensions.swift
[22/147] Compiling ArgumentParser ParentCommand.swift
[23/147] Compiling ArgumentParser AsyncParsableCommand.swift
[24/147] Compiling ArgumentParser CommandConfiguration.swift
[25/147] Compiling ArgumentParser CommandGroup.swift
[26/147] Compiling ArgumentParser EnumerableFlag.swift
[27/147] Compiling ArgumentParser ExpressibleByArgument.swift
[28/147] Compiling ArgumentParser ParsableArguments.swift
[30/147] Compiling ArgumentParser DumpHelpGenerator.swift
[31/147] Compiling ArgumentParser HelpCommand.swift
[32/147] Compiling ArgumentParser HelpGenerator.swift
[33/147] Compiling ArgumentParser MessageInfo.swift
[34/147] Compiling ArgumentParser UsageGenerator.swift
[35/147] Compiling ArgumentParser CollectionExtensions.swift
[36/147] Compiling ArgumentParser Tree.swift
[37/147] Compiling ArgumentParser CodingKeyValidator.swift
[38/147] Compiling ArgumentParser NonsenseFlagsValidator.swift
[39/147] Compiling ArgumentParser ParsableArgumentsValidation.swift
[40/147] Compiling ArgumentParser PositionalArgumentsValidator.swift
[41/147] Compiling ArgumentParser UniqueNamesValidator.swift
[42/147] Compiling Parsing ReplaceError.swift
[43/147] Compiling Parsing Rest.swift
[44/147] Compiling Parsing Skip.swift
[45/147] Compiling Parsing StartsWith.swift
[46/147] Compiling Parsing UUID.swift
[47/147] Compiling ArgumentParser ArgumentVisibility.swift
[48/147] Compiling ArgumentParser CompletionKind.swift
[49/147] Compiling ArgumentParser Errors.swift
[50/147] Compiling ArgumentParser Flag.swift
[51/147] Compiling ArgumentParser NameSpecification.swift
[52/147] Compiling ArgumentParser Option.swift
[53/147] Compiling ArgumentParser OptionGroup.swift
[61/147] Compiling ArgumentParser BashCompletionsGenerator.swift
[62/147] Compiling ArgumentParser CompletionsGenerator.swift
[63/147] Compiling ArgumentParser FishCompletionsGenerator.swift
[64/147] Compiling ArgumentParser ZshCompletionsGenerator.swift
[65/147] Compiling ArgumentParser Argument.swift
[66/147] Compiling ArgumentParser ArgumentDiscussion.swift
[67/147] Compiling Parsing Whitespace.swift
/host/spi-builder-workspace/Sources/Parsing/ParsingError.swift:5:8: warning: associated value 'failed' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'ParsingError.Context'; this is an error in the Swift 6 language mode
  3 | @usableFromInline
  4 | enum ParsingError: Error {
  5 |   case failed(String, Context)
    |        `- warning: associated value 'failed' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'ParsingError.Context'; this is an error in the Swift 6 language mode
  6 |   case manyFailed([Error], Context)
  7 |
    :
114 |
115 |   @usableFromInline
116 |   struct Context {
    |          `- note: consider making struct 'Context' conform to the 'Sendable' protocol
117 |     @usableFromInline
118 |     var debugDescription: String
/host/spi-builder-workspace/Sources/Parsing/ParsingError.swift:6:8: warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'ParsingError.Context'; this is an error in the Swift 6 language mode
  4 | enum ParsingError: Error {
  5 |   case failed(String, Context)
  6 |   case manyFailed([Error], Context)
    |        `- warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'ParsingError.Context'; this is an error in the Swift 6 language mode
  7 |
  8 |   @usableFromInline
    :
114 |
115 |   @usableFromInline
116 |   struct Context {
    |          `- note: consider making struct 'Context' conform to the 'Sendable' protocol
117 |     @usableFromInline
118 |     var debugDescription: String
/host/spi-builder-workspace/Sources/Parsing/PrintingError.swift:3:8: warning: associated value 'failed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
  1 | @usableFromInline
  2 | enum PrintingError: Error {
  3 |   case failed(Context)
    |        `- warning: associated value 'failed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
  4 |   case manyFailed([Error], Context)
  5 |
    :
 62 |
 63 |   @usableFromInline
 64 |   struct Context {
    |          `- note: consider making struct 'Context' conform to the 'Sendable' protocol
 65 |     @usableFromInline
 66 |     var debugDescription: String
/host/spi-builder-workspace/Sources/Parsing/PrintingError.swift:4:8: warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
  2 | enum PrintingError: Error {
  3 |   case failed(Context)
  4 |   case manyFailed([Error], Context)
    |        `- warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
  5 |
  6 |   @available(*, deprecated)
    :
 62 |
 63 |   @usableFromInline
 64 |   struct Context {
    |          `- note: consider making struct 'Context' conform to the 'Sendable' protocol
 65 |     @usableFromInline
 66 |     var debugDescription: String
[68/147] Compiling Parsing AnyParser.swift
/host/spi-builder-workspace/Sources/Parsing/ParsingError.swift:5:8: warning: associated value 'failed' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'ParsingError.Context'; this is an error in the Swift 6 language mode
  3 | @usableFromInline
  4 | enum ParsingError: Error {
  5 |   case failed(String, Context)
    |        `- warning: associated value 'failed' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'ParsingError.Context'; this is an error in the Swift 6 language mode
  6 |   case manyFailed([Error], Context)
  7 |
    :
114 |
115 |   @usableFromInline
116 |   struct Context {
    |          `- note: consider making struct 'Context' conform to the 'Sendable' protocol
117 |     @usableFromInline
118 |     var debugDescription: String
/host/spi-builder-workspace/Sources/Parsing/ParsingError.swift:6:8: warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'ParsingError.Context'; this is an error in the Swift 6 language mode
  4 | enum ParsingError: Error {
  5 |   case failed(String, Context)
  6 |   case manyFailed([Error], Context)
    |        `- warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'ParsingError.Context'; this is an error in the Swift 6 language mode
  7 |
  8 |   @usableFromInline
    :
114 |
115 |   @usableFromInline
116 |   struct Context {
    |          `- note: consider making struct 'Context' conform to the 'Sendable' protocol
117 |     @usableFromInline
118 |     var debugDescription: String
/host/spi-builder-workspace/Sources/Parsing/PrintingError.swift:3:8: warning: associated value 'failed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
  1 | @usableFromInline
  2 | enum PrintingError: Error {
  3 |   case failed(Context)
    |        `- warning: associated value 'failed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
  4 |   case manyFailed([Error], Context)
  5 |
    :
 62 |
 63 |   @usableFromInline
 64 |   struct Context {
    |          `- note: consider making struct 'Context' conform to the 'Sendable' protocol
 65 |     @usableFromInline
 66 |     var debugDescription: String
/host/spi-builder-workspace/Sources/Parsing/PrintingError.swift:4:8: warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
  2 | enum PrintingError: Error {
  3 |   case failed(Context)
  4 |   case manyFailed([Error], Context)
    |        `- warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
  5 |
  6 |   @available(*, deprecated)
    :
 62 |
 63 |   @usableFromInline
 64 |   struct Context {
    |          `- note: consider making struct 'Context' conform to the 'Sendable' protocol
 65 |     @usableFromInline
 66 |     var debugDescription: String
[69/147] Compiling Parsing CompactMap.swift
/host/spi-builder-workspace/Sources/Parsing/ParsingError.swift:5:8: warning: associated value 'failed' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'ParsingError.Context'; this is an error in the Swift 6 language mode
  3 | @usableFromInline
  4 | enum ParsingError: Error {
  5 |   case failed(String, Context)
    |        `- warning: associated value 'failed' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'ParsingError.Context'; this is an error in the Swift 6 language mode
  6 |   case manyFailed([Error], Context)
  7 |
    :
114 |
115 |   @usableFromInline
116 |   struct Context {
    |          `- note: consider making struct 'Context' conform to the 'Sendable' protocol
117 |     @usableFromInline
118 |     var debugDescription: String
/host/spi-builder-workspace/Sources/Parsing/ParsingError.swift:6:8: warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'ParsingError.Context'; this is an error in the Swift 6 language mode
  4 | enum ParsingError: Error {
  5 |   case failed(String, Context)
  6 |   case manyFailed([Error], Context)
    |        `- warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'ParsingError.Context'; this is an error in the Swift 6 language mode
  7 |
  8 |   @usableFromInline
    :
114 |
115 |   @usableFromInline
116 |   struct Context {
    |          `- note: consider making struct 'Context' conform to the 'Sendable' protocol
117 |     @usableFromInline
118 |     var debugDescription: String
/host/spi-builder-workspace/Sources/Parsing/PrintingError.swift:3:8: warning: associated value 'failed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
  1 | @usableFromInline
  2 | enum PrintingError: Error {
  3 |   case failed(Context)
    |        `- warning: associated value 'failed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
  4 |   case manyFailed([Error], Context)
  5 |
    :
 62 |
 63 |   @usableFromInline
 64 |   struct Context {
    |          `- note: consider making struct 'Context' conform to the 'Sendable' protocol
 65 |     @usableFromInline
 66 |     var debugDescription: String
/host/spi-builder-workspace/Sources/Parsing/PrintingError.swift:4:8: warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
  2 | enum PrintingError: Error {
  3 |   case failed(Context)
  4 |   case manyFailed([Error], Context)
    |        `- warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
  5 |
  6 |   @available(*, deprecated)
    :
 62 |
 63 |   @usableFromInline
 64 |   struct Context {
    |          `- note: consider making struct 'Context' conform to the 'Sendable' protocol
 65 |     @usableFromInline
 66 |     var debugDescription: String
[70/147] Compiling Parsing FlatMap.swift
/host/spi-builder-workspace/Sources/Parsing/ParsingError.swift:5:8: warning: associated value 'failed' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'ParsingError.Context'; this is an error in the Swift 6 language mode
  3 | @usableFromInline
  4 | enum ParsingError: Error {
  5 |   case failed(String, Context)
    |        `- warning: associated value 'failed' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'ParsingError.Context'; this is an error in the Swift 6 language mode
  6 |   case manyFailed([Error], Context)
  7 |
    :
114 |
115 |   @usableFromInline
116 |   struct Context {
    |          `- note: consider making struct 'Context' conform to the 'Sendable' protocol
117 |     @usableFromInline
118 |     var debugDescription: String
/host/spi-builder-workspace/Sources/Parsing/ParsingError.swift:6:8: warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'ParsingError.Context'; this is an error in the Swift 6 language mode
  4 | enum ParsingError: Error {
  5 |   case failed(String, Context)
  6 |   case manyFailed([Error], Context)
    |        `- warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'ParsingError.Context'; this is an error in the Swift 6 language mode
  7 |
  8 |   @usableFromInline
    :
114 |
115 |   @usableFromInline
116 |   struct Context {
    |          `- note: consider making struct 'Context' conform to the 'Sendable' protocol
117 |     @usableFromInline
118 |     var debugDescription: String
/host/spi-builder-workspace/Sources/Parsing/PrintingError.swift:3:8: warning: associated value 'failed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
  1 | @usableFromInline
  2 | enum PrintingError: Error {
  3 |   case failed(Context)
    |        `- warning: associated value 'failed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
  4 |   case manyFailed([Error], Context)
  5 |
    :
 62 |
 63 |   @usableFromInline
 64 |   struct Context {
    |          `- note: consider making struct 'Context' conform to the 'Sendable' protocol
 65 |     @usableFromInline
 66 |     var debugDescription: String
/host/spi-builder-workspace/Sources/Parsing/PrintingError.swift:4:8: warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
  2 | enum PrintingError: Error {
  3 |   case failed(Context)
  4 |   case manyFailed([Error], Context)
    |        `- warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
  5 |
  6 |   @available(*, deprecated)
    :
 62 |
 63 |   @usableFromInline
 64 |   struct Context {
    |          `- note: consider making struct 'Context' conform to the 'Sendable' protocol
 65 |     @usableFromInline
 66 |     var debugDescription: String
[71/147] Compiling Parsing Parsers.swift
/host/spi-builder-workspace/Sources/Parsing/ParsingError.swift:5:8: warning: associated value 'failed' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'ParsingError.Context'; this is an error in the Swift 6 language mode
  3 | @usableFromInline
  4 | enum ParsingError: Error {
  5 |   case failed(String, Context)
    |        `- warning: associated value 'failed' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'ParsingError.Context'; this is an error in the Swift 6 language mode
  6 |   case manyFailed([Error], Context)
  7 |
    :
114 |
115 |   @usableFromInline
116 |   struct Context {
    |          `- note: consider making struct 'Context' conform to the 'Sendable' protocol
117 |     @usableFromInline
118 |     var debugDescription: String
/host/spi-builder-workspace/Sources/Parsing/ParsingError.swift:6:8: warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'ParsingError.Context'; this is an error in the Swift 6 language mode
  4 | enum ParsingError: Error {
  5 |   case failed(String, Context)
  6 |   case manyFailed([Error], Context)
    |        `- warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'ParsingError.Context'; this is an error in the Swift 6 language mode
  7 |
  8 |   @usableFromInline
    :
114 |
115 |   @usableFromInline
116 |   struct Context {
    |          `- note: consider making struct 'Context' conform to the 'Sendable' protocol
117 |     @usableFromInline
118 |     var debugDescription: String
/host/spi-builder-workspace/Sources/Parsing/PrintingError.swift:3:8: warning: associated value 'failed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
  1 | @usableFromInline
  2 | enum PrintingError: Error {
  3 |   case failed(Context)
    |        `- warning: associated value 'failed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
  4 |   case manyFailed([Error], Context)
  5 |
    :
 62 |
 63 |   @usableFromInline
 64 |   struct Context {
    |          `- note: consider making struct 'Context' conform to the 'Sendable' protocol
 65 |     @usableFromInline
 66 |     var debugDescription: String
/host/spi-builder-workspace/Sources/Parsing/PrintingError.swift:4:8: warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
  2 | enum PrintingError: Error {
  3 |   case failed(Context)
  4 |   case manyFailed([Error], Context)
    |        `- warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
  5 |
  6 |   @available(*, deprecated)
    :
 62 |
 63 |   @usableFromInline
 64 |   struct Context {
    |          `- note: consider making struct 'Context' conform to the 'Sendable' protocol
 65 |     @usableFromInline
 66 |     var debugDescription: String
[72/147] Compiling Parsing Stream.swift
/host/spi-builder-workspace/Sources/Parsing/ParsingError.swift:5:8: warning: associated value 'failed' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'ParsingError.Context'; this is an error in the Swift 6 language mode
  3 | @usableFromInline
  4 | enum ParsingError: Error {
  5 |   case failed(String, Context)
    |        `- warning: associated value 'failed' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'ParsingError.Context'; this is an error in the Swift 6 language mode
  6 |   case manyFailed([Error], Context)
  7 |
    :
114 |
115 |   @usableFromInline
116 |   struct Context {
    |          `- note: consider making struct 'Context' conform to the 'Sendable' protocol
117 |     @usableFromInline
118 |     var debugDescription: String
/host/spi-builder-workspace/Sources/Parsing/ParsingError.swift:6:8: warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'ParsingError.Context'; this is an error in the Swift 6 language mode
  4 | enum ParsingError: Error {
  5 |   case failed(String, Context)
  6 |   case manyFailed([Error], Context)
    |        `- warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'ParsingError.Context'; this is an error in the Swift 6 language mode
  7 |
  8 |   @usableFromInline
    :
114 |
115 |   @usableFromInline
116 |   struct Context {
    |          `- note: consider making struct 'Context' conform to the 'Sendable' protocol
117 |     @usableFromInline
118 |     var debugDescription: String
/host/spi-builder-workspace/Sources/Parsing/PrintingError.swift:3:8: warning: associated value 'failed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
  1 | @usableFromInline
  2 | enum PrintingError: Error {
  3 |   case failed(Context)
    |        `- warning: associated value 'failed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
  4 |   case manyFailed([Error], Context)
  5 |
    :
 62 |
 63 |   @usableFromInline
 64 |   struct Context {
    |          `- note: consider making struct 'Context' conform to the 'Sendable' protocol
 65 |     @usableFromInline
 66 |     var debugDescription: String
/host/spi-builder-workspace/Sources/Parsing/PrintingError.swift:4:8: warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
  2 | enum PrintingError: Error {
  3 |   case failed(Context)
  4 |   case manyFailed([Error], Context)
    |        `- warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
  5 |
  6 |   @available(*, deprecated)
    :
 62 |
 63 |   @usableFromInline
 64 |   struct Context {
    |          `- note: consider making struct 'Context' conform to the 'Sendable' protocol
 65 |     @usableFromInline
 66 |     var debugDescription: String
[73/147] Compiling Parsing ParsingError.swift
/host/spi-builder-workspace/Sources/Parsing/ParsingError.swift:5:8: warning: associated value 'failed' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'ParsingError.Context'; this is an error in the Swift 6 language mode
  3 | @usableFromInline
  4 | enum ParsingError: Error {
  5 |   case failed(String, Context)
    |        `- warning: associated value 'failed' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'ParsingError.Context'; this is an error in the Swift 6 language mode
  6 |   case manyFailed([Error], Context)
  7 |
    :
114 |
115 |   @usableFromInline
116 |   struct Context {
    |          `- note: consider making struct 'Context' conform to the 'Sendable' protocol
117 |     @usableFromInline
118 |     var debugDescription: String
/host/spi-builder-workspace/Sources/Parsing/ParsingError.swift:6:8: warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'ParsingError.Context'; this is an error in the Swift 6 language mode
  4 | enum ParsingError: Error {
  5 |   case failed(String, Context)
  6 |   case manyFailed([Error], Context)
    |        `- warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'ParsingError.Context'; this is an error in the Swift 6 language mode
  7 |
  8 |   @usableFromInline
    :
114 |
115 |   @usableFromInline
116 |   struct Context {
    |          `- note: consider making struct 'Context' conform to the 'Sendable' protocol
117 |     @usableFromInline
118 |     var debugDescription: String
/host/spi-builder-workspace/Sources/Parsing/PrintingError.swift:3:8: warning: associated value 'failed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
  1 | @usableFromInline
  2 | enum PrintingError: Error {
  3 |   case failed(Context)
    |        `- warning: associated value 'failed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
  4 |   case manyFailed([Error], Context)
  5 |
    :
 62 |
 63 |   @usableFromInline
 64 |   struct Context {
    |          `- note: consider making struct 'Context' conform to the 'Sendable' protocol
 65 |     @usableFromInline
 66 |     var debugDescription: String
/host/spi-builder-workspace/Sources/Parsing/PrintingError.swift:4:8: warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
  2 | enum PrintingError: Error {
  3 |   case failed(Context)
  4 |   case manyFailed([Error], Context)
    |        `- warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
  5 |
  6 |   @available(*, deprecated)
    :
 62 |
 63 |   @usableFromInline
 64 |   struct Context {
    |          `- note: consider making struct 'Context' conform to the 'Sendable' protocol
 65 |     @usableFromInline
 66 |     var debugDescription: String
[74/147] Compiling Parsing PrependableCollection.swift
/host/spi-builder-workspace/Sources/Parsing/ParsingError.swift:5:8: warning: associated value 'failed' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'ParsingError.Context'; this is an error in the Swift 6 language mode
  3 | @usableFromInline
  4 | enum ParsingError: Error {
  5 |   case failed(String, Context)
    |        `- warning: associated value 'failed' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'ParsingError.Context'; this is an error in the Swift 6 language mode
  6 |   case manyFailed([Error], Context)
  7 |
    :
114 |
115 |   @usableFromInline
116 |   struct Context {
    |          `- note: consider making struct 'Context' conform to the 'Sendable' protocol
117 |     @usableFromInline
118 |     var debugDescription: String
/host/spi-builder-workspace/Sources/Parsing/ParsingError.swift:6:8: warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'ParsingError.Context'; this is an error in the Swift 6 language mode
  4 | enum ParsingError: Error {
  5 |   case failed(String, Context)
  6 |   case manyFailed([Error], Context)
    |        `- warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'ParsingError.Context'; this is an error in the Swift 6 language mode
  7 |
  8 |   @usableFromInline
    :
114 |
115 |   @usableFromInline
116 |   struct Context {
    |          `- note: consider making struct 'Context' conform to the 'Sendable' protocol
117 |     @usableFromInline
118 |     var debugDescription: String
/host/spi-builder-workspace/Sources/Parsing/PrintingError.swift:3:8: warning: associated value 'failed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
  1 | @usableFromInline
  2 | enum PrintingError: Error {
  3 |   case failed(Context)
    |        `- warning: associated value 'failed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
  4 |   case manyFailed([Error], Context)
  5 |
    :
 62 |
 63 |   @usableFromInline
 64 |   struct Context {
    |          `- note: consider making struct 'Context' conform to the 'Sendable' protocol
 65 |     @usableFromInline
 66 |     var debugDescription: String
/host/spi-builder-workspace/Sources/Parsing/PrintingError.swift:4:8: warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
  2 | enum PrintingError: Error {
  3 |   case failed(Context)
  4 |   case manyFailed([Error], Context)
    |        `- warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
  5 |
  6 |   @available(*, deprecated)
    :
 62 |
 63 |   @usableFromInline
 64 |   struct Context {
    |          `- note: consider making struct 'Context' conform to the 'Sendable' protocol
 65 |     @usableFromInline
 66 |     var debugDescription: String
[75/147] Compiling Parsing PrintingError.swift
/host/spi-builder-workspace/Sources/Parsing/ParsingError.swift:5:8: warning: associated value 'failed' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'ParsingError.Context'; this is an error in the Swift 6 language mode
  3 | @usableFromInline
  4 | enum ParsingError: Error {
  5 |   case failed(String, Context)
    |        `- warning: associated value 'failed' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'ParsingError.Context'; this is an error in the Swift 6 language mode
  6 |   case manyFailed([Error], Context)
  7 |
    :
114 |
115 |   @usableFromInline
116 |   struct Context {
    |          `- note: consider making struct 'Context' conform to the 'Sendable' protocol
117 |     @usableFromInline
118 |     var debugDescription: String
/host/spi-builder-workspace/Sources/Parsing/ParsingError.swift:6:8: warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'ParsingError.Context'; this is an error in the Swift 6 language mode
  4 | enum ParsingError: Error {
  5 |   case failed(String, Context)
  6 |   case manyFailed([Error], Context)
    |        `- warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'ParsingError.Context'; this is an error in the Swift 6 language mode
  7 |
  8 |   @usableFromInline
    :
114 |
115 |   @usableFromInline
116 |   struct Context {
    |          `- note: consider making struct 'Context' conform to the 'Sendable' protocol
117 |     @usableFromInline
118 |     var debugDescription: String
/host/spi-builder-workspace/Sources/Parsing/PrintingError.swift:3:8: warning: associated value 'failed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
  1 | @usableFromInline
  2 | enum PrintingError: Error {
  3 |   case failed(Context)
    |        `- warning: associated value 'failed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
  4 |   case manyFailed([Error], Context)
  5 |
    :
 62 |
 63 |   @usableFromInline
 64 |   struct Context {
    |          `- note: consider making struct 'Context' conform to the 'Sendable' protocol
 65 |     @usableFromInline
 66 |     var debugDescription: String
/host/spi-builder-workspace/Sources/Parsing/PrintingError.swift:4:8: warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
  2 | enum PrintingError: Error {
  3 |   case failed(Context)
  4 |   case manyFailed([Error], Context)
    |        `- warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
  5 |
  6 |   @available(*, deprecated)
    :
 62 |
 63 |   @usableFromInline
 64 |   struct Context {
    |          `- note: consider making struct 'Context' conform to the 'Sendable' protocol
 65 |     @usableFromInline
 66 |     var debugDescription: String
[76/147] Compiling ArgumentParser Parsed.swift
[77/147] Compiling ArgumentParser ParsedValues.swift
[78/147] Compiling ArgumentParser ParserError.swift
[79/147] Compiling ArgumentParser SplitArguments.swift
[85/147] Compiling Parsing Float.swift
[86/147] Compiling Parsing From.swift
[87/147] Compiling Parsing Int.swift
[88/147] Compiling Parsing Lazy.swift
[89/147] Compiling Parsing Literal.swift
[90/147] Compiling Parsing Many.swift
[91/147] Compiling Parsing Map.swift
[92/147] Compiling Parsing Newline.swift
[93/147] Compiling Parsing Not.swift
[94/147] Compiling ArgumentParser ArgumentHelp.swift
[95/147] Compiling ArgumentParser ParsableCommand.swift
[96/147] Compiling ArgumentParser ArgumentDecoder.swift
[97/147] Compiling ArgumentParser ArgumentDefinition.swift
[98/147] Compiling ArgumentParser ArgumentSet.swift
[99/147] Compiling ArgumentParser CommandParser.swift
[100/147] Compiling ArgumentParser InputKey.swift
[101/147] Compiling ArgumentParser InputOrigin.swift
[102/147] Compiling ArgumentParser Name.swift
[103/148] Wrapping AST for Parsing for debugging
[130/148] Emitting module ArgumentParser
[144/149] Wrapping AST for ArgumentParser for debugging
[146/165] Compiling Benchmark BenchmarkFormatter.swift
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
   |        `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[147/165] Compiling Benchmark BenchmarkMain.swift
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
   |        `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[148/167] Compiling Benchmark BenchmarkTermination.swift
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
   |        `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[149/167] Compiling Benchmark BenchmarkTime.swift
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
   |        `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[150/167] Emitting module Benchmark
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
   |        `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[151/167] Compiling Benchmark BenchmarkState.swift
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
   |        `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[152/167] Compiling Benchmark BenchmarkSuite.swift
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
   |        `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[153/167] Compiling Benchmark BenchmarkReporter.swift
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
   |        `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[154/167] Compiling Benchmark BenchmarkResult.swift
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
   |        `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[155/167] Compiling Benchmark BenchmarkCommand.swift
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
   |        `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[156/167] Compiling Benchmark BenchmarkFilter.swift
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
   |        `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[157/167] Compiling Benchmark BenchmarkRunner.swift
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
   |        `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[158/167] Compiling Benchmark BenchmarkSetting.swift
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
   |        `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[159/167] Compiling Benchmark Benchmark.swift
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
   |        `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[160/167] Compiling Benchmark BenchmarkArguments.swift
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
   |        `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[161/167] Compiling Benchmark BenchmarkColumn.swift
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
   |        `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[162/167] Compiling Benchmark Stats.swift
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
   |        `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[163/167] Compiling Benchmark TestIntegration.swift
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
   |        `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
[3/3] Compiling plugin Swift-DocC Preview
[4/4] Compiling plugin Swift-DocC
Building for debugging...
[4/12] Write swift-version-24593BA9C3E375BF.txt
[6/80] Compiling ArgumentParserToolInfo ToolInfo.swift
[7/80] Emitting module ArgumentParserToolInfo
[9/80] Compiling Parsing OneOf.swift
[10/80] Compiling Parsing OneOfMany.swift
[11/80] Compiling Parsing Optional.swift
[12/80] Compiling Parsing Optionally.swift
[13/80] Compiling Parsing Parse.swift
[14/80] Compiling Parsing ParseableFormatStyle.swift
[15/80] Compiling Parsing Peek.swift
[16/80] Compiling Parsing Pipe.swift
[17/80] Compiling Parsing Prefix.swift
[18/89] Compiling Parsing PrefixThrough.swift
[19/89] Compiling Parsing PrefixUpTo.swift
[20/89] Compiling Parsing Printing.swift
[21/89] Compiling Parsing Pullback.swift
[22/89] Compiling Parsing ReplaceError.swift
[23/89] Compiling Parsing Rest.swift
[24/89] Compiling Parsing Skip.swift
[25/89] Compiling Parsing StartsWith.swift
[26/89] Compiling Parsing UUID.swift
[27/89] Compiling Parsing JSON.swift
[28/89] Compiling Parsing LosslessStringConvertible.swift
[29/89] Compiling Parsing Memberwise.swift
[30/89] Compiling Parsing ParseableFormatStyleConversion.swift
[31/89] Compiling Parsing RawRepresentable.swift
[32/89] Compiling Parsing String.swift
[33/89] Compiling Parsing Substring.swift
[34/89] Compiling Parsing UTF8View.swift
[35/89] Compiling Parsing ConvertingError.swift
[36/89] Compiling Parsing CountingRange.swift
[37/89] Compiling Parsing EmptyInitializable.swift
[38/89] Compiling Parsing AnyEquatable.swift
[39/89] Compiling Parsing Deprecations.swift
[40/89] Compiling Parsing Parser.swift
[41/89] Compiling Parsing ParserPrinter.swift
[42/89] Compiling Parsing Always.swift
[43/89] Compiling Parsing AnyParserPrinter.swift
[44/89] Compiling Parsing Backtracking.swift
[45/89] Compiling Parsing Bool.swift
[46/89] Compiling Parsing OneOfBuilder.swift
[47/89] Compiling Parsing ParserBuilder.swift
[48/89] Compiling Parsing Conversion.swift
[49/89] Compiling Parsing AnyConversion.swift
[50/89] Compiling Parsing BinaryFloatingPoint.swift
[51/89] Compiling Parsing ConversionMap.swift
[52/89] Compiling Parsing Conversions.swift
[53/89] Compiling Parsing Data.swift
[54/89] Compiling Parsing FixedWidthInteger.swift
[55/89] Compiling Parsing Identity.swift
[56/135] Compiling ArgumentParser CollectionExtensions.swift
[57/135] Compiling ArgumentParser Foundation.swift
[58/135] Compiling ArgumentParser Mutex.swift
[59/135] Compiling ArgumentParser Platform.swift
[60/135] Compiling ArgumentParser SequenceExtensions.swift
[61/135] Compiling ArgumentParser StringExtensions.swift
[62/135] Compiling ArgumentParser SwiftExtensions.swift
[63/135] Compiling Parsing Newline.swift
[64/135] Compiling Parsing Not.swift
[65/135] Compiling ArgumentParser Parsed.swift
[66/135] Compiling ArgumentParser ParsedValues.swift
[67/135] Compiling ArgumentParser ParserError.swift
[68/135] Compiling ArgumentParser SplitArguments.swift
[69/135] Compiling ArgumentParser DumpHelpGenerator.swift
[70/135] Compiling ArgumentParser HelpCommand.swift
[71/135] Compiling ArgumentParser HelpGenerator.swift
[72/135] Compiling ArgumentParser MessageInfo.swift
[73/135] Compiling ArgumentParser UsageGenerator.swift
[74/135] Emitting module Parsing
[81/141] Compiling ArgumentParser ParentCommand.swift
[82/141] Compiling ArgumentParser AsyncParsableCommand.swift
[83/141] Compiling ArgumentParser CommandConfiguration.swift
[84/141] Compiling ArgumentParser CommandGroup.swift
[85/141] Compiling ArgumentParser EnumerableFlag.swift
[86/141] Compiling ArgumentParser ExpressibleByArgument.swift
[87/141] Compiling ArgumentParser ParsableArguments.swift
[88/141] Compiling ArgumentParser Tree.swift
[89/141] Compiling ArgumentParser CodingKeyValidator.swift
[90/141] Compiling ArgumentParser NonsenseFlagsValidator.swift
[91/141] Compiling ArgumentParser ParsableArgumentsValidation.swift
[92/141] Compiling ArgumentParser PositionalArgumentsValidator.swift
[93/141] Compiling ArgumentParser UniqueNamesValidator.swift
[94/141] Compiling ArgumentParser ArgumentVisibility.swift
[95/141] Compiling ArgumentParser CompletionKind.swift
[96/141] Compiling ArgumentParser Errors.swift
[97/141] Compiling ArgumentParser Flag.swift
[98/141] Compiling ArgumentParser NameSpecification.swift
[99/141] Compiling ArgumentParser Option.swift
[100/141] Compiling ArgumentParser OptionGroup.swift
[101/141] Compiling Parsing Whitespace.swift
[102/141] Compiling Parsing AnyParser.swift
[103/141] Compiling Parsing CompactMap.swift
[104/141] Compiling Parsing FlatMap.swift
[105/141] Compiling Parsing Parsers.swift
[106/141] Compiling Parsing Stream.swift
[107/141] Compiling Parsing ParsingError.swift
[108/141] Compiling Parsing PrependableCollection.swift
[109/141] Compiling Parsing PrintingError.swift
[110/142] Wrapping AST for Parsing for debugging
[112/142] Compiling ArgumentParser InputOrigin.swift
[113/142] Compiling ArgumentParser Name.swift
[124/142] Compiling ArgumentParser ParsableCommand.swift
[125/142] Compiling ArgumentParser ArgumentDecoder.swift
[126/142] Compiling ArgumentParser ArgumentDefinition.swift
[127/142] Compiling ArgumentParser ArgumentSet.swift
[128/142] Compiling ArgumentParser CommandParser.swift
[129/142] Compiling ArgumentParser InputKey.swift
[130/142] Emitting module ArgumentParser
[131/142] Compiling ArgumentParser BashCompletionsGenerator.swift
[132/142] Compiling ArgumentParser CompletionsGenerator.swift
[133/142] Compiling ArgumentParser FishCompletionsGenerator.swift
[134/142] Compiling ArgumentParser ZshCompletionsGenerator.swift
[135/142] Compiling ArgumentParser Argument.swift
[136/142] Compiling ArgumentParser ArgumentDiscussion.swift
[137/142] Compiling ArgumentParser ArgumentHelp.swift
[139/158] Compiling Benchmark BenchmarkTermination.swift
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
   |        `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[140/158] Compiling Benchmark BenchmarkTime.swift
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
   |        `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[141/160] Compiling Benchmark BenchmarkState.swift
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
   |        `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[142/160] Compiling Benchmark BenchmarkSuite.swift
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
   |        `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[143/160] Compiling Benchmark BenchmarkRunner.swift
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
   |        `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[144/160] Compiling Benchmark BenchmarkSetting.swift
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
   |        `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[145/160] Emitting module Benchmark
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
   |        `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[146/160] Compiling Benchmark BenchmarkCommand.swift
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
   |        `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[147/160] Compiling Benchmark BenchmarkFilter.swift
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
   |        `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[148/160] Compiling Benchmark BenchmarkReporter.swift
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
   |        `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[149/160] Compiling Benchmark BenchmarkResult.swift
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
   |        `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[150/160] Compiling Benchmark BenchmarkFormatter.swift
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
   |        `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[151/160] Compiling Benchmark BenchmarkMain.swift
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
   |        `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[152/160] Compiling Benchmark Stats.swift
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
   |        `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[153/160] Compiling Benchmark TestIntegration.swift
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
   |        `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[154/160] Compiling Benchmark Benchmark.swift
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
   |        `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[155/160] Compiling Benchmark BenchmarkArguments.swift
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
   |        `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[156/160] Compiling Benchmark BenchmarkColumn.swift
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
   |        `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
BUILD FAILURE 6.1 wasm