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-builders, reference main (0c671b), with Swift 6.1 for Wasm on 31 May 2025 02:11:26 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/davdroman/swift-builders.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/davdroman/swift-builders
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0c671b0 Modernize Swift syntax in README
Cloned https://github.com/davdroman/swift-builders.git
Revision (git rev-parse @):
0c671b0361951a44806bea5cacf20e89db0ab39e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/davdroman/swift-builders.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/davdroman/swift-builders.git
https://github.com/davdroman/swift-builders.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-benchmark",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/google/swift-benchmark"
    }
  ],
  "manifest_display_name" : "swift-builders",
  "name" : "swift-builders",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "Builders",
      "targets" : [
        "Builders"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Benchmarks",
      "targets" : [
        "Benchmarks"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BuildersTests",
      "module_type" : "SwiftTarget",
      "name" : "BuildersTests",
      "path" : "Tests/BuildersTests",
      "sources" : [
        "ArrayBuilderTests.swift",
        "ArraySliceBuilderTests.swift",
        "ContiguousArrayBuilderTests.swift",
        "DataBuilderTests.swift",
        "DictionaryBuilderTests.swift",
        "SetBuilderTests.swift",
        "SliceBuilderTests.swift",
        "StringBuilderTests.swift",
        "StringUTF8ViewBuilderTests.swift",
        "StringUnicodeScalarViewBuilderTests.swift",
        "SubstringBuilderTests.swift",
        "SubstringUTF8ViewBuilderTests.swift",
        "SubstringUnicodeScalarViewBuilderTests.swift"
      ],
      "target_dependencies" : [
        "Builders",
        "BuildersTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BuildersTestSupport",
      "module_type" : "SwiftTarget",
      "name" : "BuildersTestSupport",
      "path" : "Sources/BuildersTestSupport",
      "product_memberships" : [
        "Benchmarks"
      ],
      "sources" : [
        "BuildersTestSupport.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Builders",
      "module_type" : "SwiftTarget",
      "name" : "Builders",
      "path" : "Sources/Builders",
      "product_memberships" : [
        "Builders",
        "Benchmarks"
      ],
      "sources" : [
        "ArrayBuilder.swift",
        "ArraySliceBuilder.swift",
        "ContiguousArray.swift",
        "DataBuilder.swift",
        "DictionaryBuilder.swift",
        "SetBuilder.swift",
        "SliceBuilder.swift",
        "StringBuilder.swift",
        "StringUTF8ViewBuilder.swift",
        "StringUnicodeScalarViewBuilder.swift",
        "SubstringBuilder.swift",
        "SubstringUTF8ViewBuilder.swift",
        "SubstringUnicodeScalarViewBuilder.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Benchmarks",
      "module_type" : "SwiftTarget",
      "name" : "Benchmarks",
      "path" : "Sources/Benchmarks",
      "product_dependencies" : [
        "Benchmark"
      ],
      "product_memberships" : [
        "Benchmarks"
      ],
      "sources" : [
        "Array.swift",
        "ArraySlice.swift",
        "ContiguousArray.swift",
        "Data.swift",
        "Dictionary.swift",
        "Set.swift",
        "Slice.swift",
        "String.swift",
        "StringUTF8View.swift",
        "StringUnicodeScalarView.swift",
        "Substring.swift",
        "SubstringUTF8View.swift",
        "SubstringUnicodeScalarView.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "Builders",
        "BuildersTestSupport"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/google/swift-benchmark
[1/1486] Fetching swift-benchmark
Fetched https://github.com/google/swift-benchmark from cache (0.30s)
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/15386] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.98s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (1.62s)
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.5.1
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/16] Write sources
[7/16] Write swift-version-24593BA9C3E375BF.txt
[9/33] Compiling BuildersTestSupport BuildersTestSupport.swift
[10/33] Emitting module BuildersTestSupport
[12/34] Compiling Builders DictionaryBuilder.swift
[13/34] Compiling Builders SetBuilder.swift
[14/35] Compiling Builders SubstringBuilder.swift
[15/35] Compiling Builders SubstringUTF8ViewBuilder.swift
[15/35] Wrapping AST for BuildersTestSupport for debugging
[17/35] Compiling Builders SliceBuilder.swift
[18/35] Compiling Builders StringBuilder.swift
[19/35] Compiling Builders StringUTF8ViewBuilder.swift
[20/35] Compiling Builders StringUnicodeScalarViewBuilder.swift
[21/35] Compiling Builders SubstringUnicodeScalarViewBuilder.swift
[22/35] Emitting module ArgumentParserToolInfo
[23/35] Compiling ArgumentParserToolInfo ToolInfo.swift
[24/36] Wrapping AST for ArgumentParserToolInfo for debugging
[26/74] Emitting module ArgumentParser
[27/79] Compiling ArgumentParser CommandConfiguration.swift
[28/79] Compiling ArgumentParser CommandGroup.swift
[29/79] Emitting module Builders
[30/79] Compiling ArgumentParser OptionGroup.swift
[31/79] Compiling ArgumentParser AsyncParsableCommand.swift
[32/80] Wrapping AST for Builders for debugging
[34/80] Compiling ArgumentParser CollectionExtensions.swift
[35/80] Compiling ArgumentParser Platform.swift
[36/80] Compiling ArgumentParser SequenceExtensions.swift
[37/80] Compiling ArgumentParser StringExtensions.swift
[38/80] Compiling ArgumentParser Tree.swift
[39/80] Compiling ArgumentParser Name.swift
[40/80] Compiling ArgumentParser Parsed.swift
[41/80] Compiling ArgumentParser ParsedValues.swift
[42/80] Compiling ArgumentParser ParserError.swift
[43/80] Compiling ArgumentParser SplitArguments.swift
[44/80] Compiling ArgumentParser DumpHelpGenerator.swift
[45/80] Compiling ArgumentParser HelpCommand.swift
[46/80] Compiling ArgumentParser HelpGenerator.swift
[47/80] Compiling ArgumentParser MessageInfo.swift
[48/80] Compiling ArgumentParser UsageGenerator.swift
[49/80] Compiling ArgumentParser ExpressibleByArgument.swift
[50/80] Compiling ArgumentParser ParsableArguments.swift
[51/80] Compiling ArgumentParser ParsableArgumentsValidation.swift
[52/80] Compiling ArgumentParser ParsableCommand.swift
[53/80] Compiling ArgumentParser ArgumentDecoder.swift
[54/80] Compiling ArgumentParser BashCompletionsGenerator.swift
[55/80] Compiling ArgumentParser CompletionsGenerator.swift
[56/80] Compiling ArgumentParser FishCompletionsGenerator.swift
[57/80] Compiling ArgumentParser ZshCompletionsGenerator.swift
[58/80] Compiling ArgumentParser Argument.swift
[59/80] Compiling ArgumentParser ArgumentHelp.swift
[64/80] Compiling ArgumentParser EnumerableFlag.swift
[65/80] Compiling ArgumentParser ArgumentDefinition.swift
[66/80] Compiling ArgumentParser ArgumentSet.swift
[67/80] Compiling ArgumentParser CommandParser.swift
[68/80] Compiling ArgumentParser InputKey.swift
[69/80] Compiling ArgumentParser InputOrigin.swift
[70/80] Compiling ArgumentParser ArgumentVisibility.swift
[71/80] Compiling ArgumentParser CompletionKind.swift
[72/80] Compiling ArgumentParser Errors.swift
[73/80] Compiling ArgumentParser Flag.swift
[74/80] Compiling ArgumentParser NameSpecification.swift
[75/80] Compiling ArgumentParser Option.swift
[76/81] Wrapping AST for ArgumentParser for debugging
[78/97] 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)
[79/97] 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)
[80/97] 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)
[81/97] 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)
[82/99] 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)
[83/99] 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)
[84/99] 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)
[85/99] 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)
[86/99] 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)
[87/99] 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)
[88/99] 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)
[89/99] 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)
[90/99] 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)
[91/99] 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)
[92/99] 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)
[93/99] 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)
[94/99] 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)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[95/99] 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)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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
Building for debugging...
[1/10] Write swift-version-24593BA9C3E375BF.txt
[3/27] Compiling BuildersTestSupport BuildersTestSupport.swift
[4/27] Emitting module BuildersTestSupport
[5/28] Compiling Builders SubstringBuilder.swift
[7/29] Compiling Builders SubstringUTF8ViewBuilder.swift
[8/28] Compiling Builders SliceBuilder.swift
[9/28] Compiling Builders StringBuilder.swift
[10/28] Compiling Builders ContiguousArray.swift
[11/28] Compiling Builders DataBuilder.swift
[12/28] Compiling Builders StringUTF8ViewBuilder.swift
[13/28] Compiling Builders StringUnicodeScalarViewBuilder.swift
[14/28] Compiling Builders DictionaryBuilder.swift
[15/28] Compiling Builders SetBuilder.swift
[16/28] Compiling Builders ArrayBuilder.swift
[17/28] Compiling Builders ArraySliceBuilder.swift
[18/28] Emitting module Builders
[19/28] Compiling Builders SubstringUnicodeScalarViewBuilder.swift
[20/29] Wrapping AST for Builders for debugging
[22/29] Compiling ArgumentParserToolInfo ToolInfo.swift
[23/29] Emitting module ArgumentParserToolInfo
[25/67] Emitting module ArgumentParser
[26/72] Compiling ArgumentParser ArgumentVisibility.swift
[27/72] Compiling ArgumentParser CompletionKind.swift
[28/72] Compiling ArgumentParser Errors.swift
[29/72] Compiling ArgumentParser Flag.swift
[30/72] Compiling ArgumentParser NameSpecification.swift
[31/72] Compiling ArgumentParser Option.swift
[32/72] Compiling ArgumentParser OptionGroup.swift
[33/72] Compiling ArgumentParser AsyncParsableCommand.swift
[34/72] Compiling ArgumentParser CommandConfiguration.swift
[35/72] Compiling ArgumentParser CommandGroup.swift
[36/72] Compiling ArgumentParser EnumerableFlag.swift
[37/72] Compiling ArgumentParser CollectionExtensions.swift
[38/72] Compiling ArgumentParser Platform.swift
[39/72] Compiling ArgumentParser SequenceExtensions.swift
[40/72] Compiling ArgumentParser StringExtensions.swift
[41/72] Compiling ArgumentParser Tree.swift
[42/72] Compiling ArgumentParser Name.swift
[43/72] Compiling ArgumentParser Parsed.swift
[44/72] Compiling ArgumentParser ParsedValues.swift
[45/72] Compiling ArgumentParser ParserError.swift
[46/72] Compiling ArgumentParser SplitArguments.swift
[47/72] Compiling ArgumentParser ExpressibleByArgument.swift
[48/72] Compiling ArgumentParser ParsableArguments.swift
[49/72] Compiling ArgumentParser ParsableArgumentsValidation.swift
[50/72] Compiling ArgumentParser ParsableCommand.swift
[51/72] Compiling ArgumentParser ArgumentDecoder.swift
[52/72] Compiling ArgumentParser BashCompletionsGenerator.swift
[53/72] Compiling ArgumentParser CompletionsGenerator.swift
[54/72] Compiling ArgumentParser FishCompletionsGenerator.swift
[55/72] Compiling ArgumentParser ZshCompletionsGenerator.swift
[56/72] Compiling ArgumentParser Argument.swift
[57/72] Compiling ArgumentParser ArgumentHelp.swift
[58/72] Compiling ArgumentParser DumpHelpGenerator.swift
[59/72] Compiling ArgumentParser HelpCommand.swift
[60/72] Compiling ArgumentParser HelpGenerator.swift
[61/72] Compiling ArgumentParser MessageInfo.swift
[62/72] Compiling ArgumentParser UsageGenerator.swift
[63/72] Compiling ArgumentParser ArgumentDefinition.swift
[64/72] Compiling ArgumentParser ArgumentSet.swift
[65/72] Compiling ArgumentParser CommandParser.swift
[66/72] Compiling ArgumentParser InputKey.swift
[67/72] Compiling ArgumentParser InputOrigin.swift
[69/88] 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)
[70/88] 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)
[71/88] 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)
[72/88] 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)
[73/90] 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)
[74/90] 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)
[75/90] 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)
[76/90] 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)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[77/90] 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)
[78/90] 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)
[79/90] 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)
[80/90] 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)
[81/90] 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)
[82/90] 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)
[83/90] 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)
[84/90] 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)
[85/90] 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)
[86/90] 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