Build Information
Failed to build KipplePlugins, reference 0.5.1 (34b63a
), with Swift 6.1 for Android on 29 May 2025 05:08:47 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.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/bdrelling/KipplePlugins.git
Reference: 0.5.1
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/bdrelling/KipplePlugins
* tag 0.5.1 -> FETCH_HEAD
HEAD is now at 34b63a0 Removed install_git_hooks.sh
Cloned https://github.com/bdrelling/KipplePlugins.git
Revision (git rev-parse @):
34b63a0b652f40bdbb55a5789ddf6e4663270c12
SUCCESS checkout https://github.com/bdrelling/KipplePlugins.git at 0.5.1
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/bdrelling/KipplePlugins.git
https://github.com/bdrelling/KipplePlugins.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "tools",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-kipple/Tools"
}
],
"manifest_display_name" : "KipplePlugins",
"name" : "KipplePlugins",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "KipplePlugins",
"targets" : [
"Format"
],
"type" : {
"plugin" : null
}
}
],
"targets" : [
{
"c99name" : "Format",
"module_type" : "PluginTarget",
"name" : "Format",
"path" : "Plugins/Format",
"plugin_capability" : {
"intent" : {
"description" : "Format swift files.",
"type" : "custom",
"verb" : "format"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "Format Swift files.",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_dependencies" : [
"kipple"
],
"product_memberships" : [
"KipplePlugins"
],
"sources" : [
"Core/FormatPlugin.swift",
"Shared/ArgumentExtractor+Convenience.swift",
"Shared/ConfiguredProcess.swift"
],
"type" : "plugin"
}
],
"tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/swift-kipple/Tools
[1/720] Fetching tools
Fetched https://github.com/swift-kipple/Tools from cache (0.38s)
Computing version for https://github.com/swift-kipple/Tools
Computed https://github.com/swift-kipple/Tools at 0.5.4 (1.23s)
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/apple/swift-argument-parser
[1/15379] Fetching swift-argument-parser
[12151/63561] Fetching swift-argument-parser, swiftformat
Fetched https://github.com/apple/swift-argument-parser from cache (26.68s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (27.38s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (27.86s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.56.2 (0.52s)
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.56.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.1
Creating working copy for https://github.com/swift-kipple/Tools
Working copy of https://github.com/swift-kipple/Tools resolved at 0.5.4
[1/1] Compiling plugin Format
[2/2] Compiling plugin SwiftFormatPlugin
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/42] Write sources
[3/42] Copying pre-commit
[3/42] Copying default.swiftformat
[3/42] Copying default.gitignore
[3/42] Copying app.gitignore
[3/42] Copying default.gitignore
[3/42] Copying app.gitignore
[3/42] Copying default.swiftformat
[21/42] Copying default.swiftlint.yml
[23/42] Copying pre-commit
[25/42] Write swift-version-24593BA9C3E375BF.txt
[27/298] Compiling ArgumentParserToolInfo ToolInfo.swift
[28/298] Emitting module ArgumentParserToolInfo
[31/299] Compiling ArgumentParserToolInfo ToolInfo.swift
[32/300] Wrapping AST for ArgumentParserToolInfo for debugging
[35/376] Emitting module ArgumentParser
[36/381] Compiling ArgumentParser ArgumentVisibility.swift
[37/381] Compiling ArgumentParser CompletionKind.swift
[38/381] Compiling ArgumentParser Errors.swift
[39/381] Compiling ArgumentParser Flag.swift
[40/381] Compiling ArgumentParser NameSpecification.swift
[41/381] Compiling ArgumentParser Option.swift
[42/386] Compiling ArgumentParser ArgumentDefinition.swift
[43/386] Compiling ArgumentParser ArgumentSet.swift
[44/386] Compiling ArgumentParser CommandParser.swift
[45/386] Compiling ArgumentParser InputKey.swift
[46/386] Compiling ArgumentParser InputOrigin.swift
[53/386] Compiling ArgumentParser BashCompletionsGenerator.swift
[54/386] Compiling ArgumentParser CompletionsGenerator.swift
[55/386] Compiling ArgumentParser FishCompletionsGenerator.swift
[56/386] Compiling ArgumentParser ZshCompletionsGenerator.swift
[57/386] Compiling ArgumentParser Argument.swift
[58/386] Compiling ArgumentParser ArgumentHelp.swift
[59/386] Emitting module ArgumentParser
[60/386] Compiling ArgumentParser OptionGroup.swift
[61/386] Compiling ArgumentParser AsyncParsableCommand.swift
[62/386] Compiling ArgumentParser CommandConfiguration.swift
[63/386] Compiling ArgumentParser CommandGroup.swift
[64/386] Compiling ArgumentParser EnumerableFlag.swift
[65/386] Compiling ArgumentParser CollectionExtensions.swift
[66/386] Compiling ArgumentParser Platform.swift
[67/386] Compiling ArgumentParser SequenceExtensions.swift
[68/386] Compiling ArgumentParser StringExtensions.swift
[69/386] Compiling ArgumentParser Tree.swift
[81/386] Compiling ArgumentParser ExpressibleByArgument.swift
[82/386] Compiling ArgumentParser ParsableArguments.swift
[83/386] Compiling ArgumentParser ParsableArgumentsValidation.swift
[84/386] Compiling ArgumentParser ParsableCommand.swift
[85/386] Compiling ArgumentParser ArgumentDecoder.swift
[86/386] Compiling SwiftFormat SpaceAroundParens.swift
[87/386] Compiling SwiftFormat SpaceInsideBraces.swift
[88/386] Compiling SwiftFormat SpaceInsideBrackets.swift
[89/386] Compiling SwiftFormat SpaceInsideComments.swift
[90/386] Compiling SwiftFormat SpaceInsideGenerics.swift
[91/386] Compiling SwiftFormat SpaceInsideParens.swift
[92/386] Compiling SwiftFormat Specifiers.swift
[93/386] Compiling SwiftFormat StrongOutlets.swift
[94/386] Compiling SwiftFormat StrongifiedSelf.swift
[95/386] Compiling SwiftFormat SwiftTestingTestCaseNames.swift
[96/386] Compiling SwiftFormat Todos.swift
[97/386] Compiling SwiftFormat TrailingClosures.swift
[98/386] Compiling SwiftFormat TrailingCommas.swift
[99/386] Compiling SwiftFormat TrailingSpace.swift
[100/386] Compiling SwiftFormat TypeSugar.swift
[101/386] Compiling SwiftFormat UnusedArguments.swift
[102/386] Compiling SwiftFormat UnusedPrivateDeclarations.swift
[103/403] Compiling SwiftFormat RedundantReturn.swift
[104/403] Compiling SwiftFormat RedundantSelf.swift
[105/403] Compiling SwiftFormat RedundantStaticSelf.swift
[106/403] Compiling SwiftFormat RedundantType.swift
[107/403] Compiling SwiftFormat RedundantTypedThrows.swift
[108/403] Compiling SwiftFormat RedundantVoidReturnType.swift
[109/403] Compiling SwiftFormat Semicolons.swift
[110/403] Compiling SwiftFormat SortDeclarations.swift
[111/403] Compiling SwiftFormat SortImports.swift
[112/403] Compiling SwiftFormat SortSwitchCases.swift
[113/403] Compiling SwiftFormat SortTypealiases.swift
[114/403] Compiling SwiftFormat SortedImports.swift
[115/403] Compiling SwiftFormat SortedSwitchCases.swift
[116/403] Compiling SwiftFormat SpaceAroundBraces.swift
[117/403] Compiling SwiftFormat SpaceAroundBrackets.swift
[118/403] Compiling SwiftFormat SpaceAroundComments.swift
[119/403] Compiling SwiftFormat SpaceAroundGenerics.swift
[120/403] Compiling SwiftFormat SpaceAroundOperators.swift
[121/403] Compiling SwiftFormat RedundantBackticks.swift
[122/403] Compiling SwiftFormat RedundantBreak.swift
[123/403] Compiling SwiftFormat RedundantClosure.swift
[124/403] Compiling SwiftFormat RedundantEquatable.swift
[125/403] Compiling SwiftFormat RedundantExtensionACL.swift
[126/403] Compiling SwiftFormat RedundantFileprivate.swift
[127/403] Compiling SwiftFormat RedundantGet.swift
[128/403] Compiling SwiftFormat RedundantInit.swift
[129/403] Compiling SwiftFormat RedundantInternal.swift
[130/403] Compiling SwiftFormat RedundantLet.swift
[131/403] Compiling SwiftFormat RedundantLetError.swift
[132/403] Compiling SwiftFormat RedundantNilInit.swift
[133/403] Compiling SwiftFormat RedundantObjc.swift
[134/403] Compiling SwiftFormat RedundantOptionalBinding.swift
[135/403] Compiling SwiftFormat RedundantParens.swift
[136/403] Compiling SwiftFormat RedundantPattern.swift
[137/403] Compiling SwiftFormat RedundantProperty.swift
[138/403] Compiling SwiftFormat RedundantRawValues.swift
[139/403] Compiling ArgumentParser DumpHelpGenerator.swift
[140/403] Compiling ArgumentParser HelpCommand.swift
[141/403] Compiling ArgumentParser HelpGenerator.swift
[142/403] Compiling ArgumentParser MessageInfo.swift
[143/403] Compiling ArgumentParser UsageGenerator.swift
[144/403] Compiling ArgumentParser Name.swift
[145/403] Compiling ArgumentParser Parsed.swift
[146/403] Compiling ArgumentParser ParsedValues.swift
[147/403] Compiling ArgumentParser ParserError.swift
[148/403] Compiling ArgumentParser SplitArguments.swift
[159/404] Wrapping AST for ArgumentParser for debugging
[161/413] Compiling KippleToolsCore Data+ShellOutput.swift
[162/413] Compiling KippleToolsCore Process+Convenience.swift
[163/414] Compiling KippleToolsCore VerboseLogging.swift
[179/414] Compiling KippleToolsCore ShellCommand+FileSystem.swift
[180/415] Compiling KippleToolsCore ShellError.swift
[182/415] Emitting module KippleToolsCore
[183/415] Compiling KippleToolsCore ShellCommand+SwiftPackageManager.swift
[184/415] Compiling KippleToolsCore Shell.swift
[185/415] Compiling KippleToolsCore ShellCommand.swift
[186/415] Compiling KippleToolsCore ShellCommand+Git.swift
[186/415] Wrapping AST for ArgumentParser for debugging
[205/442] Wrapping AST for KippleToolsCore for debugging
[207/442] Compiling KippleToolsCore ShellCommand+Git.swift
[208/443] Compiling KippleToolsCore ShellCommand.swift
[209/443] Compiling KippleToolsCore Data+ShellOutput.swift
[210/443] Compiling KippleToolsCore Process+Convenience.swift
[211/443] Compiling KippleToolsCore ShellCommand+FileSystem.swift
[248/443] Emitting module KippleToolsCore
[249/443] Compiling KippleToolsCore ShellError.swift
[250/443] Compiling KippleToolsCore ShellCommand+SwiftPackageManager.swift
[251/443] Compiling KippleToolsCore Shell.swift
[252/443] Compiling KippleToolsCore VerboseLogging.swift
[253/444] Wrapping AST for KippleToolsCore for debugging
[255/444] Compiling SwiftFormat Indent.swift
[256/444] Compiling SwiftFormat InitCoderUnavailable.swift
[257/444] Compiling SwiftFormat IsEmpty.swift
[258/444] Compiling SwiftFormat LeadingDelimiters.swift
[259/444] Compiling SwiftFormat LinebreakAtEndOfFile.swift
[260/444] Compiling SwiftFormat Linebreaks.swift
[261/444] Compiling SwiftFormat MarkTypes.swift
[262/444] Compiling SwiftFormat ModifierOrder.swift
[263/444] Compiling SwiftFormat NoExplicitOwnership.swift
[264/444] Compiling SwiftFormat NumberFormatting.swift
[265/444] Compiling SwiftFormat OpaqueGenericParameters.swift
[266/444] Compiling SwiftFormat OrganizeDeclarations.swift
[267/444] Compiling SwiftFormat PreferCountWhere.swift
[268/444] Compiling SwiftFormat PreferForLoop.swift
[269/444] Compiling SwiftFormat PreferKeyPath.swift
[270/444] Compiling SwiftFormat PreferSwiftTesting.swift
[271/444] Compiling SwiftFormat PrivateStateVariables.swift
[272/444] Compiling SwiftFormat PropertyTypes.swift
[279/444] Compiling SwiftFormat Formatter.swift
[280/444] Compiling SwiftFormat FormattingHelpers.swift
[281/444] Compiling SwiftFormat GitFileInfo.swift
[282/444] Compiling SwiftFormat GithubActionsLogReporter.swift
[283/444] Compiling SwiftFormat Globs.swift
[284/444] Compiling SwiftFormat Inference.swift
[285/444] Compiling SwiftFormat JSONReporter.swift
[286/444] Compiling SwiftFormat OptionDescriptor.swift
[287/444] Compiling SwiftFormat Options.swift
[288/444] Compiling SwiftFormat ParsingHelpers.swift
[289/444] Compiling SwiftFormat Reporter.swift
[290/444] Compiling SwiftFormat RuleRegistry.generated.swift
[327/444] Emitting module SwiftFormat
[328/444] Compiling SwiftFormat Void.swift
[329/444] Compiling SwiftFormat Wrap.swift
[330/444] Compiling SwiftFormat WrapArguments.swift
[331/444] Compiling SwiftFormat WrapAttributes.swift
[332/444] Compiling SwiftFormat WrapConditionalBodies.swift
[333/444] Compiling SwiftFormat WrapEnumCases.swift
[334/444] Compiling SwiftFormat WrapLoopBodies.swift
[335/444] Compiling SwiftFormat WrapMultilineConditionalAssignment.swift
[336/444] Compiling SwiftFormat WrapMultilineFunctionChains.swift
[337/444] Compiling SwiftFormat WrapMultilineStatementBraces.swift
[338/444] Compiling SwiftFormat WrapSingleLineComments.swift
[339/444] Compiling SwiftFormat WrapSwitchCases.swift
[340/444] Compiling SwiftFormat YodaConditions.swift
[341/444] Compiling SwiftFormat Singularize.swift
[342/444] Compiling SwiftFormat SwiftFormat.swift
[343/444] Compiling SwiftFormat Tokenizer.swift
[344/444] Compiling SwiftFormat XMLReporter.swift
[362/444] Emitting module SwiftFormat
[381/445] Wrapping AST for SwiftFormat for debugging
[383/459] Compiling KippleFramework UninstallCommand.swift
[384/460] Compiling KippleFramework BuildEnvironment.swift
[385/460] Compiling KippleFramework FileFormatter.swift
[386/460] Emitting module KippleFramework
[387/460] Compiling KippleFramework SwiftBuilder.swift
[388/460] Compiling KippleFramework SwiftFormat.swift
[389/460] Compiling KippleFramework resource_bundle_accessor.swift
[390/460] Compiling KippleFramework SetupCommand.swift
[391/460] Compiling KippleFramework TestCommand.swift
[392/460] Compiling KippleFramework MainCommand.swift
[393/460] Compiling KippleFramework Platform.swift
[394/460] Compiling KippleFramework SwiftVersion.swift
[395/460] Compiling KippleFramework BuildCommand.swift
[396/460] Compiling KippleFramework FormatCommand.swift
[397/460] Compiling KippleFramework InstallCommand.swift
[398/461] Wrapping AST for KippleFramework for debugging
[400/463] Emitting module kipple
[401/463] Compiling kipple main.swift
[402/464] Wrapping AST for kipple for debugging
[403/464] Write Objects.LinkFileList
[404/464] Linking kipple-tool
[460/465] Wrapping AST for SwiftFormat for debugging
[462/479] Compiling KippleFramework SwiftVersion.swift
[463/479] Compiling KippleFramework BuildCommand.swift
[464/479] Compiling KippleFramework MainCommand.swift
/host/spi-builder-workspace/.build/checkouts/Tools/Sources/KippleFramework/Core/MainCommand.swift:5:8: error: KippleTools is only compatible with macOS and Linux.
3 | // If we're not running on macOS or Linux, throw an error so we know we're building for the wrong platform.
4 | #if !(os(macOS) || os(Linux))
5 | #error("KippleTools is only compatible with macOS and Linux.")
| `- error: KippleTools is only compatible with macOS and Linux.
6 | #endif
7 |
[465/479] Compiling KippleFramework Platform.swift
/host/spi-builder-workspace/.build/checkouts/Tools/Sources/KippleFramework/Core/MainCommand.swift:5:8: error: KippleTools is only compatible with macOS and Linux.
3 | // If we're not running on macOS or Linux, throw an error so we know we're building for the wrong platform.
4 | #if !(os(macOS) || os(Linux))
5 | #error("KippleTools is only compatible with macOS and Linux.")
| `- error: KippleTools is only compatible with macOS and Linux.
6 | #endif
7 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[466/480] Emitting module KippleFramework
/host/spi-builder-workspace/.build/checkouts/Tools/Sources/KippleFramework/Core/Helpers/SwiftFormat.swift:9:31: error: cannot find 'isatty' in scope
7 | private var stderr = FileHandle.standardError
8 |
9 | private let stderrIsTTY = isatty(STDERR_FILENO) != 0
| `- error: cannot find 'isatty' in scope
10 | private let printQueue = DispatchQueue(label: "swiftformat.print")
11 |
/host/spi-builder-workspace/.build/checkouts/Tools/Sources/KippleFramework/Core/Helpers/SwiftFormat.swift:9:38: error: cannot find 'STDERR_FILENO' in scope
7 | private var stderr = FileHandle.standardError
8 |
9 | private let stderrIsTTY = isatty(STDERR_FILENO) != 0
| `- error: cannot find 'STDERR_FILENO' in scope
10 | private let printQueue = DispatchQueue(label: "swiftformat.print")
11 |
/host/spi-builder-workspace/.build/checkouts/Tools/Sources/KippleFramework/Core/MainCommand.swift:5:8: error: KippleTools is only compatible with macOS and Linux.
3 | // If we're not running on macOS or Linux, throw an error so we know we're building for the wrong platform.
4 | #if !(os(macOS) || os(Linux))
5 | #error("KippleTools is only compatible with macOS and Linux.")
| `- error: KippleTools is only compatible with macOS and Linux.
6 | #endif
7 |
[467/480] Compiling KippleFramework BuildEnvironment.swift
/host/spi-builder-workspace/.build/checkouts/Tools/Sources/KippleFramework/Core/Helpers/SwiftFormat.swift:9:31: error: cannot find 'isatty' in scope
7 | private var stderr = FileHandle.standardError
8 |
9 | private let stderrIsTTY = isatty(STDERR_FILENO) != 0
| `- error: cannot find 'isatty' in scope
10 | private let printQueue = DispatchQueue(label: "swiftformat.print")
11 |
/host/spi-builder-workspace/.build/checkouts/Tools/Sources/KippleFramework/Core/Helpers/SwiftFormat.swift:9:38: error: cannot find 'STDERR_FILENO' in scope
7 | private var stderr = FileHandle.standardError
8 |
9 | private let stderrIsTTY = isatty(STDERR_FILENO) != 0
| `- error: cannot find 'STDERR_FILENO' in scope
10 | private let printQueue = DispatchQueue(label: "swiftformat.print")
11 |
[468/480] Compiling KippleFramework FileFormatter.swift
/host/spi-builder-workspace/.build/checkouts/Tools/Sources/KippleFramework/Core/Helpers/SwiftFormat.swift:9:31: error: cannot find 'isatty' in scope
7 | private var stderr = FileHandle.standardError
8 |
9 | private let stderrIsTTY = isatty(STDERR_FILENO) != 0
| `- error: cannot find 'isatty' in scope
10 | private let printQueue = DispatchQueue(label: "swiftformat.print")
11 |
/host/spi-builder-workspace/.build/checkouts/Tools/Sources/KippleFramework/Core/Helpers/SwiftFormat.swift:9:38: error: cannot find 'STDERR_FILENO' in scope
7 | private var stderr = FileHandle.standardError
8 |
9 | private let stderrIsTTY = isatty(STDERR_FILENO) != 0
| `- error: cannot find 'STDERR_FILENO' in scope
10 | private let printQueue = DispatchQueue(label: "swiftformat.print")
11 |
[469/480] Compiling KippleFramework SwiftBuilder.swift
/host/spi-builder-workspace/.build/checkouts/Tools/Sources/KippleFramework/Core/Helpers/SwiftFormat.swift:9:31: error: cannot find 'isatty' in scope
7 | private var stderr = FileHandle.standardError
8 |
9 | private let stderrIsTTY = isatty(STDERR_FILENO) != 0
| `- error: cannot find 'isatty' in scope
10 | private let printQueue = DispatchQueue(label: "swiftformat.print")
11 |
/host/spi-builder-workspace/.build/checkouts/Tools/Sources/KippleFramework/Core/Helpers/SwiftFormat.swift:9:38: error: cannot find 'STDERR_FILENO' in scope
7 | private var stderr = FileHandle.standardError
8 |
9 | private let stderrIsTTY = isatty(STDERR_FILENO) != 0
| `- error: cannot find 'STDERR_FILENO' in scope
10 | private let printQueue = DispatchQueue(label: "swiftformat.print")
11 |
[470/480] Compiling KippleFramework SwiftFormat.swift
/host/spi-builder-workspace/.build/checkouts/Tools/Sources/KippleFramework/Core/Helpers/SwiftFormat.swift:9:31: error: cannot find 'isatty' in scope
7 | private var stderr = FileHandle.standardError
8 |
9 | private let stderrIsTTY = isatty(STDERR_FILENO) != 0
| `- error: cannot find 'isatty' in scope
10 | private let printQueue = DispatchQueue(label: "swiftformat.print")
11 |
/host/spi-builder-workspace/.build/checkouts/Tools/Sources/KippleFramework/Core/Helpers/SwiftFormat.swift:9:38: error: cannot find 'STDERR_FILENO' in scope
7 | private var stderr = FileHandle.standardError
8 |
9 | private let stderrIsTTY = isatty(STDERR_FILENO) != 0
| `- error: cannot find 'STDERR_FILENO' in scope
10 | private let printQueue = DispatchQueue(label: "swiftformat.print")
11 |
[471/480] Compiling KippleFramework SetupCommand.swift
[472/480] Compiling KippleFramework TestCommand.swift
[473/480] Compiling KippleFramework FormatCommand.swift
[474/480] Compiling KippleFramework InstallCommand.swift
[475/480] Compiling KippleFramework UninstallCommand.swift
[476/480] Compiling KippleFramework resource_bundle_accessor.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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 Format
[2/2] Compiling plugin SwiftFormatPlugin
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/20] Write swift-version-24593BA9C3E375BF.txt
[5/276] Compiling ArgumentParserToolInfo ToolInfo.swift
[6/276] Emitting module ArgumentParserToolInfo
[9/314] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/352] Emitting module ArgumentParser
[12/357] Compiling ArgumentParser OptionGroup.swift
[13/357] Compiling ArgumentParser AsyncParsableCommand.swift
[14/357] Compiling ArgumentParser CommandConfiguration.swift
[15/357] Compiling ArgumentParser CommandGroup.swift
[16/357] Compiling ArgumentParser EnumerableFlag.swift
[17/362] Compiling ArgumentParser ArgumentVisibility.swift
[18/362] Compiling ArgumentParser CompletionKind.swift
[19/362] Compiling ArgumentParser Errors.swift
[20/362] Compiling ArgumentParser Flag.swift
[21/362] Compiling ArgumentParser NameSpecification.swift
[22/362] Compiling ArgumentParser Option.swift
[23/362] Emitting module ArgumentParser
[30/362] Compiling ArgumentParser BashCompletionsGenerator.swift
[31/362] Compiling ArgumentParser CompletionsGenerator.swift
[32/362] Compiling ArgumentParser FishCompletionsGenerator.swift
[33/362] Compiling ArgumentParser ZshCompletionsGenerator.swift
[34/362] Compiling ArgumentParser Argument.swift
[35/362] Compiling ArgumentParser ArgumentHelp.swift
[41/362] Compiling ArgumentParser ExpressibleByArgument.swift
[54/379] Compiling ArgumentParser ParsableArguments.swift
[55/379] Compiling ArgumentParser ParsableArgumentsValidation.swift
[56/379] Compiling ArgumentParser ParsableCommand.swift
[57/379] Compiling ArgumentParser ArgumentDecoder.swift
[58/379] Compiling ArgumentParser CollectionExtensions.swift
[59/379] Compiling ArgumentParser Platform.swift
[60/379] Compiling ArgumentParser SequenceExtensions.swift
[61/379] Compiling ArgumentParser StringExtensions.swift
[62/379] Compiling ArgumentParser Tree.swift
[63/379] Compiling SwiftFormat RedundantBackticks.swift
[64/379] Compiling SwiftFormat RedundantBreak.swift
[65/379] Compiling SwiftFormat RedundantClosure.swift
[66/379] Compiling SwiftFormat RedundantEquatable.swift
[67/379] Compiling SwiftFormat RedundantExtensionACL.swift
[68/379] Compiling SwiftFormat RedundantFileprivate.swift
[69/379] Compiling SwiftFormat RedundantGet.swift
[70/379] Compiling SwiftFormat RedundantInit.swift
[71/379] Compiling SwiftFormat RedundantInternal.swift
[72/379] Compiling SwiftFormat RedundantLet.swift
[73/379] Compiling SwiftFormat RedundantLetError.swift
[74/379] Compiling SwiftFormat RedundantNilInit.swift
[75/379] Compiling SwiftFormat RedundantObjc.swift
[76/379] Compiling SwiftFormat RedundantOptionalBinding.swift
[77/379] Compiling SwiftFormat RedundantParens.swift
[78/379] Compiling SwiftFormat RedundantPattern.swift
[79/379] Compiling SwiftFormat RedundantProperty.swift
[80/379] Compiling SwiftFormat RedundantRawValues.swift
[98/396] Compiling SwiftFormat SpaceAroundParens.swift
[99/396] Compiling SwiftFormat SpaceInsideBraces.swift
[100/396] Compiling SwiftFormat SpaceInsideBrackets.swift
[101/396] Compiling SwiftFormat SpaceInsideComments.swift
[102/396] Compiling SwiftFormat SpaceInsideGenerics.swift
[103/396] Compiling SwiftFormat SpaceInsideParens.swift
[104/396] Compiling SwiftFormat Specifiers.swift
[105/396] Compiling SwiftFormat StrongOutlets.swift
[106/396] Compiling SwiftFormat StrongifiedSelf.swift
[107/396] Compiling SwiftFormat SwiftTestingTestCaseNames.swift
[108/396] Compiling SwiftFormat Todos.swift
[109/396] Compiling SwiftFormat TrailingClosures.swift
[110/396] Compiling SwiftFormat TrailingCommas.swift
[111/396] Compiling SwiftFormat TrailingSpace.swift
[112/396] Compiling SwiftFormat TypeSugar.swift
[113/396] Compiling SwiftFormat UnusedArguments.swift
[114/396] Compiling SwiftFormat UnusedPrivateDeclarations.swift
[115/396] Compiling ArgumentParser ArgumentDefinition.swift
[116/396] Compiling ArgumentParser ArgumentSet.swift
[117/396] Compiling ArgumentParser CommandParser.swift
[118/396] Compiling ArgumentParser InputKey.swift
[119/396] Compiling ArgumentParser InputOrigin.swift
[120/396] Compiling ArgumentParser Name.swift
[121/396] Compiling ArgumentParser Parsed.swift
[122/396] Compiling ArgumentParser ParsedValues.swift
[123/396] Compiling ArgumentParser ParserError.swift
[124/396] Compiling ArgumentParser SplitArguments.swift
[125/396] Compiling ArgumentParser DumpHelpGenerator.swift
[126/396] Compiling ArgumentParser HelpCommand.swift
[127/396] Compiling ArgumentParser HelpGenerator.swift
[128/396] Compiling ArgumentParser MessageInfo.swift
[129/396] Compiling ArgumentParser UsageGenerator.swift
[130/397] Compiling SwiftFormat RedundantReturn.swift
[131/397] Compiling SwiftFormat RedundantSelf.swift
[132/397] Compiling SwiftFormat RedundantStaticSelf.swift
[133/397] Compiling SwiftFormat RedundantType.swift
[134/397] Compiling SwiftFormat RedundantTypedThrows.swift
[135/397] Compiling SwiftFormat RedundantVoidReturnType.swift
[136/397] Compiling SwiftFormat Semicolons.swift
[137/397] Compiling SwiftFormat SortDeclarations.swift
[138/397] Compiling SwiftFormat SortImports.swift
[139/397] Compiling SwiftFormat SortSwitchCases.swift
[140/397] Compiling SwiftFormat SortTypealiases.swift
[141/397] Compiling SwiftFormat SortedImports.swift
[142/397] Compiling SwiftFormat SortedSwitchCases.swift
[143/397] Compiling SwiftFormat SpaceAroundBraces.swift
[144/397] Compiling SwiftFormat SpaceAroundBrackets.swift
[145/397] Compiling SwiftFormat SpaceAroundComments.swift
[146/397] Compiling SwiftFormat SpaceAroundGenerics.swift
[148/397] Compiling SwiftFormat SpaceAroundOperators.swift
[166/396] Compiling SwiftFormat Acronyms.swift
[167/396] Compiling SwiftFormat AndOperator.swift
[168/396] Compiling SwiftFormat AnyObjectProtocol.swift
[169/396] Compiling SwiftFormat ApplicationMain.swift
[170/396] Compiling SwiftFormat AssertionFailures.swift
[171/396] Compiling SwiftFormat BlankLineAfterImports.swift
[172/396] Compiling SwiftFormat BlankLineAfterSwitchCase.swift
[173/396] Compiling SwiftFormat BlankLinesAfterGuardStatements.swift
[174/396] Compiling SwiftFormat BlankLinesAroundMark.swift
[175/396] Compiling SwiftFormat BlankLinesAtEndOfScope.swift
[176/396] Compiling SwiftFormat BlankLinesAtStartOfScope.swift
[177/396] Compiling SwiftFormat BlankLinesBetweenChainedFunctions.swift
[178/396] Compiling SwiftFormat BlankLinesBetweenImports.swift
[179/396] Compiling SwiftFormat BlankLinesBetweenScopes.swift
[180/396] Compiling SwiftFormat BlockComments.swift
[181/396] Compiling SwiftFormat Braces.swift
[182/396] Compiling SwiftFormat ConditionalAssignment.swift
[183/396] Compiling SwiftFormat ConsecutiveBlankLines.swift
[222/406] Compiling KippleToolsCore ShellError.swift
[223/407] Compiling KippleToolsCore ShellCommand+Git.swift
[224/407] Compiling KippleToolsCore ShellCommand+FileSystem.swift
[226/407] Compiling KippleToolsCore ShellCommand+SwiftPackageManager.swift
[227/407] Compiling KippleToolsCore ShellCommand.swift
[228/407] Compiling KippleToolsCore Shell.swift
[229/406] Compiling KippleToolsCore VerboseLogging.swift
[230/406] Compiling KippleToolsCore Data+ShellOutput.swift
[231/406] Compiling KippleToolsCore Process+Convenience.swift
[232/406] Emitting module KippleToolsCore
[234/415] Compiling KippleToolsCore ShellCommand.swift
[235/415] Compiling KippleToolsCore ShellError.swift
[236/415] Compiling KippleToolsCore Shell.swift
[237/416] Compiling KippleToolsCore ShellCommand+SwiftPackageManager.swift
[238/416] Compiling KippleToolsCore ShellCommand+FileSystem.swift
[239/416] Compiling KippleToolsCore ShellCommand+Git.swift
[246/416] Compiling SwiftFormat MarkTypes.swift
[247/416] Compiling SwiftFormat ModifierOrder.swift
[248/416] Compiling SwiftFormat NoExplicitOwnership.swift
[249/416] Compiling SwiftFormat NumberFormatting.swift
[250/416] Compiling SwiftFormat OpaqueGenericParameters.swift
[251/416] Compiling SwiftFormat OrganizeDeclarations.swift
[252/416] Compiling SwiftFormat PreferCountWhere.swift
[253/416] Compiling SwiftFormat PreferForLoop.swift
[254/416] Compiling SwiftFormat PreferKeyPath.swift
[255/416] Compiling SwiftFormat PreferSwiftTesting.swift
[256/416] Compiling SwiftFormat PrivateStateVariables.swift
[257/416] Compiling SwiftFormat PropertyTypes.swift
[276/416] Compiling KippleToolsCore VerboseLogging.swift
[277/416] Emitting module KippleToolsCore
[278/416] Compiling KippleToolsCore Data+ShellOutput.swift
[279/416] Compiling KippleToolsCore Process+Convenience.swift
[335/416] Compiling SwiftFormat Void.swift
[336/416] Compiling SwiftFormat Wrap.swift
[337/416] Compiling SwiftFormat WrapArguments.swift
[338/416] Compiling SwiftFormat WrapAttributes.swift
[339/416] Compiling SwiftFormat WrapConditionalBodies.swift
[340/416] Compiling SwiftFormat WrapEnumCases.swift
[341/416] Compiling SwiftFormat WrapLoopBodies.swift
[342/416] Compiling SwiftFormat WrapMultilineConditionalAssignment.swift
[343/416] Compiling SwiftFormat WrapMultilineFunctionChains.swift
[344/416] Compiling SwiftFormat WrapMultilineStatementBraces.swift
[345/416] Compiling SwiftFormat WrapSingleLineComments.swift
[346/416] Compiling SwiftFormat WrapSwitchCases.swift
[347/416] Compiling SwiftFormat YodaConditions.swift
[348/416] Compiling SwiftFormat Singularize.swift
[349/416] Compiling SwiftFormat SwiftFormat.swift
[350/416] Compiling SwiftFormat Tokenizer.swift
[351/416] Compiling SwiftFormat XMLReporter.swift
[387/416] Emitting module SwiftFormat
[388/417] Wrapping AST for SwiftFormat for debugging
[390/431] Emitting module SwiftFormat
[409/432] Compiling KippleFramework SwiftBuilder.swift
/host/spi-builder-workspace/.build/checkouts/Tools/Sources/KippleFramework/Core/Helpers/SwiftFormat.swift:9:31: error: cannot find 'isatty' in scope
7 | private var stderr = FileHandle.standardError
8 |
9 | private let stderrIsTTY = isatty(STDERR_FILENO) != 0
| `- error: cannot find 'isatty' in scope
10 | private let printQueue = DispatchQueue(label: "swiftformat.print")
11 |
/host/spi-builder-workspace/.build/checkouts/Tools/Sources/KippleFramework/Core/Helpers/SwiftFormat.swift:9:38: error: cannot find 'STDERR_FILENO' in scope
7 | private var stderr = FileHandle.standardError
8 |
9 | private let stderrIsTTY = isatty(STDERR_FILENO) != 0
| `- error: cannot find 'STDERR_FILENO' in scope
10 | private let printQueue = DispatchQueue(label: "swiftformat.print")
11 |
[410/432] Compiling KippleFramework SwiftFormat.swift
/host/spi-builder-workspace/.build/checkouts/Tools/Sources/KippleFramework/Core/Helpers/SwiftFormat.swift:9:31: error: cannot find 'isatty' in scope
7 | private var stderr = FileHandle.standardError
8 |
9 | private let stderrIsTTY = isatty(STDERR_FILENO) != 0
| `- error: cannot find 'isatty' in scope
10 | private let printQueue = DispatchQueue(label: "swiftformat.print")
11 |
/host/spi-builder-workspace/.build/checkouts/Tools/Sources/KippleFramework/Core/Helpers/SwiftFormat.swift:9:38: error: cannot find 'STDERR_FILENO' in scope
7 | private var stderr = FileHandle.standardError
8 |
9 | private let stderrIsTTY = isatty(STDERR_FILENO) != 0
| `- error: cannot find 'STDERR_FILENO' in scope
10 | private let printQueue = DispatchQueue(label: "swiftformat.print")
11 |
[411/433] Compiling KippleFramework UninstallCommand.swift
[413/433] Compiling KippleFramework MainCommand.swift
/host/spi-builder-workspace/.build/checkouts/Tools/Sources/KippleFramework/Core/MainCommand.swift:5:8: error: KippleTools is only compatible with macOS and Linux.
3 | // If we're not running on macOS or Linux, throw an error so we know we're building for the wrong platform.
4 | #if !(os(macOS) || os(Linux))
5 | #error("KippleTools is only compatible with macOS and Linux.")
| `- error: KippleTools is only compatible with macOS and Linux.
6 | #endif
7 |
[414/433] Compiling KippleFramework Platform.swift
/host/spi-builder-workspace/.build/checkouts/Tools/Sources/KippleFramework/Core/MainCommand.swift:5:8: error: KippleTools is only compatible with macOS and Linux.
3 | // If we're not running on macOS or Linux, throw an error so we know we're building for the wrong platform.
4 | #if !(os(macOS) || os(Linux))
5 | #error("KippleTools is only compatible with macOS and Linux.")
| `- error: KippleTools is only compatible with macOS and Linux.
6 | #endif
7 |
[415/433] Compiling KippleFramework resource_bundle_accessor.swift
[416/433] Compiling KippleFramework SetupCommand.swift
[417/433] Compiling KippleFramework TestCommand.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[418/433] Emitting module KippleFramework
/host/spi-builder-workspace/.build/checkouts/Tools/Sources/KippleFramework/Core/Helpers/SwiftFormat.swift:9:31: error: cannot find 'isatty' in scope
7 | private var stderr = FileHandle.standardError
8 |
9 | private let stderrIsTTY = isatty(STDERR_FILENO) != 0
| `- error: cannot find 'isatty' in scope
10 | private let printQueue = DispatchQueue(label: "swiftformat.print")
11 |
/host/spi-builder-workspace/.build/checkouts/Tools/Sources/KippleFramework/Core/Helpers/SwiftFormat.swift:9:38: error: cannot find 'STDERR_FILENO' in scope
7 | private var stderr = FileHandle.standardError
8 |
9 | private let stderrIsTTY = isatty(STDERR_FILENO) != 0
| `- error: cannot find 'STDERR_FILENO' in scope
10 | private let printQueue = DispatchQueue(label: "swiftformat.print")
11 |
/host/spi-builder-workspace/.build/checkouts/Tools/Sources/KippleFramework/Core/MainCommand.swift:5:8: error: KippleTools is only compatible with macOS and Linux.
3 | // If we're not running on macOS or Linux, throw an error so we know we're building for the wrong platform.
4 | #if !(os(macOS) || os(Linux))
5 | #error("KippleTools is only compatible with macOS and Linux.")
| `- error: KippleTools is only compatible with macOS and Linux.
6 | #endif
7 |
[419/433] Compiling KippleFramework BuildEnvironment.swift
/host/spi-builder-workspace/.build/checkouts/Tools/Sources/KippleFramework/Core/Helpers/SwiftFormat.swift:9:31: error: cannot find 'isatty' in scope
7 | private var stderr = FileHandle.standardError
8 |
9 | private let stderrIsTTY = isatty(STDERR_FILENO) != 0
| `- error: cannot find 'isatty' in scope
10 | private let printQueue = DispatchQueue(label: "swiftformat.print")
11 |
/host/spi-builder-workspace/.build/checkouts/Tools/Sources/KippleFramework/Core/Helpers/SwiftFormat.swift:9:38: error: cannot find 'STDERR_FILENO' in scope
7 | private var stderr = FileHandle.standardError
8 |
9 | private let stderrIsTTY = isatty(STDERR_FILENO) != 0
| `- error: cannot find 'STDERR_FILENO' in scope
10 | private let printQueue = DispatchQueue(label: "swiftformat.print")
11 |
[420/433] Compiling KippleFramework FileFormatter.swift
/host/spi-builder-workspace/.build/checkouts/Tools/Sources/KippleFramework/Core/Helpers/SwiftFormat.swift:9:31: error: cannot find 'isatty' in scope
7 | private var stderr = FileHandle.standardError
8 |
9 | private let stderrIsTTY = isatty(STDERR_FILENO) != 0
| `- error: cannot find 'isatty' in scope
10 | private let printQueue = DispatchQueue(label: "swiftformat.print")
11 |
/host/spi-builder-workspace/.build/checkouts/Tools/Sources/KippleFramework/Core/Helpers/SwiftFormat.swift:9:38: error: cannot find 'STDERR_FILENO' in scope
7 | private var stderr = FileHandle.standardError
8 |
9 | private let stderrIsTTY = isatty(STDERR_FILENO) != 0
| `- error: cannot find 'STDERR_FILENO' in scope
10 | private let printQueue = DispatchQueue(label: "swiftformat.print")
11 |
[421/433] Compiling KippleFramework FormatCommand.swift
[422/433] Compiling KippleFramework InstallCommand.swift
[423/433] Compiling KippleFramework SwiftVersion.swift
[424/433] Compiling KippleFramework BuildCommand.swift
[424/447] Wrapping AST for SwiftFormat for debugging
[426/447] Compiling KippleFramework UninstallCommand.swift
BUILD FAILURE 6.1 android