The Swift Package Index logo.Swift Package Index

Build Information

Failed to build M3U8Falcon, reference v1.3.1 (b934c3), with Swift 6.3 for Wasm on 6 May 2026 03:55:25 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/ftitreefly/m3u8-falcon.git
Reference: v1.3.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/ftitreefly/m3u8-falcon
 * tag               v1.3.1     -> FETCH_HEAD
HEAD is now at b934c3b chore: Bump version to v1.2.4
Cloned https://github.com/ftitreefly/m3u8-falcon.git
Revision (git rev-parse @):
b934c3b61ac654b99e6806608b08d8752d816d08
SUCCESS checkout https://github.com/ftitreefly/m3u8-falcon.git at v1.3.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/ftitreefly/m3u8-falcon.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/apple/swift-argument-parser.git
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2287] Fetching swift-docc-plugin
[253/19844] Fetching swift-docc-plugin, swift-argument-parser
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.00s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.00s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.5.0 (3.99s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3711] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.42s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.93s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (0.46s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.1
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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/15] Write sources
[8/15] Write swift-version-24593BA9C3E375BF.txt
[10/54] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/54] Emitting module ArgumentParserToolInfo
[12/56] Wrapping AST for ArgumentParserToolInfo for debugging
[14/101] Compiling ArgumentParser Foundation.swift
/host/spi-builder-workspace/Sources/M3U8Falcon/Services/Platform/LinuxProcessExecutor.swift:10:8: error: no such module 'Dispatch'
  8 | #if !canImport(Darwin)
  9 | import Foundation
 10 | import Dispatch
    |        `- error: no such module 'Dispatch'
 11 |
 12 | /// Linux-specific process executor using continuous polling
[15/101] Compiling ArgumentParser Mutex.swift
/host/spi-builder-workspace/Sources/M3U8Falcon/Services/Platform/LinuxProcessExecutor.swift:10:8: error: no such module 'Dispatch'
  8 | #if !canImport(Darwin)
  9 | import Foundation
 10 | import Dispatch
    |        `- error: no such module 'Dispatch'
 11 |
 12 | /// Linux-specific process executor using continuous polling
[16/101] Compiling ArgumentParser Platform.swift
/host/spi-builder-workspace/Sources/M3U8Falcon/Services/Platform/LinuxProcessExecutor.swift:10:8: error: no such module 'Dispatch'
  8 | #if !canImport(Darwin)
  9 | import Foundation
 10 | import Dispatch
    |        `- error: no such module 'Dispatch'
 11 |
 12 | /// Linux-specific process executor using continuous polling
[17/101] Compiling ArgumentParser SequenceExtensions.swift
/host/spi-builder-workspace/Sources/M3U8Falcon/Services/Platform/LinuxProcessExecutor.swift:10:8: error: no such module 'Dispatch'
  8 | #if !canImport(Darwin)
  9 | import Foundation
 10 | import Dispatch
    |        `- error: no such module 'Dispatch'
 11 |
 12 | /// Linux-specific process executor using continuous polling
[18/101] Compiling ArgumentParser StringExtensions.swift
/host/spi-builder-workspace/Sources/M3U8Falcon/Services/Platform/LinuxProcessExecutor.swift:10:8: error: no such module 'Dispatch'
  8 | #if !canImport(Darwin)
  9 | import Foundation
 10 | import Dispatch
    |        `- error: no such module 'Dispatch'
 11 |
 12 | /// Linux-specific process executor using continuous polling
[19/101] Compiling ArgumentParser Flag.swift
/host/spi-builder-workspace/Sources/M3U8Falcon/Services/Platform/LinuxProcessExecutor.swift:10:8: error: no such module 'Dispatch'
  8 | #if !canImport(Darwin)
  9 | import Foundation
 10 | import Dispatch
    |        `- error: no such module 'Dispatch'
 11 |
 12 | /// Linux-specific process executor using continuous polling
[20/101] Compiling ArgumentParser NameSpecification.swift
/host/spi-builder-workspace/Sources/M3U8Falcon/Services/Platform/LinuxProcessExecutor.swift:10:8: error: no such module 'Dispatch'
  8 | #if !canImport(Darwin)
  9 | import Foundation
 10 | import Dispatch
    |        `- error: no such module 'Dispatch'
 11 |
 12 | /// Linux-specific process executor using continuous polling
[21/101] Compiling ArgumentParser Option.swift
/host/spi-builder-workspace/Sources/M3U8Falcon/Services/Platform/LinuxProcessExecutor.swift:10:8: error: no such module 'Dispatch'
  8 | #if !canImport(Darwin)
  9 | import Foundation
 10 | import Dispatch
    |        `- error: no such module 'Dispatch'
 11 |
 12 | /// Linux-specific process executor using continuous polling
[22/101] Compiling ArgumentParser OptionGroup.swift
/host/spi-builder-workspace/Sources/M3U8Falcon/Services/Platform/LinuxProcessExecutor.swift:10:8: error: no such module 'Dispatch'
  8 | #if !canImport(Darwin)
  9 | import Foundation
 10 | import Dispatch
    |        `- error: no such module 'Dispatch'
 11 |
 12 | /// Linux-specific process executor using continuous polling
[23/101] Compiling ArgumentParser ParsableCommand.swift
/host/spi-builder-workspace/Sources/M3U8Falcon/Services/Platform/LinuxProcessExecutor.swift:10:8: error: no such module 'Dispatch'
  8 | #if !canImport(Darwin)
  9 | import Foundation
 10 | import Dispatch
    |        `- error: no such module 'Dispatch'
 11 |
 12 | /// Linux-specific process executor using continuous polling
[24/101] Compiling ArgumentParser ArgumentDecoder.swift
/host/spi-builder-workspace/Sources/M3U8Falcon/Services/Platform/LinuxProcessExecutor.swift:10:8: error: no such module 'Dispatch'
  8 | #if !canImport(Darwin)
  9 | import Foundation
 10 | import Dispatch
    |        `- error: no such module 'Dispatch'
 11 |
 12 | /// Linux-specific process executor using continuous polling
[25/106] Compiling ArgumentParser BashCompletionsGenerator.swift
/host/spi-builder-workspace/Sources/M3U8Falcon/Services/Platform/LinuxProcessExecutor.swift:10:8: error: no such module 'Dispatch'
  8 | #if !canImport(Darwin)
  9 | import Foundation
 10 | import Dispatch
    |        `- error: no such module 'Dispatch'
 11 |
 12 | /// Linux-specific process executor using continuous polling
[26/106] Compiling ArgumentParser CompletionsGenerator.swift
/host/spi-builder-workspace/Sources/M3U8Falcon/Services/Platform/LinuxProcessExecutor.swift:10:8: error: no such module 'Dispatch'
  8 | #if !canImport(Darwin)
  9 | import Foundation
 10 | import Dispatch
    |        `- error: no such module 'Dispatch'
 11 |
 12 | /// Linux-specific process executor using continuous polling
[27/106] Compiling ArgumentParser FishCompletionsGenerator.swift
/host/spi-builder-workspace/Sources/M3U8Falcon/Services/Platform/LinuxProcessExecutor.swift:10:8: error: no such module 'Dispatch'
  8 | #if !canImport(Darwin)
  9 | import Foundation
 10 | import Dispatch
    |        `- error: no such module 'Dispatch'
 11 |
 12 | /// Linux-specific process executor using continuous polling
[28/106] Compiling ArgumentParser ZshCompletionsGenerator.swift
/host/spi-builder-workspace/Sources/M3U8Falcon/Services/Platform/LinuxProcessExecutor.swift:10:8: error: no such module 'Dispatch'
  8 | #if !canImport(Darwin)
  9 | import Foundation
 10 | import Dispatch
    |        `- error: no such module 'Dispatch'
 11 |
 12 | /// Linux-specific process executor using continuous polling
[29/106] Compiling ArgumentParser Argument.swift
/host/spi-builder-workspace/Sources/M3U8Falcon/Services/Platform/LinuxProcessExecutor.swift:10:8: error: no such module 'Dispatch'
  8 | #if !canImport(Darwin)
  9 | import Foundation
 10 | import Dispatch
    |        `- error: no such module 'Dispatch'
 11 |
 12 | /// Linux-specific process executor using continuous polling
[30/106] Compiling ArgumentParser SwiftExtensions.swift
/host/spi-builder-workspace/Sources/M3U8Falcon/Services/Platform/LinuxProcessExecutor.swift:10:8: error: no such module 'Dispatch'
  8 | #if !canImport(Darwin)
  9 | import Foundation
 10 | import Dispatch
    |        `- error: no such module 'Dispatch'
 11 |
 12 | /// Linux-specific process executor using continuous polling
[31/106] Compiling ArgumentParser DumpHelpGenerator.swift
/host/spi-builder-workspace/Sources/M3U8Falcon/Services/Platform/LinuxProcessExecutor.swift:10:8: error: no such module 'Dispatch'
  8 | #if !canImport(Darwin)
  9 | import Foundation
 10 | import Dispatch
    |        `- error: no such module 'Dispatch'
 11 |
 12 | /// Linux-specific process executor using continuous polling
[32/106] Compiling ArgumentParser HelpCommand.swift
/host/spi-builder-workspace/Sources/M3U8Falcon/Services/Platform/LinuxProcessExecutor.swift:10:8: error: no such module 'Dispatch'
  8 | #if !canImport(Darwin)
  9 | import Foundation
 10 | import Dispatch
    |        `- error: no such module 'Dispatch'
 11 |
 12 | /// Linux-specific process executor using continuous polling
[33/106] Compiling ArgumentParser HelpGenerator.swift
/host/spi-builder-workspace/Sources/M3U8Falcon/Services/Platform/LinuxProcessExecutor.swift:10:8: error: no such module 'Dispatch'
  8 | #if !canImport(Darwin)
  9 | import Foundation
 10 | import Dispatch
    |        `- error: no such module 'Dispatch'
 11 |
 12 | /// Linux-specific process executor using continuous polling
[34/106] Compiling ArgumentParser MessageInfo.swift
/host/spi-builder-workspace/Sources/M3U8Falcon/Services/Platform/LinuxProcessExecutor.swift:10:8: error: no such module 'Dispatch'
  8 | #if !canImport(Darwin)
  9 | import Foundation
 10 | import Dispatch
    |        `- error: no such module 'Dispatch'
 11 |
 12 | /// Linux-specific process executor using continuous polling
[35/106] Compiling ArgumentParser ArgumentDiscussion.swift
/host/spi-builder-workspace/Sources/M3U8Falcon/Services/Platform/LinuxProcessExecutor.swift:10:8: error: no such module 'Dispatch'
  8 | #if !canImport(Darwin)
  9 | import Foundation
 10 | import Dispatch
    |        `- error: no such module 'Dispatch'
 11 |
 12 | /// Linux-specific process executor using continuous polling
[36/106] Compiling ArgumentParser ArgumentHelp.swift
/host/spi-builder-workspace/Sources/M3U8Falcon/Services/Platform/LinuxProcessExecutor.swift:10:8: error: no such module 'Dispatch'
  8 | #if !canImport(Darwin)
  9 | import Foundation
 10 | import Dispatch
    |        `- error: no such module 'Dispatch'
 11 |
 12 | /// Linux-specific process executor using continuous polling
[37/106] Compiling ArgumentParser ArgumentVisibility.swift
/host/spi-builder-workspace/Sources/M3U8Falcon/Services/Platform/LinuxProcessExecutor.swift:10:8: error: no such module 'Dispatch'
  8 | #if !canImport(Darwin)
  9 | import Foundation
 10 | import Dispatch
    |        `- error: no such module 'Dispatch'
 11 |
 12 | /// Linux-specific process executor using continuous polling
[38/106] Compiling ArgumentParser CompletionKind.swift
/host/spi-builder-workspace/Sources/M3U8Falcon/Services/Platform/LinuxProcessExecutor.swift:10:8: error: no such module 'Dispatch'
  8 | #if !canImport(Darwin)
  9 | import Foundation
 10 | import Dispatch
    |        `- error: no such module 'Dispatch'
 11 |
 12 | /// Linux-specific process executor using continuous polling
[39/106] Compiling ArgumentParser Errors.swift
/host/spi-builder-workspace/Sources/M3U8Falcon/Services/Platform/LinuxProcessExecutor.swift:10:8: error: no such module 'Dispatch'
  8 | #if !canImport(Darwin)
  9 | import Foundation
 10 | import Dispatch
    |        `- error: no such module 'Dispatch'
 11 |
 12 | /// Linux-specific process executor using continuous polling
[40/106] Compiling M3U8Falcon Array+Extensions.swift
/host/spi-builder-workspace/Sources/M3U8Falcon/Services/Platform/LinuxProcessExecutor.swift:10:8: error: no such module 'Dispatch'
  8 | #if !canImport(Darwin)
  9 | import Foundation
 10 | import Dispatch
    |        `- error: no such module 'Dispatch'
 11 |
 12 | /// Linux-specific process executor using continuous polling
[41/106] Compiling M3U8Falcon Data+Extensions.swift
/host/spi-builder-workspace/Sources/M3U8Falcon/Services/Platform/LinuxProcessExecutor.swift:10:8: error: no such module 'Dispatch'
  8 | #if !canImport(Darwin)
  9 | import Foundation
 10 | import Dispatch
    |        `- error: no such module 'Dispatch'
 11 |
 12 | /// Linux-specific process executor using continuous polling
[42/106] Compiling M3U8Falcon String+Extensions.swift
/host/spi-builder-workspace/Sources/M3U8Falcon/Services/Platform/LinuxProcessExecutor.swift:10:8: error: no such module 'Dispatch'
  8 | #if !canImport(Darwin)
  9 | import Foundation
 10 | import Dispatch
    |        `- error: no such module 'Dispatch'
 11 |
 12 | /// Linux-specific process executor using continuous polling
[43/106] Compiling M3U8Falcon Logger.swift
/host/spi-builder-workspace/Sources/M3U8Falcon/Services/Platform/LinuxProcessExecutor.swift:10:8: error: no such module 'Dispatch'
  8 | #if !canImport(Darwin)
  9 | import Foundation
 10 | import Dispatch
    |        `- error: no such module 'Dispatch'
 11 |
 12 | /// Linux-specific process executor using continuous polling
[44/106] Compiling M3U8Falcon ResourceManager.swift
/host/spi-builder-workspace/Sources/M3U8Falcon/Services/Platform/LinuxProcessExecutor.swift:10:8: error: no such module 'Dispatch'
  8 | #if !canImport(Darwin)
  9 | import Foundation
 10 | import Dispatch
    |        `- error: no such module 'Dispatch'
 11 |
 12 | /// Linux-specific process executor using continuous polling
[48/106] Compiling ArgumentParser CommandGroup.swift
[49/106] Compiling ArgumentParser EnumerableFlag.swift
[50/106] Compiling ArgumentParser ExpressibleByArgument.swift
[51/106] Compiling ArgumentParser ParsableArguments.swift
[52/112] Emitting module ArgumentParser
error: emit-module command failed with exit code 1 (use -v to see invocation)
[53/112] Emitting module M3U8Falcon
/host/spi-builder-workspace/Sources/M3U8Falcon/Services/Platform/LinuxProcessExecutor.swift:10:8: error: no such module 'Dispatch'
  8 | #if !canImport(Darwin)
  9 | import Foundation
 10 | import Dispatch
    |        `- error: no such module 'Dispatch'
 11 |
 12 | /// Linux-specific process executor using continuous polling
[54/112] Compiling ArgumentParser InputOrigin.swift
[55/112] Compiling ArgumentParser Name.swift
[56/112] Compiling ArgumentParser Parsed.swift
[57/112] Compiling ArgumentParser ParsedValues.swift
[58/112] Compiling ArgumentParser ParserError.swift
[59/112] Compiling ArgumentParser SplitArguments.swift
[60/112] Compiling ArgumentParser Tree.swift
[61/112] Compiling ArgumentParser CodingKeyValidator.swift
[62/112] Compiling ArgumentParser NonsenseFlagsValidator.swift
[63/112] Compiling ArgumentParser ParsableArgumentsValidation.swift
[64/112] Compiling ArgumentParser PositionalArgumentsValidator.swift
[65/112] Compiling ArgumentParser UniqueNamesValidator.swift
[73/112] Compiling ArgumentParser ArgumentDefinition.swift
/host/spi-builder-workspace/Sources/M3U8Falcon/Services/Platform/LinuxProcessExecutor.swift:10:8: error: no such module 'Dispatch'
  8 | #if !canImport(Darwin)
  9 | import Foundation
 10 | import Dispatch
    |        `- error: no such module 'Dispatch'
 11 |
 12 | /// Linux-specific process executor using continuous polling
[74/112] Compiling ArgumentParser ArgumentSet.swift
/host/spi-builder-workspace/Sources/M3U8Falcon/Services/Platform/LinuxProcessExecutor.swift:10:8: error: no such module 'Dispatch'
  8 | #if !canImport(Darwin)
  9 | import Foundation
 10 | import Dispatch
    |        `- error: no such module 'Dispatch'
 11 |
 12 | /// Linux-specific process executor using continuous polling
[75/112] Compiling ArgumentParser CommandParser.swift
/host/spi-builder-workspace/Sources/M3U8Falcon/Services/Platform/LinuxProcessExecutor.swift:10:8: error: no such module 'Dispatch'
  8 | #if !canImport(Darwin)
  9 | import Foundation
 10 | import Dispatch
    |        `- error: no such module 'Dispatch'
 11 |
 12 | /// Linux-specific process executor using continuous polling
[76/112] Compiling ArgumentParser InputKey.swift
/host/spi-builder-workspace/Sources/M3U8Falcon/Services/Platform/LinuxProcessExecutor.swift:10:8: error: no such module 'Dispatch'
  8 | #if !canImport(Darwin)
  9 | import Foundation
 10 | import Dispatch
    |        `- error: no such module 'Dispatch'
 11 |
 12 | /// Linux-specific process executor using continuous polling
/host/spi-builder-workspace/Sources/M3U8Falcon/Services/Platform/LinuxProcessExecutor.swift:10:8: error: no such module 'Dispatch'
  8 | #if !canImport(Darwin)
  9 | import Foundation
 10 | import Dispatch
    |        `- error: no such module 'Dispatch'
 11 |
 12 | /// Linux-specific process executor using continuous polling
/host/spi-builder-workspace/Sources/M3U8Falcon/Services/Platform/LinuxProcessExecutor.swift:10:8: error: no such module 'Dispatch'
  8 | #if !canImport(Darwin)
  9 | import Foundation
 10 | import Dispatch
    |        `- error: no such module 'Dispatch'
 11 |
 12 | /// Linux-specific process executor using continuous polling
/host/spi-builder-workspace/Sources/M3U8Falcon/Services/Platform/LinuxProcessExecutor.swift:10:8: error: no such module 'Dispatch'
  8 | #if !canImport(Darwin)
  9 | import Foundation
 10 | import Dispatch
    |        `- error: no such module 'Dispatch'
 11 |
 12 | /// Linux-specific process executor using continuous polling
/host/spi-builder-workspace/Sources/M3U8Falcon/Services/Platform/LinuxProcessExecutor.swift:10:8: error: no such module 'Dispatch'
  8 | #if !canImport(Darwin)
  9 | import Foundation
 10 | import Dispatch
    |        `- error: no such module 'Dispatch'
 11 |
 12 | /// Linux-specific process executor using continuous polling
/host/spi-builder-workspace/Sources/M3U8Falcon/Services/Platform/LinuxProcessExecutor.swift:10:8: error: no such module 'Dispatch'
  8 | #if !canImport(Darwin)
  9 | import Foundation
 10 | import Dispatch
    |        `- error: no such module 'Dispatch'
 11 |
 12 | /// Linux-specific process executor using continuous polling
/host/spi-builder-workspace/Sources/M3U8Falcon/Services/Platform/LinuxProcessExecutor.swift:10:8: error: no such module 'Dispatch'
  8 | #if !canImport(Darwin)
  9 | import Foundation
 10 | import Dispatch
    |        `- error: no such module 'Dispatch'
 11 |
 12 | /// Linux-specific process executor using continuous polling
BUILD FAILURE 6.3 wasm