Build Information
Failed to build SwiftOutdated, reference main (6dbb22
), with Swift 6.2 (beta) for Android on 20 Jun 2025 19:19:06 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kiliankoe/swift-outdated.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/kiliankoe/swift-outdated
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6dbb22f bump version to 0.9.0
Cloned https://github.com/kiliankoe/swift-outdated.git
Revision (git rev-parse @):
6dbb22f79874b75b5c95daa0a21d66082f6aeefc
SUCCESS checkout https://github.com/kiliankoe/swift-outdated.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/kiliankoe/swift-outdated.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/onevcat/Rainbow.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/johnsundell/Files.git
Fetching https://github.com/johnsundell/ShellOut.git
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/mxcl/Version.git
[3/293] Fetching version
[127/1489] Fetching version, rainbow
[496/2737] Fetching version, rainbow, files
[1334/3666] Fetching version, rainbow, files, swiftytexttable
[1396/4646] Fetching version, rainbow, files, swiftytexttable, shellout
[4647/8482] Fetching version, rainbow, files, swiftytexttable, shellout, swift-log
Fetched https://github.com/johnsundell/Files.git from cache (0.51s)
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (0.51s)
Fetched https://github.com/mxcl/Version.git from cache (0.52s)
Fetched https://github.com/johnsundell/ShellOut.git from cache (0.52s)
Fetched https://github.com/onevcat/Rainbow.git from cache (0.53s)
Fetched https://github.com/apple/swift-log.git from cache (0.53s)
Fetching https://github.com/apple/swift-argument-parser.git
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.42s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (4.53s)
Computing version for https://github.com/johnsundell/ShellOut.git
Computed https://github.com/johnsundell/ShellOut.git at 2.3.0 (2.66s)
Computing version for https://github.com/mxcl/Version.git
Computed https://github.com/mxcl/Version.git at 2.2.0 (0.38s)
Computing version for https://github.com/johnsundell/Files.git
Computed https://github.com/johnsundell/Files.git at 4.3.0 (0.39s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.52s)
Computing version for https://github.com/onevcat/Rainbow.git
Computed https://github.com/onevcat/Rainbow.git at 3.2.0 (0.43s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (1.90s)
Creating working copy for https://github.com/mxcl/Version.git
Working copy of https://github.com/mxcl/Version.git resolved at 2.2.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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.5.1
Creating working copy for https://github.com/johnsundell/Files.git
Working copy of https://github.com/johnsundell/Files.git resolved at 4.3.0
Creating working copy for https://github.com/onevcat/Rainbow.git
Working copy of https://github.com/onevcat/Rainbow.git resolved at 3.2.0
Creating working copy for https://github.com/johnsundell/ShellOut.git
Working copy of https://github.com/johnsundell/ShellOut.git resolved at 2.3.0
Creating working copy for https://github.com/scottrhoyt/SwiftyTextTable.git
Working copy of https://github.com/scottrhoyt/SwiftyTextTable.git resolved at 0.9.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/24] Write sources
[11/24] Write swift-version-8C5A4AE7A8CE2BA.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/54] Emitting module Rainbow
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:57:58: error: cannot find 'isatty' in scope
55 | // Check if we are in any term env and the output is a tty.
56 | let termType = getEnvValue("TERM")
57 | if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
| `- error: cannot find 'isatty' in scope
58 | return .console
59 | }
[14/55] Compiling Rainbow Style.swift
[15/55] Compiling Rainbow StringGenerator.swift
[16/55] Compiling Rainbow BackgroundColor.swift
[17/55] Compiling Rainbow CodesParser.swift
[18/55] Compiling Rainbow String+Rainbow.swift
[19/55] Compiling Version Version+Range.swift
[20/55] Compiling Version Version.swift
[21/55] Compiling Rainbow XcodeColorsSupport.swift
[22/55] Emitting module Version
[23/55] Compiling Version Version+Codable.swift
[24/55] Compiling ArgumentParserToolInfo ToolInfo.swift
[25/55] Emitting module ArgumentParserToolInfo
[26/56] Wrapping AST for ArgumentParserToolInfo for debugging
[28/94] Compiling ArgumentParser OptionGroup.swift
[29/94] Compiling ArgumentParser AsyncParsableCommand.swift
[30/94] Compiling ArgumentParser CommandConfiguration.swift
[31/94] Compiling ArgumentParser CommandGroup.swift
[32/94] Compiling ArgumentParser EnumerableFlag.swift
[33/99] Emitting module ArgumentParser
[34/99] Compiling ArgumentParser Name.swift
[35/99] Compiling ArgumentParser Parsed.swift
[36/99] Compiling ArgumentParser ParsedValues.swift
[37/99] Compiling ArgumentParser ParserError.swift
[38/99] Compiling ArgumentParser SplitArguments.swift
[39/99] Compiling ArgumentParser ArgumentVisibility.swift
[40/99] Compiling ArgumentParser CompletionKind.swift
[41/99] Compiling ArgumentParser Errors.swift
[42/99] Compiling ArgumentParser Flag.swift
[43/99] Compiling ArgumentParser NameSpecification.swift
[44/99] Compiling ArgumentParser Option.swift
[45/99] Compiling ArgumentParser BashCompletionsGenerator.swift
[46/99] Compiling ArgumentParser CompletionsGenerator.swift
[47/99] Compiling ArgumentParser FishCompletionsGenerator.swift
[48/99] Compiling ArgumentParser ZshCompletionsGenerator.swift
[49/99] Compiling ArgumentParser Argument.swift
[50/99] Compiling ArgumentParser ArgumentHelp.swift
[51/99] Compiling ArgumentParser ArgumentDefinition.swift
[52/99] Compiling ArgumentParser ArgumentSet.swift
[53/99] Compiling ArgumentParser CommandParser.swift
[54/99] Compiling ArgumentParser InputKey.swift
[55/99] Compiling ArgumentParser InputOrigin.swift
[56/99] Compiling ArgumentParser ExpressibleByArgument.swift
[57/99] Compiling ArgumentParser ParsableArguments.swift
[58/99] Compiling ArgumentParser ParsableArgumentsValidation.swift
[59/99] Compiling ArgumentParser ParsableCommand.swift
[60/99] Compiling ArgumentParser ArgumentDecoder.swift
[61/99] Compiling Logging MetadataProvider.swift
[62/99] Emitting module Logging
[63/99] Compiling ArgumentParser CollectionExtensions.swift
[64/99] Compiling ArgumentParser Platform.swift
[65/99] Compiling ArgumentParser SequenceExtensions.swift
[66/99] Compiling ArgumentParser StringExtensions.swift
[67/99] Compiling ArgumentParser Tree.swift
[68/99] Compiling Logging Logging.swift
[69/99] Compiling Logging LogHandler.swift
[70/99] Compiling Logging Locks.swift
[71/100] Wrapping AST for Logging for debugging
[73/100] Emitting module ShellOut
[74/100] Compiling ShellOut ShellOut.swift
[75/100] Compiling ArgumentParser DumpHelpGenerator.swift
[76/100] Compiling ArgumentParser HelpCommand.swift
[77/100] Compiling ArgumentParser HelpGenerator.swift
[78/100] Compiling ArgumentParser MessageInfo.swift
[79/100] Compiling ArgumentParser UsageGenerator.swift
[80/102] Emitting module SwiftyTextTable
[81/102] Compiling SwiftyTextTable TextTable.swift
[85/103] Compiling Version Version+Foundation.swift
[86/103] Compiling Version Version+Comparable.swift
[89/104] Compiling Rainbow Rainbow.swift
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:57:58: error: cannot find 'isatty' in scope
55 | // Check if we are in any term env and the output is a tty.
56 | let termType = getEnvValue("TERM")
57 | if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
| `- error: cannot find 'isatty' in scope
58 | return .console
59 | }
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:57:58: error: cannot find 'isatty' in scope
55 | // Check if we are in any term env and the output is a tty.
56 | let termType = getEnvValue("TERM")
57 | if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
| `- error: cannot find 'isatty' in scope
58 | return .console
59 | }
[92/104] Wrapping AST for ShellOut for debugging
[93/104] Wrapping AST for SwiftyTextTable for debugging
[94/104] Emitting module Files
BUILD FAILURE 6.2 android