Build Information
Failed to build Hondana, reference 0.0.8 (504eea
), with Swift 6.1 for Android on 28 May 2025 11:07:15 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KS1019/Hondana.git
Reference: 0.0.8
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/KS1019/Hondana
* tag 0.0.8 -> FETCH_HEAD
HEAD is now at 504eea9 Bump up version
Cloned https://github.com/KS1019/Hondana.git
Revision (git rev-parse @):
504eea9fa3fe76819c9a041b99abb5cdc07d33f2
SUCCESS checkout https://github.com/KS1019/Hondana.git at 0.0.8
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/KS1019/Hondana.git
https://github.com/KS1019/Hondana.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" : "files",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/JohnSundell/Files"
},
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow"
},
{
"identity" : "swiftytexttable",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/scottrhoyt/SwiftyTextTable"
},
{
"identity" : "assertswiftcli",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "0.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/KS1019/AssertSwiftCLI"
}
],
"manifest_display_name" : "Hondana",
"name" : "Hondana",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
}
],
"products" : [
{
"name" : "hondana",
"targets" : [
"Hondana"
],
"type" : {
"executable" : null
}
},
{
"name" : "HondanaKit",
"targets" : [
"HondanaKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HondanaTests",
"module_type" : "SwiftTarget",
"name" : "HondanaTests",
"path" : "Tests/HondanaTests",
"product_dependencies" : [
"AssertSwiftCLI"
],
"sources" : [
"HondanaTests.swift"
],
"target_dependencies" : [
"Hondana"
],
"type" : "test"
},
{
"c99name" : "HondanaKitTests",
"module_type" : "SwiftTarget",
"name" : "HondanaKitTests",
"path" : "Tests/HondanaKitTests",
"product_dependencies" : [
"AssertSwiftCLI"
],
"sources" : [
"UtitlsTests.swift"
],
"target_dependencies" : [
"HondanaKit",
"Extensions"
],
"type" : "test"
},
{
"c99name" : "HondanaKit",
"module_type" : "SwiftTarget",
"name" : "HondanaKit",
"path" : "Sources/HondanaKit",
"product_dependencies" : [
"ArgumentParser",
"Files",
"Rainbow",
"SwiftyTextTable"
],
"product_memberships" : [
"hondana",
"HondanaKit"
],
"sources" : [
"FileSystem/FileSystem.swift",
"GitInstaller/Git.swift",
"Models/Bookmarklet.swift",
"Output/Decorator.swift",
"Utils/Constants.swift",
"Utils/Utils.swift"
],
"target_dependencies" : [
"Extensions"
],
"type" : "library"
},
{
"c99name" : "Hondana",
"module_type" : "SwiftTarget",
"name" : "Hondana",
"path" : "Sources/Hondana",
"product_dependencies" : [
"ArgumentParser",
"Files"
],
"product_memberships" : [
"hondana"
],
"sources" : [
"Add.swift",
"Audit.swift",
"Hondana.swift",
"Init.swift",
"Install.swift",
"List.swift",
"Sync.swift",
"Version.swift"
],
"target_dependencies" : [
"Extensions",
"HondanaKit"
],
"type" : "executable"
},
{
"c99name" : "ExtensionsTests",
"module_type" : "SwiftTarget",
"name" : "ExtensionsTests",
"path" : "Tests/ExtensionsTests",
"sources" : [
"Files+ExtensionsTests.swift",
"String+ExtensionsTests.swift"
],
"target_dependencies" : [
"Extensions"
],
"type" : "test"
},
{
"c99name" : "Extensions",
"module_type" : "SwiftTarget",
"name" : "Extensions",
"path" : "Sources/Extensions",
"product_dependencies" : [
"Files"
],
"product_memberships" : [
"hondana",
"HondanaKit"
],
"sources" : [
"Files+Extensions.swift",
"String+Extensions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" 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 -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 finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/KS1019/AssertSwiftCLI
Fetching https://github.com/scottrhoyt/SwiftyTextTable
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/JohnSundell/Files
Fetching https://github.com/onevcat/Rainbow
[1/61] Fetching assertswiftcli
[62/1257] Fetching assertswiftcli, rainbow
[98/2186] Fetching assertswiftcli, rainbow, swiftytexttable
[2085/3422] Fetching assertswiftcli, rainbow, swiftytexttable, files
[3423/18773] Fetching assertswiftcli, rainbow, swiftytexttable, files, swift-argument-parser
Fetched https://github.com/KS1019/AssertSwiftCLI from cache (0.80s)
Fetched https://github.com/onevcat/Rainbow from cache (0.80s)
[16749/17516] Fetching swiftytexttable, files, swift-argument-parser
Fetched https://github.com/JohnSundell/Files from cache (1.32s)
Fetched https://github.com/scottrhoyt/SwiftyTextTable from cache (1.33s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.35s)
Computing version for https://github.com/KS1019/AssertSwiftCLI
Computed https://github.com/KS1019/AssertSwiftCLI at 0.0.1 (1.98s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.41s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable
Computed https://github.com/scottrhoyt/SwiftyTextTable at 0.9.0 (3.49s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (0.53s)
Computing version for https://github.com/JohnSundell/Files
Computed https://github.com/JohnSundell/Files at 4.2.0 (0.51s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.46s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 0.11.2 (0.53s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5458] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.67s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (1.20s)
Creating working copy for https://github.com/scottrhoyt/SwiftyTextTable
Working copy of https://github.com/scottrhoyt/SwiftyTextTable resolved at 0.9.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 0.11.2
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.1.0
Creating working copy for https://github.com/KS1019/AssertSwiftCLI
Working copy of https://github.com/KS1019/AssertSwiftCLI resolved at 0.0.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 0.9.0
Creating working copy for https://github.com/JohnSundell/Files
Working copy of https://github.com/JohnSundell/Files resolved at 4.2.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/20] Write sources
[9/20] Write swift-version-24593BA9C3E375BF.txt
[11/37] Emitting module ArgumentParserToolInfo
[12/37] Compiling ArgumentParserToolInfo ToolInfo.swift
[14/38] Compiling Rainbow StringGenerator.swift
[14/39] Wrapping AST for ArgumentParserToolInfo for debugging
[16/39] Compiling Rainbow Style.swift
[17/39] Compiling Rainbow String+Rainbow.swift
[18/77] Emitting module ArgumentParser
[19/77] Compiling ArgumentParser BashCompletionsGenerator.swift
[20/77] Compiling ArgumentParser CompletionsGenerator.swift
[21/77] Compiling ArgumentParser FishCompletionsGenerator.swift
[22/77] Compiling ArgumentParser ZshCompletionsGenerator.swift
[23/77] Compiling ArgumentParser Argument.swift
[24/77] Compiling ArgumentParser ArgumentHelp.swift
[25/82] Compiling ArgumentParser OptionGroup.swift
[26/82] Compiling ArgumentParser AsyncParsableCommand.swift
[27/82] Compiling ArgumentParser CommandConfiguration.swift
[28/82] Compiling ArgumentParser CommandGroup.swift
[29/82] Compiling ArgumentParser EnumerableFlag.swift
[30/82] Compiling ArgumentParser ExpressibleByArgument.swift
[31/82] Compiling ArgumentParser ParsableArguments.swift
[32/82] Compiling ArgumentParser ParsableArgumentsValidation.swift
[33/82] Compiling ArgumentParser ParsableCommand.swift
[34/82] Compiling ArgumentParser ArgumentDecoder.swift
[35/82] Compiling ArgumentParser ArgumentDefinition.swift
[36/82] Compiling ArgumentParser ArgumentSet.swift
[37/82] Compiling ArgumentParser CommandParser.swift
[38/82] Compiling ArgumentParser InputKey.swift
[39/82] Compiling ArgumentParser InputOrigin.swift
[40/82] Compiling ArgumentParser CollectionExtensions.swift
[41/82] Compiling ArgumentParser Platform.swift
[42/82] Compiling ArgumentParser SequenceExtensions.swift
[43/82] Compiling ArgumentParser StringExtensions.swift
[44/82] Compiling ArgumentParser Tree.swift
[45/82] Compiling Rainbow Rainbow.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[52/82] Emitting module Rainbow
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:49:58: error: cannot find 'isatty' in scope
47 | // Check if we are in any term env and the output is a tty.
48 | let termType = getEnvValue("TERM")
49 | if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
| `- error: cannot find 'isatty' in scope
50 | return .console
51 | }
[53/82] Compiling Rainbow OutputTarget.swift
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:49:58: error: cannot find 'isatty' in scope
47 | // Check if we are in any term env and the output is a tty.
48 | let termType = getEnvValue("TERM")
49 | if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
| `- error: cannot find 'isatty' in scope
50 | return .console
51 | }
[54/82] Emitting module SwiftyTextTable
[55/82] Compiling SwiftyTextTable TextTable.swift
[56/83] Compiling Files Files.swift
[57/83] Emitting module Files
[58/84] Compiling ArgumentParser Name.swift
[59/84] Compiling ArgumentParser Parsed.swift
[60/84] Compiling ArgumentParser ParsedValues.swift
[61/84] Compiling ArgumentParser ParserError.swift
[62/84] Compiling ArgumentParser SplitArguments.swift
[63/84] Compiling ArgumentParser DumpHelpGenerator.swift
[64/84] Compiling ArgumentParser HelpCommand.swift
[65/84] Compiling ArgumentParser HelpGenerator.swift
[66/84] Compiling ArgumentParser MessageInfo.swift
[67/84] Compiling ArgumentParser UsageGenerator.swift
[68/84] Compiling ArgumentParser ArgumentVisibility.swift
[69/84] Compiling ArgumentParser CompletionKind.swift
[70/84] Compiling ArgumentParser Errors.swift
[71/84] Compiling ArgumentParser Flag.swift
[72/84] Compiling ArgumentParser NameSpecification.swift
[73/84] Compiling ArgumentParser Option.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" 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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
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
Building for debugging...
[1/12] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/29] Emitting module Rainbow
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:49:58: error: cannot find 'isatty' in scope
47 | // Check if we are in any term env and the output is a tty.
48 | let termType = getEnvValue("TERM")
49 | if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
| `- error: cannot find 'isatty' in scope
50 | return .console
51 | }
[4/30] Compiling Rainbow StringGenerator.swift
[5/30] Compiling Rainbow Style.swift
[6/30] Compiling Rainbow String+Rainbow.swift
[7/30] Compiling Rainbow Rainbow.swift
[8/30] Compiling Rainbow OutputTarget.swift
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:49:58: error: cannot find 'isatty' in scope
47 | // Check if we are in any term env and the output is a tty.
48 | let termType = getEnvValue("TERM")
49 | if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
| `- error: cannot find 'isatty' in scope
50 | return .console
51 | }
[9/30] Compiling Rainbow ControlCode.swift
[10/30] Compiling Rainbow ModesExtractor.swift
[11/30] Emitting module SwiftyTextTable
[12/30] Compiling SwiftyTextTable TextTable.swift
[13/31] Emitting module Files
[14/31] Compiling Files Files.swift
[16/32] Compiling ArgumentParserToolInfo ToolInfo.swift
[17/32] Emitting module ArgumentParserToolInfo
[19/33] Compiling Rainbow BackgroundColor.swift
[20/33] Compiling Rainbow CodesParser.swift
[21/33] Compiling Rainbow Color.swift
[22/33] Compiling Rainbow ColorApproximation.swift
[23/32] Wrapping AST for Files for debugging
[23/32] Wrapping AST for SwiftyTextTable for debugging
BUILD FAILURE 6.1 android