Build Information
Failed to build M3U8Falcon, reference main (0188c0), with Swift 6.1 for Android on 6 May 2026 03:56:12 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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ftitreefly/m3u8-falcon.git
Reference: main
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
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 0188c0d docs: fix README
Cloned https://github.com/ftitreefly/m3u8-falcon.git
Revision (git rev-parse @):
0188c0d45e9960ee4c4a0145656c35d3bfe6cd0f
SUCCESS checkout https://github.com/ftitreefly/m3u8-falcon.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/ftitreefly/m3u8-falcon.git
https://github.com/ftitreefly/m3u8-falcon.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d37fe7b8fba27dae59fb1d9d7dfa86b38b41ffb3975924aad6f05cb4cc3de131
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetching https://github.com/apple/swift-argument-parser.git
[1/2287] Fetching swift-docc-plugin
[2288/19844] Fetching swift-docc-plugin, swift-argument-parser
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.78s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.79s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.5.0 (3.46s)
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.37s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.13s)
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.60s)
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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/54] Emitting module M3U8Falcon
<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/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 MessageInfo.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/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 UsageGenerator.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/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 CollectionExtensions.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/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 Foundation.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/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 Mutex.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/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 ArgumentHelp.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
[21/106] Compiling ArgumentParser ArgumentVisibility.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
[22/106] Compiling ArgumentParser CompletionKind.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
[23/106] Compiling ArgumentParser Errors.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
[24/106] Compiling ArgumentParser Flag.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
[25/106] Compiling ArgumentParser InputKey.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
[26/106] Compiling ArgumentParser InputOrigin.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
[27/106] Compiling ArgumentParser Name.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
[28/106] Compiling ArgumentParser Parsed.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
[29/106] Compiling ArgumentParser ParsedValues.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
[30/106] Compiling ArgumentParser ParserError.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
[31/106] Compiling ArgumentParser SplitArguments.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
[32/106] Compiling ArgumentParser DumpHelpGenerator.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
[33/106] Compiling ArgumentParser HelpCommand.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
[34/106] Compiling ArgumentParser HelpGenerator.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
[35/106] Compiling ArgumentParser CommandConfiguration.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
[36/106] Compiling ArgumentParser CommandGroup.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
[37/106] Compiling ArgumentParser EnumerableFlag.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
[38/106] Compiling ArgumentParser ExpressibleByArgument.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
[39/106] Compiling ArgumentParser ParsableArguments.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
[40/106] Compiling ArgumentParser NameSpecification.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
[41/106] Compiling ArgumentParser Option.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
[42/106] Compiling ArgumentParser OptionGroup.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
[43/106] Compiling ArgumentParser ParentCommand.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
[44/106] Compiling ArgumentParser AsyncParsableCommand.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
[45/106] Compiling ArgumentParser ParsableCommand.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
[46/106] Compiling ArgumentParser ArgumentDecoder.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
[47/106] Compiling ArgumentParser ArgumentDefinition.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
[48/106] Compiling ArgumentParser ArgumentSet.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
[49/106] Compiling ArgumentParser CommandParser.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
[50/106] Compiling ArgumentParser BashCompletionsGenerator.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
[51/106] Compiling ArgumentParser CompletionsGenerator.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
[52/106] Compiling ArgumentParser FishCompletionsGenerator.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
[53/106] Compiling ArgumentParser ZshCompletionsGenerator.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
[54/106] Compiling ArgumentParser Argument.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
[55/106] Compiling ArgumentParser ArgumentDiscussion.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
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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d37fe7b8fba27dae59fb1d9d7dfa86b38b41ffb3975924aad6f05cb4cc3de131
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
[0/1] Planning build
[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/11] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/50] 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)
[7/55] Compiling M3U8Falcon Array+Extensions.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)
[8/55] Compiling M3U8Falcon Data+Extensions.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)
[9/55] Compiling M3U8Falcon String+Extensions.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)
[10/55] Compiling M3U8Falcon Logger.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)
[11/55] Compiling M3U8Falcon ResourceManager.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)
[12/55] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/55] Emitting module ArgumentParserToolInfo
[15/56] Compiling M3U8Falcon BaseTag.swift
[16/56] Compiling M3U8Falcon Tag.swift
[17/56] Compiling M3U8Falcon Tags.swift
[18/56] Compiling M3U8Falcon M3U8ParserTypes.swift
[19/56] Compiling M3U8Falcon PlatformAbstractions.swift
[20/101] Compiling ArgumentParser ZshCompletionsGenerator.swift
[21/101] Compiling ArgumentParser Argument.swift
[22/101] Compiling ArgumentParser ArgumentDiscussion.swift
[23/101] Compiling ArgumentParser ArgumentHelp.swift
[24/101] Compiling ArgumentParser ParentCommand.swift
[25/101] Compiling ArgumentParser Option.swift
[26/101] Compiling ArgumentParser OptionGroup.swift
[27/101] Compiling ArgumentParser BashCompletionsGenerator.swift
[28/101] Compiling ArgumentParser CompletionsGenerator.swift
[29/101] Compiling ArgumentParser FishCompletionsGenerator.swift
[30/101] Compiling ArgumentParser CommandParser.swift
[31/101] Compiling ArgumentParser InputKey.swift
[32/101] Compiling ArgumentParser Foundation.swift
[33/101] Compiling ArgumentParser Mutex.swift
[34/101] Compiling ArgumentParser Platform.swift
[35/101] Compiling ArgumentParser InputOrigin.swift
[36/101] Compiling ArgumentParser Name.swift
[37/101] Compiling ArgumentParser Parsed.swift
[38/101] Compiling ArgumentParser ParsedValues.swift
[39/101] Compiling ArgumentParser ParserError.swift
[40/101] Compiling ArgumentParser AsyncParsableCommand.swift
[41/101] Compiling ArgumentParser CommandConfiguration.swift
[42/101] Compiling ArgumentParser CommandGroup.swift
[43/101] Compiling ArgumentParser EnumerableFlag.swift
[44/101] Compiling ArgumentParser ExpressibleByArgument.swift
[45/101] Compiling ArgumentParser ParsableArguments.swift
[46/101] Compiling ArgumentParser SplitArguments.swift
[47/101] Compiling ArgumentParser ParsableCommand.swift
[48/101] Compiling ArgumentParser ArgumentDecoder.swift
[49/101] Compiling ArgumentParser ArgumentDefinition.swift
[50/101] Compiling ArgumentParser ArgumentSet.swift
BUILD FAILURE 6.1 android