The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-parsing, reference v0.15.0 (f51d40), with Swift 6.1 for Linux on 28 Mar 2026 09:21:15 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 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: v0.15.0
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
 * tag               v0.15.0    -> FETCH_HEAD
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 v0.15.0
========================================
Build
========================================
Selected platform:         linux
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-0":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Fetching https://github.com/google/swift-benchmark
Fetching https://github.com/apple/swift-docc-plugin
[1/1490] Fetching swift-benchmark
[1491/3661] Fetching swift-benchmark, swift-docc-plugin
Fetched https://github.com/google/swift-benchmark from cache (0.40s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.40s)
Computing version for https://github.com/google/swift-benchmark
Computed https://github.com/google/swift-benchmark at 0.1.2 (3.04s)
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.77s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (1.47s)
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.39s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.08s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (1.08s)
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
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-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
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
[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 ArgumentParserToolInfo
[12/85] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/86] Wrapping AST for ArgumentParserToolInfo for debugging
[15/132] 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
[16/141] Emitting module ArgumentParser
[17/147] Compiling ArgumentParser Foundation.swift
[18/147] Compiling ArgumentParser Mutex.swift
[19/147] Compiling ArgumentParser Platform.swift
[20/147] Compiling ArgumentParser SequenceExtensions.swift
[21/147] Compiling ArgumentParser StringExtensions.swift
[22/147] Compiling ArgumentParser SwiftExtensions.swift
[23/147] Compiling ArgumentParser Flag.swift
[24/147] Compiling ArgumentParser NameSpecification.swift
[25/147] Compiling ArgumentParser Option.swift
[26/147] Compiling ArgumentParser OptionGroup.swift
[27/147] Compiling ArgumentParser ParentCommand.swift
[28/147] Compiling ArgumentParser AsyncParsableCommand.swift
[29/147] Compiling ArgumentParser CommandConfiguration.swift
[30/147] Compiling ArgumentParser CommandGroup.swift
[31/147] Compiling ArgumentParser EnumerableFlag.swift
[32/147] Compiling ArgumentParser ExpressibleByArgument.swift
[33/147] Compiling ArgumentParser ParsableArguments.swift
[34/147] Compiling ArgumentParser DumpHelpGenerator.swift
[35/147] Compiling ArgumentParser HelpCommand.swift
[36/147] Compiling ArgumentParser HelpGenerator.swift
[37/147] Compiling ArgumentParser MessageInfo.swift
[38/147] Compiling ArgumentParser UsageGenerator.swift
[39/147] Compiling ArgumentParser CollectionExtensions.swift
[40/147] Compiling ArgumentParser ParsableCommand.swift
[41/147] Compiling ArgumentParser ParserError.swift
[42/147] Compiling ArgumentParser SplitArguments.swift
[49/147] Compiling ArgumentParser Tree.swift
[50/147] Compiling ArgumentParser ArgumentDecoder.swift
[51/147] Compiling ArgumentParser ArgumentDefinition.swift
[52/147] Compiling ArgumentParser ArgumentSet.swift
[53/147] Compiling ArgumentParser CommandParser.swift
[54/147] Compiling ArgumentParser InputKey.swift
[55/147] Compiling ArgumentParser InputOrigin.swift
[56/147] Compiling ArgumentParser Name.swift
[57/147] Compiling ArgumentParser Parsed.swift
[58/147] Compiling ArgumentParser ParsedValues.swift
[59/147] Compiling Parsing OneOfBuilder.swift
[60/147] Compiling Parsing ParserBuilder.swift
[61/147] Compiling Parsing Conversion.swift
[62/147] Compiling Parsing AnyConversion.swift
[63/147] Compiling Parsing BinaryFloatingPoint.swift
[64/147] Compiling Parsing ConversionMap.swift
[65/147] Compiling Parsing Conversions.swift
[66/147] Compiling Parsing Data.swift
[67/147] Compiling Parsing FixedWidthInteger.swift
[68/147] Compiling Parsing Identity.swift
[69/147] Compiling ArgumentParser CodingKeyValidator.swift
[70/147] Compiling ArgumentParser NonsenseFlagsValidator.swift
[71/147] Compiling ArgumentParser ParsableArgumentsValidation.swift
[72/147] Compiling ArgumentParser PositionalArgumentsValidator.swift
[73/147] Compiling ArgumentParser UniqueNamesValidator.swift
[74/147] Compiling Parsing Rest.swift
[75/147] Compiling Parsing Skip.swift
[76/147] Compiling Parsing StartsWith.swift
[77/147] Compiling Parsing UUID.swift
[78/147] Compiling ArgumentParser BashCompletionsGenerator.swift
[79/147] Compiling ArgumentParser CompletionsGenerator.swift
[80/147] Compiling ArgumentParser FishCompletionsGenerator.swift
[81/147] Compiling ArgumentParser ZshCompletionsGenerator.swift
[82/147] Compiling ArgumentParser Argument.swift
[83/147] Compiling ArgumentParser ArgumentDiscussion.swift
[84/147] Compiling ArgumentParser ArgumentHelp.swift
[85/147] Compiling ArgumentParser ArgumentVisibility.swift
[86/147] Compiling ArgumentParser CompletionKind.swift
[87/147] Compiling ArgumentParser Errors.swift
[100/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
[101/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
[102/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
[103/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
[104/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
[105/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
[106/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
[107/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
[108/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
[142/149] Wrapping AST for Parsing for debugging
[144/152] Wrapping AST for ArgumentParser for debugging
[146/165] Emitting module Benchmark
[147/167] Compiling Benchmark BenchmarkReporter.swift
[148/167] Compiling Benchmark BenchmarkResult.swift
[149/167] Compiling Benchmark BenchmarkFormatter.swift
[150/167] Compiling Benchmark BenchmarkMain.swift
[151/167] Compiling Benchmark BenchmarkTermination.swift
[152/167] Compiling Benchmark BenchmarkTime.swift
[153/167] Compiling Benchmark BenchmarkState.swift
[154/167] Compiling Benchmark BenchmarkSuite.swift
[155/167] Compiling Benchmark BenchmarkRunner.swift
[156/167] Compiling Benchmark BenchmarkSetting.swift
[157/167] Compiling Benchmark BenchmarkCommand.swift
[158/167] Compiling Benchmark BenchmarkFilter.swift
[159/167] Compiling Benchmark Stats.swift
[160/167] Compiling Benchmark TestIntegration.swift
[161/167] Compiling Benchmark Benchmark.swift
[162/167] Compiling Benchmark BenchmarkArguments.swift
[163/167] Compiling Benchmark BenchmarkColumn.swift
[164/168] Wrapping AST for Benchmark for debugging
[166/187] Compiling swift_parsing_benchmark CSVSample.swift
[167/187] Compiling swift_parsing_benchmark XCTestLogsSample.swift
[168/187] Compiling swift_parsing_benchmark StringAbstractions.swift
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/StringAbstractions.swift:15:5: warning: let 'stringAbstractionsSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
13 | /// but this means we are responsible for handling UTF8 normalization, so we have to explicitly
14 | /// handle both the "LATIN SMALL LETTER E WITH ACUTE" and "E + COMBINING ACUTE ACCENT" characters.
15 | let stringAbstractionsSuite = BenchmarkSuite(name: "String Abstractions") { suite in
   |     `- warning: let 'stringAbstractionsSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
16 |   let count = 1_000
17 |   let input = (1...count)
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/StringAbstractions.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 1 | import Benchmark
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 2 | import Parsing
 3 |
   :
13 | /// but this means we are responsible for handling UTF8 normalization, so we have to explicitly
14 | /// handle both the "LATIN SMALL LETTER E WITH ACUTE" and "E + COMBINING ACUTE ACCENT" characters.
15 | let stringAbstractionsSuite = BenchmarkSuite(name: "String Abstractions") { suite in
   |     |- note: add '@MainActor' to make let 'stringAbstractionsSuite' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |   let count = 1_000
17 |   let input = (1...count)
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/UUID.swift:6:5: warning: let 'uuidSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |
 5 | /// This benchmark demonstrates how the UUID parser compares to `UUID`'s initializer.
 6 | let uuidSuite = BenchmarkSuite(name: "UUID") { suite in
   |     `- warning: let 'uuidSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 7 |   let input = "deadbeef-dead-beef-dead-beefdeadbeef"
 8 |   let expected = UUID(uuidString: "deadbeef-dead-beef-dead-beefdeadbeef")!
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/UUID.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 1 | import Benchmark
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 2 | import Foundation
 3 | import Parsing
 4 |
 5 | /// This benchmark demonstrates how the UUID parser compares to `UUID`'s initializer.
 6 | let uuidSuite = BenchmarkSuite(name: "UUID") { suite in
   |     |- note: add '@MainActor' to make let 'uuidSuite' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |   let input = "deadbeef-dead-beef-dead-beefdeadbeef"
 8 |   let expected = UUID(uuidString: "deadbeef-dead-beef-dead-beefdeadbeef")!
[169/187] Compiling swift_parsing_benchmark UUID.swift
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/StringAbstractions.swift:15:5: warning: let 'stringAbstractionsSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
13 | /// but this means we are responsible for handling UTF8 normalization, so we have to explicitly
14 | /// handle both the "LATIN SMALL LETTER E WITH ACUTE" and "E + COMBINING ACUTE ACCENT" characters.
15 | let stringAbstractionsSuite = BenchmarkSuite(name: "String Abstractions") { suite in
   |     `- warning: let 'stringAbstractionsSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
16 |   let count = 1_000
17 |   let input = (1...count)
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/StringAbstractions.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 1 | import Benchmark
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 2 | import Parsing
 3 |
   :
13 | /// but this means we are responsible for handling UTF8 normalization, so we have to explicitly
14 | /// handle both the "LATIN SMALL LETTER E WITH ACUTE" and "E + COMBINING ACUTE ACCENT" characters.
15 | let stringAbstractionsSuite = BenchmarkSuite(name: "String Abstractions") { suite in
   |     |- note: add '@MainActor' to make let 'stringAbstractionsSuite' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |   let count = 1_000
17 |   let input = (1...count)
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/UUID.swift:6:5: warning: let 'uuidSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |
 5 | /// This benchmark demonstrates how the UUID parser compares to `UUID`'s initializer.
 6 | let uuidSuite = BenchmarkSuite(name: "UUID") { suite in
   |     `- warning: let 'uuidSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 7 |   let input = "deadbeef-dead-beef-dead-beefdeadbeef"
 8 |   let expected = UUID(uuidString: "deadbeef-dead-beef-dead-beefdeadbeef")!
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/UUID.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 1 | import Benchmark
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 2 | import Foundation
 3 | import Parsing
 4 |
 5 | /// This benchmark demonstrates how the UUID parser compares to `UUID`'s initializer.
 6 | let uuidSuite = BenchmarkSuite(name: "UUID") { suite in
   |     |- note: add '@MainActor' to make let 'uuidSuite' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |   let input = "deadbeef-dead-beef-dead-beefdeadbeef"
 8 |   let expected = UUID(uuidString: "deadbeef-dead-beef-dead-beefdeadbeef")!
[170/189] Compiling swift_parsing_benchmark CSV.swift
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/CSV.swift:7:5: warning: let 'csvSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  5 | /// This benchmark demonstrates how to define a simple CSV parser with quoted fields and measures
  6 | /// its performance against a more ad hoc approach at the same level of abstraction.
  7 | let csvSuite = BenchmarkSuite(name: "CSV") { suite in
    |     `- warning: let 'csvSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  8 |   struct FieldParser: ParserPrinter {
  9 |     var body: some ParserPrinter<Substring.UTF8View, String> {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/CSV.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  1 | import Benchmark
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  2 | import Foundation
  3 | import Parsing
    :
  5 | /// This benchmark demonstrates how to define a simple CSV parser with quoted fields and measures
  6 | /// its performance against a more ad hoc approach at the same level of abstraction.
  7 | let csvSuite = BenchmarkSuite(name: "CSV") { suite in
    |     |- note: add '@MainActor' to make let 'csvSuite' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  8 |   struct FieldParser: ParserPrinter {
  9 |     var body: some ParserPrinter<Substring.UTF8View, String> {
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Color.swift:7:5: warning: let 'colorSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 5 | ///
 6 | /// Compare to the Rust [example using nom](https://github.com/Geal/nom#example).
 7 | let colorSuite = BenchmarkSuite(name: "Color") { suite in
   |     `- warning: let 'colorSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 8 |   struct Color: Equatable {
 9 |     let red, green, blue: UInt8
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Color.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 1 | import Benchmark
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 2 | import Parsing
 3 |
   :
 5 | ///
 6 | /// Compare to the Rust [example using nom](https://github.com/Geal/nom#example).
 7 | let colorSuite = BenchmarkSuite(name: "Color") { suite in
   |     |- note: add '@MainActor' to make let 'colorSuite' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 |   struct Color: Equatable {
 9 |     let red, green, blue: UInt8
[171/189] Compiling swift_parsing_benchmark Color.swift
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/CSV.swift:7:5: warning: let 'csvSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  5 | /// This benchmark demonstrates how to define a simple CSV parser with quoted fields and measures
  6 | /// its performance against a more ad hoc approach at the same level of abstraction.
  7 | let csvSuite = BenchmarkSuite(name: "CSV") { suite in
    |     `- warning: let 'csvSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  8 |   struct FieldParser: ParserPrinter {
  9 |     var body: some ParserPrinter<Substring.UTF8View, String> {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/CSV.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  1 | import Benchmark
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  2 | import Foundation
  3 | import Parsing
    :
  5 | /// This benchmark demonstrates how to define a simple CSV parser with quoted fields and measures
  6 | /// its performance against a more ad hoc approach at the same level of abstraction.
  7 | let csvSuite = BenchmarkSuite(name: "CSV") { suite in
    |     |- note: add '@MainActor' to make let 'csvSuite' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  8 |   struct FieldParser: ParserPrinter {
  9 |     var body: some ParserPrinter<Substring.UTF8View, String> {
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Color.swift:7:5: warning: let 'colorSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 5 | ///
 6 | /// Compare to the Rust [example using nom](https://github.com/Geal/nom#example).
 7 | let colorSuite = BenchmarkSuite(name: "Color") { suite in
   |     `- warning: let 'colorSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 8 |   struct Color: Equatable {
 9 |     let red, green, blue: UInt8
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Color.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 1 | import Benchmark
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 2 | import Parsing
 3 |
   :
 5 | ///
 6 | /// Compare to the Rust [example using nom](https://github.com/Geal/nom#example).
 7 | let colorSuite = BenchmarkSuite(name: "Color") { suite in
   |     |- note: add '@MainActor' to make let 'colorSuite' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 |   struct Color: Equatable {
 9 |     let red, green, blue: UInt8
[172/189] Compiling swift_parsing_benchmark Benchmarking.swift
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/CSV.swift:7:5: warning: let 'csvSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  5 | /// This benchmark demonstrates how to define a simple CSV parser with quoted fields and measures
  6 | /// its performance against a more ad hoc approach at the same level of abstraction.
  7 | let csvSuite = BenchmarkSuite(name: "CSV") { suite in
    |     `- warning: let 'csvSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  8 |   struct FieldParser: ParserPrinter {
  9 |     var body: some ParserPrinter<Substring.UTF8View, String> {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/CSV.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  1 | import Benchmark
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  2 | import Foundation
  3 | import Parsing
    :
  5 | /// This benchmark demonstrates how to define a simple CSV parser with quoted fields and measures
  6 | /// its performance against a more ad hoc approach at the same level of abstraction.
  7 | let csvSuite = BenchmarkSuite(name: "CSV") { suite in
    |     |- note: add '@MainActor' to make let 'csvSuite' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  8 |   struct FieldParser: ParserPrinter {
  9 |     var body: some ParserPrinter<Substring.UTF8View, String> {
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Color.swift:7:5: warning: let 'colorSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 5 | ///
 6 | /// Compare to the Rust [example using nom](https://github.com/Geal/nom#example).
 7 | let colorSuite = BenchmarkSuite(name: "Color") { suite in
   |     `- warning: let 'colorSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 8 |   struct Color: Equatable {
 9 |     let red, green, blue: UInt8
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Color.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 1 | import Benchmark
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 2 | import Parsing
 3 |
   :
 5 | ///
 6 | /// Compare to the Rust [example using nom](https://github.com/Geal/nom#example).
 7 | let colorSuite = BenchmarkSuite(name: "Color") { suite in
   |     |- note: add '@MainActor' to make let 'colorSuite' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 |   struct Color: Equatable {
 9 |     let red, green, blue: UInt8
[173/189] Compiling swift_parsing_benchmark Arithmetic.swift
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Arithmetic.swift:6:5: warning: let 'arithmeticSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  4 |
  5 | /// This benchmark demonstrates how to parse a recursive grammar: arithmetic.
  6 | let arithmeticSuite = BenchmarkSuite(name: "Arithmetic") { suite in
    |     `- warning: let 'arithmeticSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  7 |   struct AdditionAndSubtraction: Parser {
  8 |     var body: some Parser<Substring.UTF8View, Double> {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Arithmetic.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  1 | import Benchmark
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  2 | import Foundation
  3 | import Parsing
  4 |
  5 | /// This benchmark demonstrates how to parse a recursive grammar: arithmetic.
  6 | let arithmeticSuite = BenchmarkSuite(name: "Arithmetic") { suite in
    |     |- note: add '@MainActor' to make let 'arithmeticSuite' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  7 |   struct AdditionAndSubtraction: Parser {
  8 |     var body: some Parser<Substring.UTF8View, Double> {
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/BinaryData.swift:26:5: warning: let 'binaryDataSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 24 | ///     |                    ARCOUNT                    |
 25 | ///     +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
 26 | let binaryDataSuite = BenchmarkSuite(name: "BinaryData") { suite in
    |     `- warning: let 'binaryDataSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 27 |   #if swift(>=5.8)
 28 |     struct Word16Parser: Parser {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/BinaryData.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  1 | import Benchmark
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  2 | import Foundation
  3 | import Parsing
    :
 24 | ///     |                    ARCOUNT                    |
 25 | ///     +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
 26 | let binaryDataSuite = BenchmarkSuite(name: "BinaryData") { suite in
    |     |- note: add '@MainActor' to make let 'binaryDataSuite' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 27 |   #if swift(>=5.8)
 28 |     struct Word16Parser: Parser {
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Bool.swift:9:5: warning: let 'boolSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 7 | /// type. `Scanner` does not have a `scanBool` method, but we can emulate this functionality by calling
 8 | /// `scanString` twice and mapping each result to a boolean.
 9 | let boolSuite = BenchmarkSuite(name: "Bool") { suite in
   |     `- warning: let 'boolSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
10 |   var input = "true"
11 |   var expected = true
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Bool.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 1 | import Benchmark
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 2 | import Foundation
 3 | import Parsing
   :
 7 | /// type. `Scanner` does not have a `scanBool` method, but we can emulate this functionality by calling
 8 | /// `scanString` twice and mapping each result to a boolean.
 9 | let boolSuite = BenchmarkSuite(name: "Bool") { suite in
   |     |- note: add '@MainActor' to make let 'boolSuite' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |   var input = "true"
11 |   var expected = true
[174/189] Compiling swift_parsing_benchmark BinaryData.swift
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Arithmetic.swift:6:5: warning: let 'arithmeticSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  4 |
  5 | /// This benchmark demonstrates how to parse a recursive grammar: arithmetic.
  6 | let arithmeticSuite = BenchmarkSuite(name: "Arithmetic") { suite in
    |     `- warning: let 'arithmeticSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  7 |   struct AdditionAndSubtraction: Parser {
  8 |     var body: some Parser<Substring.UTF8View, Double> {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Arithmetic.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  1 | import Benchmark
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  2 | import Foundation
  3 | import Parsing
  4 |
  5 | /// This benchmark demonstrates how to parse a recursive grammar: arithmetic.
  6 | let arithmeticSuite = BenchmarkSuite(name: "Arithmetic") { suite in
    |     |- note: add '@MainActor' to make let 'arithmeticSuite' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  7 |   struct AdditionAndSubtraction: Parser {
  8 |     var body: some Parser<Substring.UTF8View, Double> {
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/BinaryData.swift:26:5: warning: let 'binaryDataSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 24 | ///     |                    ARCOUNT                    |
 25 | ///     +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
 26 | let binaryDataSuite = BenchmarkSuite(name: "BinaryData") { suite in
    |     `- warning: let 'binaryDataSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 27 |   #if swift(>=5.8)
 28 |     struct Word16Parser: Parser {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/BinaryData.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  1 | import Benchmark
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  2 | import Foundation
  3 | import Parsing
    :
 24 | ///     |                    ARCOUNT                    |
 25 | ///     +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
 26 | let binaryDataSuite = BenchmarkSuite(name: "BinaryData") { suite in
    |     |- note: add '@MainActor' to make let 'binaryDataSuite' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 27 |   #if swift(>=5.8)
 28 |     struct Word16Parser: Parser {
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Bool.swift:9:5: warning: let 'boolSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 7 | /// type. `Scanner` does not have a `scanBool` method, but we can emulate this functionality by calling
 8 | /// `scanString` twice and mapping each result to a boolean.
 9 | let boolSuite = BenchmarkSuite(name: "Bool") { suite in
   |     `- warning: let 'boolSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
10 |   var input = "true"
11 |   var expected = true
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Bool.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 1 | import Benchmark
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 2 | import Foundation
 3 | import Parsing
   :
 7 | /// type. `Scanner` does not have a `scanBool` method, but we can emulate this functionality by calling
 8 | /// `scanString` twice and mapping each result to a boolean.
 9 | let boolSuite = BenchmarkSuite(name: "Bool") { suite in
   |     |- note: add '@MainActor' to make let 'boolSuite' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |   var input = "true"
11 |   var expected = true
[175/189] Compiling swift_parsing_benchmark Bool.swift
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Arithmetic.swift:6:5: warning: let 'arithmeticSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  4 |
  5 | /// This benchmark demonstrates how to parse a recursive grammar: arithmetic.
  6 | let arithmeticSuite = BenchmarkSuite(name: "Arithmetic") { suite in
    |     `- warning: let 'arithmeticSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  7 |   struct AdditionAndSubtraction: Parser {
  8 |     var body: some Parser<Substring.UTF8View, Double> {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Arithmetic.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  1 | import Benchmark
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  2 | import Foundation
  3 | import Parsing
  4 |
  5 | /// This benchmark demonstrates how to parse a recursive grammar: arithmetic.
  6 | let arithmeticSuite = BenchmarkSuite(name: "Arithmetic") { suite in
    |     |- note: add '@MainActor' to make let 'arithmeticSuite' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  7 |   struct AdditionAndSubtraction: Parser {
  8 |     var body: some Parser<Substring.UTF8View, Double> {
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/BinaryData.swift:26:5: warning: let 'binaryDataSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 24 | ///     |                    ARCOUNT                    |
 25 | ///     +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
 26 | let binaryDataSuite = BenchmarkSuite(name: "BinaryData") { suite in
    |     `- warning: let 'binaryDataSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 27 |   #if swift(>=5.8)
 28 |     struct Word16Parser: Parser {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/BinaryData.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  1 | import Benchmark
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  2 | import Foundation
  3 | import Parsing
    :
 24 | ///     |                    ARCOUNT                    |
 25 | ///     +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
 26 | let binaryDataSuite = BenchmarkSuite(name: "BinaryData") { suite in
    |     |- note: add '@MainActor' to make let 'binaryDataSuite' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 27 |   #if swift(>=5.8)
 28 |     struct Word16Parser: Parser {
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Bool.swift:9:5: warning: let 'boolSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 7 | /// type. `Scanner` does not have a `scanBool` method, but we can emulate this functionality by calling
 8 | /// `scanString` twice and mapping each result to a boolean.
 9 | let boolSuite = BenchmarkSuite(name: "Bool") { suite in
   |     `- warning: let 'boolSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
10 |   var input = "true"
11 |   var expected = true
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Bool.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 1 | import Benchmark
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 2 | import Foundation
 3 | import Parsing
   :
 7 | /// type. `Scanner` does not have a `scanBool` method, but we can emulate this functionality by calling
 8 | /// `scanString` twice and mapping each result to a boolean.
 9 | let boolSuite = BenchmarkSuite(name: "Bool") { suite in
   |     |- note: add '@MainActor' to make let 'boolSuite' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |   var input = "true"
11 |   var expected = true
[176/189] Emitting module swift_parsing_benchmark
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Arithmetic.swift:6:5: warning: let 'arithmeticSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  4 |
  5 | /// This benchmark demonstrates how to parse a recursive grammar: arithmetic.
  6 | let arithmeticSuite = BenchmarkSuite(name: "Arithmetic") { suite in
    |     `- warning: let 'arithmeticSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  7 |   struct AdditionAndSubtraction: Parser {
  8 |     var body: some Parser<Substring.UTF8View, Double> {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Arithmetic.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  1 | import Benchmark
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  2 | import Foundation
  3 | import Parsing
  4 |
  5 | /// This benchmark demonstrates how to parse a recursive grammar: arithmetic.
  6 | let arithmeticSuite = BenchmarkSuite(name: "Arithmetic") { suite in
    |     |- note: add '@MainActor' to make let 'arithmeticSuite' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  7 |   struct AdditionAndSubtraction: Parser {
  8 |     var body: some Parser<Substring.UTF8View, Double> {
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/BinaryData.swift:26:5: warning: let 'binaryDataSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 24 | ///     |                    ARCOUNT                    |
 25 | ///     +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
 26 | let binaryDataSuite = BenchmarkSuite(name: "BinaryData") { suite in
    |     `- warning: let 'binaryDataSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 27 |   #if swift(>=5.8)
 28 |     struct Word16Parser: Parser {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/BinaryData.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  1 | import Benchmark
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  2 | import Foundation
  3 | import Parsing
    :
 24 | ///     |                    ARCOUNT                    |
 25 | ///     +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
 26 | let binaryDataSuite = BenchmarkSuite(name: "BinaryData") { suite in
    |     |- note: add '@MainActor' to make let 'binaryDataSuite' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 27 |   #if swift(>=5.8)
 28 |     struct Word16Parser: Parser {
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Bool.swift:9:5: warning: let 'boolSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 7 | /// type. `Scanner` does not have a `scanBool` method, but we can emulate this functionality by calling
 8 | /// `scanString` twice and mapping each result to a boolean.
 9 | let boolSuite = BenchmarkSuite(name: "Bool") { suite in
   |     `- warning: let 'boolSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
10 |   var input = "true"
11 |   var expected = true
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Bool.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 1 | import Benchmark
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 2 | import Foundation
 3 | import Parsing
   :
 7 | /// type. `Scanner` does not have a `scanBool` method, but we can emulate this functionality by calling
 8 | /// `scanString` twice and mapping each result to a boolean.
 9 | let boolSuite = BenchmarkSuite(name: "Bool") { suite in
   |     |- note: add '@MainActor' to make let 'boolSuite' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |   var input = "true"
11 |   var expected = true
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/CSV.swift:7:5: warning: let 'csvSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  5 | /// This benchmark demonstrates how to define a simple CSV parser with quoted fields and measures
  6 | /// its performance against a more ad hoc approach at the same level of abstraction.
  7 | let csvSuite = BenchmarkSuite(name: "CSV") { suite in
    |     `- warning: let 'csvSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  8 |   struct FieldParser: ParserPrinter {
  9 |     var body: some ParserPrinter<Substring.UTF8View, String> {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/CSV.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  1 | import Benchmark
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  2 | import Foundation
  3 | import Parsing
    :
  5 | /// This benchmark demonstrates how to define a simple CSV parser with quoted fields and measures
  6 | /// its performance against a more ad hoc approach at the same level of abstraction.
  7 | let csvSuite = BenchmarkSuite(name: "CSV") { suite in
    |     |- note: add '@MainActor' to make let 'csvSuite' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  8 |   struct FieldParser: ParserPrinter {
  9 |     var body: some ParserPrinter<Substring.UTF8View, String> {
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Color.swift:7:5: warning: let 'colorSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 5 | ///
 6 | /// Compare to the Rust [example using nom](https://github.com/Geal/nom#example).
 7 | let colorSuite = BenchmarkSuite(name: "Color") { suite in
   |     `- warning: let 'colorSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 8 |   struct Color: Equatable {
 9 |     let red, green, blue: UInt8
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Color.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 1 | import Benchmark
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 2 | import Parsing
 3 |
   :
 5 | ///
 6 | /// Compare to the Rust [example using nom](https://github.com/Geal/nom#example).
 7 | let colorSuite = BenchmarkSuite(name: "Color") { suite in
   |     |- note: add '@MainActor' to make let 'colorSuite' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 |   struct Color: Equatable {
 9 |     let red, green, blue: UInt8
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Date.swift:81:5: warning: let 'dateSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 79 | /// parse fractional seconds and time zone offsets automatically, and it will parse to the
 80 | /// nanosecond, while the formatters do not parse beyond the millisecond.
 81 | let dateSuite = BenchmarkSuite(name: "Date") { suite in
    |     `- warning: let 'dateSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 82 |   #if swift(>=5.8)
 83 |     let input = "1979-05-27T00:32:00Z"
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Date.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  1 | import Benchmark
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  2 | import Foundation
  3 | import Parsing
    :
 79 | /// parse fractional seconds and time zone offsets automatically, and it will parse to the
 80 | /// nanosecond, while the formatters do not parse beyond the millisecond.
 81 | let dateSuite = BenchmarkSuite(name: "Date") { suite in
    |     |- note: add '@MainActor' to make let 'dateSuite' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 82 |   #if swift(>=5.8)
 83 |     let input = "1979-05-27T00:32:00Z"
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/HTTP.swift:9:5: warning: let 'httpSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  7 | ///
  8 | /// In particular, it benchmarks the same HTTP header as that defined in `one_test`.
  9 | let httpSuite = BenchmarkSuite(name: "HTTP") { suite in
    |     `- warning: let 'httpSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |   #if swift(>=5.8)
 11 |     struct RequestParser: ParserPrinter {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/HTTP.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  1 | import Benchmark
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  2 | import Parsing
  3 |
    :
  7 | ///
  8 | /// In particular, it benchmarks the same HTTP header as that defined in `one_test`.
  9 | let httpSuite = BenchmarkSuite(name: "HTTP") { suite in
    |     |- note: add '@MainActor' to make let 'httpSuite' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 10 |   #if swift(>=5.8)
 11 |     struct RequestParser: ParserPrinter {
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/JSON.swift:8:5: warning: let 'jsonSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | ///
  7 | /// It is implemented according to the [spec](https://www.json.org/json-en.html).
  8 | let jsonSuite = BenchmarkSuite(name: "JSON") { suite in
    |     `- warning: let 'jsonSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |   #if swift(>=5.8)
 10 |     struct JSONValue: ParserPrinter {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/JSON.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  1 | import Benchmark
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  2 | import Foundation
  3 | import Parsing
    :
  6 | ///
  7 | /// It is implemented according to the [spec](https://www.json.org/json-en.html).
  8 | let jsonSuite = BenchmarkSuite(name: "JSON") { suite in
    |     |- note: add '@MainActor' to make let 'jsonSuite' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  9 |   #if swift(>=5.8)
 10 |     struct JSONValue: ParserPrinter {
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Numerics.swift:7:5: warning: let 'numericsSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  5 | /// This benchmark demonstrates how the numeric parsers in the library compare to Apple's tools, such
  6 | /// as initializers and `Scanner`.
  7 | let numericsSuite = BenchmarkSuite(name: "Numerics") { suite in
    |     `- warning: let 'numericsSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  8 |   do {
  9 |     let input = "123"
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Numerics.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  1 | import Benchmark
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  2 | import Foundation
  3 | import Parsing
    :
  5 | /// This benchmark demonstrates how the numeric parsers in the library compare to Apple's tools, such
  6 | /// as initializers and `Scanner`.
  7 | let numericsSuite = BenchmarkSuite(name: "Numerics") { suite in
    |     |- note: add '@MainActor' to make let 'numericsSuite' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  8 |   do {
  9 |     let input = "123"
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/PrefixUpTo.swift:6:5: warning: let 'prefixUpToSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |
 5 | /// This benchmarks the performance of `PrefixUpTo` against Apple's tools.
 6 | let prefixUpToSuite = BenchmarkSuite(name: "PrefixUpTo") { suite in
   |     `- warning: let 'prefixUpToSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 7 |   let input = String(repeating: ".", count: 10_000) + "Hello, world!"
 8 |
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/PrefixUpTo.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 1 | import Benchmark
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 2 | import Foundation
 3 | import Parsing
 4 |
 5 | /// This benchmarks the performance of `PrefixUpTo` against Apple's tools.
 6 | let prefixUpToSuite = BenchmarkSuite(name: "PrefixUpTo") { suite in
   |     |- note: add '@MainActor' to make let 'prefixUpToSuite' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |   let input = String(repeating: ".", count: 10_000) + "Hello, world!"
 8 |
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Race.swift:8:5: warning: let 'raceSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | ///
  7 | /// [parsing]: https://www.pointfree.co/collections/parsing
  8 | let raceSuite = BenchmarkSuite(name: "Race") { suite in
    |     `- warning: let 'raceSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |   #if swift(>=5.8)
 10 |     struct Coordinate {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Race.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  1 | import Benchmark
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  2 | import Parsing
  3 |
    :
  6 | ///
  7 | /// [parsing]: https://www.pointfree.co/collections/parsing
  8 | let raceSuite = BenchmarkSuite(name: "Race") { suite in
    |     |- note: add '@MainActor' to make let 'raceSuite' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  9 |   #if swift(>=5.8)
 10 |     struct Coordinate {
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/ReadmeExample.swift:6:5: warning: let 'readmeExampleSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  4 |
  5 | /// This benchmark measures the performance of the examples given in the library's README.
  6 | let readmeExampleSuite = BenchmarkSuite(name: "README Example") { suite in
    |     `- warning: let 'readmeExampleSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  7 |   #if swift(>=5.8)
  8 |     let input = """
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/ReadmeExample.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  1 | import Benchmark
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  2 | import Foundation
  3 | import Parsing
  4 |
  5 | /// This benchmark measures the performance of the examples given in the library's README.
  6 | let readmeExampleSuite = BenchmarkSuite(name: "README Example") { suite in
    |     |- note: add '@MainActor' to make let 'readmeExampleSuite' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  7 |   #if swift(>=5.8)
  8 |     let input = """
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/StringAbstractions.swift:15:5: warning: let 'stringAbstractionsSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
13 | /// but this means we are responsible for handling UTF8 normalization, so we have to explicitly
14 | /// handle both the "LATIN SMALL LETTER E WITH ACUTE" and "E + COMBINING ACUTE ACCENT" characters.
15 | let stringAbstractionsSuite = BenchmarkSuite(name: "String Abstractions") { suite in
   |     `- warning: let 'stringAbstractionsSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
16 |   let count = 1_000
17 |   let input = (1...count)
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/StringAbstractions.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 1 | import Benchmark
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 2 | import Parsing
 3 |
   :
13 | /// but this means we are responsible for handling UTF8 normalization, so we have to explicitly
14 | /// handle both the "LATIN SMALL LETTER E WITH ACUTE" and "E + COMBINING ACUTE ACCENT" characters.
15 | let stringAbstractionsSuite = BenchmarkSuite(name: "String Abstractions") { suite in
   |     |- note: add '@MainActor' to make let 'stringAbstractionsSuite' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |   let count = 1_000
17 |   let input = (1...count)
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/UUID.swift:6:5: warning: let 'uuidSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |
 5 | /// This benchmark demonstrates how the UUID parser compares to `UUID`'s initializer.
 6 | let uuidSuite = BenchmarkSuite(name: "UUID") { suite in
   |     `- warning: let 'uuidSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 7 |   let input = "deadbeef-dead-beef-dead-beefdeadbeef"
 8 |   let expected = UUID(uuidString: "deadbeef-dead-beef-dead-beefdeadbeef")!
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/UUID.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 1 | import Benchmark
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 2 | import Foundation
 3 | import Parsing
 4 |
 5 | /// This benchmark demonstrates how the UUID parser compares to `UUID`'s initializer.
 6 | let uuidSuite = BenchmarkSuite(name: "UUID") { suite in
   |     |- note: add '@MainActor' to make let 'uuidSuite' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |   let input = "deadbeef-dead-beef-dead-beefdeadbeef"
 8 |   let expected = UUID(uuidString: "deadbeef-dead-beef-dead-beefdeadbeef")!
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/XCTestLogs.swift:7:5: warning: let 'xcodeLogsSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  5 | /// in an array of test failures and passes.
  6 |
  7 | let xcodeLogsSuite = BenchmarkSuite(name: "Xcode Logs") { suite in
    |     `- warning: let 'xcodeLogsSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  8 |   var output: [TestResult]!
  9 |
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/XCTestLogs.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  1 | import Benchmark
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  2 | import Parsing
  3 |
    :
  5 | /// in an array of test failures and passes.
  6 |
  7 | let xcodeLogsSuite = BenchmarkSuite(name: "Xcode Logs") { suite in
    |     |- note: add '@MainActor' to make let 'xcodeLogsSuite' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  8 |   var output: [TestResult]!
  9 |
[177/189] Compiling swift_parsing_benchmark Race.swift
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Race.swift:8:5: warning: let 'raceSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | ///
  7 | /// [parsing]: https://www.pointfree.co/collections/parsing
  8 | let raceSuite = BenchmarkSuite(name: "Race") { suite in
    |     `- warning: let 'raceSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |   #if swift(>=5.8)
 10 |     struct Coordinate {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Race.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  1 | import Benchmark
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  2 | import Parsing
  3 |
    :
  6 | ///
  7 | /// [parsing]: https://www.pointfree.co/collections/parsing
  8 | let raceSuite = BenchmarkSuite(name: "Race") { suite in
    |     |- note: add '@MainActor' to make let 'raceSuite' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  9 |   #if swift(>=5.8)
 10 |     struct Coordinate {
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/ReadmeExample.swift:6:5: warning: let 'readmeExampleSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  4 |
  5 | /// This benchmark measures the performance of the examples given in the library's README.
  6 | let readmeExampleSuite = BenchmarkSuite(name: "README Example") { suite in
    |     `- warning: let 'readmeExampleSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  7 |   #if swift(>=5.8)
  8 |     let input = """
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/ReadmeExample.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  1 | import Benchmark
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  2 | import Foundation
  3 | import Parsing
  4 |
  5 | /// This benchmark measures the performance of the examples given in the library's README.
  6 | let readmeExampleSuite = BenchmarkSuite(name: "README Example") { suite in
    |     |- note: add '@MainActor' to make let 'readmeExampleSuite' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  7 |   #if swift(>=5.8)
  8 |     let input = """
[178/189] Compiling swift_parsing_benchmark ReadmeExample.swift
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Race.swift:8:5: warning: let 'raceSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | ///
  7 | /// [parsing]: https://www.pointfree.co/collections/parsing
  8 | let raceSuite = BenchmarkSuite(name: "Race") { suite in
    |     `- warning: let 'raceSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |   #if swift(>=5.8)
 10 |     struct Coordinate {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Race.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  1 | import Benchmark
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  2 | import Parsing
  3 |
    :
  6 | ///
  7 | /// [parsing]: https://www.pointfree.co/collections/parsing
  8 | let raceSuite = BenchmarkSuite(name: "Race") { suite in
    |     |- note: add '@MainActor' to make let 'raceSuite' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  9 |   #if swift(>=5.8)
 10 |     struct Coordinate {
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/ReadmeExample.swift:6:5: warning: let 'readmeExampleSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  4 |
  5 | /// This benchmark measures the performance of the examples given in the library's README.
  6 | let readmeExampleSuite = BenchmarkSuite(name: "README Example") { suite in
    |     `- warning: let 'readmeExampleSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  7 |   #if swift(>=5.8)
  8 |     let input = """
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/ReadmeExample.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  1 | import Benchmark
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  2 | import Foundation
  3 | import Parsing
  4 |
  5 | /// This benchmark measures the performance of the examples given in the library's README.
  6 | let readmeExampleSuite = BenchmarkSuite(name: "README Example") { suite in
    |     |- note: add '@MainActor' to make let 'readmeExampleSuite' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  7 |   #if swift(>=5.8)
  8 |     let input = """
[179/189] Compiling swift_parsing_benchmark XCTestLogs.swift
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/XCTestLogs.swift:7:5: warning: let 'xcodeLogsSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  5 | /// in an array of test failures and passes.
  6 |
  7 | let xcodeLogsSuite = BenchmarkSuite(name: "Xcode Logs") { suite in
    |     `- warning: let 'xcodeLogsSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  8 |   var output: [TestResult]!
  9 |
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/XCTestLogs.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  1 | import Benchmark
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  2 | import Parsing
  3 |
    :
  5 | /// in an array of test failures and passes.
  6 |
  7 | let xcodeLogsSuite = BenchmarkSuite(name: "Xcode Logs") { suite in
    |     |- note: add '@MainActor' to make let 'xcodeLogsSuite' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  8 |   var output: [TestResult]!
  9 |
[180/189] Compiling swift_parsing_benchmark main.swift
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/XCTestLogs.swift:7:5: warning: let 'xcodeLogsSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  5 | /// in an array of test failures and passes.
  6 |
  7 | let xcodeLogsSuite = BenchmarkSuite(name: "Xcode Logs") { suite in
    |     `- warning: let 'xcodeLogsSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  8 |   var output: [TestResult]!
  9 |
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/XCTestLogs.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  1 | import Benchmark
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  2 | import Parsing
  3 |
    :
  5 | /// in an array of test failures and passes.
  6 |
  7 | let xcodeLogsSuite = BenchmarkSuite(name: "Xcode Logs") { suite in
    |     |- note: add '@MainActor' to make let 'xcodeLogsSuite' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  8 |   var output: [TestResult]!
  9 |
[181/189] Compiling swift_parsing_benchmark ParsingError.swift
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Date.swift:81:5: warning: let 'dateSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 79 | /// parse fractional seconds and time zone offsets automatically, and it will parse to the
 80 | /// nanosecond, while the formatters do not parse beyond the millisecond.
 81 | let dateSuite = BenchmarkSuite(name: "Date") { suite in
    |     `- warning: let 'dateSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 82 |   #if swift(>=5.8)
 83 |     let input = "1979-05-27T00:32:00Z"
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Date.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  1 | import Benchmark
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  2 | import Foundation
  3 | import Parsing
    :
 79 | /// parse fractional seconds and time zone offsets automatically, and it will parse to the
 80 | /// nanosecond, while the formatters do not parse beyond the millisecond.
 81 | let dateSuite = BenchmarkSuite(name: "Date") { suite in
    |     |- note: add '@MainActor' to make let 'dateSuite' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 82 |   #if swift(>=5.8)
 83 |     let input = "1979-05-27T00:32:00Z"
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/HTTP.swift:9:5: warning: let 'httpSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  7 | ///
  8 | /// In particular, it benchmarks the same HTTP header as that defined in `one_test`.
  9 | let httpSuite = BenchmarkSuite(name: "HTTP") { suite in
    |     `- warning: let 'httpSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |   #if swift(>=5.8)
 11 |     struct RequestParser: ParserPrinter {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/HTTP.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  1 | import Benchmark
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  2 | import Parsing
  3 |
    :
  7 | ///
  8 | /// In particular, it benchmarks the same HTTP header as that defined in `one_test`.
  9 | let httpSuite = BenchmarkSuite(name: "HTTP") { suite in
    |     |- note: add '@MainActor' to make let 'httpSuite' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 10 |   #if swift(>=5.8)
 11 |     struct RequestParser: ParserPrinter {
[182/189] Compiling swift_parsing_benchmark Date.swift
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Date.swift:81:5: warning: let 'dateSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 79 | /// parse fractional seconds and time zone offsets automatically, and it will parse to the
 80 | /// nanosecond, while the formatters do not parse beyond the millisecond.
 81 | let dateSuite = BenchmarkSuite(name: "Date") { suite in
    |     `- warning: let 'dateSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 82 |   #if swift(>=5.8)
 83 |     let input = "1979-05-27T00:32:00Z"
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Date.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  1 | import Benchmark
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  2 | import Foundation
  3 | import Parsing
    :
 79 | /// parse fractional seconds and time zone offsets automatically, and it will parse to the
 80 | /// nanosecond, while the formatters do not parse beyond the millisecond.
 81 | let dateSuite = BenchmarkSuite(name: "Date") { suite in
    |     |- note: add '@MainActor' to make let 'dateSuite' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 82 |   #if swift(>=5.8)
 83 |     let input = "1979-05-27T00:32:00Z"
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/HTTP.swift:9:5: warning: let 'httpSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  7 | ///
  8 | /// In particular, it benchmarks the same HTTP header as that defined in `one_test`.
  9 | let httpSuite = BenchmarkSuite(name: "HTTP") { suite in
    |     `- warning: let 'httpSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |   #if swift(>=5.8)
 11 |     struct RequestParser: ParserPrinter {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/HTTP.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  1 | import Benchmark
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  2 | import Parsing
  3 |
    :
  7 | ///
  8 | /// In particular, it benchmarks the same HTTP header as that defined in `one_test`.
  9 | let httpSuite = BenchmarkSuite(name: "HTTP") { suite in
    |     |- note: add '@MainActor' to make let 'httpSuite' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 10 |   #if swift(>=5.8)
 11 |     struct RequestParser: ParserPrinter {
[183/189] Compiling swift_parsing_benchmark HTTP.swift
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Date.swift:81:5: warning: let 'dateSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 79 | /// parse fractional seconds and time zone offsets automatically, and it will parse to the
 80 | /// nanosecond, while the formatters do not parse beyond the millisecond.
 81 | let dateSuite = BenchmarkSuite(name: "Date") { suite in
    |     `- warning: let 'dateSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 82 |   #if swift(>=5.8)
 83 |     let input = "1979-05-27T00:32:00Z"
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Date.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  1 | import Benchmark
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  2 | import Foundation
  3 | import Parsing
    :
 79 | /// parse fractional seconds and time zone offsets automatically, and it will parse to the
 80 | /// nanosecond, while the formatters do not parse beyond the millisecond.
 81 | let dateSuite = BenchmarkSuite(name: "Date") { suite in
    |     |- note: add '@MainActor' to make let 'dateSuite' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 82 |   #if swift(>=5.8)
 83 |     let input = "1979-05-27T00:32:00Z"
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/HTTP.swift:9:5: warning: let 'httpSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  7 | ///
  8 | /// In particular, it benchmarks the same HTTP header as that defined in `one_test`.
  9 | let httpSuite = BenchmarkSuite(name: "HTTP") { suite in
    |     `- warning: let 'httpSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |   #if swift(>=5.8)
 11 |     struct RequestParser: ParserPrinter {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/HTTP.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  1 | import Benchmark
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  2 | import Parsing
  3 |
    :
  7 | ///
  8 | /// In particular, it benchmarks the same HTTP header as that defined in `one_test`.
  9 | let httpSuite = BenchmarkSuite(name: "HTTP") { suite in
    |     |- note: add '@MainActor' to make let 'httpSuite' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 10 |   #if swift(>=5.8)
 11 |     struct RequestParser: ParserPrinter {
[184/189] Compiling swift_parsing_benchmark JSON.swift
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/JSON.swift:8:5: warning: let 'jsonSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | ///
  7 | /// It is implemented according to the [spec](https://www.json.org/json-en.html).
  8 | let jsonSuite = BenchmarkSuite(name: "JSON") { suite in
    |     `- warning: let 'jsonSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |   #if swift(>=5.8)
 10 |     struct JSONValue: ParserPrinter {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/JSON.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  1 | import Benchmark
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  2 | import Foundation
  3 | import Parsing
    :
  6 | ///
  7 | /// It is implemented according to the [spec](https://www.json.org/json-en.html).
  8 | let jsonSuite = BenchmarkSuite(name: "JSON") { suite in
    |     |- note: add '@MainActor' to make let 'jsonSuite' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  9 |   #if swift(>=5.8)
 10 |     struct JSONValue: ParserPrinter {
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/JSON.swift:23:29: error: type 'Conversion' has no member 'case'
 21 |         Whitespace()
 22 |         OneOf {
 23 |           JSONObject().map(.case(Output.object))
    |                             `- error: type 'Conversion' has no member 'case'
 24 |           JSONArray().map(.case(Output.array))
 25 |           JSONString().map(.case(Output.string))
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/JSON.swift:72:64: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
 70 |
 71 |     struct JSONString: ParserPrinter {
 72 |       var body: some ParserPrinter<Substring.UTF8View, String> {
    |                                                                `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
 73 |         "\"".utf8
 74 |         Many(into: "") { string, fragment in
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Numerics.swift:7:5: warning: let 'numericsSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  5 | /// This benchmark demonstrates how the numeric parsers in the library compare to Apple's tools, such
  6 | /// as initializers and `Scanner`.
  7 | let numericsSuite = BenchmarkSuite(name: "Numerics") { suite in
    |     `- warning: let 'numericsSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  8 |   do {
  9 |     let input = "123"
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Numerics.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  1 | import Benchmark
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  2 | import Foundation
  3 | import Parsing
    :
  5 | /// This benchmark demonstrates how the numeric parsers in the library compare to Apple's tools, such
  6 | /// as initializers and `Scanner`.
  7 | let numericsSuite = BenchmarkSuite(name: "Numerics") { suite in
    |     |- note: add '@MainActor' to make let 'numericsSuite' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  8 |   do {
  9 |     let input = "123"
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/PrefixUpTo.swift:6:5: warning: let 'prefixUpToSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |
 5 | /// This benchmarks the performance of `PrefixUpTo` against Apple's tools.
 6 | let prefixUpToSuite = BenchmarkSuite(name: "PrefixUpTo") { suite in
   |     `- warning: let 'prefixUpToSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 7 |   let input = String(repeating: ".", count: 10_000) + "Hello, world!"
 8 |
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/PrefixUpTo.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 1 | import Benchmark
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 2 | import Foundation
 3 | import Parsing
 4 |
 5 | /// This benchmarks the performance of `PrefixUpTo` against Apple's tools.
 6 | let prefixUpToSuite = BenchmarkSuite(name: "PrefixUpTo") { suite in
   |     |- note: add '@MainActor' to make let 'prefixUpToSuite' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |   let input = String(repeating: ".", count: 10_000) + "Hello, world!"
 8 |
[185/189] Compiling swift_parsing_benchmark Numerics.swift
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/JSON.swift:8:5: warning: let 'jsonSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | ///
  7 | /// It is implemented according to the [spec](https://www.json.org/json-en.html).
  8 | let jsonSuite = BenchmarkSuite(name: "JSON") { suite in
    |     `- warning: let 'jsonSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |   #if swift(>=5.8)
 10 |     struct JSONValue: ParserPrinter {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/JSON.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  1 | import Benchmark
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  2 | import Foundation
  3 | import Parsing
    :
  6 | ///
  7 | /// It is implemented according to the [spec](https://www.json.org/json-en.html).
  8 | let jsonSuite = BenchmarkSuite(name: "JSON") { suite in
    |     |- note: add '@MainActor' to make let 'jsonSuite' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  9 |   #if swift(>=5.8)
 10 |     struct JSONValue: ParserPrinter {
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/JSON.swift:23:29: error: type 'Conversion' has no member 'case'
 21 |         Whitespace()
 22 |         OneOf {
 23 |           JSONObject().map(.case(Output.object))
    |                             `- error: type 'Conversion' has no member 'case'
 24 |           JSONArray().map(.case(Output.array))
 25 |           JSONString().map(.case(Output.string))
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/JSON.swift:72:64: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
 70 |
 71 |     struct JSONString: ParserPrinter {
 72 |       var body: some ParserPrinter<Substring.UTF8View, String> {
    |                                                                `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
 73 |         "\"".utf8
 74 |         Many(into: "") { string, fragment in
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Numerics.swift:7:5: warning: let 'numericsSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  5 | /// This benchmark demonstrates how the numeric parsers in the library compare to Apple's tools, such
  6 | /// as initializers and `Scanner`.
  7 | let numericsSuite = BenchmarkSuite(name: "Numerics") { suite in
    |     `- warning: let 'numericsSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  8 |   do {
  9 |     let input = "123"
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Numerics.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  1 | import Benchmark
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  2 | import Foundation
  3 | import Parsing
    :
  5 | /// This benchmark demonstrates how the numeric parsers in the library compare to Apple's tools, such
  6 | /// as initializers and `Scanner`.
  7 | let numericsSuite = BenchmarkSuite(name: "Numerics") { suite in
    |     |- note: add '@MainActor' to make let 'numericsSuite' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  8 |   do {
  9 |     let input = "123"
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/PrefixUpTo.swift:6:5: warning: let 'prefixUpToSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |
 5 | /// This benchmarks the performance of `PrefixUpTo` against Apple's tools.
 6 | let prefixUpToSuite = BenchmarkSuite(name: "PrefixUpTo") { suite in
   |     `- warning: let 'prefixUpToSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 7 |   let input = String(repeating: ".", count: 10_000) + "Hello, world!"
 8 |
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/PrefixUpTo.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 1 | import Benchmark
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 2 | import Foundation
 3 | import Parsing
 4 |
 5 | /// This benchmarks the performance of `PrefixUpTo` against Apple's tools.
 6 | let prefixUpToSuite = BenchmarkSuite(name: "PrefixUpTo") { suite in
   |     |- note: add '@MainActor' to make let 'prefixUpToSuite' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |   let input = String(repeating: ".", count: 10_000) + "Hello, world!"
 8 |
[186/189] Compiling swift_parsing_benchmark PrefixUpTo.swift
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/JSON.swift:8:5: warning: let 'jsonSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | ///
  7 | /// It is implemented according to the [spec](https://www.json.org/json-en.html).
  8 | let jsonSuite = BenchmarkSuite(name: "JSON") { suite in
    |     `- warning: let 'jsonSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |   #if swift(>=5.8)
 10 |     struct JSONValue: ParserPrinter {
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/JSON.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  1 | import Benchmark
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  2 | import Foundation
  3 | import Parsing
    :
  6 | ///
  7 | /// It is implemented according to the [spec](https://www.json.org/json-en.html).
  8 | let jsonSuite = BenchmarkSuite(name: "JSON") { suite in
    |     |- note: add '@MainActor' to make let 'jsonSuite' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  9 |   #if swift(>=5.8)
 10 |     struct JSONValue: ParserPrinter {
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/JSON.swift:23:29: error: type 'Conversion' has no member 'case'
 21 |         Whitespace()
 22 |         OneOf {
 23 |           JSONObject().map(.case(Output.object))
    |                             `- error: type 'Conversion' has no member 'case'
 24 |           JSONArray().map(.case(Output.array))
 25 |           JSONString().map(.case(Output.string))
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/JSON.swift:72:64: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
 70 |
 71 |     struct JSONString: ParserPrinter {
 72 |       var body: some ParserPrinter<Substring.UTF8View, String> {
    |                                                                `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
 73 |         "\"".utf8
 74 |         Many(into: "") { string, fragment in
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Numerics.swift:7:5: warning: let 'numericsSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  5 | /// This benchmark demonstrates how the numeric parsers in the library compare to Apple's tools, such
  6 | /// as initializers and `Scanner`.
  7 | let numericsSuite = BenchmarkSuite(name: "Numerics") { suite in
    |     `- warning: let 'numericsSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
  8 |   do {
  9 |     let input = "123"
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/Numerics.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  1 | import Benchmark
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
  2 | import Foundation
  3 | import Parsing
    :
  5 | /// This benchmark demonstrates how the numeric parsers in the library compare to Apple's tools, such
  6 | /// as initializers and `Scanner`.
  7 | let numericsSuite = BenchmarkSuite(name: "Numerics") { suite in
    |     |- note: add '@MainActor' to make let 'numericsSuite' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  8 |   do {
  9 |     let input = "123"
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/PrefixUpTo.swift:6:5: warning: let 'prefixUpToSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |
 5 | /// This benchmarks the performance of `PrefixUpTo` against Apple's tools.
 6 | let prefixUpToSuite = BenchmarkSuite(name: "PrefixUpTo") { suite in
   |     `- warning: let 'prefixUpToSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 7 |   let input = String(repeating: ".", count: 10_000) + "Hello, world!"
 8 |
/host/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/PrefixUpTo.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 1 | import Benchmark
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 2 | import Foundation
 3 | import Parsing
 4 |
 5 | /// This benchmarks the performance of `PrefixUpTo` against Apple's tools.
 6 | let prefixUpToSuite = BenchmarkSuite(name: "PrefixUpTo") { suite in
   |     |- note: add '@MainActor' to make let 'prefixUpToSuite' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |   let input = String(repeating: ".", count: 10_000) + "Hello, world!"
 8 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-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 Parsing OneOfBuilder.swift
[7/80] Compiling Parsing ParserBuilder.swift
[8/80] Compiling Parsing Conversion.swift
[9/80] Compiling Parsing AnyConversion.swift
[10/80] Compiling Parsing BinaryFloatingPoint.swift
[11/80] Compiling Parsing ConversionMap.swift
[12/80] Compiling Parsing Conversions.swift
[13/80] Compiling Parsing Data.swift
[14/80] Compiling Parsing FixedWidthInteger.swift
[15/80] Compiling Parsing Identity.swift
[16/89] Emitting module ArgumentParserToolInfo
[17/89] Compiling ArgumentParserToolInfo ToolInfo.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/90] Compiling Parsing EmptyInitializable.swift
[28/90] Compiling Parsing AnyEquatable.swift
[29/90] Compiling Parsing Deprecations.swift
[30/90] Compiling Parsing Parser.swift
[31/90] Compiling Parsing ParserPrinter.swift
[32/90] Compiling Parsing Always.swift
[33/90] Compiling Parsing AnyParserPrinter.swift
[34/90] Compiling Parsing Backtracking.swift
[35/90] Compiling Parsing Bool.swift
[37/135] Compiling ArgumentParser ArgumentDecoder.swift
[38/135] Compiling ArgumentParser ArgumentDefinition.swift
[39/135] Compiling ArgumentParser ArgumentSet.swift
[40/135] Compiling ArgumentParser CommandParser.swift
[41/135] Compiling ArgumentParser InputKey.swift
[42/135] Compiling ArgumentParser Foundation.swift
[43/135] Compiling ArgumentParser Mutex.swift
[44/135] Compiling ArgumentParser Platform.swift
[45/135] Compiling ArgumentParser SequenceExtensions.swift
[46/135] Compiling ArgumentParser StringExtensions.swift
[47/135] Compiling ArgumentParser SwiftExtensions.swift
[48/135] Compiling ArgumentParser DumpHelpGenerator.swift
[49/135] Compiling ArgumentParser HelpCommand.swift
[50/135] Compiling ArgumentParser HelpGenerator.swift
[51/135] Compiling ArgumentParser MessageInfo.swift
[52/135] Compiling ArgumentParser UsageGenerator.swift
[53/135] Compiling ArgumentParser CollectionExtensions.swift
[54/135] Compiling Parsing Newline.swift
[55/135] Compiling Parsing Not.swift
[56/135] Compiling ArgumentParser Flag.swift
[57/135] Compiling ArgumentParser NameSpecification.swift
[58/135] Compiling ArgumentParser Option.swift
[59/135] Compiling ArgumentParser OptionGroup.swift
[60/135] Compiling ArgumentParser ParentCommand.swift
[61/135] Compiling ArgumentParser AsyncParsableCommand.swift
[62/135] Compiling ArgumentParser CommandConfiguration.swift
[63/135] Compiling ArgumentParser CommandGroup.swift
[64/135] Compiling ArgumentParser EnumerableFlag.swift
[65/135] Compiling ArgumentParser ExpressibleByArgument.swift
[66/135] Compiling ArgumentParser ParsableArguments.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
[72/135] Compiling ArgumentParser SplitArguments.swift
[73/135] Compiling ArgumentParser ParsableCommand.swift
[74/135] Emitting module Parsing
[75/135] Emitting module ArgumentParser
[83/141] Compiling Parsing Whitespace.swift
[84/141] Compiling Parsing AnyParser.swift
[85/141] Compiling Parsing CompactMap.swift
[86/141] Compiling Parsing FlatMap.swift
[87/141] Compiling Parsing Parsers.swift
[88/141] Compiling Parsing Stream.swift
[89/141] Compiling Parsing ParsingError.swift
[90/141] Compiling Parsing PrependableCollection.swift
[91/141] Compiling Parsing PrintingError.swift
[92/142] Compiling ArgumentParser Tree.swift
[93/142] Compiling ArgumentParser CodingKeyValidator.swift
[94/142] Compiling ArgumentParser NonsenseFlagsValidator.swift
[95/142] Compiling ArgumentParser ParsableArgumentsValidation.swift
[96/142] Compiling ArgumentParser PositionalArgumentsValidator.swift
[97/142] Compiling ArgumentParser UniqueNamesValidator.swift
[98/142] Wrapping AST for Parsing for debugging
[112/142] Compiling ArgumentParser BashCompletionsGenerator.swift
[113/142] Compiling ArgumentParser CompletionsGenerator.swift
[114/142] Compiling ArgumentParser FishCompletionsGenerator.swift
[115/142] Compiling ArgumentParser ZshCompletionsGenerator.swift
[116/142] Compiling ArgumentParser Argument.swift
[117/142] Compiling ArgumentParser ArgumentDiscussion.swift
[118/142] Compiling ArgumentParser ArgumentHelp.swift
[119/142] Compiling ArgumentParser ArgumentVisibility.swift
[120/142] Compiling ArgumentParser CompletionKind.swift
[121/142] Compiling ArgumentParser Errors.swift
[139/158] Compiling Benchmark BenchmarkReporter.swift
[140/158] Compiling Benchmark BenchmarkResult.swift
[141/160] Emitting module Benchmark
[142/160] Compiling Benchmark BenchmarkCommand.swift
[143/160] Compiling Benchmark BenchmarkFilter.swift
[144/160] Compiling Benchmark BenchmarkTermination.swift
[145/160] Compiling Benchmark BenchmarkTime.swift
[146/160] Compiling Benchmark BenchmarkRunner.swift
[147/160] Compiling Benchmark BenchmarkSetting.swift
[148/160] Compiling Benchmark BenchmarkFormatter.swift
[149/160] Compiling Benchmark BenchmarkMain.swift
[150/160] Compiling Benchmark BenchmarkState.swift
[151/160] Compiling Benchmark BenchmarkSuite.swift
[152/160] Compiling Benchmark Benchmark.swift
[153/160] Compiling Benchmark BenchmarkArguments.swift
[154/160] Compiling Benchmark BenchmarkColumn.swift
[155/160] Compiling Benchmark Stats.swift
[156/160] Compiling Benchmark TestIntegration.swift
[157/161] Wrapping AST for Benchmark for debugging
[159/180] Compiling swift_parsing_benchmark StringAbstractions.swift
[160/180] Compiling swift_parsing_benchmark UUID.swift
[161/180] Compiling swift_parsing_benchmark CSVSample.swift
[162/180] Compiling swift_parsing_benchmark XCTestLogsSample.swift
[163/182] Compiling swift_parsing_benchmark Arithmetic.swift
[164/182] Compiling swift_parsing_benchmark BinaryData.swift
[165/182] Compiling swift_parsing_benchmark Bool.swift
[166/182] Compiling swift_parsing_benchmark Race.swift
[167/182] Compiling swift_parsing_benchmark ReadmeExample.swift
[168/182] Emitting module swift_parsing_benchmark
[169/182] Compiling swift_parsing_benchmark XCTestLogs.swift
[170/182] Compiling swift_parsing_benchmark main.swift
[171/182] Compiling swift_parsing_benchmark CSV.swift
[172/182] Compiling swift_parsing_benchmark Color.swift
[173/182] Compiling swift_parsing_benchmark Benchmarking.swift
[174/182] Compiling swift_parsing_benchmark ParsingError.swift
[175/182] Compiling swift_parsing_benchmark Date.swift
[176/182] Compiling swift_parsing_benchmark HTTP.swift
[177/182] Compiling swift_parsing_benchmark JSON.swift
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/JSON.swift:23:29: error: type 'Conversion' has no member 'case'
 21 |         Whitespace()
 22 |         OneOf {
 23 |           JSONObject().map(.case(Output.object))
    |                             `- error: type 'Conversion' has no member 'case'
 24 |           JSONArray().map(.case(Output.array))
 25 |           JSONString().map(.case(Output.string))
[178/182] Compiling swift_parsing_benchmark Numerics.swift
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/JSON.swift:23:29: error: type 'Conversion' has no member 'case'
 21 |         Whitespace()
 22 |         OneOf {
 23 |           JSONObject().map(.case(Output.object))
    |                             `- error: type 'Conversion' has no member 'case'
 24 |           JSONArray().map(.case(Output.array))
 25 |           JSONString().map(.case(Output.string))
[179/182] Compiling swift_parsing_benchmark PrefixUpTo.swift
/host/spi-builder-workspace/Sources/swift-parsing-benchmark/JSON.swift:23:29: error: type 'Conversion' has no member 'case'
 21 |         Whitespace()
 22 |         OneOf {
 23 |           JSONObject().map(.case(Output.object))
    |                             `- error: type 'Conversion' has no member 'case'
 24 |           JSONArray().map(.case(Output.array))
 25 |           JSONString().map(.case(Output.string))
BUILD FAILURE 6.1 linux