The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-midi-core, reference 1.0.0 (8ff095), with Swift 6.1 for Wasm on 27 Apr 2026 07:30:00 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orchetect/swift-midi-core.git
Reference: 1.0.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/orchetect/swift-midi-core
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 8ff0951 Updated docs
Cloned https://github.com/orchetect/swift-midi-core.git
Revision (git rev-parse @):
8ff095125c2715093028923a7ff175666ead2484
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/orchetect/swift-midi-core.git at 1.0.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/orchetect/swift-midi-core.git
https://github.com/orchetect/swift-midi-core.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:276d66a16377d3ee059b2e3429cbc1154d9f01e42871e5d702fd5d8b9044d93d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Fetching https://github.com/orchetect/swift-testing-extensions
[1/1074] Fetching swift-testing-extensions
Fetched https://github.com/orchetect/swift-testing-extensions from cache (1.00s)
Computing version for https://github.com/orchetect/swift-testing-extensions
Computed https://github.com/orchetect/swift-testing-extensions at 0.3.0 (1.60s)
Fetching https://github.com/tsolomko/SWCompression
Fetching https://github.com/swiftlang/swift-syntax.git
[1/17717] Fetching swcompression
[9214/92756] Fetching swcompression, swift-syntax
Fetched https://github.com/tsolomko/SWCompression from cache (1.32s)
[30766/75039] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.51s)
Computing version for https://github.com/tsolomko/SWCompression
Computed https://github.com/tsolomko/SWCompression at 4.8.6 (8.16s)
Fetching https://github.com/tsolomko/BitByteData
[1/3232] Fetching bitbytedata
Fetched https://github.com/tsolomko/BitByteData from cache (0.33s)
Computing version for https://github.com/tsolomko/BitByteData
Computed https://github.com/tsolomko/BitByteData at 2.0.4 (0.99s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 603.0.1 (0.77s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 603.0.1
Creating working copy for https://github.com/tsolomko/BitByteData
Working copy of https://github.com/tsolomko/BitByteData resolved at 2.0.4
Creating working copy for https://github.com/tsolomko/SWCompression
Working copy of https://github.com/tsolomko/SWCompression resolved at 4.8.6
Creating working copy for https://github.com/orchetect/swift-testing-extensions
Working copy of https://github.com/orchetect/swift-testing-extensions resolved at 0.3.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/24] Compiling SwiftMIDIInternals Hex and Binary String.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/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[5/24] Compiling SwiftMIDIInternals Number Formatting.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/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[6/24] Compiling SwiftMIDIInternals ASCII.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/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[7/26] Compiling SwiftMIDIInternals Collections.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/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[8/26] Compiling SwiftMIDIInternals Integers.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/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[9/26] Compiling SwiftMIDIInternals Ranges.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/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[10/26] Compiling SwiftMIDIInternals ThreadSynchronizedPThreadMutex.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/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[11/26] Compiling SwiftMIDIInternals ThreadSynchronizedPThreadMutexValue.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/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[12/26] Compiling SwiftMIDIInternals SafeDispatchTimer.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/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[13/26] Compiling SwiftMIDIInternals MainThreadSynchronizedPThreadMutex.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/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[14/26] Compiling SwiftMIDIInternals MainThreadSynchronizedPThreadMutexValue.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/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[15/26] Compiling SwiftMIDIInternals PThreadMutex.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/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[16/26] Compiling SwiftMIDIInternals PThreadMutexValue.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/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[17/26] Compiling SwiftMIDIInternals ThreadSynchronized.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/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[18/26] Compiling SwiftMIDIInternals String.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/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[19/26] Compiling SwiftMIDIInternals Timespec.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/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[20/26] Compiling SwiftMIDIInternals RandomAccessCollection.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/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/26] Emitting module SwiftMIDIInternals
<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/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[22/26] Compiling SwiftMIDIInternals SwiftMIDIInternals.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/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[23/26] Compiling SwiftMIDIInternals ASCII String and Data.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/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[24/26] Compiling SwiftMIDIInternals Exception.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/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[25/26] Compiling SwiftMIDIInternals ThreadSynchronizedValue.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/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[26/26] Compiling SwiftMIDIInternals Utilities.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/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:276d66a16377d3ee059b2e3429cbc1154d9f01e42871e5d702fd5d8b9044d93d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/22] Compiling SwiftMIDIInternals ThreadSynchronizedPThreadMutex.swift
/host/spi-builder-workspace/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[3/22] Compiling SwiftMIDIInternals ThreadSynchronizedPThreadMutexValue.swift
/host/spi-builder-workspace/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[4/22] Compiling SwiftMIDIInternals Collections.swift
/host/spi-builder-workspace/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[5/22] Compiling SwiftMIDIInternals Integers.swift
/host/spi-builder-workspace/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[6/22] Compiling SwiftMIDIInternals Ranges.swift
/host/spi-builder-workspace/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[7/24] Compiling SwiftMIDIInternals String.swift
/host/spi-builder-workspace/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[8/24] Compiling SwiftMIDIInternals Timespec.swift
/host/spi-builder-workspace/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[9/24] Compiling SwiftMIDIInternals RandomAccessCollection.swift
/host/spi-builder-workspace/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/24] Emitting module SwiftMIDIInternals
/host/spi-builder-workspace/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[11/24] Compiling SwiftMIDIInternals PThreadMutex.swift
/host/spi-builder-workspace/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[12/24] Compiling SwiftMIDIInternals PThreadMutexValue.swift
/host/spi-builder-workspace/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[13/24] Compiling SwiftMIDIInternals ThreadSynchronized.swift
/host/spi-builder-workspace/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[14/24] Compiling SwiftMIDIInternals SwiftMIDIInternals.swift
/host/spi-builder-workspace/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[15/24] Compiling SwiftMIDIInternals ASCII String and Data.swift
/host/spi-builder-workspace/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[16/24] Compiling SwiftMIDIInternals Exception.swift
/host/spi-builder-workspace/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[17/24] Compiling SwiftMIDIInternals Hex and Binary String.swift
/host/spi-builder-workspace/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[18/24] Compiling SwiftMIDIInternals Number Formatting.swift
/host/spi-builder-workspace/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[19/24] Compiling SwiftMIDIInternals ASCII.swift
/host/spi-builder-workspace/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[20/24] Compiling SwiftMIDIInternals SafeDispatchTimer.swift
/host/spi-builder-workspace/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[21/24] Compiling SwiftMIDIInternals MainThreadSynchronizedPThreadMutex.swift
/host/spi-builder-workspace/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[22/24] Compiling SwiftMIDIInternals MainThreadSynchronizedPThreadMutexValue.swift
/host/spi-builder-workspace/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[23/24] Compiling SwiftMIDIInternals ThreadSynchronizedValue.swift
/host/spi-builder-workspace/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[24/24] Compiling SwiftMIDIInternals Utilities.swift
/host/spi-builder-workspace/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
BUILD FAILURE 6.1 wasm