The Swift Package Index logo.Swift Package Index

Build Information

Failed to build M3U8Falcon, reference v1.3.1 (b934c3), with Swift 6.2 for Wasm on 6 May 2026 03:54:18 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.2-latest swift build --swift-sdk swift-6.2-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.2
Building package at path:  $PWD
https://github.com/ftitreefly/m3u8-falcon.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.2-latest swift build --swift-sdk swift-6.2-RELEASE_wasm 2>&1
wasm-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:2a8b2d9e022a9894c61e0736af7cdaa1ee64c002dbb133a55c0d7e8980b3ad16
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-latest
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2287] Fetching swift-docc-plugin
[230/19844] Fetching swift-docc-plugin, swift-argument-parser
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.44s)
[9306/17557] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.81s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.5.0 (3.19s)
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.40s)
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.48s)
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/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-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.5.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] Emitting module ArgumentParserToolInfo
[11/54] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/55] Wrapping AST for ArgumentParserToolInfo for debugging
[14/101] 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
[15/101] 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
[16/101] 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
[17/101] 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
[18/101] 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
[19/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
[20/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
[21/106] 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
[22/106] 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
[23/106] 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
[24/106] Compiling ArgumentParser Parsed.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 ParsedValues.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 ParserError.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 SplitArguments.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 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
[29/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
[30/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
[31/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
[32/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
[33/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
[34/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
[35/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
[36/106] Compiling ArgumentParser ParentCommand.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 AsyncParsableCommand.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 CommandConfiguration.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 CommandGroup.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
[47/106] Compiling ArgumentParser Platform.swift
[48/106] Compiling ArgumentParser SequenceExtensions.swift
[49/106] Compiling ArgumentParser StringExtensions.swift
[50/106] Compiling ArgumentParser SwiftExtensions.swift
[51/112] Compiling ArgumentParser Tree.swift
[52/112] Compiling ArgumentParser CodingKeyValidator.swift
[53/112] Compiling ArgumentParser NonsenseFlagsValidator.swift
[54/112] Compiling ArgumentParser ParsableArgumentsValidation.swift
[55/112] Compiling ArgumentParser PositionalArgumentsValidator.swift
[56/112] Compiling ArgumentParser UniqueNamesValidator.swift
[57/112] Compiling ArgumentParser InputOrigin.swift
[58/112] Compiling ArgumentParser Name.swift
[69/112] Emitting module ArgumentParser
[77/112] Compiling ArgumentParser EnumerableFlag.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
[78/112] Compiling ArgumentParser ExpressibleByArgument.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
[79/112] Compiling ArgumentParser ParsableArguments.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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[82/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
[89/112] Compiling ArgumentParser OptionGroup.swift
[97/112] Compiling ArgumentParser ParsableCommand.swift
[98/112] Compiling ArgumentParser ArgumentDecoder.swift
[99/112] Compiling ArgumentParser ArgumentDefinition.swift
[100/112] Compiling ArgumentParser ArgumentSet.swift
[103/113] Wrapping AST for ArgumentParser for debugging
/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.2 wasm