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