The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftLogX, reference main (7e8b15), with Swift 6.1 for Wasm on 2 Sep 2025 13:00:13 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/LikeeCat/SwiftLogX.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/LikeeCat/SwiftLogX
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7e8b157 feat: del bundle error
Cloned https://github.com/LikeeCat/SwiftLogX.git
Revision (git rev-parse @):
7e8b15705ca2d181a016338ad0cbbd07dfb48b94
SUCCESS checkout https://github.com/LikeeCat/SwiftLogX.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/LikeeCat/SwiftLogX.git
https://github.com/LikeeCat/SwiftLogX.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0-latest",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swifter",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/httpswift/swifter.git"
    }
  ],
  "manifest_display_name" : "SwiftLogX",
  "name" : "SwiftLogX",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftLogX",
      "targets" : [
        "SwiftLogX"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftLogXMacros",
      "targets" : [
        "SwiftLogXMacros"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftLogXMacroDeclarations",
      "targets" : [
        "SwiftLogXMacroDeclarations"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftLogXTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftLogXTests",
      "path" : "Tests/SwiftLogXTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "SwiftLogXTests.swift"
      ],
      "target_dependencies" : [
        "SwiftLogXMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftLogXMacros",
      "module_type" : "SwiftTarget",
      "name" : "SwiftLogXMacros",
      "path" : "Sources/SwiftLogXMacros",
      "product_memberships" : [
        "SwiftLogXMacros"
      ],
      "sources" : [
        "SwiftLogXMacro.swift"
      ],
      "target_dependencies" : [
        "SwiftLogXMacroDeclarations",
        "SwiftLogX"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftLogXMacroDeclarations",
      "module_type" : "SwiftTarget",
      "name" : "SwiftLogXMacroDeclarations",
      "path" : "Sources/SwiftLogXMacroDeclarations",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "SwiftLogXMacros",
        "SwiftLogXMacroDeclarations"
      ],
      "sources" : [
        "Plugin.swift",
        "SwiftLogXMacroPlugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SwiftLogX",
      "module_type" : "SwiftTarget",
      "name" : "SwiftLogX",
      "path" : "Sources/SwiftLogX",
      "product_dependencies" : [
        "Swifter"
      ],
      "product_memberships" : [
        "SwiftLogX",
        "SwiftLogXMacros"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftLogX/Resources/app.js",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftLogX/Resources/index.html",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftLogX/Resources/styles.css",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "LogIPAddress.swift",
        "LogManager.swift",
        "LogRedirector.swift",
        "LogServer.swift",
        "StandardError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/httpswift/swifter.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/6050] Fetching swifter
[2058/77898] Fetching swifter, swift-syntax
Fetched https://github.com/httpswift/swifter.git from cache (6.56s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.59s)
Computing version for https://github.com/httpswift/swifter.git
Computed https://github.com/httpswift/swifter.git at 1.5.0 (8.75s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (0.70s)
Creating working copy for https://github.com/httpswift/swifter.git
Working copy of https://github.com/httpswift/swifter.git resolved at 1.5.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Building for debugging...
[0/40] Write sources
[0/40] Copying styles.css
[0/40] Copying index.html
[0/40] Copying app.js
[1/40] Write sources
[21/40] Compiling _SwiftSyntaxCShims dummy.c
[22/40] Write swift-version-24593BA9C3E375BF.txt
[24/65] 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
[25/65] 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
[27/66] 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
[28/66] 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
[29/66] 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
[30/66] 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
[31/68] Wrapping AST for SwiftSyntax600 for debugging
[33/68] Wrapping AST for SwiftSyntax510 for debugging
[34/68] Wrapping AST for SwiftSyntax509 for debugging
[36/132] Compiling SwiftSyntax RawSyntaxLayoutView.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[37/132] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[38/132] Compiling SwiftSyntax SourceLength.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[39/132] Compiling SwiftSyntax SourceLocation.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[40/134] Compiling SwiftSyntax RawSyntaxTokenView.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[41/134] Compiling SwiftSyntax SourceEdit.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[42/134] Emitting module Swifter
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[43/134] Compiling SwiftSyntax AbsolutePosition.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[44/134] Compiling SwiftSyntax AbsoluteRawSyntax.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[45/134] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[46/134] Compiling SwiftSyntax MemoryLayout.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[47/134] Compiling SwiftSyntax MissingNodeInitializers.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[48/134] Compiling SwiftSyntax RawSyntax.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[49/134] Compiling SwiftSyntax Convenience.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[50/134] Compiling SwiftSyntax CustomTraits.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[51/134] Compiling SwiftSyntax Identifier.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[52/134] Compiling SwiftSyntax Assert.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[53/134] Compiling SwiftSyntax BumpPtrAllocator.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[54/134] Compiling SwiftSyntax CommonAncestor.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[55/134] Compiling Swifter String+SHA1.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/134] Compiling Swifter WebSockets.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/134] Compiling SwiftSyntax Syntax.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/134] Compiling SwiftSyntax SyntaxArena.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/134] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.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/134] Compiling SwiftSyntax SyntaxChildren.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/134] Compiling SwiftSyntax SyntaxCollection.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/134] Compiling SwiftSyntax SyntaxHashable.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/134] Compiling SwiftSyntax SyntaxIdentifier.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
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
<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-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/18] Write swift-version-24593BA9C3E375BF.txt
[2/43] Emitting module SwiftSyntax509
[3/43] Compiling SwiftSyntax509 Empty.swift
[4/44] Compiling SwiftSyntax600 Empty.swift
[5/44] Emitting module SwiftSyntax600
[6/45] Emitting module SwiftSyntax510
[7/45] Compiling SwiftSyntax510 Empty.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/44] Emitting module Swifter
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[12/45] Compiling Swifter String+File.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[13/45] Compiling Swifter String+Misc.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[14/109] Compiling SwiftSyntax SyntaxNodeFactory.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[15/109] Compiling SwiftSyntax SyntaxNodeStructure.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[16/109] Compiling SwiftSyntax Trivia.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[17/109] Compiling SwiftSyntax SourcePresence.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[18/109] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[19/109] Compiling SwiftSyntax SyntaxProtocol.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[20/109] Compiling SwiftSyntax SyntaxText.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[21/109] Compiling SwiftSyntax SyntaxTreeViewMode.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[22/109] Compiling SwiftSyntax Syntax.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[23/109] Compiling SwiftSyntax SyntaxArena.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[24/109] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[25/109] Compiling SwiftSyntax SyntaxChildren.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[26/109] Compiling SwiftSyntax SyntaxCollection.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[27/109] Compiling SwiftSyntax TokenDiagnostic.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[28/109] Compiling SwiftSyntax TokenSequence.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[29/109] Compiling SwiftSyntax TokenSyntax.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[30/109] Compiling SwiftSyntax AbsolutePosition.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[31/109] Compiling SwiftSyntax AbsoluteRawSyntax.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
BUILD FAILURE 6.1 wasm