The Swift Package Index logo.Swift Package Index

Build Information

Failed to build M3U8Falcon, reference v1.3.1 (b934c3), with Swift 6.2 for Android on 6 May 2026 03:55:19 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 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:         android
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-4606859-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:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:cb98f9856cb1288a0028ff0e63d4de86ca92d5e7890400e3e915f7ea3943ed55
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-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
[253/19844] Fetching swift-docc-plugin, swift-argument-parser
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.56s)
[14046/17557] Fetching swift-argument-parser
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 (17.13s)
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.51s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.63s)
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.50s)
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/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
[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--11D90AFD9DD3AB2.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/54] Emitting module M3U8Falcon
/host/spi-builder-workspace/Sources/M3U8Falcon/Utilities/Logging/Logger.swift:202:45: error: cannot find 'isatty' in scope
200 |
201 |     /// TTY detection for color/emoji output
202 |     private static let stdoutIsTTY: Bool = (isatty(STDOUT_FILENO) != 0)
    |                                             `- error: cannot find 'isatty' in scope
203 |
204 |     /// Cached DateFormatter (used only on logQueue)
/host/spi-builder-workspace/Sources/M3U8Falcon/Utilities/Logging/Logger.swift:202:52: error: cannot find 'STDOUT_FILENO' in scope
200 |
201 |     /// TTY detection for color/emoji output
202 |     private static let stdoutIsTTY: Bool = (isatty(STDOUT_FILENO) != 0)
    |                                                    `- error: cannot find 'STDOUT_FILENO' in scope
203 |
204 |     /// Cached DateFormatter (used only on logQueue)
[11/59] Emitting module ArgumentParserToolInfo
[12/59] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/60] Wrapping AST for ArgumentParserToolInfo for debugging
[15/106] Compiling ArgumentParser ParsedValues.swift
/host/spi-builder-workspace/Sources/M3U8Falcon/Utilities/Logging/Logger.swift:202:45: error: cannot find 'isatty' in scope
200 |
201 |     /// TTY detection for color/emoji output
202 |     private static let stdoutIsTTY: Bool = (isatty(STDOUT_FILENO) != 0)
    |                                             `- error: cannot find 'isatty' in scope
203 |
204 |     /// Cached DateFormatter (used only on logQueue)
/host/spi-builder-workspace/Sources/M3U8Falcon/Utilities/Logging/Logger.swift:202:52: error: cannot find 'STDOUT_FILENO' in scope
200 |
201 |     /// TTY detection for color/emoji output
202 |     private static let stdoutIsTTY: Bool = (isatty(STDOUT_FILENO) != 0)
    |                                                    `- error: cannot find 'STDOUT_FILENO' in scope
203 |
204 |     /// Cached DateFormatter (used only on logQueue)
[16/106] Compiling ArgumentParser ParserError.swift
/host/spi-builder-workspace/Sources/M3U8Falcon/Utilities/Logging/Logger.swift:202:45: error: cannot find 'isatty' in scope
200 |
201 |     /// TTY detection for color/emoji output
202 |     private static let stdoutIsTTY: Bool = (isatty(STDOUT_FILENO) != 0)
    |                                             `- error: cannot find 'isatty' in scope
203 |
204 |     /// Cached DateFormatter (used only on logQueue)
/host/spi-builder-workspace/Sources/M3U8Falcon/Utilities/Logging/Logger.swift:202:52: error: cannot find 'STDOUT_FILENO' in scope
200 |
201 |     /// TTY detection for color/emoji output
202 |     private static let stdoutIsTTY: Bool = (isatty(STDOUT_FILENO) != 0)
    |                                                    `- error: cannot find 'STDOUT_FILENO' in scope
203 |
204 |     /// Cached DateFormatter (used only on logQueue)
[17/106] Compiling ArgumentParser SplitArguments.swift
/host/spi-builder-workspace/Sources/M3U8Falcon/Utilities/Logging/Logger.swift:202:45: error: cannot find 'isatty' in scope
200 |
201 |     /// TTY detection for color/emoji output
202 |     private static let stdoutIsTTY: Bool = (isatty(STDOUT_FILENO) != 0)
    |                                             `- error: cannot find 'isatty' in scope
203 |
204 |     /// Cached DateFormatter (used only on logQueue)
/host/spi-builder-workspace/Sources/M3U8Falcon/Utilities/Logging/Logger.swift:202:52: error: cannot find 'STDOUT_FILENO' in scope
200 |
201 |     /// TTY detection for color/emoji output
202 |     private static let stdoutIsTTY: Bool = (isatty(STDOUT_FILENO) != 0)
    |                                                    `- error: cannot find 'STDOUT_FILENO' in scope
203 |
204 |     /// Cached DateFormatter (used only on logQueue)
[18/106] Compiling ArgumentParser DumpHelpGenerator.swift
/host/spi-builder-workspace/Sources/M3U8Falcon/Utilities/Logging/Logger.swift:202:45: error: cannot find 'isatty' in scope
200 |
201 |     /// TTY detection for color/emoji output
202 |     private static let stdoutIsTTY: Bool = (isatty(STDOUT_FILENO) != 0)
    |                                             `- error: cannot find 'isatty' in scope
203 |
204 |     /// Cached DateFormatter (used only on logQueue)
/host/spi-builder-workspace/Sources/M3U8Falcon/Utilities/Logging/Logger.swift:202:52: error: cannot find 'STDOUT_FILENO' in scope
200 |
201 |     /// TTY detection for color/emoji output
202 |     private static let stdoutIsTTY: Bool = (isatty(STDOUT_FILENO) != 0)
    |                                                    `- error: cannot find 'STDOUT_FILENO' in scope
203 |
204 |     /// Cached DateFormatter (used only on logQueue)
[19/106] Compiling ArgumentParser HelpCommand.swift
/host/spi-builder-workspace/Sources/M3U8Falcon/Utilities/Logging/Logger.swift:202:45: error: cannot find 'isatty' in scope
200 |
201 |     /// TTY detection for color/emoji output
202 |     private static let stdoutIsTTY: Bool = (isatty(STDOUT_FILENO) != 0)
    |                                             `- error: cannot find 'isatty' in scope
203 |
204 |     /// Cached DateFormatter (used only on logQueue)
/host/spi-builder-workspace/Sources/M3U8Falcon/Utilities/Logging/Logger.swift:202:52: error: cannot find 'STDOUT_FILENO' in scope
200 |
201 |     /// TTY detection for color/emoji output
202 |     private static let stdoutIsTTY: Bool = (isatty(STDOUT_FILENO) != 0)
    |                                                    `- error: cannot find 'STDOUT_FILENO' in scope
203 |
204 |     /// Cached DateFormatter (used only on logQueue)
[20/106] Compiling ArgumentParser StringExtensions.swift
[21/106] Compiling ArgumentParser SwiftExtensions.swift
[22/106] Compiling ArgumentParser InputOrigin.swift
[23/106] Compiling ArgumentParser Name.swift
[24/106] Compiling ArgumentParser Parsed.swift
[25/106] Compiling ArgumentParser ArgumentHelp.swift
[26/106] Compiling ArgumentParser ArgumentVisibility.swift
[27/106] Compiling ArgumentParser CompletionKind.swift
[28/106] Compiling ArgumentParser Errors.swift
[29/106] Compiling ArgumentParser Flag.swift
[30/106] Compiling ArgumentParser NameSpecification.swift
[31/106] Compiling ArgumentParser Option.swift
[32/106] Compiling ArgumentParser OptionGroup.swift
[33/106] Compiling ArgumentParser ParentCommand.swift
[34/106] Compiling ArgumentParser AsyncParsableCommand.swift
[35/106] Compiling ArgumentParser CommandConfiguration.swift
[36/106] Compiling ArgumentParser CommandGroup.swift
[37/106] Compiling ArgumentParser EnumerableFlag.swift
[38/106] Compiling ArgumentParser ExpressibleByArgument.swift
[39/106] Compiling ArgumentParser ParsableArguments.swift
[40/106] Compiling ArgumentParser ParsableCommand.swift
[41/106] Compiling ArgumentParser ArgumentDecoder.swift
[42/106] Compiling ArgumentParser ArgumentDefinition.swift
[43/106] Compiling ArgumentParser ArgumentSet.swift
[44/106] Compiling ArgumentParser CommandParser.swift
[45/106] Compiling ArgumentParser InputKey.swift
[46/106] Compiling ArgumentParser Foundation.swift
[47/106] Compiling ArgumentParser Mutex.swift
[48/106] Compiling ArgumentParser Platform.swift
[49/106] Compiling ArgumentParser SequenceExtensions.swift
[50/106] Compiling ArgumentParser BashCompletionsGenerator.swift
[51/106] Compiling ArgumentParser CompletionsGenerator.swift
[52/106] Compiling ArgumentParser FishCompletionsGenerator.swift
[53/106] Compiling ArgumentParser ZshCompletionsGenerator.swift
[54/106] Compiling ArgumentParser Argument.swift
[55/106] Compiling ArgumentParser ArgumentDiscussion.swift
BUILD FAILURE 6.2 android