The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build swift-parsing, reference main (3432cb), with Swift 6.1 for Wasm on 30 May 2025 05:50:24 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-parsing.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/pointfreeco/swift-parsing
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3432cb8 Attempt to safely bitcast for printing of parameter packs (#369)
Cloned https://github.com/pointfreeco/swift-parsing.git
Revision (git rev-parse @):
3432cb81164dd3d69a75d0d63205be5fbae2c34b
SUCCESS checkout https://github.com/pointfreeco/swift-parsing.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pointfreeco/swift-parsing.git
https://github.com/pointfreeco/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-case-paths",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-case-paths"
    },
    {
      "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_dependencies" : [
        "CasePaths"
      ],
      "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/Enum.swift",
        "Conversions/FixedWidthInteger.swift",
        "Conversions/Identity.swift",
        "Conversions/JSON.swift",
        "Conversions/LosslessStringConvertible.swift",
        "Conversions/Memberwise.swift",
        "Conversions/ParseableFormatStyleConversion.swift",
        "Conversions/RawRepresentable.swift",
        "Conversions/String.swift",
        "Conversions/Substring.swift",
        "Conversions/UTF8View.swift",
        "ConvertingError.swift",
        "CountingRange.swift",
        "EmptyInitializable.swift",
        "Internal/AnyEquatable.swift",
        "Internal/Deprecations.swift",
        "Parser.swift",
        "ParserPrinter.swift",
        "ParserPrinters/Always.swift",
        "ParserPrinters/AnyParserPrinter.swift",
        "ParserPrinters/Backtracking.swift",
        "ParserPrinters/Bool.swift",
        "ParserPrinters/CaseIterableRawRepresentable.swift",
        "ParserPrinters/CharacterSet.swift",
        "ParserPrinters/Conditional.swift",
        "ParserPrinters/Consumed.swift",
        "ParserPrinters/Digits.swift",
        "ParserPrinters/End.swift",
        "ParserPrinters/Fail.swift",
        "ParserPrinters/Filter.swift",
        "ParserPrinters/First.swift",
        "ParserPrinters/Float.swift",
        "ParserPrinters/From.swift",
        "ParserPrinters/Int.swift",
        "ParserPrinters/Lazy.swift",
        "ParserPrinters/Literal.swift",
        "ParserPrinters/Many.swift",
        "ParserPrinters/Map.swift",
        "ParserPrinters/Newline.swift",
        "ParserPrinters/Not.swift",
        "ParserPrinters/OneOf.swift",
        "ParserPrinters/OneOfMany.swift",
        "ParserPrinters/Optional.swift",
        "ParserPrinters/Optionally.swift",
        "ParserPrinters/Parse.swift",
        "ParserPrinters/ParseableFormatStyle.swift",
        "ParserPrinters/Peek.swift",
        "ParserPrinters/Pipe.swift",
        "ParserPrinters/Prefix.swift",
        "ParserPrinters/PrefixThrough.swift",
        "ParserPrinters/PrefixUpTo.swift",
        "ParserPrinters/Printing.swift",
        "ParserPrinters/Pullback.swift",
        "ParserPrinters/ReplaceError.swift",
        "ParserPrinters/Rest.swift",
        "ParserPrinters/Skip.swift",
        "ParserPrinters/StartsWith.swift",
        "ParserPrinters/UUID.swift",
        "ParserPrinters/Whitespace.swift",
        "Parsers/AnyParser.swift",
        "Parsers/CompactMap.swift",
        "Parsers/FlatMap.swift",
        "Parsers/Parsers.swift",
        "Parsers/Stream.swift",
        "ParsingError.swift",
        "PrependableCollection.swift",
        "PrintingError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/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 finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/pointfreeco/swift-case-paths
Fetching https://github.com/google/swift-benchmark
Fetching https://github.com/apple/swift-docc-plugin
[1/1486] Fetching swift-benchmark
[31/5861] Fetching swift-benchmark, swift-case-paths
[707/7910] Fetching swift-benchmark, swift-case-paths, swift-docc-plugin
Fetched https://github.com/google/swift-benchmark from cache (0.34s)
[5564/6424] Fetching swift-case-paths, swift-docc-plugin
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.42s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.42s)
Computing version for https://github.com/google/swift-benchmark
Computed https://github.com/google/swift-benchmark at 0.1.2 (2.85s)
Fetching https://github.com/apple/swift-argument-parser
[1/15386] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.24s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (2.07s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.37s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.84s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.56s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.0 (2.17s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5458] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.72s)
[1/70452] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (5.57s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (7.44s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (1.56s)
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.5.1
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.3
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/swift-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 1.7.0
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin Swift-DocC
Building for debugging...
[3/59] Write sources
[28/59] Compiling _SwiftSyntaxCShims dummy.c
[29/59] Write swift-version-24593BA9C3E375BF.txt
[31/88] Emitting module SwiftSyntax509
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[32/88] Emitting module ArgumentParserToolInfo
[33/88] Compiling ArgumentParserToolInfo ToolInfo.swift
[34/88] Compiling IssueReporting TestContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/88] Compiling IssueReporting Unimplemented.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[37/91] Emitting module SwiftSyntax510
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/91] Compiling SwiftSyntax510 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[39/92] Wrapping AST for ArgumentParserToolInfo for debugging
[41/92] Compiling SwiftSyntax600 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[42/92] Emitting module SwiftSyntax600
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[43/93] Compiling SwiftSyntax509 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[44/94] Emitting module SwiftSyntax601
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[45/94] Compiling SwiftSyntax601 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[46/113] Wrapping AST for SwiftSyntax510 for debugging
[49/133] Wrapping AST for SwiftSyntax600 for debugging
[51/133] Compiling ArgumentParser HelpCommand.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[52/133] Compiling ArgumentParser HelpGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[52/133] Wrapping AST for SwiftSyntax601 for debugging
[53/133] Wrapping AST for SwiftSyntax509 for debugging
[55/197] Compiling SwiftSyntax RawSyntaxLayoutView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/197] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[57/197] Compiling SwiftSyntax RawSyntaxTokenView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/197] Compiling SwiftSyntax MissingNodeInitializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[59/197] Compiling SwiftSyntax RawSyntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[60/197] Compiling SwiftSyntax Convenience.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[61/197] Compiling SwiftSyntax CustomTraits.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[62/197] Compiling SwiftSyntax EditorPlaceholder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[63/197] Compiling SwiftSyntax Identifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[64/197] Compiling SwiftSyntax MemoryLayout.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[65/197] Compiling SwiftSyntax Assert.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[66/197] Compiling SwiftSyntax BumpPtrAllocator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[67/197] Compiling SwiftSyntax CommonAncestor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[68/197] Emitting module IssueReporting
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[69/197] Compiling SwiftSyntax AbsolutePosition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[70/197] Compiling SwiftSyntax AbsoluteRawSyntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[71/197] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[72/198] Wrapping AST for IssueReporting for debugging
[74/201] Compiling XCTestDynamicOverlay Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[75/201] Emitting module XCTestDynamicOverlay
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[76/201] Compiling XCTestDynamicOverlay Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[77/202] Wrapping AST for XCTestDynamicOverlay for debugging
[79/212] Compiling CasePathsCore KeyPath+Sendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[80/213] Compiling CasePathsCore TypeName.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[81/213] Compiling CasePathsCore UncheckedSendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[82/213] Compiling CasePathsCore Optional+CasePathable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[83/213] Compiling CasePathsCore Never+CasePathable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[84/213] Compiling CasePathsCore Result+CasePathable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[85/213] Compiling CasePathsCore AnyCasePath.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[86/213] Compiling CasePathsCore CasePathIterable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[87/213] Compiling CasePathsCore CasePathReflectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[88/213] Compiling CasePathsCore CasePathable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[89/213] Emitting module CasePathsCore
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[90/214] Wrapping AST for CasePathsCore for debugging
[102/219] Compiling SwiftSyntax SourceEdit.swift
[103/219] Compiling SwiftSyntax SyntaxText.swift
[104/219] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[105/219] Compiling SwiftSyntax TokenDiagnostic.swift
[106/219] Compiling SwiftSyntax TokenSequence.swift
[107/219] Compiling SwiftSyntax TokenSyntax.swift
[108/219] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[109/219] Compiling SwiftSyntax SyntaxChildren.swift
[110/219] Compiling SwiftSyntax SyntaxCollection.swift
[111/219] Compiling SwiftSyntax SyntaxHashable.swift
[112/219] Compiling SwiftSyntax Trivia.swift
[113/219] Compiling SwiftSyntax SourceLocation.swift
[114/219] Compiling SwiftSyntax SourcePresence.swift
[115/219] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[116/219] Compiling SwiftSyntax Syntax.swift
[117/219] Compiling SwiftSyntax SyntaxArena.swift
[118/219] Compiling SwiftSyntax SourceLength.swift
[119/219] Compiling SwiftSyntax SyntaxIdentifier.swift
[120/219] Compiling SwiftSyntax SyntaxNodeFactory.swift
[121/219] Compiling SwiftSyntax SyntaxNodeStructure.swift
[122/219] Compiling SwiftSyntax SyntaxProtocol.swift
[123/219] Emitting module ArgumentParser
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[139/228] Compiling ArgumentParser CollectionExtensions.swift
[140/228] Compiling ArgumentParser Platform.swift
[141/228] Compiling ArgumentParser SequenceExtensions.swift
[142/228] Compiling ArgumentParser StringExtensions.swift
[143/228] Compiling ArgumentParser Tree.swift
[144/229] Wrapping AST for ArgumentParser for debugging
[146/245] Compiling Benchmark BenchmarkRunner.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[147/245] Compiling Benchmark BenchmarkSetting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[148/245] Compiling Benchmark BenchmarkState.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[149/245] Compiling Benchmark BenchmarkSuite.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[150/245] Compiling Benchmark BenchmarkTermination.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[151/245] Compiling Benchmark BenchmarkTime.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[155/245] Compiling Benchmark Benchmark.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[156/245] Compiling Benchmark BenchmarkArguments.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[157/245] Compiling Benchmark BenchmarkColumn.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[158/245] Compiling Benchmark BenchmarkFormatter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[159/245] Compiling Benchmark BenchmarkMain.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[160/245] Compiling Benchmark BenchmarkCommand.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[161/245] Compiling Benchmark BenchmarkFilter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[162/245] Compiling Benchmark BenchmarkReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[163/245] Compiling Benchmark BenchmarkResult.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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)
/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)
/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)
/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)
/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)
/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)
/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)
/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)
/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)
/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)
/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)
/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)
[185/247] 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)
[186/247] 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)
[187/247] 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)
/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)
/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)
/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)
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin Swift-DocC
Building for debugging...
[3/33] Write swift-version-24593BA9C3E375BF.txt
[5/62] Compiling SwiftSyntax510 Empty.swift
[6/62] Emitting module SwiftSyntax510
[7/63] Compiling SwiftSyntax600 Empty.swift
[8/63] Emitting module SwiftSyntax600
[9/64] Compiling SwiftSyntax601 Empty.swift
[10/64] Emitting module SwiftSyntax601
[14/65] Emitting module SwiftSyntax509
[15/65] Compiling SwiftSyntax509 Empty.swift
[16/66] Compiling IssueReporting FailureObserver.swift
[17/66] Compiling IssueReporting LockIsolated.swift
[18/66] Compiling IssueReporting Rethrows.swift
[19/66] Compiling IssueReporting ErrorReporting.swift
[20/66] Compiling IssueReporting AppHostWarning.swift
[21/66] Compiling IssueReporting Deprecations.swift
[23/64] Emitting module IssueReporting
[24/64] Compiling IssueReporting BreakpointReporter.swift
[25/64] Compiling IssueReporting FatalErrorReporter.swift
[26/64] Compiling IssueReporting RuntimeWarningReporter.swift
[27/64] Compiling IssueReporting ReportIssue.swift
[28/64] Compiling IssueReporting TestContext.swift
[29/64] Compiling IssueReporting Unimplemented.swift
[30/64] Compiling IssueReporting XCTest.swift
[31/64] Compiling IssueReporting IsTesting.swift
[32/64] Compiling IssueReporting IssueReporter.swift
[33/128] Compiling SwiftSyntax Trivia.swift
[34/128] Compiling SwiftSyntax Utils.swift
[35/128] Compiling ArgumentParserToolInfo ToolInfo.swift
[36/128] Emitting module ArgumentParserToolInfo
[38/129] Compiling SwiftSyntax SyntaxChildren.swift
[39/129] Compiling SwiftSyntax SyntaxCollection.swift
[40/129] Compiling SwiftSyntax SyntaxHashable.swift
[42/169] Compiling XCTestDynamicOverlay Exports.swift
[43/169] Compiling XCTestDynamicOverlay Deprecations.swift
[44/169] Emitting module XCTestDynamicOverlay
[46/170] Emitting module ArgumentParser
[47/184] Compiling ArgumentParser OptionGroup.swift
[48/184] Compiling ArgumentParser AsyncParsableCommand.swift
[49/184] Compiling ArgumentParser CommandConfiguration.swift
[50/184] Compiling ArgumentParser CommandGroup.swift
[51/184] Compiling ArgumentParser EnumerableFlag.swift
[52/184] Compiling CasePathsCore Optional+CasePathable.swift
[53/185] Compiling CasePathsCore UncheckedSendable.swift
[54/185] Compiling CasePathsCore Never+CasePathable.swift
[55/185] Emitting module CasePathsCore
[56/185] Compiling CasePathsCore KeyPath+Sendable.swift
[57/185] Compiling CasePathsCore TypeName.swift
[58/185] Compiling CasePathsCore Result+CasePathable.swift
[59/185] Compiling CasePathsCore AnyCasePath.swift
[60/185] Compiling CasePathsCore CasePathIterable.swift
[61/185] Compiling CasePathsCore CasePathReflectable.swift
[62/185] Compiling CasePathsCore CasePathable.swift
[67/186] Compiling ArgumentParser NameSpecification.swift
[68/186] Compiling ArgumentParser Option.swift
[70/186] Compiling ArgumentParser CollectionExtensions.swift
[71/186] Compiling ArgumentParser Platform.swift
[72/186] Compiling ArgumentParser SequenceExtensions.swift
[73/186] Compiling ArgumentParser StringExtensions.swift
[74/186] Compiling ArgumentParser Tree.swift
[75/185] Compiling ArgumentParser ExpressibleByArgument.swift
[76/185] Compiling ArgumentParser ParsableArguments.swift
[77/185] Compiling ArgumentParser ParsableArgumentsValidation.swift
[78/185] Compiling ArgumentParser ParsableCommand.swift
[79/185] Compiling ArgumentParser ArgumentDecoder.swift
[80/185] Compiling ArgumentParser ArgumentDefinition.swift
[81/185] Compiling ArgumentParser ArgumentSet.swift
[82/185] Compiling ArgumentParser CommandParser.swift
[83/185] Compiling ArgumentParser InputKey.swift
[84/185] Compiling ArgumentParser InputOrigin.swift
[85/185] Compiling ArgumentParser BashCompletionsGenerator.swift
[86/185] Compiling ArgumentParser CompletionsGenerator.swift
[87/185] Compiling ArgumentParser FishCompletionsGenerator.swift
[88/185] Compiling ArgumentParser ZshCompletionsGenerator.swift
[89/185] Compiling ArgumentParser Argument.swift
[90/185] Compiling ArgumentParser ArgumentHelp.swift
[91/185] Compiling ArgumentParser Name.swift
[92/185] Compiling ArgumentParser Parsed.swift
[93/185] Compiling ArgumentParser ParsedValues.swift
[94/185] Compiling ArgumentParser ParserError.swift
[95/185] Compiling ArgumentParser SplitArguments.swift
[96/185] Compiling ArgumentParser DumpHelpGenerator.swift
[97/185] Compiling ArgumentParser HelpCommand.swift
[98/185] Compiling ArgumentParser HelpGenerator.swift
[99/185] Compiling ArgumentParser MessageInfo.swift
[100/185] Compiling ArgumentParser UsageGenerator.swift
[117/186] Compiling SwiftSyntax RawSyntaxTokenView.swift
[118/186] Compiling SwiftSyntax SourceEdit.swift
[119/186] Compiling SwiftSyntax SourceLength.swift
[120/210] 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)
[121/210] 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)
[122/212] 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)
[123/212] 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)
[124/212] 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)
[125/212] 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)
[126/212] 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)
[127/212] 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)
[128/212] 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)
[129/212] 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)
[130/212] 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)
[131/212] 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)
[132/212] 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)
[133/212] 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)
[134/212] 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)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[135/212] 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)
[136/212] 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)
[137/212] 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