Build Information
Failed to build KippleTools, reference 0.5.4 (d250ed
), with Swift 6.2 (beta) for Android on 21 Jun 2025 14:05:55 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.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/bdrelling/KippleTools.git
Reference: 0.5.4
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/KippleTools
* tag 0.5.4 -> FETCH_HEAD
HEAD is now at d250ed2 Disabled the redundantBackticks rule
Cloned https://github.com/bdrelling/KippleTools.git
Revision (git rev-parse @):
d250ed2d2751c5d0b6c32db7819b35ccd3de269a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/bdrelling/KippleTools.git at 0.5.4
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/bdrelling/KippleTools.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/nicklockwood/SwiftFormat
Fetching https://github.com/apple/swift-argument-parser
[1/15380] Fetching swift-argument-parser
[12152/64321] Fetching swift-argument-parser, swiftformat
Fetched https://github.com/apple/swift-argument-parser from cache (1.98s)
[4895/48941] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (39.25s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (40.70s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.56.4 (0.79s)
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.56.4
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
[1/1] Compiling plugin SwiftFormatPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/22] Copying pre-commit
[2/22] Copying default.swiftformat
[2/22] Copying default.swiftlint.yml
[2/22] Copying default.gitignore
[2/22] Copying app.gitignore
[2/22] Write sources
[13/22] Write swift-version-8C5A4AE7A8CE2BA.txt
[15/150] Emitting module ArgumentParserToolInfo
[16/150] Compiling ArgumentParserToolInfo ToolInfo.swift
[17/151] Wrapping AST for ArgumentParserToolInfo for debugging
[19/189] Emitting module ArgumentParser
[20/189] Compiling ArgumentParser BashCompletionsGenerator.swift
[21/189] Compiling ArgumentParser CompletionsGenerator.swift
[22/189] Compiling ArgumentParser FishCompletionsGenerator.swift
[23/189] Compiling ArgumentParser ZshCompletionsGenerator.swift
[24/189] Compiling ArgumentParser Argument.swift
[25/189] Compiling ArgumentParser ArgumentHelp.swift
[26/194] Compiling ArgumentParser OptionGroup.swift
[27/194] Compiling ArgumentParser AsyncParsableCommand.swift
[28/194] Compiling ArgumentParser CommandConfiguration.swift
[29/194] Compiling ArgumentParser CommandGroup.swift
[30/194] Compiling ArgumentParser EnumerableFlag.swift
[31/194] Compiling ArgumentParser ExpressibleByArgument.swift
[32/194] Compiling ArgumentParser ParsableArguments.swift
[33/194] Compiling ArgumentParser ParsableArgumentsValidation.swift
[34/194] Compiling ArgumentParser ParsableCommand.swift
[35/194] Compiling ArgumentParser ArgumentDecoder.swift
[36/194] Compiling ArgumentParser ArgumentVisibility.swift
[37/194] Compiling ArgumentParser CompletionKind.swift
[38/194] Compiling ArgumentParser Errors.swift
[39/194] Compiling ArgumentParser Flag.swift
[40/194] Compiling ArgumentParser NameSpecification.swift
[41/194] Compiling ArgumentParser Option.swift
[42/194] Compiling ArgumentParser ArgumentDefinition.swift
[43/194] Compiling ArgumentParser ArgumentSet.swift
[44/194] Compiling ArgumentParser CommandParser.swift
[45/194] Compiling ArgumentParser InputKey.swift
[46/194] Compiling ArgumentParser InputOrigin.swift
[47/194] Compiling ArgumentParser CollectionExtensions.swift
[48/194] Compiling ArgumentParser Platform.swift
[49/194] Compiling ArgumentParser SequenceExtensions.swift
[50/194] Compiling ArgumentParser StringExtensions.swift
[51/194] Compiling ArgumentParser Tree.swift
[52/194] Compiling SwiftFormat SpaceAroundParens.swift
[53/194] Compiling SwiftFormat SpaceInsideBraces.swift
[54/194] Compiling SwiftFormat SpaceInsideBrackets.swift
[55/194] Compiling SwiftFormat SpaceInsideComments.swift
[56/194] Compiling SwiftFormat SpaceInsideGenerics.swift
[57/194] Compiling SwiftFormat SpaceInsideParens.swift
[58/194] Compiling SwiftFormat Specifiers.swift
[59/194] Compiling SwiftFormat StrongOutlets.swift
[60/194] Compiling SwiftFormat StrongifiedSelf.swift
[61/194] Compiling SwiftFormat SwiftTestingTestCaseNames.swift
[62/194] Compiling SwiftFormat Todos.swift
[63/194] Compiling SwiftFormat TrailingClosures.swift
[64/194] Compiling SwiftFormat TrailingCommas.swift
[65/194] Compiling SwiftFormat TrailingSpace.swift
[66/194] Compiling SwiftFormat TypeSugar.swift
[67/194] Compiling SwiftFormat UnusedArguments.swift
[68/194] Compiling SwiftFormat UnusedPrivateDeclarations.swift
[69/211] Compiling ArgumentParser Name.swift
[70/211] Compiling ArgumentParser Parsed.swift
[71/211] Compiling ArgumentParser ParsedValues.swift
[72/211] Compiling ArgumentParser ParserError.swift
[73/211] Compiling ArgumentParser SplitArguments.swift
[74/211] Compiling ArgumentParser DumpHelpGenerator.swift
[75/211] Compiling ArgumentParser HelpCommand.swift
[76/211] Compiling ArgumentParser HelpGenerator.swift
[77/211] Compiling ArgumentParser MessageInfo.swift
[78/211] Compiling ArgumentParser UsageGenerator.swift
[79/212] Wrapping AST for ArgumentParser for debugging
[81/221] Compiling KippleToolsCore ShellError.swift
[82/222] Compiling KippleToolsCore ShellCommand.swift
[83/222] Compiling KippleToolsCore Shell.swift
[84/222] Compiling KippleToolsCore ShellCommand+SwiftPackageManager.swift
[85/222] Compiling KippleToolsCore VerboseLogging.swift
[86/222] Compiling KippleToolsCore ShellCommand+FileSystem.swift
[87/222] Compiling KippleToolsCore ShellCommand+Git.swift
[88/222] Emitting module KippleToolsCore
[89/222] Compiling KippleToolsCore Data+ShellOutput.swift
/host/spi-builder-workspace/Sources/KippleToolsCore/Extensions/Process+Convenience.swift:108:17: warning: mutation of captured var 'outputData' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
106 | let data = handler.availableData
107 | outputQueue.async {
108 | outputData.append(data)
| `- warning: mutation of captured var 'outputData' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
109 | outputHandle?.write(data)
110 | }
/host/spi-builder-workspace/Sources/KippleToolsCore/Extensions/Process+Convenience.swift:116:17: warning: mutation of captured var 'errorData' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
114 | let data = handler.availableData
115 | outputQueue.async {
116 | errorData.append(data)
| `- warning: mutation of captured var 'errorData' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
117 | errorHandle?.write(data)
118 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[90/222] Compiling KippleToolsCore Process+Convenience.swift
/host/spi-builder-workspace/Sources/KippleToolsCore/Extensions/Process+Convenience.swift:108:17: warning: mutation of captured var 'outputData' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
106 | let data = handler.availableData
107 | outputQueue.async {
108 | outputData.append(data)
| `- warning: mutation of captured var 'outputData' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
109 | outputHandle?.write(data)
110 | }
/host/spi-builder-workspace/Sources/KippleToolsCore/Extensions/Process+Convenience.swift:116:17: warning: mutation of captured var 'errorData' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
114 | let data = handler.availableData
115 | outputQueue.async {
116 | errorData.append(data)
| `- warning: mutation of captured var 'errorData' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
117 | errorHandle?.write(data)
118 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[91/223] Wrapping AST for KippleToolsCore for debugging
[117/223] Compiling SwiftFormat RedundantGet.swift
[118/223] Compiling SwiftFormat RedundantInit.swift
[119/223] Compiling SwiftFormat RedundantInternal.swift
[120/223] Compiling SwiftFormat RedundantLet.swift
[121/223] Compiling SwiftFormat RedundantLetError.swift
[122/223] Compiling SwiftFormat RedundantNilInit.swift
[123/223] Compiling SwiftFormat RedundantObjc.swift
[124/223] Compiling SwiftFormat RedundantOptionalBinding.swift
[125/223] Compiling SwiftFormat RedundantParens.swift
[126/223] Compiling SwiftFormat RedundantPattern.swift
[127/223] Compiling SwiftFormat RedundantProperty.swift
[128/223] Compiling SwiftFormat RedundantRawValues.swift
[129/223] Compiling SwiftFormat ConsecutiveSpaces.swift
[130/223] Compiling SwiftFormat ConsistentSwitchCaseSpacing.swift
[131/223] Compiling SwiftFormat DocComments.swift
[132/223] Compiling SwiftFormat DocCommentsBeforeModifiers.swift
[133/223] Compiling SwiftFormat DuplicateImports.swift
[134/223] Compiling SwiftFormat ElseOnSameLine.swift
[135/223] Compiling SwiftFormat EmptyBraces.swift
[136/223] Compiling SwiftFormat EmptyExtensions.swift
[137/223] Compiling SwiftFormat EnumNamespaces.swift
[138/223] Compiling SwiftFormat EnvironmentEntry.swift
[139/223] Compiling SwiftFormat ExtensionAccessControl.swift
[140/223] Compiling SwiftFormat FileHeader.swift
[141/223] Compiling SwiftFormat FileMacro.swift
[142/223] Compiling SwiftFormat GenericExtensions.swift
[143/223] Compiling SwiftFormat HeaderFileName.swift
[144/223] Compiling SwiftFormat HoistAwait.swift
[145/223] Compiling SwiftFormat HoistPatternLet.swift
[146/223] Compiling SwiftFormat HoistTry.swift
[147/223] Compiling SwiftFormat RedundantReturn.swift
[148/223] Compiling SwiftFormat RedundantSelf.swift
[149/223] Compiling SwiftFormat RedundantStaticSelf.swift
[150/223] Compiling SwiftFormat RedundantType.swift
[151/223] Compiling SwiftFormat RedundantTypedThrows.swift
[152/223] Compiling SwiftFormat RedundantVoidReturnType.swift
[153/223] Compiling SwiftFormat Semicolons.swift
[154/223] Compiling SwiftFormat SortDeclarations.swift
[155/223] Compiling SwiftFormat SortImports.swift
[156/223] Compiling SwiftFormat SortSwitchCases.swift
[157/223] Compiling SwiftFormat SortTypealiases.swift
[158/223] Compiling SwiftFormat SortedImports.swift
[159/223] Compiling SwiftFormat SortedSwitchCases.swift
[160/223] Compiling SwiftFormat SpaceAroundBraces.swift
[161/223] Compiling SwiftFormat SpaceAroundBrackets.swift
[162/223] Compiling SwiftFormat SpaceAroundComments.swift
[163/223] Compiling SwiftFormat SpaceAroundGenerics.swift
[164/223] Compiling SwiftFormat SpaceAroundOperators.swift
[165/223] Emitting module SwiftFormat
[166/223] Compiling SwiftFormat Acronyms.swift
[167/223] Compiling SwiftFormat AndOperator.swift
[168/223] Compiling SwiftFormat AnyObjectProtocol.swift
[169/223] Compiling SwiftFormat ApplicationMain.swift
[170/223] Compiling SwiftFormat AssertionFailures.swift
[171/223] Compiling SwiftFormat BlankLineAfterImports.swift
[172/223] Compiling SwiftFormat BlankLineAfterSwitchCase.swift
[173/223] Compiling SwiftFormat BlankLinesAfterGuardStatements.swift
[174/223] Compiling SwiftFormat BlankLinesAroundMark.swift
[175/223] Compiling SwiftFormat BlankLinesAtEndOfScope.swift
[176/223] Compiling SwiftFormat BlankLinesAtStartOfScope.swift
[177/223] Compiling SwiftFormat BlankLinesBetweenChainedFunctions.swift
[178/223] Compiling SwiftFormat BlankLinesBetweenImports.swift
[179/223] Compiling SwiftFormat BlankLinesBetweenScopes.swift
[180/223] Compiling SwiftFormat BlockComments.swift
[181/223] Compiling SwiftFormat Braces.swift
[182/223] Compiling SwiftFormat ConditionalAssignment.swift
[183/223] Compiling SwiftFormat ConsecutiveBlankLines.swift
[184/223] Compiling SwiftFormat Void.swift
[185/223] Compiling SwiftFormat Wrap.swift
[186/223] Compiling SwiftFormat WrapArguments.swift
[187/223] Compiling SwiftFormat WrapAttributes.swift
[188/223] Compiling SwiftFormat WrapConditionalBodies.swift
[189/223] Compiling SwiftFormat WrapEnumCases.swift
[190/223] Compiling SwiftFormat WrapLoopBodies.swift
[191/223] Compiling SwiftFormat WrapMultilineConditionalAssignment.swift
[192/223] Compiling SwiftFormat WrapMultilineFunctionChains.swift
[193/223] Compiling SwiftFormat WrapMultilineStatementBraces.swift
[194/223] Compiling SwiftFormat WrapSingleLineComments.swift
[195/223] Compiling SwiftFormat WrapSwitchCases.swift
[196/223] Compiling SwiftFormat YodaConditions.swift
[197/223] Compiling SwiftFormat Singularize.swift
[198/223] Compiling SwiftFormat SwiftFormat.swift
[199/223] Compiling SwiftFormat Tokenizer.swift
[200/223] Compiling SwiftFormat XMLReporter.swift
[219/233] Wrapping AST for SwiftFormat for debugging
[221/238] Compiling KippleFramework SwiftBuilder.swift
/host/spi-builder-workspace/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 |
/host/spi-builder-workspace/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/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/Sources/KippleFramework/Core/Helpers/SwiftFormat.swift:56:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
54 | }
55 |
56 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
57 | public func write(_ string: String) {
58 | self.write(Data(string.utf8))
[222/238] Compiling KippleFramework SwiftFormat.swift
/host/spi-builder-workspace/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 |
/host/spi-builder-workspace/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/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/Sources/KippleFramework/Core/Helpers/SwiftFormat.swift:56:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
54 | }
55 |
56 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
57 | public func write(_ string: String) {
58 | self.write(Data(string.utf8))
[223/239] Compiling KippleFramework FormatCommand.swift
/host/spi-builder-workspace/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 |
[224/239] Compiling KippleFramework InstallCommand.swift
/host/spi-builder-workspace/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 |
[225/239] Compiling KippleFramework UninstallCommand.swift
/host/spi-builder-workspace/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 |
[226/239] Compiling KippleFramework SetupCommand.swift
/host/spi-builder-workspace/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 |
[227/239] Compiling KippleFramework TestCommand.swift
/host/spi-builder-workspace/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 |
[228/239] Compiling KippleFramework MainCommand.swift
/host/spi-builder-workspace/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 |
[229/239] Compiling KippleFramework Platform.swift
/host/spi-builder-workspace/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 |
[230/239] Compiling KippleFramework SwiftVersion.swift
/host/spi-builder-workspace/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 |
[231/239] Compiling KippleFramework BuildCommand.swift
/host/spi-builder-workspace/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 |
[232/239] Compiling KippleFramework resource_bundle_accessor.swift
/host/spi-builder-workspace/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)
[233/239] Emitting module KippleFramework
/host/spi-builder-workspace/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 |
/host/spi-builder-workspace/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/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/Sources/KippleFramework/Core/Helpers/SwiftFormat.swift:56:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
54 | }
55 |
56 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
57 | public func write(_ string: String) {
58 | self.write(Data(string.utf8))
[234/239] Compiling KippleFramework BuildEnvironment.swift
/host/spi-builder-workspace/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 |
[235/239] Compiling KippleFramework FileFormatter.swift
/host/spi-builder-workspace/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 |
BUILD FAILURE 6.2 android