The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build KippleTools, reference main (d250ed), with Swift 6.1 for Android on 29 May 2025 09:56:30 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/KippleTools.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/bdrelling/KippleTools
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/bdrelling/KippleTools.git
https://github.com/bdrelling/KippleTools.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.53.10",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat"
    }
  ],
  "manifest_display_name" : "KippleTools",
  "name" : "KippleTools",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "kipple",
      "targets" : [
        "kipple"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "KippleToolsCore",
      "targets" : [
        "KippleToolsCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "kipple",
      "module_type" : "SwiftTarget",
      "name" : "kipple",
      "path" : "Sources/kipple",
      "product_memberships" : [
        "kipple"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "KippleFramework"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "KippleToolsCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "KippleToolsCoreTests",
      "path" : "Tests/KippleToolsCoreTests",
      "sources" : [
        "ShellCommandTests.swift",
        "ShellTests.swift"
      ],
      "target_dependencies" : [
        "KippleToolsCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KippleToolsCore",
      "module_type" : "SwiftTarget",
      "name" : "KippleToolsCore",
      "path" : "Sources/KippleToolsCore",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "kipple",
        "KippleToolsCore"
      ],
      "sources" : [
        "Extensions/Data+ShellOutput.swift",
        "Extensions/Process+Convenience.swift",
        "Extensions/ShellCommand+FileSystem.swift",
        "Extensions/ShellCommand+Git.swift",
        "Extensions/ShellCommand+SwiftPackageManager.swift",
        "Helpers/Shell.swift",
        "Models/ShellCommand.swift",
        "Models/ShellError.swift",
        "Protocols/VerboseLogging.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "KippleFrameworkTests",
      "module_type" : "SwiftTarget",
      "name" : "KippleFrameworkTests",
      "path" : "Tests/KippleFrameworkTests",
      "sources" : [
        "PrintCommandTests.swift",
        "ResourceTests.swift"
      ],
      "target_dependencies" : [
        "KippleFramework"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KippleFramework",
      "module_type" : "SwiftTarget",
      "name" : "KippleFramework",
      "path" : "Sources/KippleFramework",
      "product_dependencies" : [
        "SwiftFormat"
      ],
      "product_memberships" : [
        "kipple"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/KippleFramework/Resources/git-hooks/pre-commit",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/KippleFramework/Resources/gitignore/app.gitignore",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/KippleFramework/Resources/gitignore/default.gitignore",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/KippleFramework/Resources/swiftformat/default.swiftformat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/KippleFramework/Resources/swiftlint/default.swiftlint.yml",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Core/Helpers/BuildEnvironment.swift",
        "Core/Helpers/FileFormatter.swift",
        "Core/Helpers/SwiftBuilder.swift",
        "Core/Helpers/SwiftFormat.swift",
        "Core/MainCommand.swift",
        "Core/Models/Platform.swift",
        "Core/Models/SwiftVersion.swift",
        "Core/Subcommands/BuildCommand.swift",
        "Core/Subcommands/FormatCommand.swift",
        "Core/Subcommands/InstallCommand.swift",
        "Core/Subcommands/SetupCommand.swift",
        "Core/Subcommands/TestCommand.swift",
        "Core/Subcommands/UninstallCommand.swift"
      ],
      "target_dependencies" : [
        "KippleToolsCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/apple/swift-argument-parser
Fetching https://github.com/nicklockwood/SwiftFormat
[1/15379] Fetching swift-argument-parser
[15380/63561] Fetching swift-argument-parser, swiftformat
Fetched https://github.com/apple/swift-argument-parser from cache (35.77s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (36.64s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (43.17s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.56.2 (0.91s)
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
[1/1] Compiling plugin SwiftFormatPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/22] Write sources
[7/22] Copying pre-commit
[7/22] Copying default.swiftlint.yml
[7/22] Copying default.swiftformat
[7/22] Copying default.gitignore
[7/22] Write sources
[7/22] Copying app.gitignore
[13/22] Write swift-version-24593BA9C3E375BF.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/194] Compiling ArgumentParser ArgumentVisibility.swift
[21/194] Compiling ArgumentParser CompletionKind.swift
[22/194] Compiling ArgumentParser Errors.swift
[23/194] Compiling ArgumentParser Flag.swift
[24/194] Compiling ArgumentParser NameSpecification.swift
[25/194] Compiling ArgumentParser Option.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 CollectionExtensions.swift
[32/194] Compiling ArgumentParser Platform.swift
[33/194] Compiling ArgumentParser SequenceExtensions.swift
[34/194] Compiling ArgumentParser StringExtensions.swift
[35/194] Compiling ArgumentParser Tree.swift
[36/194] Compiling ArgumentParser InputOrigin.swift
[42/194] Compiling SwiftFormat Semicolons.swift
[43/194] Compiling SwiftFormat SortDeclarations.swift
[44/194] Compiling SwiftFormat SortImports.swift
[45/194] Compiling SwiftFormat SortSwitchCases.swift
[46/194] Compiling SwiftFormat SortTypealiases.swift
[47/194] Compiling SwiftFormat SortedImports.swift
[48/194] Compiling SwiftFormat SortedSwitchCases.swift
[49/194] Compiling SwiftFormat SpaceAroundBraces.swift
[50/194] Compiling SwiftFormat SpaceAroundBrackets.swift
[51/194] Compiling SwiftFormat SpaceAroundComments.swift
[52/194] Compiling SwiftFormat SpaceAroundGenerics.swift
[53/194] Compiling SwiftFormat SpaceAroundOperators.swift
[54/194] Compiling SwiftFormat SpaceAroundParens.swift
[55/194] Compiling SwiftFormat SpaceInsideBraces.swift
[56/194] Compiling SwiftFormat SpaceInsideBrackets.swift
[57/194] Compiling SwiftFormat SpaceInsideComments.swift
[58/194] Compiling SwiftFormat SpaceInsideGenerics.swift
[59/194] Compiling SwiftFormat SpaceInsideParens.swift
[60/194] Compiling SwiftFormat Specifiers.swift
[61/194] Compiling SwiftFormat StrongOutlets.swift
[62/194] Compiling SwiftFormat StrongifiedSelf.swift
[63/194] Compiling SwiftFormat SwiftTestingTestCaseNames.swift
[64/194] Compiling SwiftFormat Todos.swift
[65/194] Compiling SwiftFormat TrailingClosures.swift
[66/194] Compiling SwiftFormat TrailingCommas.swift
[67/194] Compiling SwiftFormat TrailingSpace.swift
[68/194] Compiling SwiftFormat TypeSugar.swift
[69/194] Compiling SwiftFormat UnusedArguments.swift
[70/194] Compiling SwiftFormat UnusedPrivateDeclarations.swift
[71/211] Compiling ArgumentParser ArgumentDefinition.swift
[72/211] Compiling ArgumentParser ArgumentSet.swift
[73/211] Compiling ArgumentParser CommandParser.swift
[74/211] Compiling ArgumentParser InputKey.swift
[76/211] Compiling ArgumentParser DumpHelpGenerator.swift
[77/211] Compiling ArgumentParser HelpCommand.swift
[78/211] Compiling ArgumentParser HelpGenerator.swift
[79/211] Compiling ArgumentParser MessageInfo.swift
[80/211] Compiling ArgumentParser UsageGenerator.swift
[81/211] Compiling ArgumentParser ExpressibleByArgument.swift
[82/211] Compiling ArgumentParser ParsableArguments.swift
[83/211] Compiling ArgumentParser ParsableArgumentsValidation.swift
[84/211] Compiling ArgumentParser ParsableCommand.swift
[85/211] Compiling ArgumentParser ArgumentDecoder.swift
[86/211] Compiling ArgumentParser Name.swift
[87/211] Compiling ArgumentParser Parsed.swift
[88/211] Compiling ArgumentParser ParsedValues.swift
[89/211] Compiling ArgumentParser ParserError.swift
[90/211] Compiling ArgumentParser SplitArguments.swift
[91/211] Compiling ArgumentParser BashCompletionsGenerator.swift
[92/211] Compiling ArgumentParser CompletionsGenerator.swift
[93/211] Compiling ArgumentParser FishCompletionsGenerator.swift
[94/211] Compiling ArgumentParser ZshCompletionsGenerator.swift
[95/211] Compiling ArgumentParser Argument.swift
[96/211] Compiling ArgumentParser ArgumentHelp.swift
[97/212] Wrapping AST for ArgumentParser for debugging
[99/221] Compiling KippleToolsCore ShellError.swift
[100/222] Compiling KippleToolsCore Shell.swift
/host/spi-builder-workspace/Sources/KippleToolsCore/Helpers/Shell.swift:66:16: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
 3 | import Foundation
 4 |
 5 | public struct Shell {
   |               `- note: consider making struct 'Shell' conform to the 'Sendable' protocol
 6 |     private let executablePath: String
 7 |     private let outputPipe: Pipe
   :
64 |
65 | public extension Shell {
66 |     static let `default`: Self = .sh
   |                |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
67 |
68 |     static let sh: Self = .init(executablePath: "/bin/sh")
/host/spi-builder-workspace/Sources/KippleToolsCore/Helpers/Shell.swift:68:16: warning: static property 'sh' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
 3 | import Foundation
 4 |
 5 | public struct Shell {
   |               `- note: consider making struct 'Shell' conform to the 'Sendable' protocol
 6 |     private let executablePath: String
 7 |     private let outputPipe: Pipe
   :
66 |     static let `default`: Self = .sh
67 |
68 |     static let sh: Self = .init(executablePath: "/bin/sh")
   |                |- warning: static property 'sh' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'sh' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
69 |     static let bash: Self = .init(executablePath: "/bin/bash")
70 |     static let zsh: Self = .init(executablePath: "/bin/zsh")
/host/spi-builder-workspace/Sources/KippleToolsCore/Helpers/Shell.swift:69:16: warning: static property 'bash' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
 3 | import Foundation
 4 |
 5 | public struct Shell {
   |               `- note: consider making struct 'Shell' conform to the 'Sendable' protocol
 6 |     private let executablePath: String
 7 |     private let outputPipe: Pipe
   :
67 |
68 |     static let sh: Self = .init(executablePath: "/bin/sh")
69 |     static let bash: Self = .init(executablePath: "/bin/bash")
   |                |- warning: static property 'bash' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'bash' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
70 |     static let zsh: Self = .init(executablePath: "/bin/zsh")
71 | }
/host/spi-builder-workspace/Sources/KippleToolsCore/Helpers/Shell.swift:70:16: warning: static property 'zsh' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
 3 | import Foundation
 4 |
 5 | public struct Shell {
   |               `- note: consider making struct 'Shell' conform to the 'Sendable' protocol
 6 |     private let executablePath: String
 7 |     private let outputPipe: Pipe
   :
68 |     static let sh: Self = .init(executablePath: "/bin/sh")
69 |     static let bash: Self = .init(executablePath: "/bin/bash")
70 |     static let zsh: Self = .init(executablePath: "/bin/zsh")
   |                |- warning: static property 'zsh' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'zsh' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
71 | }
72 |
[101/222] Compiling KippleToolsCore ShellCommand+SwiftPackageManager.swift
[102/222] Compiling KippleToolsCore ShellCommand+FileSystem.swift
[103/222] Compiling KippleToolsCore ShellCommand+Git.swift
[104/222] Compiling KippleToolsCore ShellCommand.swift
[105/222] Emitting module KippleToolsCore
/host/spi-builder-workspace/Sources/KippleToolsCore/Helpers/Shell.swift:66:16: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
 3 | import Foundation
 4 |
 5 | public struct Shell {
   |               `- note: consider making struct 'Shell' conform to the 'Sendable' protocol
 6 |     private let executablePath: String
 7 |     private let outputPipe: Pipe
   :
64 |
65 | public extension Shell {
66 |     static let `default`: Self = .sh
   |                |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
67 |
68 |     static let sh: Self = .init(executablePath: "/bin/sh")
/host/spi-builder-workspace/Sources/KippleToolsCore/Helpers/Shell.swift:68:16: warning: static property 'sh' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
 3 | import Foundation
 4 |
 5 | public struct Shell {
   |               `- note: consider making struct 'Shell' conform to the 'Sendable' protocol
 6 |     private let executablePath: String
 7 |     private let outputPipe: Pipe
   :
66 |     static let `default`: Self = .sh
67 |
68 |     static let sh: Self = .init(executablePath: "/bin/sh")
   |                |- warning: static property 'sh' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'sh' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
69 |     static let bash: Self = .init(executablePath: "/bin/bash")
70 |     static let zsh: Self = .init(executablePath: "/bin/zsh")
/host/spi-builder-workspace/Sources/KippleToolsCore/Helpers/Shell.swift:69:16: warning: static property 'bash' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
 3 | import Foundation
 4 |
 5 | public struct Shell {
   |               `- note: consider making struct 'Shell' conform to the 'Sendable' protocol
 6 |     private let executablePath: String
 7 |     private let outputPipe: Pipe
   :
67 |
68 |     static let sh: Self = .init(executablePath: "/bin/sh")
69 |     static let bash: Self = .init(executablePath: "/bin/bash")
   |                |- warning: static property 'bash' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'bash' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
70 |     static let zsh: Self = .init(executablePath: "/bin/zsh")
71 | }
/host/spi-builder-workspace/Sources/KippleToolsCore/Helpers/Shell.swift:70:16: warning: static property 'zsh' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
 3 | import Foundation
 4 |
 5 | public struct Shell {
   |               `- note: consider making struct 'Shell' conform to the 'Sendable' protocol
 6 |     private let executablePath: String
 7 |     private let outputPipe: Pipe
   :
68 |     static let sh: Self = .init(executablePath: "/bin/sh")
69 |     static let bash: Self = .init(executablePath: "/bin/bash")
70 |     static let zsh: Self = .init(executablePath: "/bin/zsh")
   |                |- warning: static property 'zsh' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'zsh' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
71 | }
72 |
[106/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
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
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
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
117 |                 errorHandle?.write(data)
118 |             }
[107/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
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
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
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
117 |                 errorHandle?.write(data)
118 |             }
[108/222] Compiling KippleToolsCore VerboseLogging.swift
[109/223] Wrapping AST for KippleToolsCore for debugging
[111/223] Compiling SwiftFormat RedundantBackticks.swift
[112/223] Compiling SwiftFormat RedundantBreak.swift
[113/223] Compiling SwiftFormat RedundantClosure.swift
[114/223] Compiling SwiftFormat RedundantEquatable.swift
[115/223] Compiling SwiftFormat RedundantExtensionACL.swift
[116/223] Compiling SwiftFormat RedundantFileprivate.swift
[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 Acronyms.swift
[130/223] Compiling SwiftFormat AndOperator.swift
[131/223] Compiling SwiftFormat AnyObjectProtocol.swift
[132/223] Compiling SwiftFormat ApplicationMain.swift
[133/223] Compiling SwiftFormat AssertionFailures.swift
[134/223] Compiling SwiftFormat BlankLineAfterImports.swift
[135/223] Compiling SwiftFormat BlankLineAfterSwitchCase.swift
[136/223] Compiling SwiftFormat BlankLinesAfterGuardStatements.swift
[137/223] Compiling SwiftFormat BlankLinesAroundMark.swift
[138/223] Compiling SwiftFormat BlankLinesAtEndOfScope.swift
[139/223] Compiling SwiftFormat BlankLinesAtStartOfScope.swift
[140/223] Compiling SwiftFormat BlankLinesBetweenChainedFunctions.swift
[141/223] Compiling SwiftFormat BlankLinesBetweenImports.swift
[142/223] Compiling SwiftFormat BlankLinesBetweenScopes.swift
[143/223] Compiling SwiftFormat BlockComments.swift
[144/223] Compiling SwiftFormat Braces.swift
[145/223] Compiling SwiftFormat ConditionalAssignment.swift
[146/223] Compiling SwiftFormat ConsecutiveBlankLines.swift
[147/223] Compiling SwiftFormat Indent.swift
[148/223] Compiling SwiftFormat InitCoderUnavailable.swift
[149/223] Compiling SwiftFormat IsEmpty.swift
[150/223] Compiling SwiftFormat LeadingDelimiters.swift
[151/223] Compiling SwiftFormat LinebreakAtEndOfFile.swift
[152/223] Compiling SwiftFormat Linebreaks.swift
[153/223] Compiling SwiftFormat MarkTypes.swift
[154/223] Compiling SwiftFormat ModifierOrder.swift
[155/223] Compiling SwiftFormat NoExplicitOwnership.swift
[156/223] Compiling SwiftFormat NumberFormatting.swift
[157/223] Compiling SwiftFormat OpaqueGenericParameters.swift
[158/223] Compiling SwiftFormat OrganizeDeclarations.swift
[159/223] Compiling SwiftFormat PreferCountWhere.swift
[160/223] Compiling SwiftFormat PreferForLoop.swift
[161/223] Compiling SwiftFormat PreferKeyPath.swift
[162/223] Compiling SwiftFormat PreferSwiftTesting.swift
[163/223] Compiling SwiftFormat PrivateStateVariables.swift
[164/223] Compiling SwiftFormat PropertyTypes.swift
[165/223] Emitting module SwiftFormat
[166/223] Compiling SwiftFormat Void.swift
[167/223] Compiling SwiftFormat Wrap.swift
[168/223] Compiling SwiftFormat WrapArguments.swift
[169/223] Compiling SwiftFormat WrapAttributes.swift
[170/223] Compiling SwiftFormat WrapConditionalBodies.swift
[171/223] Compiling SwiftFormat WrapEnumCases.swift
[172/223] Compiling SwiftFormat WrapLoopBodies.swift
[173/223] Compiling SwiftFormat WrapMultilineConditionalAssignment.swift
[174/223] Compiling SwiftFormat WrapMultilineFunctionChains.swift
[175/223] Compiling SwiftFormat WrapMultilineStatementBraces.swift
[176/223] Compiling SwiftFormat WrapSingleLineComments.swift
[177/223] Compiling SwiftFormat WrapSwitchCases.swift
[178/223] Compiling SwiftFormat YodaConditions.swift
[179/223] Compiling SwiftFormat Singularize.swift
[180/223] Compiling SwiftFormat SwiftFormat.swift
[181/223] Compiling SwiftFormat Tokenizer.swift
[182/223] Compiling SwiftFormat XMLReporter.swift
[219/224] Wrapping AST for SwiftFormat for debugging
[221/238] Compiling KippleFramework UninstallCommand.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[222/239] Emitting module KippleFramework
/host/spi-builder-workspace/Sources/KippleFramework/Core/Helpers/FileFormatter.swift:9:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'FileFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
  4 | import KippleToolsCore
  5 |
  6 | final class FileFormatter {
    |             `- note: class 'FileFormatter' does not conform to the 'Sendable' protocol
  7 |     // MARK: Shared Instance
  8 |
  9 |     static let shared = FileFormatter()
    |                |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'FileFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 10 |
 11 |     // MARK: Constants
/host/spi-builder-workspace/Sources/KippleFramework/Core/Helpers/SwiftBuilder.swift:8:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SwiftBuilder' may have shared mutable state; this is an error in the Swift 6 language mode
 3 | import KippleToolsCore
 4 |
 5 | final class SwiftBuilder {
   |             `- note: class 'SwiftBuilder' does not conform to the 'Sendable' protocol
 6 |     // MARK: Shared Instance
 7 |
 8 |     static let shared = SwiftBuilder()
   |                |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SwiftBuilder' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     // MARK: Properties
/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))
/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 |
[223/239] Compiling KippleFramework BuildEnvironment.swift
/host/spi-builder-workspace/Sources/KippleFramework/Core/Helpers/FileFormatter.swift:9:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'FileFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
  4 | import KippleToolsCore
  5 |
  6 | final class FileFormatter {
    |             `- note: class 'FileFormatter' does not conform to the 'Sendable' protocol
  7 |     // MARK: Shared Instance
  8 |
  9 |     static let shared = FileFormatter()
    |                |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'FileFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 10 |
 11 |     // MARK: Constants
/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 |
[224/239] Compiling KippleFramework FileFormatter.swift
/host/spi-builder-workspace/Sources/KippleFramework/Core/Helpers/FileFormatter.swift:9:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'FileFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
  4 | import KippleToolsCore
  5 |
  6 | final class FileFormatter {
    |             `- note: class 'FileFormatter' does not conform to the 'Sendable' protocol
  7 |     // MARK: Shared Instance
  8 |
  9 |     static let shared = FileFormatter()
    |                |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'FileFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 10 |
 11 |     // MARK: Constants
/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 |
[225/239] Compiling KippleFramework SetupCommand.swift
[226/239] Compiling KippleFramework TestCommand.swift
[227/239] Compiling KippleFramework resource_bundle_accessor.swift
[228/239] Compiling KippleFramework SwiftVersion.swift
[229/239] Compiling KippleFramework BuildCommand.swift
[230/239] Compiling KippleFramework FormatCommand.swift
[231/239] Compiling KippleFramework InstallCommand.swift
[232/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 |
[233/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 |
[234/239] Compiling KippleFramework SwiftBuilder.swift
/host/spi-builder-workspace/Sources/KippleFramework/Core/Helpers/SwiftBuilder.swift:8:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SwiftBuilder' may have shared mutable state; this is an error in the Swift 6 language mode
 3 | import KippleToolsCore
 4 |
 5 | final class SwiftBuilder {
   |             `- note: class 'SwiftBuilder' does not conform to the 'Sendable' protocol
 6 |     // MARK: Shared Instance
 7 |
 8 |     static let shared = SwiftBuilder()
   |                |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SwiftBuilder' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     // MARK: Properties
/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))
/host/spi-builder-workspace/Sources/KippleFramework/Core/Helpers/SwiftFormat.swift:13:13: warning: reference to static property 'print' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
11 |
12 |     init() {
13 |         CLI.print = self.print
   |             `- warning: reference to static property 'print' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
14 |     }
15 |
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/CommandLine.swift:49:16: note: static property declared here
  47 |
  48 |     /// Output handler - override this to intercept output from the CLI
  49 |     static var print: (String, OutputType) -> Void = { _, _ in
     |                `- note: static property declared here
  50 |         fatalError("No print hook set.")
  51 |     }
[235/239] Compiling KippleFramework SwiftFormat.swift
/host/spi-builder-workspace/Sources/KippleFramework/Core/Helpers/SwiftBuilder.swift:8:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SwiftBuilder' may have shared mutable state; this is an error in the Swift 6 language mode
 3 | import KippleToolsCore
 4 |
 5 | final class SwiftBuilder {
   |             `- note: class 'SwiftBuilder' does not conform to the 'Sendable' protocol
 6 |     // MARK: Shared Instance
 7 |
 8 |     static let shared = SwiftBuilder()
   |                |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SwiftBuilder' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     // MARK: Properties
/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))
/host/spi-builder-workspace/Sources/KippleFramework/Core/Helpers/SwiftFormat.swift:13:13: warning: reference to static property 'print' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
11 |
12 |     init() {
13 |         CLI.print = self.print
   |             `- warning: reference to static property 'print' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
14 |     }
15 |
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/CommandLine.swift:49:16: note: static property declared here
  47 |
  48 |     /// Output handler - override this to intercept output from the CLI
  49 |     static var print: (String, OutputType) -> Void = { _, _ in
     |                `- note: static property declared here
  50 |         fatalError("No print hook set.")
  51 |     }
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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 SwiftFormatPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/11] Write swift-version-24593BA9C3E375BF.txt
[4/139] Compiling ArgumentParserToolInfo ToolInfo.swift
[5/139] Emitting module ArgumentParserToolInfo
[7/177] Compiling ArgumentParser ArgumentVisibility.swift
[8/177] Compiling ArgumentParser CompletionKind.swift
[9/177] Compiling ArgumentParser Errors.swift
[10/177] Compiling ArgumentParser Flag.swift
[11/177] Compiling ArgumentParser NameSpecification.swift
[12/177] Compiling ArgumentParser Option.swift
[13/182] Compiling ArgumentParser DumpHelpGenerator.swift
[14/182] Compiling ArgumentParser HelpCommand.swift
[15/182] Compiling ArgumentParser HelpGenerator.swift
[16/182] Compiling ArgumentParser MessageInfo.swift
[17/182] Compiling ArgumentParser UsageGenerator.swift
[18/182] Compiling ArgumentParser Name.swift
[19/182] Compiling ArgumentParser Parsed.swift
[20/182] Compiling ArgumentParser ParsedValues.swift
[21/182] Compiling ArgumentParser ParserError.swift
[22/182] Compiling ArgumentParser SplitArguments.swift
[23/182] Emitting module ArgumentParser
[24/182] Compiling ArgumentParser BashCompletionsGenerator.swift
[25/182] Compiling ArgumentParser CompletionsGenerator.swift
[26/182] Compiling ArgumentParser FishCompletionsGenerator.swift
[27/182] Compiling ArgumentParser ZshCompletionsGenerator.swift
[28/182] Compiling ArgumentParser Argument.swift
[29/182] Compiling ArgumentParser ArgumentHelp.swift
[30/182] Compiling ArgumentParser OptionGroup.swift
[31/182] Compiling ArgumentParser AsyncParsableCommand.swift
[32/182] Compiling ArgumentParser CommandConfiguration.swift
[33/182] Compiling ArgumentParser CommandGroup.swift
[34/182] Compiling ArgumentParser EnumerableFlag.swift
[35/182] Compiling ArgumentParser CollectionExtensions.swift
[36/182] Compiling ArgumentParser Platform.swift
[37/182] Compiling ArgumentParser SequenceExtensions.swift
[38/182] Compiling ArgumentParser StringExtensions.swift
[39/182] Compiling ArgumentParser Tree.swift
[40/182] Compiling ArgumentParser ExpressibleByArgument.swift
[41/182] Compiling ArgumentParser ParsableArguments.swift
[42/182] Compiling ArgumentParser ParsableArgumentsValidation.swift
[43/182] Compiling ArgumentParser ParsableCommand.swift
[44/182] Compiling ArgumentParser ArgumentDecoder.swift
[45/182] Compiling ArgumentParser ArgumentDefinition.swift
[46/182] Compiling ArgumentParser ArgumentSet.swift
[47/182] Compiling ArgumentParser CommandParser.swift
[48/182] Compiling ArgumentParser InputKey.swift
[49/182] Compiling ArgumentParser InputOrigin.swift
[57/183] Compiling SwiftFormat RedundantInit.swift
[58/183] Compiling SwiftFormat RedundantInternal.swift
[59/183] Compiling SwiftFormat RedundantLet.swift
[60/183] Compiling SwiftFormat RedundantLetError.swift
[61/183] Compiling SwiftFormat RedundantNilInit.swift
[62/183] Compiling SwiftFormat RedundantObjc.swift
[63/183] Compiling SwiftFormat RedundantOptionalBinding.swift
[64/183] Compiling SwiftFormat RedundantParens.swift
[65/183] Compiling SwiftFormat RedundantPattern.swift
[66/183] Compiling SwiftFormat RedundantProperty.swift
[67/183] Compiling SwiftFormat RedundantRawValues.swift
[69/208] Compiling KippleToolsCore ShellCommand+SwiftPackageManager.swift
[70/208] Compiling KippleToolsCore ShellError.swift
[71/208] Compiling KippleToolsCore ShellCommand.swift
[72/208] Emitting module KippleToolsCore
[73/208] Compiling KippleToolsCore Shell.swift
[74/209] Compiling KippleToolsCore ShellCommand+FileSystem.swift
[75/209] Compiling KippleToolsCore ShellCommand+Git.swift
[76/209] 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
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
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
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
117 |                 errorHandle?.write(data)
118 |             }
[77/209] 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
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
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
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
117 |                 errorHandle?.write(data)
118 |             }
[78/209] Compiling KippleToolsCore VerboseLogging.swift
[98/209] Compiling SwiftFormat Acronyms.swift
[99/209] Compiling SwiftFormat AndOperator.swift
[100/209] Compiling SwiftFormat AnyObjectProtocol.swift
[101/209] Compiling SwiftFormat ApplicationMain.swift
[102/209] Compiling SwiftFormat AssertionFailures.swift
[103/209] Compiling SwiftFormat BlankLineAfterImports.swift
[104/209] Compiling SwiftFormat BlankLineAfterSwitchCase.swift
[105/209] Compiling SwiftFormat BlankLinesAfterGuardStatements.swift
[106/209] Compiling SwiftFormat BlankLinesAroundMark.swift
[107/209] Compiling SwiftFormat BlankLinesAtEndOfScope.swift
[108/209] Compiling SwiftFormat BlankLinesAtStartOfScope.swift
[109/209] Compiling SwiftFormat BlankLinesBetweenChainedFunctions.swift
[110/209] Compiling SwiftFormat BlankLinesBetweenImports.swift
[111/209] Compiling SwiftFormat BlankLinesBetweenScopes.swift
[112/209] Compiling SwiftFormat BlockComments.swift
[113/209] Compiling SwiftFormat Braces.swift
[114/209] Compiling SwiftFormat ConditionalAssignment.swift
[115/209] Compiling SwiftFormat ConsecutiveBlankLines.swift
[116/209] Compiling SwiftFormat Indent.swift
[117/209] Compiling SwiftFormat InitCoderUnavailable.swift
[118/209] Compiling SwiftFormat IsEmpty.swift
[119/209] Compiling SwiftFormat LeadingDelimiters.swift
[120/209] Compiling SwiftFormat LinebreakAtEndOfFile.swift
[121/209] Compiling SwiftFormat Linebreaks.swift
[122/209] Compiling SwiftFormat MarkTypes.swift
[123/209] Compiling SwiftFormat ModifierOrder.swift
[124/209] Compiling SwiftFormat NoExplicitOwnership.swift
[125/209] Compiling SwiftFormat NumberFormatting.swift
[126/209] Compiling SwiftFormat OpaqueGenericParameters.swift
[127/209] Compiling SwiftFormat OrganizeDeclarations.swift
[128/209] Compiling SwiftFormat PreferCountWhere.swift
[129/209] Compiling SwiftFormat PreferForLoop.swift
[130/209] Compiling SwiftFormat PreferKeyPath.swift
[131/209] Compiling SwiftFormat PreferSwiftTesting.swift
[132/209] Compiling SwiftFormat PrivateStateVariables.swift
[133/209] Compiling SwiftFormat PropertyTypes.swift
[134/209] Compiling SwiftFormat Void.swift
[135/209] Compiling SwiftFormat Wrap.swift
[136/209] Compiling SwiftFormat WrapArguments.swift
[137/209] Compiling SwiftFormat WrapAttributes.swift
[138/209] Compiling SwiftFormat WrapConditionalBodies.swift
[139/209] Compiling SwiftFormat WrapEnumCases.swift
[140/209] Compiling SwiftFormat WrapLoopBodies.swift
[141/209] Compiling SwiftFormat WrapMultilineConditionalAssignment.swift
[142/209] Compiling SwiftFormat WrapMultilineFunctionChains.swift
[143/209] Compiling SwiftFormat WrapMultilineStatementBraces.swift
[144/209] Compiling SwiftFormat WrapSingleLineComments.swift
[145/209] Compiling SwiftFormat WrapSwitchCases.swift
[146/209] Compiling SwiftFormat YodaConditions.swift
[147/209] Compiling SwiftFormat Singularize.swift
[148/209] Compiling SwiftFormat SwiftFormat.swift
[149/209] Compiling SwiftFormat Tokenizer.swift
[150/209] Compiling SwiftFormat XMLReporter.swift
[151/209] Emitting module SwiftFormat
[152/209] Compiling SwiftFormat RedundantReturn.swift
[153/209] Compiling SwiftFormat RedundantSelf.swift
[154/209] Compiling SwiftFormat RedundantStaticSelf.swift
[155/209] Compiling SwiftFormat RedundantType.swift
[156/209] Compiling SwiftFormat RedundantTypedThrows.swift
[157/209] Compiling SwiftFormat RedundantVoidReturnType.swift
[158/209] Compiling SwiftFormat Semicolons.swift
[159/209] Compiling SwiftFormat SortDeclarations.swift
[160/209] Compiling SwiftFormat SortImports.swift
[161/209] Compiling SwiftFormat SortSwitchCases.swift
[162/209] Compiling SwiftFormat SortTypealiases.swift
[163/209] Compiling SwiftFormat SortedImports.swift
[164/209] Compiling SwiftFormat SortedSwitchCases.swift
[165/209] Compiling SwiftFormat SpaceAroundBraces.swift
[166/209] Compiling SwiftFormat SpaceAroundBrackets.swift
[167/209] Compiling SwiftFormat SpaceAroundComments.swift
[168/209] Compiling SwiftFormat SpaceAroundGenerics.swift
[169/209] Compiling SwiftFormat SpaceAroundOperators.swift
[187/209] Compiling SwiftFormat Arguments.swift
[188/209] Compiling SwiftFormat CommandLine.swift
[189/209] Compiling SwiftFormat Declaration.swift
[190/209] Compiling SwiftFormat DeclarationType.swift
[191/209] Compiling SwiftFormat EnumAssociable.swift
[192/209] Compiling SwiftFormat FormatRule.swift
[193/209] Compiling SwiftFormat Formatter.swift
[194/209] Compiling SwiftFormat FormattingHelpers.swift
[195/209] Compiling SwiftFormat GitFileInfo.swift
[196/209] Compiling SwiftFormat GithubActionsLogReporter.swift
[197/209] Compiling SwiftFormat Globs.swift
[198/209] Compiling SwiftFormat Inference.swift
[199/209] Compiling SwiftFormat JSONReporter.swift
[200/209] Compiling SwiftFormat OptionDescriptor.swift
[201/209] Compiling SwiftFormat Options.swift
[202/209] Compiling SwiftFormat ParsingHelpers.swift
[203/209] Compiling SwiftFormat Reporter.swift
[204/209] Compiling SwiftFormat RuleRegistry.generated.swift
[205/210] Wrapping AST for SwiftFormat for debugging
[207/224] Compiling KippleFramework UninstallCommand.swift
[208/225] Compiling KippleFramework resource_bundle_accessor.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[209/225] Emitting module KippleFramework
/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))
/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 |
[210/225] Compiling KippleFramework FormatCommand.swift
[211/225] Compiling KippleFramework InstallCommand.swift
[212/225] Compiling KippleFramework SwiftVersion.swift
[213/225] Compiling KippleFramework BuildCommand.swift
[214/225] Compiling KippleFramework SetupCommand.swift
[215/225] Compiling KippleFramework TestCommand.swift
[216/225] Compiling KippleFramework BuildEnvironment.swift
/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 |
[217/225] Compiling KippleFramework FileFormatter.swift
/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 |
[218/225] 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 |
[219/225] 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 |
[220/225] Compiling KippleFramework SwiftBuilder.swift
/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))
[221/225] Compiling KippleFramework SwiftFormat.swift
/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))
BUILD FAILURE 6.1 android