Build Information
Failed to build SwiftOutdated, reference main (52b99e
), with Swift 6.1 for Android on 4 Sep 2025 19:50:11 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
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 52b99ec Merge pull request #52 from kiliankoe/automatically-set-build-version
Cloned https://github.com/kiliankoe/swift-outdated.git
Revision (git rev-parse @):
52b99ec6ae9d5b3d48e0a815fcd0114c029f83e6
SUCCESS checkout https://github.com/kiliankoe/swift-outdated.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/kiliankoe/swift-outdated.git
https://github.com/kiliankoe/swift-outdated.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.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "version",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mxcl/Version.git"
},
{
"identity" : "shellout",
"requirement" : {
"range" : [
{
"lower_bound" : "2.3.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/johnsundell/ShellOut.git"
},
{
"identity" : "files",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/johnsundell/Files.git"
},
{
"identity" : "swiftytexttable",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/scottrhoyt/SwiftyTextTable.git"
},
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "3.2.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow.git"
},
{
"identity" : "swift-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "6.1.1",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-testing.git"
}
],
"manifest_display_name" : "SwiftOutdated",
"name" : "SwiftOutdated",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "swift-outdated",
"targets" : [
"SwiftOutdated"
],
"type" : {
"executable" : null
}
},
{
"name" : "Outdated",
"targets" : [
"Outdated"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftOutdated",
"module_type" : "SwiftTarget",
"name" : "SwiftOutdated",
"path" : "Sources/SwiftOutdated",
"product_dependencies" : [
"ArgumentParser",
"Logging"
],
"product_memberships" : [
"swift-outdated"
],
"sources" : [
"SwiftOutdated.swift"
],
"target_dependencies" : [
"Outdated"
],
"type" : "executable"
},
{
"c99name" : "OutdatedTests",
"module_type" : "SwiftTarget",
"name" : "OutdatedTests",
"path" : "Tests/OutdatedTests",
"product_dependencies" : [
"Version",
"Testing"
],
"sources" : [
"MockGitRemoteProvider.swift",
"OutdatedPackageTests.swift",
"PackageResolvedTests.swift",
"TestSetup.swift",
"VersionCollectionTests.swift"
],
"target_dependencies" : [
"Outdated"
],
"type" : "test"
},
{
"c99name" : "Outdated",
"module_type" : "SwiftTarget",
"name" : "Outdated",
"path" : "Sources/Outdated",
"product_dependencies" : [
"Logging",
"Files",
"Rainbow",
"ShellOut",
"SwiftyTextTable",
"Version"
],
"product_memberships" : [
"swift-outdated",
"Outdated"
],
"sources" : [
"ConcurrentDictionary.swift",
"GitRemoteProvider.swift",
"OutdatedPackage.swift",
"PackageCollection.swift",
"Pin.swift",
"Resolved.swift",
"SwiftPackage.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/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 finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
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
Fetching https://github.com/onevcat/Rainbow.git
[1/293] Fetching version
[145/1222] Fetching version, swiftytexttable
[1223/2202] Fetching version, swiftytexttable, shellout
[1233/3537] Fetching version, swiftytexttable, shellout, rainbow
[1286/4785] Fetching version, swiftytexttable, shellout, rainbow, files
Fetching https://github.com/apple/swift-testing.git
Fetched https://github.com/johnsundell/Files.git from cache (0.32s)
Fetched https://github.com/johnsundell/ShellOut.git from cache (0.32s)
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (0.32s)
Fetched https://github.com/onevcat/Rainbow.git from cache (0.32s)
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/mxcl/Version.git from cache (0.32s)
Fetching https://github.com/apple/swift-argument-parser.git
[1/26919] Fetching swift-testing
[5924/30822] Fetching swift-testing, swift-log
[30823/46514] Fetching swift-testing, swift-log, swift-argument-parser
Fetched https://github.com/apple/swift-log.git from cache (1.11s)
[27076/42611] Fetching swift-testing, swift-argument-parser
Fetched https://github.com/apple/swift-testing.git from cache (1.39s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.51s)
Computing version for https://github.com/onevcat/Rainbow.git
Computed https://github.com/onevcat/Rainbow.git at 3.2.0 (3.65s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (0.46s)
Computing version for https://github.com/johnsundell/ShellOut.git
Computed https://github.com/johnsundell/ShellOut.git at 2.3.0 (1.88s)
Computing version for https://github.com/apple/swift-testing.git
Computed https://github.com/apple/swift-testing.git at 6.1.2 (0.60s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/71850] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.03s)
Computing version for https://github.com/mxcl/Version.git
Computed https://github.com/mxcl/Version.git at 2.2.0 (5.92s)
Computing version for https://github.com/johnsundell/Files.git
Computed https://github.com/johnsundell/Files.git at 4.3.0 (0.46s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.44s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (0.51s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (0.85s)
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/apple/swift-testing.git
Working copy of https://github.com/apple/swift-testing.git resolved at 6.1.2
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/onevcat/Rainbow.git
Working copy of https://github.com/onevcat/Rainbow.git resolved at 3.2.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
Creating working copy for https://github.com/scottrhoyt/SwiftyTextTable.git
Working copy of https://github.com/scottrhoyt/SwiftyTextTable.git resolved at 0.9.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.4
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-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.1
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/25] Write sources
[12/25] Write swift-version-24593BA9C3E375BF.txt
[14/55] Emitting module Version
[15/55] Compiling Version Version.swift
[16/55] Emitting module ArgumentParserToolInfo
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/55] 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 | }
[18/55] Compiling ArgumentParserToolInfo ToolInfo.swift
[19/57] Compiling Rainbow BackgroundColor.swift
[20/57] Compiling Rainbow CodesParser.swift
[21/57] Compiling Rainbow Color.swift
[22/57] Compiling Rainbow ControlCode.swift
[23/57] Compiling Rainbow StringGenerator.swift
[24/57] Compiling Rainbow Style.swift
[26/57] Compiling Rainbow String+Rainbow.swift
[27/57] Compiling Version Version+Codable.swift
[28/57] Compiling Version Version+Range.swift
[29/57] Compiling Rainbow XcodeColorsSupport.swift
[29/57] Wrapping AST for ArgumentParserToolInfo for debugging
[31/101] Emitting module ArgumentParser
[32/107] Compiling ArgumentParser Tree.swift
[33/107] Compiling ArgumentParser CodingKeyValidator.swift
[34/107] Compiling ArgumentParser NonsenseFlagsValidator.swift
[35/107] Compiling ArgumentParser ParsableArgumentsValidation.swift
[36/107] Compiling ArgumentParser PositionalArgumentsValidator.swift
[37/107] Compiling ArgumentParser UniqueNamesValidator.swift
[38/107] Compiling Logging LogHandler.swift
[39/107] Compiling Logging MetadataProvider.swift
[40/107] Compiling Logging Logging.swift
[41/107] Emitting module Logging
[42/107] Compiling Logging Locks.swift
[44/108] Compiling Version Version+Comparable.swift
[45/108] Compiling Version Version+Foundation.swift
[46/109] Compiling SwiftyTextTable TextTable.swift
[47/109] Emitting module SwiftyTextTable
[48/109] Emitting module Files
[49/109] Compiling Files Files.swift
[50/111] Compiling Rainbow Rainbow.swift
[51/111] Compiling ArgumentParser StringExtensions.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 | }
[52/111] Compiling ArgumentParser SwiftExtensions.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 | }
[53/111] Compiling ArgumentParser OptionGroup.swift
[54/111] Compiling ArgumentParser AsyncParsableCommand.swift
[55/111] Compiling ArgumentParser CommandConfiguration.swift
[56/111] Compiling ArgumentParser CommandGroup.swift
[57/111] Compiling ArgumentParser EnumerableFlag.swift
[58/111] Compiling ArgumentParser ExpressibleByArgument.swift
[59/111] Compiling ArgumentParser ParsableArguments.swift
[60/111] Compiling ArgumentParser ParsableCommand.swift
[61/111] Compiling ArgumentParser ArgumentDecoder.swift
[62/111] Compiling ArgumentParser ArgumentDefinition.swift
[63/111] Compiling ArgumentParser ArgumentSet.swift
[64/111] Compiling ArgumentParser CommandParser.swift
[66/111] Compiling ArgumentParser BashCompletionsGenerator.swift
[67/111] Compiling ArgumentParser CompletionsGenerator.swift
[68/111] Compiling ArgumentParser FishCompletionsGenerator.swift
[69/111] Compiling ArgumentParser ZshCompletionsGenerator.swift
[70/111] Compiling ArgumentParser Argument.swift
[71/111] Compiling ArgumentParser ArgumentDiscussion.swift
[72/111] Compiling ArgumentParser ArgumentHelp.swift
[73/111] Compiling ArgumentParser ArgumentVisibility.swift
[74/111] Compiling ArgumentParser CompletionKind.swift
[75/111] Compiling ArgumentParser Errors.swift
[76/111] Compiling ArgumentParser Flag.swift
[77/111] Compiling ArgumentParser NameSpecification.swift
[78/111] Compiling ArgumentParser Option.swift
[79/111] Compiling ArgumentParser CollectionExtensions.swift
[80/111] Compiling ArgumentParser Mutex.swift
[81/111] Compiling ArgumentParser Platform.swift
[82/111] Compiling ArgumentParser SequenceExtensions.swift
[85/111] Emitting module ShellOut
[86/111] Compiling ShellOut ShellOut.swift
[87/112] Compiling ArgumentParser InputKey.swift
[88/112] Compiling ArgumentParser InputOrigin.swift
[89/112] Compiling ArgumentParser Name.swift
[90/112] Compiling ArgumentParser Parsed.swift
[91/112] Compiling ArgumentParser ParsedValues.swift
[92/112] Compiling ArgumentParser ParserError.swift
[93/112] Compiling ArgumentParser SplitArguments.swift
[94/112] Compiling ArgumentParser DumpHelpGenerator.swift
[95/112] Compiling ArgumentParser HelpCommand.swift
[96/112] Compiling ArgumentParser HelpGenerator.swift
[97/112] Compiling ArgumentParser MessageInfo.swift
[98/112] Compiling ArgumentParser UsageGenerator.swift
[98/112] Wrapping AST for Logging for debugging
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/15] Write swift-version-24593BA9C3E375BF.txt
[4/45] Compiling Rainbow Style.swift
[5/46] Emitting module ArgumentParserToolInfo
[6/46] Compiling Version Version+Foundation.swift
[7/46] Compiling Version Version+Codable.swift
[8/46] Emitting module Version
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/46] 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 | }
[10/46] Compiling Rainbow BackgroundColor.swift
[11/46] Compiling Rainbow CodesParser.swift
[12/46] Compiling Logging MetadataProvider.swift
[13/46] Compiling Version Version+Comparable.swift
[14/46] Compiling Rainbow Color.swift
[15/46] Compiling Rainbow ControlCode.swift
[16/46] Compiling Rainbow ModesExtractor.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 | }
[17/46] Compiling Rainbow OutputTarget.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 | }
[18/46] Compiling Rainbow XcodeColorsSupport.swift
[19/46] Compiling Rainbow StringGenerator.swift
[20/46] Emitting module ShellOut
[21/46] Compiling ShellOut ShellOut.swift
[22/47] Compiling Version Version+Range.swift
[23/47] Compiling Version Version.swift
[24/48] Compiling Rainbow String+Rainbow.swift
[25/48] Emitting module Logging
[26/48] Compiling Rainbow Rainbow.swift
[27/48] Compiling Logging Locks.swift
[30/48] Compiling SwiftyTextTable TextTable.swift
[31/48] Emitting module SwiftyTextTable
[32/49] Compiling Logging LogHandler.swift
[33/49] Emitting module Files
BUILD FAILURE 6.1 android