Build Information
Failed to build xcsift, reference master (adab88), with Swift 6.1 for Android on 5 Apr 2026 22:35:48 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ldomaradzki/xcsift.git
Reference: master
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/ldomaradzki/xcsift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at adab885 Merge pull request #66 from mattgallagher/passed-tests-multiple-suites
Cloned https://github.com/ldomaradzki/xcsift.git
Revision (git rev-parse @):
adab8856045f80b3198dd28372f77e0f14308b42
SUCCESS checkout https://github.com/ldomaradzki/xcsift.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/ldomaradzki/xcsift.git
https://github.com/ldomaradzki/xcsift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "toon-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/toon-format/toon-swift.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.5",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
},
{
"identity" : "swift-toml",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mattt/swift-toml"
}
],
"manifest_display_name" : "xcsift",
"name" : "xcsift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "xcsift",
"targets" : [
"xcsift"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "xcsiftTests",
"module_type" : "SwiftTarget",
"name" : "xcsiftTests",
"path" : "Tests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/Fixtures/build.txt",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/Fixtures/linker-error-output.txt",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/Fixtures/swift-testing-output.txt",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"BuildPhasesTest.swift",
"BuildPhasesTimingTests.swift",
"ConfigurationTests.swift",
"CoverageTests.swift",
"EncodingTests.swift",
"GitHubActionsFormatTests.swift",
"InstallTests.swift",
"LinkerErrorTests.swift",
"Mocks/MockFileSystem.swift",
"ParsingTests.swift",
"TOONFormatTests.swift",
"XcbeautifyTests.swift"
],
"target_dependencies" : [
"xcsift"
],
"type" : "test"
},
{
"c99name" : "xcsift",
"module_type" : "SwiftTarget",
"name" : "xcsift",
"path" : "Sources",
"product_dependencies" : [
"ArgumentParser",
"ToonFormat",
"TOML"
],
"product_memberships" : [
"xcsift"
],
"sources" : [
"ConfigLoader.swift",
"ConfigMerger.swift",
"Configuration.swift",
"CoverageParser.swift",
"FileSystemProtocol.swift",
"Install/ClaudeCodeInstaller.swift",
"Install/CodexInstaller.swift",
"Install/CursorInstaller.swift",
"Install/InstallCommands.swift",
"Install/Templates/CodexTemplates.swift",
"Install/Templates/CursorTemplates.swift",
"Install/Templates/SharedTemplates.swift",
"Models.swift",
"OutputParser.swift",
"ShellRunnerProtocol.swift",
"XCBeautifySymbols.swift",
"XcodebuildSymbols.swift",
"main.swift"
],
"type" : "executable"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetching https://github.com/toon-format/toon-swift.git
Fetching https://github.com/mattt/swift-toml
[1/307] Fetching swift-toml
[290/831] Fetching swift-toml, toon-swift
[796/18319] Fetching swift-toml, toon-swift, swift-argument-parser
[1357/20541] Fetching swift-toml, toon-swift, swift-argument-parser, swift-docc-plugin
Fetched https://github.com/mattt/swift-toml from cache (0.35s)
Fetched https://github.com/toon-format/toon-swift.git from cache (0.35s)
[1273/19710] Fetching swift-argument-parser, swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.98s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.99s)
Computing version for https://github.com/mattt/swift-toml
Computed https://github.com/mattt/swift-toml at 2.0.0 (1.54s)
Computing version for https://github.com/toon-format/toon-swift.git
Computed https://github.com/toon-format/toon-swift.git at 0.4.0 (0.56s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (2.32s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.38s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.07s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (0.61s)
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/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/mattt/swift-toml
Working copy of https://github.com/mattt/swift-toml resolved at 2.0.0
Creating working copy for https://github.com/toon-format/toon-swift.git
Working copy of https://github.com/toon-format/toon-swift.git resolved at 0.4.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser 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/18] Write sources
[9/18] Write swift-version-24593BA9C3E375BF.txt
[11/25] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/25] Emitting module ArgumentParserToolInfo
[14/26] Compiling ToonFormat Version.swift
[14/26] Wrapping AST for ArgumentParserToolInfo for debugging
[15/26] Compiling CTomlPlusPlus ctoml.cpp
[17/78] Compiling TOML LocalDateTime.swift
[18/78] Compiling TOML Shared.swift
[19/78] Compiling TOML Value.swift
[20/78] Emitting module TOML
[21/78] Compiling ToonFormat Encoder.swift
[22/78] Compiling ToonFormat Value.swift
[23/78] Compiling ToonFormat Decoder.swift
[24/78] Emitting module ToonFormat
[25/79] Compiling TOML Encoder.swift
[26/79] Compiling TOML Decoder.swift
[28/80] Wrapping AST for ToonFormat for debugging
[29/80] Wrapping AST for TOML for debugging
[31/80] Emitting module ArgumentParser
[32/86] Compiling ArgumentParser Foundation.swift
[33/86] Compiling ArgumentParser Mutex.swift
[34/86] Compiling ArgumentParser Platform.swift
[35/86] Compiling ArgumentParser SequenceExtensions.swift
[36/86] Compiling ArgumentParser StringExtensions.swift
[37/86] Compiling ArgumentParser SwiftExtensions.swift
[38/86] Compiling ArgumentParser InputOrigin.swift
[39/86] Compiling ArgumentParser Name.swift
[40/86] Compiling ArgumentParser Parsed.swift
[41/86] Compiling ArgumentParser ParsedValues.swift
[42/86] Compiling ArgumentParser ParserError.swift
[43/86] Compiling ArgumentParser SplitArguments.swift
[44/86] Compiling ArgumentParser Tree.swift
[45/86] Compiling ArgumentParser CodingKeyValidator.swift
[46/86] Compiling ArgumentParser NonsenseFlagsValidator.swift
[47/86] Compiling ArgumentParser ParsableArgumentsValidation.swift
[48/86] Compiling ArgumentParser PositionalArgumentsValidator.swift
[49/86] Compiling ArgumentParser UniqueNamesValidator.swift
[50/86] Compiling ArgumentParser DumpHelpGenerator.swift
[51/86] Compiling ArgumentParser HelpCommand.swift
[52/86] Compiling ArgumentParser HelpGenerator.swift
[53/86] Compiling ArgumentParser MessageInfo.swift
[54/86] Compiling ArgumentParser UsageGenerator.swift
[55/86] Compiling ArgumentParser CollectionExtensions.swift
[56/86] Compiling ArgumentParser ParentCommand.swift
[57/86] Compiling ArgumentParser AsyncParsableCommand.swift
[58/86] Compiling ArgumentParser CommandConfiguration.swift
[59/86] Compiling ArgumentParser CommandGroup.swift
[60/86] Compiling ArgumentParser EnumerableFlag.swift
[61/86] Compiling ArgumentParser ExpressibleByArgument.swift
[62/86] Compiling ArgumentParser ParsableArguments.swift
[63/86] Compiling ArgumentParser ArgumentVisibility.swift
[64/86] Compiling ArgumentParser CompletionKind.swift
[65/86] Compiling ArgumentParser Errors.swift
[66/86] Compiling ArgumentParser Flag.swift
[67/86] Compiling ArgumentParser NameSpecification.swift
[68/86] Compiling ArgumentParser Option.swift
[69/86] Compiling ArgumentParser OptionGroup.swift
[70/86] Compiling ArgumentParser BashCompletionsGenerator.swift
[71/86] Compiling ArgumentParser CompletionsGenerator.swift
[72/86] Compiling ArgumentParser FishCompletionsGenerator.swift
[73/86] Compiling ArgumentParser ZshCompletionsGenerator.swift
[74/86] Compiling ArgumentParser Argument.swift
[75/86] Compiling ArgumentParser ArgumentDiscussion.swift
[76/86] Compiling ArgumentParser ArgumentHelp.swift
[77/86] Compiling ArgumentParser ParsableCommand.swift
[78/86] Compiling ArgumentParser ArgumentDecoder.swift
[79/86] Compiling ArgumentParser ArgumentDefinition.swift
[80/86] Compiling ArgumentParser ArgumentSet.swift
[81/86] Compiling ArgumentParser CommandParser.swift
[82/86] Compiling ArgumentParser InputKey.swift
[83/87] Wrapping AST for ArgumentParser for debugging
[85/104] Compiling xcsift ShellRunnerProtocol.swift
[86/104] Compiling xcsift XCBeautifySymbols.swift
[87/106] Compiling xcsift CodexInstaller.swift
[88/106] Compiling xcsift CursorInstaller.swift
[89/106] Compiling xcsift InstallCommands.swift
[90/106] Compiling xcsift CodexTemplates.swift
[91/106] Compiling xcsift CoverageParser.swift
[92/106] Compiling xcsift FileSystemProtocol.swift
[93/106] Compiling xcsift ClaudeCodeInstaller.swift
[94/106] Compiling xcsift XcodebuildSymbols.swift
/host/spi-builder-workspace/Sources/main.swift:261:12: error: cannot find 'isatty' in scope
259 |
260 | // Check if stdin is a terminal (no piped input) before trying to read
261 | if isatty(STDIN_FILENO) == 1 {
| `- error: cannot find 'isatty' in scope
262 | throw ValidationError(
263 | "No input provided. Please pipe xcodebuild output to xcsift.\n\nExample: xcodebuild build | xcsift"
/host/spi-builder-workspace/Sources/main.swift:261:19: error: cannot find 'STDIN_FILENO' in scope
259 |
260 | // Check if stdin is a terminal (no piped input) before trying to read
261 | if isatty(STDIN_FILENO) == 1 {
| `- error: cannot find 'STDIN_FILENO' in scope
262 | throw ValidationError(
263 | "No input provided. Please pipe xcodebuild output to xcsift.\n\nExample: xcodebuild build | xcsift"
[95/106] Compiling xcsift main.swift
/host/spi-builder-workspace/Sources/main.swift:261:12: error: cannot find 'isatty' in scope
259 |
260 | // Check if stdin is a terminal (no piped input) before trying to read
261 | if isatty(STDIN_FILENO) == 1 {
| `- error: cannot find 'isatty' in scope
262 | throw ValidationError(
263 | "No input provided. Please pipe xcodebuild output to xcsift.\n\nExample: xcodebuild build | xcsift"
/host/spi-builder-workspace/Sources/main.swift:261:19: error: cannot find 'STDIN_FILENO' in scope
259 |
260 | // Check if stdin is a terminal (no piped input) before trying to read
261 | if isatty(STDIN_FILENO) == 1 {
| `- error: cannot find 'STDIN_FILENO' in scope
262 | throw ValidationError(
263 | "No input provided. Please pipe xcodebuild output to xcsift.\n\nExample: xcodebuild build | xcsift"
[96/106] Emitting module xcsift
[97/106] Compiling xcsift CursorTemplates.swift
[98/106] Compiling xcsift SharedTemplates.swift
[99/106] Compiling xcsift ConfigLoader.swift
[100/106] Compiling xcsift ConfigMerger.swift
[101/106] Compiling xcsift Configuration.swift
[102/106] Compiling xcsift Models.swift
[103/106] Compiling xcsift OutputParser.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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: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:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
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/12] Write swift-version-24593BA9C3E375BF.txt
[6/25] Compiling TOML Shared.swift
[7/25] Compiling ToonFormat Version.swift
[8/25] Compiling TOML Value.swift
[9/25] Compiling ToonFormat Value.swift
[10/25] Compiling TOML LocalDateTime.swift
[11/25] Emitting module ArgumentParserToolInfo
[12/25] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/26] Compiling TOML Encoder.swift
[14/26] Emitting module TOML
[15/26] Compiling TOML Decoder.swift
[18/25] Compiling ToonFormat Encoder.swift
[19/71] Emitting module ToonFormat
[20/71] Compiling ToonFormat Decoder.swift
[22/71] Emitting module ArgumentParser
[23/77] Compiling ArgumentParser Tree.swift
[24/77] Compiling ArgumentParser CodingKeyValidator.swift
[25/77] Compiling ArgumentParser NonsenseFlagsValidator.swift
[26/77] Compiling ArgumentParser ParsableArgumentsValidation.swift
[27/77] Compiling ArgumentParser PositionalArgumentsValidator.swift
[28/77] Compiling ArgumentParser UniqueNamesValidator.swift
[29/77] Compiling ArgumentParser Foundation.swift
[30/77] Compiling ArgumentParser Mutex.swift
[31/77] Compiling ArgumentParser Platform.swift
[32/77] Compiling ArgumentParser SequenceExtensions.swift
[33/77] Compiling ArgumentParser StringExtensions.swift
[34/77] Compiling ArgumentParser SwiftExtensions.swift
[35/77] Compiling ArgumentParser InputOrigin.swift
[36/77] Compiling ArgumentParser Name.swift
[37/77] Compiling ArgumentParser Parsed.swift
[38/77] Compiling ArgumentParser ParsedValues.swift
[39/77] Compiling ArgumentParser ParserError.swift
[40/77] Compiling ArgumentParser SplitArguments.swift
[41/77] Compiling ArgumentParser ArgumentVisibility.swift
[42/77] Compiling ArgumentParser CompletionKind.swift
[43/77] Compiling ArgumentParser Errors.swift
[44/77] Compiling ArgumentParser Flag.swift
[45/77] Compiling ArgumentParser NameSpecification.swift
[46/77] Compiling ArgumentParser Option.swift
[47/77] Compiling ArgumentParser OptionGroup.swift
[48/77] Compiling ArgumentParser DumpHelpGenerator.swift
[49/77] Compiling ArgumentParser HelpCommand.swift
[50/77] Compiling ArgumentParser HelpGenerator.swift
[51/77] Compiling ArgumentParser MessageInfo.swift
[52/77] Compiling ArgumentParser UsageGenerator.swift
[53/77] Compiling ArgumentParser CollectionExtensions.swift
[54/77] Compiling ArgumentParser ParentCommand.swift
[55/77] Compiling ArgumentParser AsyncParsableCommand.swift
[56/77] Compiling ArgumentParser CommandConfiguration.swift
[57/77] Compiling ArgumentParser CommandGroup.swift
[58/77] Compiling ArgumentParser EnumerableFlag.swift
[59/77] Compiling ArgumentParser ExpressibleByArgument.swift
[60/77] Compiling ArgumentParser ParsableArguments.swift
[61/77] Compiling ArgumentParser BashCompletionsGenerator.swift
[62/77] Compiling ArgumentParser CompletionsGenerator.swift
[63/77] Compiling ArgumentParser FishCompletionsGenerator.swift
[64/77] Compiling ArgumentParser ZshCompletionsGenerator.swift
[65/77] Compiling ArgumentParser Argument.swift
[66/77] Compiling ArgumentParser ArgumentDiscussion.swift
[67/77] Compiling ArgumentParser ArgumentHelp.swift
[68/77] Compiling ArgumentParser ParsableCommand.swift
[69/77] Compiling ArgumentParser ArgumentDecoder.swift
[70/77] Compiling ArgumentParser ArgumentDefinition.swift
[71/77] Compiling ArgumentParser ArgumentSet.swift
[72/77] Compiling ArgumentParser CommandParser.swift
[73/77] Compiling ArgumentParser InputKey.swift
[75/94] Compiling xcsift ConfigLoader.swift
[76/94] Compiling xcsift ConfigMerger.swift
[77/94] Compiling xcsift Configuration.swift
[78/96] Compiling xcsift XcodebuildSymbols.swift
/host/spi-builder-workspace/Sources/main.swift:261:12: error: cannot find 'isatty' in scope
259 |
260 | // Check if stdin is a terminal (no piped input) before trying to read
261 | if isatty(STDIN_FILENO) == 1 {
| `- error: cannot find 'isatty' in scope
262 | throw ValidationError(
263 | "No input provided. Please pipe xcodebuild output to xcsift.\n\nExample: xcodebuild build | xcsift"
/host/spi-builder-workspace/Sources/main.swift:261:19: error: cannot find 'STDIN_FILENO' in scope
259 |
260 | // Check if stdin is a terminal (no piped input) before trying to read
261 | if isatty(STDIN_FILENO) == 1 {
| `- error: cannot find 'STDIN_FILENO' in scope
262 | throw ValidationError(
263 | "No input provided. Please pipe xcodebuild output to xcsift.\n\nExample: xcodebuild build | xcsift"
[79/96] Compiling xcsift main.swift
/host/spi-builder-workspace/Sources/main.swift:261:12: error: cannot find 'isatty' in scope
259 |
260 | // Check if stdin is a terminal (no piped input) before trying to read
261 | if isatty(STDIN_FILENO) == 1 {
| `- error: cannot find 'isatty' in scope
262 | throw ValidationError(
263 | "No input provided. Please pipe xcodebuild output to xcsift.\n\nExample: xcodebuild build | xcsift"
/host/spi-builder-workspace/Sources/main.swift:261:19: error: cannot find 'STDIN_FILENO' in scope
259 |
260 | // Check if stdin is a terminal (no piped input) before trying to read
261 | if isatty(STDIN_FILENO) == 1 {
| `- error: cannot find 'STDIN_FILENO' in scope
262 | throw ValidationError(
263 | "No input provided. Please pipe xcodebuild output to xcsift.\n\nExample: xcodebuild build | xcsift"
[80/96] Emitting module xcsift
[81/96] Compiling xcsift ShellRunnerProtocol.swift
[82/96] Compiling xcsift XCBeautifySymbols.swift
[83/96] Compiling xcsift InstallCommands.swift
[84/96] Compiling xcsift CodexTemplates.swift
[85/96] Compiling xcsift CursorTemplates.swift
[86/96] Compiling xcsift SharedTemplates.swift
[87/96] Compiling xcsift CodexInstaller.swift
[88/96] Compiling xcsift CursorInstaller.swift
[89/96] Compiling xcsift CoverageParser.swift
[90/96] Compiling xcsift FileSystemProtocol.swift
[91/96] Compiling xcsift ClaudeCodeInstaller.swift
[92/96] Compiling xcsift Models.swift
[93/96] Compiling xcsift OutputParser.swift
BUILD FAILURE 6.1 android