The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftVLC, reference v0.7.1 (43dbe2), with Swift 6.3 for Wasm on 24 Apr 2026 10:21:46 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.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/harflabs/SwiftVLC.git
Reference: v0.7.1
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/harflabs/SwiftVLC
 * tag               v0.7.1     -> FETCH_HEAD
HEAD is now at 43dbe24 Release v0.7.1
Cloned https://github.com/harflabs/SwiftVLC.git
Revision (git rev-parse @):
43dbe247c8ef4c5aa2d84c86686820254a9cba03
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/harflabs/SwiftVLC.git at v0.7.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/harflabs/SwiftVLC.git
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.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
[2278/7741] Fetching swift-docc-plugin, swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.64s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.63s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (5.61s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3675] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.07s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.07s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (0.66s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5723] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.06s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (1.78s)
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/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.5.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.0
Downloading binary artifact https://github.com/harflabs/SwiftVLC/releases/download/v0.7.1/libvlc.xcframework.zip
[899/315249303] Downloading https://github.com/harflabs/SwiftVLC/releases/download/v0.7.1/libvlc.xcframework.zip
Downloaded https://github.com/harflabs/SwiftVLC/releases/download/v0.7.1/libvlc.xcframework.zip (39.81s)
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/5] Write sources
[3/5] Compiling CLibVLC shim.c
[4/5] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/39] Emitting module SwiftVLC
/host/spi-builder-workspace/Sources/SwiftVLC/Core/DialogHandler.swift:2:8: error: no such module 'Dispatch'
  1 | import CLibVLC
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 | import Foundation
  4 | import Synchronization
[7/43] Compiling SwiftVLC Marquee.swift
/host/spi-builder-workspace/Sources/SwiftVLC/Core/DialogHandler.swift:2:8: error: no such module 'Dispatch'
  1 | import CLibVLC
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 | import Foundation
  4 | import Synchronization
[8/43] Compiling SwiftVLC VideoAdjustments.swift
/host/spi-builder-workspace/Sources/SwiftVLC/Core/DialogHandler.swift:2:8: error: no such module 'Dispatch'
  1 | import CLibVLC
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 | import Foundation
  4 | import Synchronization
[9/43] Compiling SwiftVLC VideoView.swift
/host/spi-builder-workspace/Sources/SwiftVLC/Core/DialogHandler.swift:2:8: error: no such module 'Dispatch'
  1 | import CLibVLC
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 | import Foundation
  4 | import Synchronization
[10/43] Compiling SwiftVLC Viewpoint.swift
/host/spi-builder-workspace/Sources/SwiftVLC/Core/DialogHandler.swift:2:8: error: no such module 'Dispatch'
  1 | import CLibVLC
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 | import Foundation
  4 | import Synchronization
[11/43] Compiling SwiftVLC Track.swift
/host/spi-builder-workspace/Sources/SwiftVLC/Core/DialogHandler.swift:2:8: error: no such module 'Dispatch'
  1 | import CLibVLC
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 | import Foundation
  4 | import Synchronization
[12/43] Compiling SwiftVLC PiPController.swift
/host/spi-builder-workspace/Sources/SwiftVLC/Core/DialogHandler.swift:2:8: error: no such module 'Dispatch'
  1 | import CLibVLC
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 | import Foundation
  4 | import Synchronization
[13/43] Compiling SwiftVLC PiPVideoView.swift
/host/spi-builder-workspace/Sources/SwiftVLC/Core/DialogHandler.swift:2:8: error: no such module 'Dispatch'
  1 | import CLibVLC
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 | import Foundation
  4 | import Synchronization
[14/43] Compiling SwiftVLC PixelBufferRenderer.swift
/host/spi-builder-workspace/Sources/SwiftVLC/Core/DialogHandler.swift:2:8: error: no such module 'Dispatch'
  1 | import CLibVLC
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 | import Foundation
  4 | import Synchronization
[15/43] Compiling SwiftVLC ABLoop.swift
/host/spi-builder-workspace/Sources/SwiftVLC/Core/DialogHandler.swift:2:8: error: no such module 'Dispatch'
  1 | import CLibVLC
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 | import Foundation
  4 | import Synchronization
[16/43] Compiling SwiftVLC MediaListPlayer.swift
/host/spi-builder-workspace/Sources/SwiftVLC/Core/DialogHandler.swift:2:8: error: no such module 'Dispatch'
  1 | import CLibVLC
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 | import Foundation
  4 | import Synchronization
[17/43] Compiling SwiftVLC PlaybackMode.swift
/host/spi-builder-workspace/Sources/SwiftVLC/Core/DialogHandler.swift:2:8: error: no such module 'Dispatch'
  1 | import CLibVLC
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 | import Foundation
  4 | import Synchronization
[18/43] Compiling SwiftVLC AspectRatio.swift
/host/spi-builder-workspace/Sources/SwiftVLC/Core/DialogHandler.swift:2:8: error: no such module 'Dispatch'
  1 | import CLibVLC
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 | import Foundation
  4 | import Synchronization
[19/43] Compiling SwiftVLC Logo.swift
/host/spi-builder-workspace/Sources/SwiftVLC/Core/DialogHandler.swift:2:8: error: no such module 'Dispatch'
  1 | import CLibVLC
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 | import Foundation
  4 | import Synchronization
[20/43] Compiling SwiftVLC LogNoiseFilter.swift
/host/spi-builder-workspace/Sources/SwiftVLC/Core/DialogHandler.swift:2:8: error: no such module 'Dispatch'
  1 | import CLibVLC
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 | import Foundation
  4 | import Synchronization
[21/43] Compiling SwiftVLC Logging.swift
/host/spi-builder-workspace/Sources/SwiftVLC/Core/DialogHandler.swift:2:8: error: no such module 'Dispatch'
  1 | import CLibVLC
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 | import Foundation
  4 | import Synchronization
[22/43] Compiling SwiftVLC VLCError.swift
/host/spi-builder-workspace/Sources/SwiftVLC/Core/DialogHandler.swift:2:8: error: no such module 'Dispatch'
  1 | import CLibVLC
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 | import Foundation
  4 | import Synchronization
[23/43] Compiling SwiftVLC VLCInstance.swift
/host/spi-builder-workspace/Sources/SwiftVLC/Core/DialogHandler.swift:2:8: error: no such module 'Dispatch'
  1 | import CLibVLC
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 | import Foundation
  4 | import Synchronization
[24/43] Compiling SwiftVLC MediaDiscoverer.swift
/host/spi-builder-workspace/Sources/SwiftVLC/Core/DialogHandler.swift:2:8: error: no such module 'Dispatch'
  1 | import CLibVLC
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 | import Foundation
  4 | import Synchronization
[25/43] Compiling SwiftVLC RendererDiscoverer.swift
/host/spi-builder-workspace/Sources/SwiftVLC/Core/DialogHandler.swift:2:8: error: no such module 'Dispatch'
  1 | import CLibVLC
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 | import Foundation
  4 | import Synchronization
[26/43] Compiling SwiftVLC Media.swift
/host/spi-builder-workspace/Sources/SwiftVLC/Core/DialogHandler.swift:2:8: error: no such module 'Dispatch'
  1 | import CLibVLC
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 | import Foundation
  4 | import Synchronization
[27/43] Compiling SwiftVLC MediaStatistics.swift
/host/spi-builder-workspace/Sources/SwiftVLC/Core/DialogHandler.swift:2:8: error: no such module 'Dispatch'
  1 | import CLibVLC
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 | import Foundation
  4 | import Synchronization
[28/43] Compiling SwiftVLC Metadata.swift
/host/spi-builder-workspace/Sources/SwiftVLC/Core/DialogHandler.swift:2:8: error: no such module 'Dispatch'
  1 | import CLibVLC
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 | import Foundation
  4 | import Synchronization
[29/43] Compiling SwiftVLC ThumbnailRequest.swift
/host/spi-builder-workspace/Sources/SwiftVLC/Core/DialogHandler.swift:2:8: error: no such module 'Dispatch'
  1 | import CLibVLC
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 | import Foundation
  4 | import Synchronization
[30/43] Compiling SwiftVLC PlayerRole.swift
/host/spi-builder-workspace/Sources/SwiftVLC/Core/DialogHandler.swift:2:8: error: no such module 'Dispatch'
  1 | import CLibVLC
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 | import Foundation
  4 | import Synchronization
[31/43] Compiling SwiftVLC PlayerState.swift
/host/spi-builder-workspace/Sources/SwiftVLC/Core/DialogHandler.swift:2:8: error: no such module 'Dispatch'
  1 | import CLibVLC
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 | import Foundation
  4 | import Synchronization
[32/43] Compiling SwiftVLC Program.swift
/host/spi-builder-workspace/Sources/SwiftVLC/Core/DialogHandler.swift:2:8: error: no such module 'Dispatch'
  1 | import CLibVLC
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 | import Foundation
  4 | import Synchronization
[33/43] Compiling SwiftVLC MediaList.swift
/host/spi-builder-workspace/Sources/SwiftVLC/Core/DialogHandler.swift:2:8: error: no such module 'Dispatch'
  1 | import CLibVLC
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 | import Foundation
  4 | import Synchronization
[34/43] Compiling SwiftVLC ChapterTitle.swift
/host/spi-builder-workspace/Sources/SwiftVLC/Core/DialogHandler.swift:2:8: error: no such module 'Dispatch'
  1 | import CLibVLC
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 | import Foundation
  4 | import Synchronization
[35/43] Compiling SwiftVLC EventBridge.swift
/host/spi-builder-workspace/Sources/SwiftVLC/Core/DialogHandler.swift:2:8: error: no such module 'Dispatch'
  1 | import CLibVLC
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 | import Foundation
  4 | import Synchronization
[36/43] Compiling SwiftVLC NavigationAction.swift
/host/spi-builder-workspace/Sources/SwiftVLC/Core/DialogHandler.swift:2:8: error: no such module 'Dispatch'
  1 | import CLibVLC
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 | import Foundation
  4 | import Synchronization
[37/43] Compiling SwiftVLC Player.swift
/host/spi-builder-workspace/Sources/SwiftVLC/Core/DialogHandler.swift:2:8: error: no such module 'Dispatch'
  1 | import CLibVLC
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 | import Foundation
  4 | import Synchronization
[38/43] Compiling SwiftVLC PlayerEvent.swift
/host/spi-builder-workspace/Sources/SwiftVLC/Core/DialogHandler.swift:2:8: error: no such module 'Dispatch'
  1 | import CLibVLC
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 | import Foundation
  4 | import Synchronization
[39/43] Compiling SwiftVLC AudioChannelMode.swift
/host/spi-builder-workspace/Sources/SwiftVLC/Core/DialogHandler.swift:2:8: error: no such module 'Dispatch'
  1 | import CLibVLC
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 | import Foundation
  4 | import Synchronization
[40/43] Compiling SwiftVLC AudioOutput.swift
/host/spi-builder-workspace/Sources/SwiftVLC/Core/DialogHandler.swift:2:8: error: no such module 'Dispatch'
  1 | import CLibVLC
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 | import Foundation
  4 | import Synchronization
[41/43] Compiling SwiftVLC Equalizer.swift
/host/spi-builder-workspace/Sources/SwiftVLC/Core/DialogHandler.swift:2:8: error: no such module 'Dispatch'
  1 | import CLibVLC
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 | import Foundation
  4 | import Synchronization
[42/43] Compiling SwiftVLC DialogHandler.swift
/host/spi-builder-workspace/Sources/SwiftVLC/Core/DialogHandler.swift:2:8: error: no such module 'Dispatch'
  1 | import CLibVLC
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 | import Foundation
  4 | import Synchronization
[43/43] Compiling SwiftVLC Duration+Extensions.swift
/host/spi-builder-workspace/Sources/SwiftVLC/Core/DialogHandler.swift:2:8: error: no such module 'Dispatch'
  1 | import CLibVLC
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 | import Foundation
  4 | import Synchronization
BUILD FAILURE 6.3 wasm