Build Information
Failed to build swift-parsing, reference v0.15.0 (f51d40), with Swift 6.1 for Android on 28 Mar 2026 09:25:04 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build 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: android
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-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Fetching https://github.com/google/swift-benchmark
Fetching https://github.com/apple/swift-docc-plugin
[1/2171] Fetching swift-docc-plugin
[240/3661] Fetching swift-docc-plugin, swift-benchmark
Fetched https://github.com/google/swift-benchmark from cache (0.41s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.42s)
Computing version for https://github.com/google/swift-benchmark
Computed https://github.com/google/swift-benchmark at 0.1.2 (3.66s)
Fetching https://github.com/apple/swift-argument-parser
[1/17471] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.13s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (2.04s)
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.43s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.18s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (0.57s)
Creating working copy for https://github.com/google/swift-benchmark
Working copy of https://github.com/google/swift-benchmark resolved at 0.1.2
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
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] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/85] Emitting module ArgumentParserToolInfo
[14/86] Compiling Parsing OneOf.swift
[15/86] Compiling Parsing OneOfMany.swift
[16/86] Compiling Parsing Optional.swift
[17/86] Compiling Parsing Optionally.swift
[18/86] Compiling Parsing Parse.swift
[19/86] Compiling Parsing ParseableFormatStyle.swift
[20/86] Compiling Parsing Peek.swift
[21/86] Compiling Parsing Pipe.swift
[22/86] Compiling Parsing Prefix.swift
[22/95] Wrapping AST for ArgumentParserToolInfo for debugging
[24/141] 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
[25/141] Compiling ArgumentParser ParentCommand.swift
[26/141] Compiling ArgumentParser AsyncParsableCommand.swift
[27/141] Compiling ArgumentParser CommandConfiguration.swift
[28/141] Compiling ArgumentParser CommandGroup.swift
[29/141] Compiling ArgumentParser EnumerableFlag.swift
[30/141] Compiling ArgumentParser ExpressibleByArgument.swift
[31/141] Compiling ArgumentParser ParsableArguments.swift
[32/147] Compiling ArgumentParser InputOrigin.swift
[33/147] Compiling ArgumentParser Name.swift
[34/147] Compiling ArgumentParser Parsed.swift
[35/147] Compiling ArgumentParser ParsedValues.swift
[36/147] Compiling ArgumentParser ParserError.swift
[37/147] Compiling ArgumentParser SplitArguments.swift
[38/147] Emitting module ArgumentParser
[39/147] Compiling ArgumentParser DumpHelpGenerator.swift
[40/147] Compiling ArgumentParser HelpCommand.swift
[41/147] Compiling ArgumentParser HelpGenerator.swift
[42/147] Compiling ArgumentParser MessageInfo.swift
[43/147] Compiling ArgumentParser UsageGenerator.swift
[44/147] Compiling ArgumentParser CollectionExtensions.swift
[45/147] Compiling ArgumentParser Foundation.swift
[46/147] Compiling ArgumentParser Mutex.swift
[47/147] Compiling ArgumentParser Platform.swift
[48/147] Compiling ArgumentParser SequenceExtensions.swift
[49/147] Compiling ArgumentParser StringExtensions.swift
[50/147] Compiling ArgumentParser SwiftExtensions.swift
[51/147] Compiling ArgumentParser Tree.swift
[52/147] Compiling ArgumentParser CodingKeyValidator.swift
[53/147] Compiling ArgumentParser NonsenseFlagsValidator.swift
[54/147] Compiling ArgumentParser ParsableArgumentsValidation.swift
[55/147] Compiling ArgumentParser PositionalArgumentsValidator.swift
[56/147] Compiling ArgumentParser UniqueNamesValidator.swift
[66/147] Compiling ArgumentParser BashCompletionsGenerator.swift
[67/147] Compiling ArgumentParser CompletionsGenerator.swift
[68/147] Compiling ArgumentParser FishCompletionsGenerator.swift
[69/147] Compiling ArgumentParser ZshCompletionsGenerator.swift
[70/147] Compiling ArgumentParser Argument.swift
[71/147] Compiling ArgumentParser ArgumentDiscussion.swift
[72/147] Compiling ArgumentParser ArgumentHelp.swift
[73/147] Compiling ArgumentParser ArgumentVisibility.swift
[74/147] Compiling ArgumentParser CompletionKind.swift
[75/147] Compiling ArgumentParser Errors.swift
[76/147] Compiling ArgumentParser Flag.swift
[77/147] Compiling ArgumentParser NameSpecification.swift
[78/147] Compiling ArgumentParser Option.swift
[79/147] Compiling ArgumentParser OptionGroup.swift
[80/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
[81/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
[82/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
[83/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
[84/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
[85/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
[86/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
[87/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
[88/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
[89/147] Compiling Parsing EmptyInitializable.swift
[90/147] Compiling Parsing AnyEquatable.swift
[91/147] Compiling Parsing Deprecations.swift
[92/147] Compiling Parsing Parser.swift
[93/147] Compiling Parsing ParserPrinter.swift
[94/147] Compiling Parsing Always.swift
[95/147] Compiling Parsing AnyParserPrinter.swift
[96/147] Compiling Parsing Backtracking.swift
[97/147] Compiling Parsing Bool.swift
[100/147] Compiling ArgumentParser ParsableCommand.swift
[101/147] Compiling ArgumentParser ArgumentDecoder.swift
[102/147] Compiling ArgumentParser ArgumentDefinition.swift
[103/147] Compiling ArgumentParser ArgumentSet.swift
[104/147] Compiling ArgumentParser CommandParser.swift
[105/147] Compiling ArgumentParser InputKey.swift
[131/147] Compiling Parsing Digits.swift
[132/147] Compiling Parsing End.swift
[133/147] Compiling Parsing Fail.swift
[134/147] Compiling Parsing Filter.swift
[135/147] Compiling Parsing First.swift
[142/149] Wrapping AST for Parsing for debugging
[144/149] Wrapping AST for ArgumentParser for debugging
[146/165] Compiling Benchmark BenchmarkTermination.swift
[147/165] Compiling Benchmark BenchmarkTime.swift
[148/167] Compiling Benchmark BenchmarkCommand.swift
[149/167] Compiling Benchmark BenchmarkFilter.swift
[150/167] Compiling Benchmark BenchmarkState.swift
[151/167] Compiling Benchmark BenchmarkSuite.swift
[152/167] Compiling Benchmark BenchmarkFormatter.swift
[153/167] Compiling Benchmark BenchmarkMain.swift
[154/167] Compiling Benchmark BenchmarkReporter.swift
[155/167] Compiling Benchmark BenchmarkResult.swift
[156/167] Compiling Benchmark Stats.swift
[157/167] Compiling Benchmark TestIntegration.swift
[158/167] Compiling Benchmark BenchmarkRunner.swift
[159/167] Compiling Benchmark BenchmarkSetting.swift
[160/167] Compiling Benchmark Benchmark.swift
[161/167] Compiling Benchmark BenchmarkArguments.swift
[162/167] Compiling Benchmark BenchmarkColumn.swift
[163/167] Emitting module Benchmark
[164/168] Wrapping AST for Benchmark for debugging
[166/187] 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 {
[167/187] 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 {
[168/187] 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 {
[169/187] 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 = """
[170/187] 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 = """
[171/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 |
[172/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 |
[173/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 |
[174/189] Compiling swift_parsing_benchmark CSVSample.swift
[175/189] Compiling swift_parsing_benchmark XCTestLogsSample.swift
[176/189] 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")!
[177/189] 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")!
[178/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
[179/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
[180/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
[181/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
[182/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
[183/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
[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-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-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 JSON.swift
[7/80] Compiling Parsing LosslessStringConvertible.swift
[8/80] Compiling Parsing Memberwise.swift
[9/80] Compiling Parsing ParseableFormatStyleConversion.swift
[10/80] Compiling Parsing RawRepresentable.swift
[11/80] Compiling Parsing String.swift
[12/80] Compiling Parsing Substring.swift
[13/80] Compiling Parsing UTF8View.swift
[14/80] Compiling Parsing ConvertingError.swift
[15/80] Compiling Parsing CountingRange.swift
[16/89] Compiling Parsing OneOfBuilder.swift
[17/89] Compiling Parsing ParserBuilder.swift
[18/89] Compiling Parsing Conversion.swift
[19/89] Compiling Parsing AnyConversion.swift
[20/89] Compiling Parsing BinaryFloatingPoint.swift
[21/89] Compiling Parsing ConversionMap.swift
[22/89] Compiling Parsing Conversions.swift
[23/89] Compiling Parsing Data.swift
[24/89] Compiling Parsing FixedWidthInteger.swift
[25/89] Compiling Parsing Identity.swift
[26/89] Compiling Parsing CaseIterableRawRepresentable.swift
[27/89] Compiling Parsing CharacterSet.swift
[28/89] Compiling Parsing Conditional.swift
[29/89] Compiling Parsing Consumed.swift
[30/89] Compiling Parsing Digits.swift
[31/89] Compiling Parsing End.swift
[32/89] Compiling Parsing Fail.swift
[33/89] Compiling Parsing Filter.swift
[34/89] Compiling Parsing First.swift
[35/89] Emitting module ArgumentParserToolInfo
[36/89] Compiling ArgumentParserToolInfo ToolInfo.swift
[38/90] Compiling Parsing OneOf.swift
[39/90] Compiling Parsing OneOfMany.swift
[40/90] Compiling Parsing Optional.swift
[41/90] Compiling Parsing Optionally.swift
[42/90] Compiling Parsing Parse.swift
[43/90] Compiling Parsing ParseableFormatStyle.swift
[44/90] Compiling Parsing Peek.swift
[45/90] Compiling Parsing Pipe.swift
[46/90] Compiling Parsing Prefix.swift
[47/90] Compiling Parsing Float.swift
[48/90] Compiling Parsing From.swift
[49/90] Compiling Parsing Int.swift
[50/90] Compiling Parsing Lazy.swift
[51/90] Compiling Parsing Literal.swift
[52/90] Compiling Parsing Many.swift
[53/90] Compiling Parsing Map.swift
[54/90] Compiling Parsing Newline.swift
[55/90] Compiling Parsing Not.swift
[56/90] Compiling Parsing PrefixThrough.swift
[57/90] Compiling Parsing PrefixUpTo.swift
[58/90] Compiling Parsing Printing.swift
[59/90] Compiling Parsing Pullback.swift
[60/90] Compiling Parsing ReplaceError.swift
[61/90] Compiling Parsing Rest.swift
[62/90] Compiling Parsing Skip.swift
[63/90] Compiling Parsing StartsWith.swift
[64/90] Compiling Parsing UUID.swift
[65/90] Compiling Parsing EmptyInitializable.swift
[66/90] Compiling Parsing AnyEquatable.swift
[67/90] Compiling Parsing Deprecations.swift
[68/90] Compiling Parsing Parser.swift
[69/90] Compiling Parsing ParserPrinter.swift
[70/90] Compiling Parsing Always.swift
[71/90] Compiling Parsing AnyParserPrinter.swift
[72/90] Compiling Parsing Backtracking.swift
[73/90] Compiling Parsing Bool.swift
[74/89] Compiling Parsing Whitespace.swift
[75/89] Compiling Parsing AnyParser.swift
[76/89] Compiling Parsing CompactMap.swift
[77/89] Compiling Parsing FlatMap.swift
[78/89] Compiling Parsing Parsers.swift
[79/89] Compiling Parsing Stream.swift
[80/89] Compiling Parsing ParsingError.swift
[81/89] Compiling Parsing PrependableCollection.swift
[82/89] Compiling Parsing PrintingError.swift
[83/135] Emitting module Parsing
[84/136] Wrapping AST for Parsing for debugging
[86/136] Emitting module ArgumentParser
[87/142] Compiling ArgumentParser Tree.swift
[88/142] Compiling ArgumentParser CodingKeyValidator.swift
[89/142] Compiling ArgumentParser NonsenseFlagsValidator.swift
[90/142] Compiling ArgumentParser ParsableArgumentsValidation.swift
[91/142] Compiling ArgumentParser PositionalArgumentsValidator.swift
[92/142] Compiling ArgumentParser UniqueNamesValidator.swift
[93/142] Compiling ArgumentParser DumpHelpGenerator.swift
[94/142] Compiling ArgumentParser HelpCommand.swift
[95/142] Compiling ArgumentParser HelpGenerator.swift
[96/142] Compiling ArgumentParser MessageInfo.swift
[97/142] Compiling ArgumentParser UsageGenerator.swift
[98/142] Compiling ArgumentParser CollectionExtensions.swift
[99/142] Compiling ArgumentParser BashCompletionsGenerator.swift
[100/142] Compiling ArgumentParser CompletionsGenerator.swift
[101/142] Compiling ArgumentParser FishCompletionsGenerator.swift
[102/142] Compiling ArgumentParser ZshCompletionsGenerator.swift
[103/142] Compiling ArgumentParser Argument.swift
[104/142] Compiling ArgumentParser ArgumentDiscussion.swift
[105/142] Compiling ArgumentParser ArgumentHelp.swift
[106/142] Compiling ArgumentParser InputOrigin.swift
[107/142] Compiling ArgumentParser Name.swift
[108/142] Compiling ArgumentParser Parsed.swift
[109/142] Compiling ArgumentParser ParsedValues.swift
[110/142] Compiling ArgumentParser ParserError.swift
[111/142] Compiling ArgumentParser SplitArguments.swift
[112/142] Compiling ArgumentParser ParentCommand.swift
[113/142] Compiling ArgumentParser AsyncParsableCommand.swift
[114/142] Compiling ArgumentParser CommandConfiguration.swift
[115/142] Compiling ArgumentParser CommandGroup.swift
[116/142] Compiling ArgumentParser EnumerableFlag.swift
[117/142] Compiling ArgumentParser ExpressibleByArgument.swift
[118/142] Compiling ArgumentParser ParsableArguments.swift
[119/142] Compiling ArgumentParser Foundation.swift
[120/142] Compiling ArgumentParser Mutex.swift
[121/142] Compiling ArgumentParser Platform.swift
[122/142] Compiling ArgumentParser SequenceExtensions.swift
[123/142] Compiling ArgumentParser StringExtensions.swift
[124/142] Compiling ArgumentParser SwiftExtensions.swift
[125/142] Compiling ArgumentParser ParsableCommand.swift
[126/142] Compiling ArgumentParser ArgumentDecoder.swift
[127/142] Compiling ArgumentParser ArgumentDefinition.swift
[128/142] Compiling ArgumentParser ArgumentSet.swift
[129/142] Compiling ArgumentParser CommandParser.swift
[130/142] Compiling ArgumentParser InputKey.swift
[131/142] Compiling ArgumentParser ArgumentVisibility.swift
[132/142] Compiling ArgumentParser CompletionKind.swift
[133/142] Compiling ArgumentParser Errors.swift
[134/142] Compiling ArgumentParser Flag.swift
[135/142] Compiling ArgumentParser NameSpecification.swift
[136/142] Compiling ArgumentParser Option.swift
[137/142] Compiling ArgumentParser OptionGroup.swift
[139/158] Compiling Benchmark BenchmarkTermination.swift
[140/158] Compiling Benchmark BenchmarkTime.swift
[141/158] Compiling Benchmark BenchmarkReporter.swift
[142/158] Compiling Benchmark BenchmarkResult.swift
[143/158] Compiling Benchmark BenchmarkFormatter.swift
[144/158] Compiling Benchmark BenchmarkMain.swift
[145/158] Compiling Benchmark BenchmarkRunner.swift
[146/158] Compiling Benchmark BenchmarkSetting.swift
[147/158] Compiling Benchmark BenchmarkState.swift
[148/158] Compiling Benchmark BenchmarkSuite.swift
[149/158] Compiling Benchmark BenchmarkCommand.swift
[150/158] Compiling Benchmark BenchmarkFilter.swift
[151/160] Emitting module Benchmark
[152/160] Compiling Benchmark Stats.swift
[153/160] Compiling Benchmark TestIntegration.swift
[154/160] Compiling Benchmark Benchmark.swift
[155/160] Compiling Benchmark BenchmarkArguments.swift
[156/160] Compiling Benchmark BenchmarkColumn.swift
[157/161] Wrapping AST for Benchmark for debugging
[159/180] Emitting module swift_parsing_benchmark
[160/182] Compiling swift_parsing_benchmark StringAbstractions.swift
[161/182] Compiling swift_parsing_benchmark UUID.swift
[162/182] Compiling swift_parsing_benchmark Race.swift
[163/182] Compiling swift_parsing_benchmark ReadmeExample.swift
[164/182] Compiling swift_parsing_benchmark CSV.swift
[165/182] Compiling swift_parsing_benchmark Color.swift
[166/182] Compiling swift_parsing_benchmark Benchmarking.swift
[167/182] Compiling swift_parsing_benchmark CSVSample.swift
[168/182] Compiling swift_parsing_benchmark XCTestLogsSample.swift
[169/182] Compiling swift_parsing_benchmark ParsingError.swift
[170/182] Compiling swift_parsing_benchmark Date.swift
[171/182] Compiling swift_parsing_benchmark HTTP.swift
[172/182] Compiling swift_parsing_benchmark Arithmetic.swift
[173/182] Compiling swift_parsing_benchmark BinaryData.swift
[174/182] Compiling swift_parsing_benchmark Bool.swift
[175/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))
[176/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))
[177/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))
[178/182] Compiling swift_parsing_benchmark XCTestLogs.swift
[179/182] Compiling swift_parsing_benchmark main.swift
BUILD FAILURE 6.1 android