Build Information
Failed to build swift-parsing, reference main (f51d40), with Swift 6.1 for macOS (SPM) on 28 Mar 2026 09:22:24 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stackotter/swift-parsing.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/stackotter/swift-parsing
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f51d409 Remove CasePaths integration to remove transitive swift-syntax dep
Cloned https://github.com/stackotter/swift-parsing.git
Revision (git rev-parse @):
f51d409e7a9571b67112fde55a5250d5d49ed8bc
SUCCESS checkout https://github.com/stackotter/swift-parsing.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/stackotter/swift-parsing.git
https://github.com/stackotter/swift-parsing.git
{
"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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
[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/14] Write sources
[5/14] Write swift-parsing-benchmark-entitlement.plist
[5/14] Write sources
[10/14] Write swift-version-2F0A5646E1D333AE.txt
[12/84] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/84] Emitting module ArgumentParserToolInfo
[14/131] Emitting module Parsing
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
[15/138] Compiling ArgumentParser Tree.swift
[16/138] Compiling ArgumentParser NameSpecification.swift
[17/138] Compiling ArgumentParser Option.swift
[18/138] Compiling ArgumentParser OptionGroup.swift
[19/138] Compiling ArgumentParser ParentCommand.swift
[20/138] Compiling ArgumentParser AsyncParsableCommand.swift
[21/138] Compiling ArgumentParser CommandConfiguration.swift
[22/138] Emitting module ArgumentParser
[24/143] Compiling ArgumentParser CommandGroup.swift
[25/143] Compiling ArgumentParser EnumerableFlag.swift
[26/143] Compiling ArgumentParser ExpressibleByArgument.swift
[27/143] Compiling ArgumentParser ParsableArguments.swift
[28/143] Compiling ArgumentParser CodingKeyValidator.swift
[29/143] Compiling ArgumentParser NonsenseFlagsValidator.swift
[30/143] Compiling ArgumentParser ParsableArgumentsValidation.swift
[31/143] Compiling ArgumentParser PositionalArgumentsValidator.swift
[32/143] Compiling ArgumentParser UniqueNamesValidator.swift
[33/143] Compiling ArgumentParser Platform.swift
[34/143] Compiling ArgumentParser SequenceExtensions.swift
[35/143] Compiling ArgumentParser StringExtensions.swift
[36/143] Compiling ArgumentParser SwiftExtensions.swift
[43/143] Compiling Parsing FixedWidthInteger.swift
[44/143] Compiling Parsing Identity.swift
[45/143] Compiling Parsing JSON.swift
[46/143] Compiling Parsing LosslessStringConvertible.swift
[47/143] Compiling Parsing Memberwise.swift
[48/143] Compiling Parsing ParseableFormatStyleConversion.swift
[49/143] Compiling Parsing RawRepresentable.swift
[50/143] Compiling Parsing String.swift
[51/143] Compiling ArgumentParser ArgumentVisibility.swift
[52/143] Compiling ArgumentParser CompletionKind.swift
[53/143] Compiling ArgumentParser Errors.swift
[54/143] Compiling ArgumentParser Flag.swift
[55/143] Compiling ArgumentParser MessageInfo.swift
[56/143] Compiling ArgumentParser UsageGenerator.swift
[57/143] Compiling ArgumentParser CollectionExtensions.swift
[58/143] Compiling ArgumentParser ParsedValues.swift
[59/143] Compiling ArgumentParser ParserError.swift
[60/143] Compiling ArgumentParser SplitArguments.swift
[61/143] Compiling ArgumentParser DumpHelpGenerator.swift
[62/143] Compiling ArgumentParser HelpCommand.swift
[63/143] Compiling ArgumentParser HelpGenerator.swift
[64/143] Compiling ArgumentParser ArgumentHelp.swift
[65/143] Compiling ArgumentParser ArgumentDefinition.swift
[66/143] Compiling ArgumentParser ArgumentSet.swift
[67/143] Compiling ArgumentParser CommandParser.swift
[72/143] Compiling ArgumentParser BashCompletionsGenerator.swift
[73/143] Compiling ArgumentParser CompletionsGenerator.swift
[74/143] Compiling ArgumentParser FishCompletionsGenerator.swift
[75/143] Compiling ArgumentParser ZshCompletionsGenerator.swift
[76/143] Compiling ArgumentParser Argument.swift
[77/143] Compiling ArgumentParser ArgumentDiscussion.swift
[78/143] Compiling ArgumentParser ParsableCommand.swift
[79/143] Compiling ArgumentParser ArgumentDecoder.swift
[84/143] Compiling ArgumentParser InputKey.swift
[85/143] Compiling ArgumentParser InputOrigin.swift
[86/143] Compiling ArgumentParser Name.swift
[87/143] Compiling ArgumentParser Parsed.swift
[88/143] Compiling Parsing Substring.swift
[89/143] Compiling Parsing UTF8View.swift
[90/143] Compiling Parsing ConvertingError.swift
[91/143] Compiling Parsing CountingRange.swift
[92/143] Compiling Parsing EmptyInitializable.swift
[93/143] Compiling Parsing AnyEquatable.swift
[94/143] Compiling Parsing Deprecations.swift
[95/143] Compiling Parsing Parser.swift
[96/143] Compiling ArgumentParser Foundation.swift
[97/143] Compiling ArgumentParser Mutex.swift
[103/143] Compiling Parsing CompactMap.swift
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/PrintingError.swift:4:8: warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
2 | enum PrintingError: Error {
3 | case failed(Context)
4 | case manyFailed([Error], Context)
| `- warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
5 |
6 | @available(*, deprecated)
:
62 |
63 | @usableFromInline
64 | struct Context {
| `- note: consider making struct 'Context' conform to the 'Sendable' protocol
65 | @usableFromInline
66 | var debugDescription: String
[104/143] Compiling Parsing FlatMap.swift
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/PrintingError.swift:4:8: warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
2 | enum PrintingError: Error {
3 | case failed(Context)
4 | case manyFailed([Error], Context)
| `- warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
5 |
6 | @available(*, deprecated)
:
62 |
63 | @usableFromInline
64 | struct Context {
| `- note: consider making struct 'Context' conform to the 'Sendable' protocol
65 | @usableFromInline
66 | var debugDescription: String
[105/143] Compiling Parsing Parsers.swift
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/PrintingError.swift:4:8: warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
2 | enum PrintingError: Error {
3 | case failed(Context)
4 | case manyFailed([Error], Context)
| `- warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
5 |
6 | @available(*, deprecated)
:
62 |
63 | @usableFromInline
64 | struct Context {
| `- note: consider making struct 'Context' conform to the 'Sendable' protocol
65 | @usableFromInline
66 | var debugDescription: String
[106/143] Compiling Parsing Stream.swift
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/PrintingError.swift:4:8: warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
2 | enum PrintingError: Error {
3 | case failed(Context)
4 | case manyFailed([Error], Context)
| `- warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
5 |
6 | @available(*, deprecated)
:
62 |
63 | @usableFromInline
64 | struct Context {
| `- note: consider making struct 'Context' conform to the 'Sendable' protocol
65 | @usableFromInline
66 | var debugDescription: String
[107/143] Compiling Parsing ParsingError.swift
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/PrintingError.swift:4:8: warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
2 | enum PrintingError: Error {
3 | case failed(Context)
4 | case manyFailed([Error], Context)
| `- warning: associated value 'manyFailed' of 'Sendable'-conforming enum 'PrintingError' has non-sendable type 'PrintingError.Context'; this is an error in the Swift 6 language mode
5 |
6 | @available(*, deprecated)
:
62 |
63 | @usableFromInline
64 | struct Context {
| `- note: consider making struct 'Context' conform to the 'Sendable' protocol
65 | @usableFromInline
66 | var debugDescription: String
[108/143] Compiling Parsing PrependableCollection.swift
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
[109/143] Compiling Parsing PrintingError.swift
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
[141/160] Compiling Benchmark BenchmarkSuite.swift
[142/160] Compiling Benchmark BenchmarkTermination.swift
[143/160] Compiling Benchmark BenchmarkTime.swift
[144/160] Compiling Benchmark Stats.swift
[145/161] Compiling Benchmark BenchmarkResult.swift
[146/161] Compiling Benchmark BenchmarkRunner.swift
[147/161] Compiling Benchmark BenchmarkSetting.swift
[148/161] Compiling Benchmark BenchmarkState.swift
[149/161] Compiling Benchmark BenchmarkFilter.swift
[150/161] Compiling Benchmark BenchmarkFormatter.swift
[151/161] Compiling Benchmark BenchmarkMain.swift
[152/161] Compiling Benchmark BenchmarkReporter.swift
[153/161] Emitting module Benchmark
[154/161] Compiling Benchmark Benchmark.swift
[155/161] Compiling Benchmark BenchmarkArguments.swift
[156/161] Compiling Benchmark BenchmarkColumn.swift
[157/161] Compiling Benchmark BenchmarkCommand.swift
[158/161] Compiling Benchmark TestIntegration.swift
[159/180] Compiling swift_parsing_benchmark CSVSample.swift
[160/180] Compiling swift_parsing_benchmark XCTestLogsSample.swift
[161/180] Compiling swift_parsing_benchmark StringAbstractions.swift
/Users/admin/builder/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)
/Users/admin/builder/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]
/Users/admin/builder/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)
/Users/admin/builder/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")!
/Users/admin/builder/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]
/Users/admin/builder/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")!
[162/180] Compiling swift_parsing_benchmark UUID.swift
/Users/admin/builder/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)
/Users/admin/builder/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]
/Users/admin/builder/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)
/Users/admin/builder/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")!
/Users/admin/builder/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]
/Users/admin/builder/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")!
[163/180] Compiling swift_parsing_benchmark Race.swift
/Users/admin/builder/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 {
/Users/admin/builder/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]
/Users/admin/builder/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 {
/Users/admin/builder/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 = """
/Users/admin/builder/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]
/Users/admin/builder/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 = """
[164/180] Compiling swift_parsing_benchmark ReadmeExample.swift
/Users/admin/builder/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 {
/Users/admin/builder/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]
/Users/admin/builder/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 {
/Users/admin/builder/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 = """
/Users/admin/builder/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]
/Users/admin/builder/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 = """
[165/180] Compiling swift_parsing_benchmark ParsingError.swift
/Users/admin/builder/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"
/Users/admin/builder/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]
/Users/admin/builder/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"
[166/180] Compiling swift_parsing_benchmark Date.swift
/Users/admin/builder/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"
/Users/admin/builder/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]
/Users/admin/builder/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"
[167/180] Compiling swift_parsing_benchmark Color.swift
/Users/admin/builder/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
/Users/admin/builder/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]
/Users/admin/builder/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
[168/180] Compiling swift_parsing_benchmark Benchmarking.swift
/Users/admin/builder/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
/Users/admin/builder/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]
/Users/admin/builder/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
[169/180] Compiling swift_parsing_benchmark Bool.swift
/Users/admin/builder/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
/Users/admin/builder/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]
/Users/admin/builder/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
/Users/admin/builder/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> {
/Users/admin/builder/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]
/Users/admin/builder/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> {
[170/180] Compiling swift_parsing_benchmark CSV.swift
/Users/admin/builder/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
/Users/admin/builder/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]
/Users/admin/builder/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
/Users/admin/builder/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> {
/Users/admin/builder/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]
/Users/admin/builder/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> {
[171/180] Compiling swift_parsing_benchmark Numerics.swift
/Users/admin/builder/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"
/Users/admin/builder/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]
/Users/admin/builder/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"
/Users/admin/builder/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 |
/Users/admin/builder/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]
/Users/admin/builder/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 |
[172/180] Compiling swift_parsing_benchmark PrefixUpTo.swift
/Users/admin/builder/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"
/Users/admin/builder/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]
/Users/admin/builder/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"
/Users/admin/builder/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 |
/Users/admin/builder/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]
/Users/admin/builder/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 |
[173/180] Emitting module swift_parsing_benchmark
/Users/admin/builder/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> {
/Users/admin/builder/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]
/Users/admin/builder/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> {
/Users/admin/builder/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 {
/Users/admin/builder/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]
/Users/admin/builder/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 {
/Users/admin/builder/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
/Users/admin/builder/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]
/Users/admin/builder/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
/Users/admin/builder/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> {
/Users/admin/builder/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]
/Users/admin/builder/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> {
/Users/admin/builder/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
/Users/admin/builder/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]
/Users/admin/builder/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
/Users/admin/builder/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"
/Users/admin/builder/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]
/Users/admin/builder/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"
/Users/admin/builder/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 {
/Users/admin/builder/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]
/Users/admin/builder/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 {
/Users/admin/builder/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 {
/Users/admin/builder/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]
/Users/admin/builder/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 {
/Users/admin/builder/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"
/Users/admin/builder/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]
/Users/admin/builder/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"
/Users/admin/builder/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 |
/Users/admin/builder/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]
/Users/admin/builder/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 |
/Users/admin/builder/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 {
/Users/admin/builder/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]
/Users/admin/builder/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 {
/Users/admin/builder/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 = """
/Users/admin/builder/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]
/Users/admin/builder/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 = """
/Users/admin/builder/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)
/Users/admin/builder/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]
/Users/admin/builder/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)
/Users/admin/builder/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")!
/Users/admin/builder/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]
/Users/admin/builder/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")!
/Users/admin/builder/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 |
/Users/admin/builder/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]
/Users/admin/builder/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/180] Compiling swift_parsing_benchmark Arithmetic.swift
/Users/admin/builder/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> {
/Users/admin/builder/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]
/Users/admin/builder/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> {
/Users/admin/builder/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 {
/Users/admin/builder/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]
/Users/admin/builder/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 {
[175/180] Compiling swift_parsing_benchmark BinaryData.swift
/Users/admin/builder/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> {
/Users/admin/builder/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]
/Users/admin/builder/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> {
/Users/admin/builder/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 {
/Users/admin/builder/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]
/Users/admin/builder/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 {
[176/180] Compiling swift_parsing_benchmark HTTP.swift
/Users/admin/builder/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 {
/Users/admin/builder/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]
/Users/admin/builder/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 {
/Users/admin/builder/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 {
/Users/admin/builder/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]
/Users/admin/builder/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 {
/Users/admin/builder/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))
/Users/admin/builder/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
[177/180] Compiling swift_parsing_benchmark JSON.swift
/Users/admin/builder/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 {
/Users/admin/builder/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]
/Users/admin/builder/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 {
/Users/admin/builder/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 {
/Users/admin/builder/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]
/Users/admin/builder/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 {
/Users/admin/builder/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))
/Users/admin/builder/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
[178/182] Compiling swift_parsing_benchmark XCTestLogs.swift
/Users/admin/builder/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 |
/Users/admin/builder/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]
/Users/admin/builder/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 |
[179/182] Compiling swift_parsing_benchmark main.swift
/Users/admin/builder/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 |
/Users/admin/builder/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]
/Users/admin/builder/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 |
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/google/swift-benchmark
[1/1490] Fetching swift-benchmark
[76/3661] Fetching swift-benchmark, swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.19s)
Fetched https://github.com/google/swift-benchmark from cache (1.19s)
Computing version for https://github.com/google/swift-benchmark
Computed https://github.com/google/swift-benchmark at 0.1.2 (4.11s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (1.38s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (2.00s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.82s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.53s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (0.54s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/google/swift-benchmark
Working copy of https://github.com/google/swift-benchmark resolved at 0.1.2
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[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/8] Write swift-version-2F0A5646E1D333AE.txt
[6/78] Compiling Parsing FixedWidthInteger.swift
[7/78] Compiling Parsing Identity.swift
[8/78] Compiling Parsing JSON.swift
[9/78] Compiling Parsing LosslessStringConvertible.swift
[10/78] Compiling Parsing Memberwise.swift
[11/78] Compiling Parsing ParseableFormatStyleConversion.swift
[12/78] Compiling Parsing RawRepresentable.swift
[13/78] Compiling Parsing String.swift
[14/85] Compiling Parsing OneOfBuilder.swift
[15/85] Compiling Parsing ParserBuilder.swift
[16/85] Compiling Parsing Conversion.swift
[17/85] Compiling Parsing AnyConversion.swift
[18/85] Compiling Parsing BinaryFloatingPoint.swift
[19/85] Compiling Parsing ConversionMap.swift
[20/85] Compiling Parsing Conversions.swift
[21/85] Compiling Parsing Data.swift
[22/85] Emitting module ArgumentParserToolInfo
[23/85] Compiling ArgumentParserToolInfo ToolInfo.swift
[24/85] Compiling Parsing ParserPrinter.swift
[25/85] Compiling Parsing Always.swift
[26/85] Compiling Parsing AnyParserPrinter.swift
[27/85] Compiling Parsing Backtracking.swift
[28/85] Compiling Parsing Bool.swift
[29/85] Compiling Parsing CaseIterableRawRepresentable.swift
[30/85] Compiling Parsing CharacterSet.swift
[31/85] Compiling Parsing Conditional.swift
[32/85] Compiling Parsing Not.swift
[33/85] Compiling Parsing OneOf.swift
[34/85] Compiling Parsing OneOfMany.swift
[35/85] Compiling Parsing Optional.swift
[36/85] Compiling Parsing Optionally.swift
[37/85] Compiling Parsing Parse.swift
[38/85] Compiling Parsing ParseableFormatStyle.swift
[39/85] Compiling Parsing Peek.swift
[40/85] Compiling Parsing Pipe.swift
[41/85] Compiling Parsing Prefix.swift
[42/85] Compiling Parsing PrefixThrough.swift
[43/85] Compiling Parsing PrefixUpTo.swift
[44/85] Compiling Parsing Printing.swift
[45/85] Compiling Parsing Pullback.swift
[46/85] Compiling Parsing Substring.swift
[47/85] Compiling Parsing UTF8View.swift
[48/85] Compiling Parsing ConvertingError.swift
[49/85] Compiling Parsing CountingRange.swift
[50/85] Compiling Parsing EmptyInitializable.swift
[51/85] Compiling Parsing AnyEquatable.swift
[52/85] Compiling Parsing Deprecations.swift
[53/85] Compiling Parsing Parser.swift
[54/85] Compiling Parsing Consumed.swift
[55/85] Compiling Parsing Digits.swift
[56/85] Compiling Parsing End.swift
[57/85] Compiling Parsing Fail.swift
[58/85] Compiling Parsing Filter.swift
[59/85] Compiling Parsing First.swift
[60/85] Compiling Parsing Float.swift
[61/85] Compiling Parsing ReplaceError.swift
[62/85] Compiling Parsing Rest.swift
[63/85] Compiling Parsing Skip.swift
[64/85] Compiling Parsing StartsWith.swift
[65/85] Compiling Parsing UUID.swift
[66/85] Compiling Parsing Whitespace.swift
[67/85] Compiling Parsing AnyParser.swift
[68/85] Compiling Parsing From.swift
[69/85] Compiling Parsing Int.swift
[70/85] Compiling Parsing Lazy.swift
[71/85] Compiling Parsing Literal.swift
[72/85] Compiling Parsing Many.swift
[73/85] Compiling Parsing Map.swift
[74/85] Compiling Parsing Newline.swift
[75/132] Emitting module Parsing
[76/132] Compiling Parsing CompactMap.swift
[77/132] Compiling Parsing FlatMap.swift
[78/132] Compiling Parsing Parsers.swift
[79/132] Compiling Parsing Stream.swift
[80/132] Compiling Parsing ParsingError.swift
[81/132] Compiling Parsing PrependableCollection.swift
[82/132] Compiling Parsing PrintingError.swift
[83/132] Compiling ArgumentParser InputKey.swift
[84/132] Compiling ArgumentParser InputOrigin.swift
[85/132] Compiling ArgumentParser Name.swift
[86/132] Compiling ArgumentParser Parsed.swift
[87/132] Compiling ArgumentParser ParsedValues.swift
[88/132] Compiling ArgumentParser ArgumentHelp.swift
[89/132] Compiling ArgumentParser ArgumentVisibility.swift
[90/132] Compiling ArgumentParser CompletionKind.swift
[91/132] Compiling ArgumentParser Errors.swift
[92/132] Compiling ArgumentParser Flag.swift
[93/137] Emitting module ArgumentParser
[94/137] Compiling ArgumentParser Platform.swift
[95/137] Compiling ArgumentParser SequenceExtensions.swift
[96/137] Compiling ArgumentParser StringExtensions.swift
[97/137] Compiling ArgumentParser SwiftExtensions.swift
[98/137] Compiling ArgumentParser Tree.swift
[99/137] Compiling ArgumentParser MessageInfo.swift
[100/137] Compiling ArgumentParser UsageGenerator.swift
[101/137] Compiling ArgumentParser CollectionExtensions.swift
[102/137] Compiling ArgumentParser Foundation.swift
[103/137] Compiling ArgumentParser Mutex.swift
[104/137] Compiling ArgumentParser CodingKeyValidator.swift
[105/137] Compiling ArgumentParser NonsenseFlagsValidator.swift
[106/137] Compiling ArgumentParser ParsableArgumentsValidation.swift
[107/137] Compiling ArgumentParser PositionalArgumentsValidator.swift
[108/137] Compiling ArgumentParser UniqueNamesValidator.swift
[109/137] Compiling ArgumentParser BashCompletionsGenerator.swift
[110/137] Compiling ArgumentParser CompletionsGenerator.swift
[111/137] Compiling ArgumentParser FishCompletionsGenerator.swift
[112/137] Compiling ArgumentParser ZshCompletionsGenerator.swift
[113/137] Compiling ArgumentParser Argument.swift
[114/137] Compiling ArgumentParser ArgumentDiscussion.swift
[115/137] Compiling ArgumentParser CommandConfiguration.swift
[116/137] Compiling ArgumentParser CommandGroup.swift
[117/137] Compiling ArgumentParser EnumerableFlag.swift
[118/137] Compiling ArgumentParser ExpressibleByArgument.swift
[119/137] Compiling ArgumentParser ParsableArguments.swift
[120/137] Compiling ArgumentParser ParserError.swift
[121/137] Compiling ArgumentParser SplitArguments.swift
[122/137] Compiling ArgumentParser DumpHelpGenerator.swift
[123/137] Compiling ArgumentParser HelpCommand.swift
[124/137] Compiling ArgumentParser HelpGenerator.swift
[125/137] Compiling ArgumentParser NameSpecification.swift
[126/137] Compiling ArgumentParser Option.swift
[127/137] Compiling ArgumentParser OptionGroup.swift
[128/137] Compiling ArgumentParser ParentCommand.swift
[129/137] Compiling ArgumentParser AsyncParsableCommand.swift
[130/137] Compiling ArgumentParser ParsableCommand.swift
[131/137] Compiling ArgumentParser ArgumentDecoder.swift
[132/137] Compiling ArgumentParser ArgumentDefinition.swift
[133/137] Compiling ArgumentParser ArgumentSet.swift
[134/137] Compiling ArgumentParser CommandParser.swift
[135/154] Compiling Benchmark BenchmarkSuite.swift
[136/154] Compiling Benchmark BenchmarkTermination.swift
[137/155] Compiling Benchmark Stats.swift
[138/155] Compiling Benchmark BenchmarkSetting.swift
[139/155] Compiling Benchmark BenchmarkState.swift
[140/155] Compiling Benchmark BenchmarkResult.swift
[141/155] Compiling Benchmark BenchmarkRunner.swift
[142/155] Compiling Benchmark BenchmarkTime.swift
[143/155] Compiling Benchmark BenchmarkMain.swift
[144/155] Compiling Benchmark BenchmarkReporter.swift
[145/155] Compiling Benchmark BenchmarkFilter.swift
[146/155] Compiling Benchmark BenchmarkFormatter.swift
[147/155] Compiling Benchmark BenchmarkColumn.swift
[148/155] Compiling Benchmark BenchmarkCommand.swift
[149/155] Emitting module Benchmark
[150/155] Compiling Benchmark Benchmark.swift
[151/155] Compiling Benchmark BenchmarkArguments.swift
[152/155] Compiling Benchmark TestIntegration.swift
[153/174] Compiling swift_parsing_benchmark StringAbstractions.swift
[154/174] Compiling swift_parsing_benchmark UUID.swift
[155/176] Compiling swift_parsing_benchmark CSVSample.swift
[156/176] Compiling swift_parsing_benchmark XCTestLogsSample.swift
[157/176] Compiling swift_parsing_benchmark ParsingError.swift
[158/176] Compiling swift_parsing_benchmark Date.swift
[159/176] Compiling swift_parsing_benchmark Race.swift
[160/176] Compiling swift_parsing_benchmark ReadmeExample.swift
[161/176] Compiling swift_parsing_benchmark Numerics.swift
[162/176] Compiling swift_parsing_benchmark PrefixUpTo.swift
[163/176] Compiling swift_parsing_benchmark Bool.swift
[164/176] Compiling swift_parsing_benchmark CSV.swift
[165/176] Compiling swift_parsing_benchmark Arithmetic.swift
[166/176] Compiling swift_parsing_benchmark BinaryData.swift
[167/176] Emitting module swift_parsing_benchmark
[168/176] Compiling swift_parsing_benchmark Color.swift
[169/176] Compiling swift_parsing_benchmark Benchmarking.swift
[170/176] Compiling swift_parsing_benchmark HTTP.swift
/Users/admin/builder/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))
[171/176] Compiling swift_parsing_benchmark JSON.swift
/Users/admin/builder/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))
[172/176] Compiling swift_parsing_benchmark XCTestLogs.swift
[173/176] Compiling swift_parsing_benchmark main.swift
BUILD FAILURE 6.1 macosSpm