The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of KippleTools, reference main (d250ed), with Swift 6.0 for macOS (SPM) on 1 Dec 2024 02:37:10 UTC.

Swift 6 data race errors: 6

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bdrelling/KippleTools.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/apple/swift-argument-parser
[1/12395] Fetching swift-argument-parser
[10537/58173] Fetching swift-argument-parser, swiftformat
Fetched https://github.com/apple/swift-argument-parser from cache (46.13s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (46.13s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.47s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.55.3 (0.57s)
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.55.3
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "kippletools",
      "name": "KippleTools",
      "url": "https://github.com/bdrelling/KippleTools.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/KippleTools",
      "dependencies": [
        {
          "identity": "swift-argument-parser",
          "name": "swift-argument-parser",
          "url": "https://github.com/apple/swift-argument-parser",
          "version": "1.5.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
          "dependencies": [
          ]
        },
        {
          "identity": "swiftformat",
          "name": "SwiftFormat",
          "url": "https://github.com/nicklockwood/SwiftFormat",
          "version": "0.55.3",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftFormat",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/bdrelling/KippleTools.git
[1/720] Fetching kippletools
Fetched https://github.com/bdrelling/KippleTools.git from cache (0.96s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetching https://github.com/nicklockwood/SwiftFormat from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.57s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (0.57s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.03s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.55.3 (0.03s)
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.55.3
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/bdrelling/KippleTools.git
Working copy of https://github.com/bdrelling/KippleTools.git resolved at main (d250ed2)
Found 2 product dependencies
  - swift-argument-parser
  - SwiftFormat
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/bdrelling/KippleTools.git
{
  "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" : "/Users/admin/builder/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" : "/Users/admin/builder/spi-builder-workspace/Sources/KippleFramework/Resources/git-hooks/pre-commit",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/KippleFramework/Resources/gitignore/app.gitignore",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/KippleFramework/Resources/gitignore/default.gitignore",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/KippleFramework/Resources/swiftformat/default.swiftformat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -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
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin SwiftFormatPlugin
Building for debugging...
[2/18] Write sources
[5/18] Write kipple-entitlement.plist
[5/18] Write sources
[7/18] Copying pre-commit
[7/18] Write sources
[9/18] Copying app.gitignore
[10/18] Copying default.swiftlint.yml
[10/18] Copying default.gitignore
[10/18] Write sources
[10/18] Copying default.swiftformat
[14/18] Write swift-version--7754E27361AE5C74.txt
[16/139] Emitting module ArgumentParserToolInfo
[17/139] Compiling ArgumentParserToolInfo ToolInfo.swift
[18/178] Compiling ArgumentParser ArgumentHelp.swift
[19/178] Compiling ArgumentParser ArgumentVisibility.swift
[20/178] Compiling ArgumentParser CompletionKind.swift
[21/178] Compiling ArgumentParser Errors.swift
[22/178] Compiling ArgumentParser Flag.swift
[23/182] Compiling ArgumentParser BashCompletionsGenerator.swift
[24/182] Compiling ArgumentParser CompletionsGenerator.swift
[25/182] Compiling ArgumentParser FishCompletionsGenerator.swift
[26/182] Compiling ArgumentParser ZshCompletionsGenerator.swift
[27/182] Compiling ArgumentParser Argument.swift
[28/182] Emitting module ArgumentParser
[29/182] Compiling ArgumentParser ArgumentDefinition.swift
[30/182] Compiling ArgumentParser ArgumentSet.swift
[31/182] Compiling ArgumentParser CommandParser.swift
[32/182] Compiling ArgumentParser InputKey.swift
[33/182] Compiling ArgumentParser Platform.swift
[34/182] Compiling ArgumentParser SequenceExtensions.swift
[35/182] Compiling ArgumentParser StringExtensions.swift
[36/182] Compiling ArgumentParser Tree.swift
[37/182] Compiling ArgumentParser InputOrigin.swift
[38/182] Compiling ArgumentParser Name.swift
[39/182] Compiling ArgumentParser Parsed.swift
[40/182] Compiling ArgumentParser ParsedValues.swift
[41/182] Compiling ArgumentParser ParserError.swift
[42/182] Compiling ArgumentParser SplitArguments.swift
[43/182] Compiling ArgumentParser DumpHelpGenerator.swift
[44/182] Compiling ArgumentParser HelpCommand.swift
[45/182] Compiling ArgumentParser NameSpecification.swift
[46/182] Compiling ArgumentParser Option.swift
[47/182] Compiling ArgumentParser OptionGroup.swift
[48/182] Compiling ArgumentParser AsyncParsableCommand.swift
[49/182] Compiling ArgumentParser ParsableArguments.swift
[50/182] Compiling ArgumentParser ParsableArgumentsValidation.swift
[51/182] Compiling ArgumentParser ParsableCommand.swift
[52/182] Compiling ArgumentParser ArgumentDecoder.swift
[53/182] Compiling ArgumentParser CommandConfiguration.swift
[54/182] Compiling ArgumentParser CommandGroup.swift
[55/182] Compiling ArgumentParser EnumerableFlag.swift
[56/182] Compiling ArgumentParser ExpressibleByArgument.swift
[57/182] Compiling ArgumentParser HelpGenerator.swift
[58/182] Compiling ArgumentParser MessageInfo.swift
[59/182] Compiling ArgumentParser UsageGenerator.swift
[60/182] Compiling ArgumentParser CollectionExtensions.swift
[74/195] Compiling SwiftFormat Specifiers.swift
[75/195] Compiling SwiftFormat StrongOutlets.swift
[76/195] Compiling SwiftFormat StrongifiedSelf.swift
[77/195] Compiling SwiftFormat Todos.swift
[78/195] Compiling SwiftFormat TrailingClosures.swift
[79/195] Compiling SwiftFormat TrailingCommas.swift
[80/195] Compiling SwiftFormat TrailingSpace.swift
[81/195] Compiling SwiftFormat TypeSugar.swift
[82/195] Compiling SwiftFormat UnusedArguments.swift
[83/195] Compiling SwiftFormat UnusedPrivateDeclarations.swift
[84/195] Compiling SwiftFormat Void.swift
[85/195] Compiling SwiftFormat Wrap.swift
[86/195] Compiling SwiftFormat WrapArguments.swift
[100/205] Emitting module KippleToolsCore
/Users/admin/builder/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: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
67 |
68 |     static let sh: Self = .init(executablePath: "/bin/sh")
/Users/admin/builder/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: annotate 'sh' with '@MainActor' if property should only be accessed from the main actor
   |                `- 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")
/Users/admin/builder/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: annotate 'bash' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
70 |     static let zsh: Self = .init(executablePath: "/bin/zsh")
71 | }
/Users/admin/builder/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: annotate 'zsh' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
71 | }
72 |
[101/205] Compiling KippleToolsCore ShellCommand+Git.swift
[102/205] Compiling KippleToolsCore ShellError.swift
[103/205] Compiling KippleToolsCore ShellCommand.swift
[104/205] Compiling KippleToolsCore Shell.swift
/Users/admin/builder/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: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
67 |
68 |     static let sh: Self = .init(executablePath: "/bin/sh")
/Users/admin/builder/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: annotate 'sh' with '@MainActor' if property should only be accessed from the main actor
   |                `- 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")
/Users/admin/builder/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: annotate 'bash' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
70 |     static let zsh: Self = .init(executablePath: "/bin/zsh")
71 | }
/Users/admin/builder/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: annotate 'zsh' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
71 | }
72 |
[105/205] Compiling KippleToolsCore Data+ShellOutput.swift
[106/205] Compiling KippleToolsCore ShellCommand+FileSystem.swift
[107/205] Compiling KippleToolsCore Process+Convenience.swift
/Users/admin/builder/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 |             }
/Users/admin/builder/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/205] Compiling KippleToolsCore ShellCommand+SwiftPackageManager.swift
[109/205] Compiling KippleToolsCore VerboseLogging.swift
[110/205] Compiling SwiftFormat BlankLinesBetweenChainedFunctions.swift
[111/205] Compiling SwiftFormat BlankLinesBetweenImports.swift
[112/205] Compiling SwiftFormat BlankLinesBetweenScopes.swift
[113/205] Compiling SwiftFormat BlockComments.swift
[114/205] Compiling SwiftFormat Braces.swift
[115/205] Compiling SwiftFormat ConditionalAssignment.swift
[116/205] Compiling SwiftFormat ConsecutiveBlankLines.swift
[117/205] Compiling SwiftFormat ConsecutiveSpaces.swift
[118/205] Compiling SwiftFormat ConsistentSwitchCaseSpacing.swift
[119/205] Compiling SwiftFormat DocComments.swift
[120/205] Compiling SwiftFormat DocCommentsBeforeModifiers.swift
[121/205] Compiling SwiftFormat DuplicateImports.swift
[122/205] Compiling SwiftFormat ElseOnSameLine.swift
[123/205] Emitting module SwiftFormat
[124/205] Compiling SwiftFormat RedundantProperty.swift
[125/205] Compiling SwiftFormat RedundantRawValues.swift
[126/205] Compiling SwiftFormat RedundantReturn.swift
[127/205] Compiling SwiftFormat RedundantSelf.swift
[128/205] Compiling SwiftFormat RedundantStaticSelf.swift
[129/205] Compiling SwiftFormat RedundantType.swift
[130/205] Compiling SwiftFormat RedundantTypedThrows.swift
[131/205] Compiling SwiftFormat RedundantVoidReturnType.swift
[132/205] Compiling SwiftFormat Semicolons.swift
[133/205] Compiling SwiftFormat SortDeclarations.swift
[134/205] Compiling SwiftFormat SortImports.swift
[135/205] Compiling SwiftFormat SortSwitchCases.swift
[136/205] Compiling SwiftFormat SortTypealiases.swift
[137/205] Compiling SwiftFormat SortedImports.swift
[138/205] Compiling SwiftFormat SortedSwitchCases.swift
[139/205] Compiling SwiftFormat SpaceAroundBraces.swift
[140/205] Compiling SwiftFormat SpaceAroundBrackets.swift
[141/205] Compiling SwiftFormat SpaceAroundComments.swift
[142/205] Compiling SwiftFormat SpaceAroundGenerics.swift
[143/205] Compiling SwiftFormat SpaceAroundOperators.swift
[144/205] Compiling SwiftFormat SpaceAroundParens.swift
[145/205] Compiling SwiftFormat SpaceInsideBraces.swift
[146/205] Compiling SwiftFormat SpaceInsideBrackets.swift
[147/205] Compiling SwiftFormat SpaceInsideComments.swift
[148/205] Compiling SwiftFormat SpaceInsideGenerics.swift
[149/205] Compiling SwiftFormat SpaceInsideParens.swift
[150/205] Compiling SwiftFormat WrapAttributes.swift
[151/205] Compiling SwiftFormat WrapConditionalBodies.swift
[152/205] Compiling SwiftFormat WrapEnumCases.swift
[153/205] Compiling SwiftFormat WrapLoopBodies.swift
[154/205] Compiling SwiftFormat WrapMultilineConditionalAssignment.swift
[155/205] Compiling SwiftFormat WrapMultilineStatementBraces.swift
[156/205] Compiling SwiftFormat WrapSingleLineComments.swift
[157/205] Compiling SwiftFormat WrapSwitchCases.swift
[158/205] Compiling SwiftFormat YodaConditions.swift
[159/205] Compiling SwiftFormat Singularize.swift
[160/205] Compiling SwiftFormat SwiftFormat.swift
[161/205] Compiling SwiftFormat Tokenizer.swift
[162/205] Compiling SwiftFormat XMLReporter.swift
[163/205] Compiling SwiftFormat ParsingHelpers.swift
[164/205] Compiling SwiftFormat Reporter.swift
[165/205] Compiling SwiftFormat RuleRegistry.generated.swift
[166/205] Compiling SwiftFormat Acronyms.swift
[167/205] Compiling SwiftFormat AndOperator.swift
[168/205] Compiling SwiftFormat AnyObjectProtocol.swift
[169/205] Compiling SwiftFormat ApplicationMain.swift
[170/205] Compiling SwiftFormat AssertionFailures.swift
[171/205] Compiling SwiftFormat BlankLineAfterImports.swift
[172/205] Compiling SwiftFormat BlankLineAfterSwitchCase.swift
[173/205] Compiling SwiftFormat BlankLinesAroundMark.swift
[174/205] Compiling SwiftFormat BlankLinesAtEndOfScope.swift
[175/205] Compiling SwiftFormat BlankLinesAtStartOfScope.swift
[179/205] Compiling SwiftFormat EnumAssociable.swift
[180/205] Compiling SwiftFormat FormatRule.swift
[181/205] Compiling SwiftFormat Formatter.swift
[182/205] Compiling SwiftFormat FormattingHelpers.swift
[183/205] Compiling SwiftFormat GitFileInfo.swift
[184/205] Compiling SwiftFormat GithubActionsLogReporter.swift
[185/205] Compiling SwiftFormat Globs.swift
[186/205] Compiling SwiftFormat Inference.swift
[187/205] Compiling SwiftFormat JSONReporter.swift
[188/205] Compiling SwiftFormat OptionDescriptor.swift
[189/205] Compiling SwiftFormat Options.swift
[203/219] Compiling KippleFramework UninstallCommand.swift
[204/220] Compiling KippleFramework TestCommand.swift
/Users/admin/builder/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: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     // MARK: Properties
[205/220] Compiling KippleFramework FormatCommand.swift
/Users/admin/builder/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: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 10 |
 11 |     // MARK: Constants
[206/220] Compiling KippleFramework SetupCommand.swift
[207/220] Compiling KippleFramework InstallCommand.swift
[208/220] Compiling KippleFramework SwiftVersion.swift
/Users/admin/builder/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: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     // MARK: Properties
[209/220] Compiling KippleFramework BuildCommand.swift
/Users/admin/builder/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: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     // MARK: Properties
[210/220] Compiling KippleFramework SwiftBuilder.swift
/Users/admin/builder/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: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     // MARK: Properties
/Users/admin/builder/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))
/Users/admin/builder/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 |
/Users/admin/builder/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 |     }
[211/220] Compiling KippleFramework SwiftFormat.swift
/Users/admin/builder/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: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     // MARK: Properties
/Users/admin/builder/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))
/Users/admin/builder/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 |
/Users/admin/builder/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 |     }
[212/220] Compiling KippleFramework MainCommand.swift
[213/220] Compiling KippleFramework Platform.swift
[214/220] Compiling KippleFramework resource_bundle_accessor.swift
[215/220] Emitting module KippleFramework
/Users/admin/builder/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: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 10 |
 11 |     // MARK: Constants
/Users/admin/builder/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: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     // MARK: Properties
/Users/admin/builder/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))
[216/220] Compiling KippleFramework BuildEnvironment.swift
/Users/admin/builder/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: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 10 |
 11 |     // MARK: Constants
[217/220] Compiling KippleFramework FileFormatter.swift
/Users/admin/builder/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: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 10 |
 11 |     // MARK: Constants
[218/222] Emitting module kipple
[219/222] Compiling kipple main.swift
[219/222] Write Objects.LinkFileList
[220/222] Linking kipple
[221/222] Applying kipple
Build complete! (24.39s)
Build complete.
{
  "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" : "/Users/admin/builder/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" : "/Users/admin/builder/spi-builder-workspace/Sources/KippleFramework/Resources/git-hooks/pre-commit",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/KippleFramework/Resources/gitignore/app.gitignore",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/KippleFramework/Resources/gitignore/default.gitignore",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/KippleFramework/Resources/swiftformat/default.swiftformat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/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"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/bdrelling/kippletools/main
Repository:               bdrelling/KippleTools
Swift version used:       6.0
Target:                   KippleFramework
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
 * branch            88815688627177b9716a01ca41da19397bd30e47 -> FETCH_HEAD
HEAD is now at 8881568 Update the artifact
Extracting symbol information for 'KippleFramework'...
Finished extracting symbol information for 'KippleFramework'. (9.11s)
Building documentation for 'KippleFramework'...
Finished building documentation for 'KippleFramework' (0.09s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/bdrelling/kippletools/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2038] Fetching swift-docc-plugin
Updating https://github.com/apple/swift-argument-parser
Updating https://github.com/nicklockwood/SwiftFormat
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.25s)
Updated https://github.com/apple/swift-argument-parser (0.58s)
Updated https://github.com/nicklockwood/SwiftFormat (0.58s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.55.3 (0.54s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.43s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.56s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3188] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.25s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.60s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Building for debugging...
[0/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version--7754E27361AE5C74.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit Names.swift
[8/57] Compiling SymbolKit SPI.swift
[9/57] Compiling SymbolKit Snippet.swift
[10/57] Compiling SymbolKit Extension.swift
[11/57] Compiling SymbolKit Identifier.swift
[12/57] Compiling SymbolKit KindIdentifier.swift
[13/57] Compiling SymbolKit Location.swift
[14/57] Compiling SymbolKit Mutability.swift
[15/57] Compiling SymbolKit GenericConstraint.swift
[16/57] Compiling SymbolKit GenericParameter.swift
[17/57] Compiling SymbolKit Generics.swift
[18/57] Compiling SymbolKit Namespace.swift
[19/57] Compiling SymbolKit Relationship.swift
[20/57] Compiling SymbolKit RelationshipKind.swift
[21/57] Compiling SymbolKit SourceOrigin.swift
[22/57] Compiling SymbolKit GenericConstraints.swift
[23/57] Compiling SymbolKit Swift.swift
[24/57] Compiling SymbolKit Mixin+Equals.swift
[25/57] Compiling SymbolKit Mixin+Hash.swift
[26/57] Compiling SymbolKit Mixin.swift
[27/57] Compiling SymbolKit LineList.swift
[28/57] Compiling SymbolKit Position.swift
[29/57] Compiling SymbolKit Symbol.swift
[30/57] Compiling SymbolKit SymbolKind.swift
[31/57] Compiling SymbolKit SymbolGraph.swift
[32/57] Compiling SymbolKit GraphCollector.swift
[33/57] Compiling SymbolKit DeclarationFragments.swift
[34/57] Compiling SymbolKit Fragment.swift
[35/57] Compiling SymbolKit FragmentKind.swift
[36/57] Compiling SymbolKit FunctionParameter.swift
[37/57] Compiling SymbolKit FunctionSignature.swift
[38/57] Compiling SymbolKit SourceRange.swift
[39/57] Compiling SymbolKit Metadata.swift
[40/57] Compiling SymbolKit Module.swift
[41/57] Compiling SymbolKit OperatingSystem.swift
[42/57] Compiling SymbolKit Platform.swift
[43/57] Compiling SymbolKit SemanticVersion.swift
[44/57] Compiling SymbolKit AccessControl.swift
[45/57] Compiling SymbolKit Availability.swift
[46/57] Compiling SymbolKit AvailabilityItem.swift
[47/57] Compiling SymbolKit Domain.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets Snippet.swift
[53/57] Compiling Snippets SnippetParser.swift
[54/57] Emitting module Snippets
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.44s)
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
[2/82] Emitting module ArgumentParserToolInfo
[3/82] Compiling ArgumentParserToolInfo ToolInfo.swift
[4/161] Compiling ArgumentParser NameSpecification.swift
[5/161] Compiling ArgumentParser Option.swift
[6/161] Compiling ArgumentParser OptionGroup.swift
[7/161] Compiling ArgumentParser AsyncParsableCommand.swift
[8/165] Emitting module ArgumentParser
[9/165] Compiling ArgumentParser ArgumentHelp.swift
[10/165] Compiling ArgumentParser ArgumentVisibility.swift
[11/165] Compiling ArgumentParser CompletionKind.swift
[12/165] Compiling ArgumentParser Errors.swift
[13/165] Compiling ArgumentParser Flag.swift
[14/165] Compiling ArgumentParser BashCompletionsGenerator.swift
[15/165] Compiling ArgumentParser CompletionsGenerator.swift
[16/165] Compiling ArgumentParser FishCompletionsGenerator.swift
[17/165] Compiling ArgumentParser ZshCompletionsGenerator.swift
[18/165] Compiling ArgumentParser Argument.swift
[19/165] Compiling ArgumentParser HelpGenerator.swift
[20/165] Compiling ArgumentParser MessageInfo.swift
[21/165] Compiling ArgumentParser UsageGenerator.swift
[22/165] Compiling ArgumentParser CollectionExtensions.swift
[23/165] Compiling ArgumentParser ParserError.swift
[24/165] Compiling ArgumentParser SplitArguments.swift
[25/165] Compiling ArgumentParser DumpHelpGenerator.swift
[26/165] Compiling ArgumentParser HelpCommand.swift
[27/165] Compiling ArgumentParser Platform.swift
[28/165] Compiling ArgumentParser SequenceExtensions.swift
[29/165] Compiling ArgumentParser StringExtensions.swift
[30/165] Compiling ArgumentParser Tree.swift
[31/165] Compiling ArgumentParser CommandConfiguration.swift
[32/165] Compiling ArgumentParser CommandGroup.swift
[33/165] Compiling ArgumentParser EnumerableFlag.swift
[34/165] Compiling ArgumentParser ExpressibleByArgument.swift
[35/165] Compiling ArgumentParser InputOrigin.swift
[36/165] Compiling ArgumentParser Name.swift
[37/165] Compiling ArgumentParser Parsed.swift
[38/165] Compiling ArgumentParser ParsedValues.swift
[39/165] Compiling ArgumentParser ArgumentDefinition.swift
[40/165] Compiling ArgumentParser ArgumentSet.swift
[41/165] Compiling ArgumentParser CommandParser.swift
[42/165] Compiling ArgumentParser InputKey.swift
[43/165] Compiling ArgumentParser ParsableArguments.swift
[44/165] Compiling ArgumentParser ParsableArgumentsValidation.swift
[45/165] Compiling ArgumentParser ParsableCommand.swift
[46/165] Compiling ArgumentParser ArgumentDecoder.swift
[47/175] Compiling KippleToolsCore VerboseLogging.swift
[48/175] Compiling KippleToolsCore ShellError.swift
[49/175] Compiling KippleToolsCore Shell.swift
[50/175] Compiling KippleToolsCore ShellCommand+SwiftPackageManager.swift
[51/175] Compiling KippleToolsCore ShellCommand.swift
[52/175] Compiling KippleToolsCore ShellCommand+FileSystem.swift
[53/175] Compiling KippleToolsCore ShellCommand+Git.swift
[56/175] Compiling SwiftFormat RedundantFileprivate.swift
[57/175] Compiling SwiftFormat RedundantGet.swift
[58/175] Compiling SwiftFormat RedundantInit.swift
[59/175] Compiling SwiftFormat RedundantInternal.swift
[60/175] Compiling SwiftFormat RedundantLet.swift
[61/175] Compiling SwiftFormat RedundantLetError.swift
[62/175] Compiling SwiftFormat RedundantNilInit.swift
[63/175] Compiling SwiftFormat RedundantObjc.swift
[64/175] Compiling SwiftFormat RedundantOptionalBinding.swift
[65/175] Compiling SwiftFormat RedundantParens.swift
[66/175] Compiling SwiftFormat RedundantPattern.swift
[67/188] Compiling KippleToolsCore Data+ShellOutput.swift
[68/188] Emitting module KippleToolsCore
[69/188] Compiling KippleToolsCore Process+Convenience.swift
[70/188] Compiling SwiftFormat LinebreakAtEndOfFile.swift
[71/188] Compiling SwiftFormat Linebreaks.swift
[72/188] Compiling SwiftFormat MarkTypes.swift
[73/188] Compiling SwiftFormat ModifierOrder.swift
[74/188] Compiling SwiftFormat NoExplicitOwnership.swift
[75/188] Compiling SwiftFormat NumberFormatting.swift
[76/188] Compiling SwiftFormat OpaqueGenericParameters.swift
[77/188] Compiling SwiftFormat OrganizeDeclarations.swift
[78/188] Compiling SwiftFormat PreferForLoop.swift
[79/188] Compiling SwiftFormat PreferKeyPath.swift
[80/188] Compiling SwiftFormat PropertyTypes.swift
[81/188] Compiling SwiftFormat RedundantBackticks.swift
[82/188] Compiling SwiftFormat RedundantBreak.swift
[110/188] Compiling SwiftFormat BlankLinesBetweenChainedFunctions.swift
[111/188] Compiling SwiftFormat BlankLinesBetweenImports.swift
[112/188] Compiling SwiftFormat BlankLinesBetweenScopes.swift
[113/188] Compiling SwiftFormat BlockComments.swift
[114/188] Compiling SwiftFormat Braces.swift
[115/188] Compiling SwiftFormat ConditionalAssignment.swift
[116/188] Compiling SwiftFormat ConsecutiveBlankLines.swift
[117/188] Compiling SwiftFormat ConsecutiveSpaces.swift
[118/188] Compiling SwiftFormat ConsistentSwitchCaseSpacing.swift
[119/188] Compiling SwiftFormat DocComments.swift
[120/188] Compiling SwiftFormat DocCommentsBeforeModifiers.swift
[121/188] Compiling SwiftFormat DuplicateImports.swift
[122/188] Compiling SwiftFormat ElseOnSameLine.swift
[123/188] Compiling SwiftFormat EmptyBraces.swift
[124/188] Compiling SwiftFormat EnumNamespaces.swift
[125/188] Compiling SwiftFormat ExtensionAccessControl.swift
[126/188] Compiling SwiftFormat FileHeader.swift
[127/188] Compiling SwiftFormat GenericExtensions.swift
[128/188] Compiling SwiftFormat HeaderFileName.swift
[129/188] Compiling SwiftFormat HoistAwait.swift
[130/188] Compiling SwiftFormat HoistPatternLet.swift
[131/188] Compiling SwiftFormat HoistTry.swift
[132/188] Compiling SwiftFormat Indent.swift
[133/188] Compiling SwiftFormat InitCoderUnavailable.swift
[134/188] Compiling SwiftFormat IsEmpty.swift
[135/188] Compiling SwiftFormat LeadingDelimiters.swift
[136/188] Compiling SwiftFormat Specifiers.swift
[137/188] Compiling SwiftFormat StrongOutlets.swift
[138/188] Compiling SwiftFormat StrongifiedSelf.swift
[139/188] Compiling SwiftFormat Todos.swift
[140/188] Compiling SwiftFormat TrailingClosures.swift
[141/188] Compiling SwiftFormat TrailingCommas.swift
[142/188] Compiling SwiftFormat TrailingSpace.swift
[143/188] Compiling SwiftFormat TypeSugar.swift
[144/188] Compiling SwiftFormat UnusedArguments.swift
[145/188] Compiling SwiftFormat UnusedPrivateDeclarations.swift
[146/188] Compiling SwiftFormat Void.swift
[147/188] Compiling SwiftFormat Wrap.swift
[148/188] Compiling SwiftFormat WrapArguments.swift
[149/188] Emitting module SwiftFormat
[150/188] Compiling SwiftFormat SortedImports.swift
[151/188] Compiling SwiftFormat SortedSwitchCases.swift
[152/188] Compiling SwiftFormat SpaceAroundBraces.swift
[153/188] Compiling SwiftFormat SpaceAroundBrackets.swift
[154/188] Compiling SwiftFormat SpaceAroundComments.swift
[155/188] Compiling SwiftFormat SpaceAroundGenerics.swift
[156/188] Compiling SwiftFormat SpaceAroundOperators.swift
[157/188] Compiling SwiftFormat SpaceAroundParens.swift
[158/188] Compiling SwiftFormat SpaceInsideBraces.swift
[159/188] Compiling SwiftFormat SpaceInsideBrackets.swift
[160/188] Compiling SwiftFormat SpaceInsideComments.swift
[161/188] Compiling SwiftFormat SpaceInsideGenerics.swift
[162/188] Compiling SwiftFormat SpaceInsideParens.swift
[176/188] Compiling SwiftFormat WrapAttributes.swift
[177/188] Compiling SwiftFormat WrapConditionalBodies.swift
[178/188] Compiling SwiftFormat WrapEnumCases.swift
[179/188] Compiling SwiftFormat WrapLoopBodies.swift
[180/188] Compiling SwiftFormat WrapMultilineConditionalAssignment.swift
[181/188] Compiling SwiftFormat WrapMultilineStatementBraces.swift
[182/188] Compiling SwiftFormat WrapSingleLineComments.swift
[183/188] Compiling SwiftFormat WrapSwitchCases.swift
[184/188] Compiling SwiftFormat YodaConditions.swift
[185/188] Compiling SwiftFormat Singularize.swift
[186/188] Compiling SwiftFormat SwiftFormat.swift
[187/188] Compiling SwiftFormat Tokenizer.swift
[188/188] Compiling SwiftFormat XMLReporter.swift
[189/202] Compiling KippleFramework FormatCommand.swift
[190/202] Compiling KippleFramework TestCommand.swift
[191/202] Compiling KippleFramework UninstallCommand.swift
[192/202] Compiling KippleFramework InstallCommand.swift
[193/202] Compiling KippleFramework SetupCommand.swift
[194/203] Compiling KippleFramework SwiftVersion.swift
[195/203] Compiling KippleFramework BuildCommand.swift
[196/203] Compiling KippleFramework SwiftBuilder.swift
/Users/admin/builder/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))
[197/203] Compiling KippleFramework SwiftFormat.swift
/Users/admin/builder/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))
[198/203] Compiling KippleFramework MainCommand.swift
[199/203] Compiling KippleFramework Platform.swift
[200/203] Compiling KippleFramework BuildEnvironment.swift
[201/203] Compiling KippleFramework FileFormatter.swift
[202/203] Emitting module KippleFramework
/Users/admin/builder/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))
[203/203] Compiling KippleFramework resource_bundle_accessor.swift
Build of target: 'KippleFramework' complete! (7.16s)
Target:                   KippleToolsCore
Extracting symbol information for 'KippleToolsCore'...
Finished extracting symbol information for 'KippleToolsCore'. (0.37s)
Building documentation for 'KippleToolsCore'...
Finished building documentation for 'KippleToolsCore' (0.07s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/bdrelling/kippletools/main
Building for debugging...
[0/3] Write swift-version--7754E27361AE5C74.txt
Build of product 'snippet-extract' complete! (0.22s)
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
Build of target: 'KippleToolsCore' complete! (0.21s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/bdrelling/kippletools/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/bdrelling/kippletools/main/linkable-paths.json
     292
3	/Users/admin/builder/spi-builder-workspace/.docs/bdrelling/kippletools/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/bdrelling/kippletools/main
File count: 292
Doc size:   3.0MB
Preparing doc bundle ...
Uploading prod-bdrelling-kippletools-main-f9a5b7e0.zip to s3://spi-docs-inbox/prod-bdrelling-kippletools-main-f9a5b7e0.zip
Copying... [11%]
Copying... [22%]
Copying... [33%]
Copying... [44%]
Copying... [55%]
Copying... [66%]
Copying... [77%]
Copying... [88%]
Copying... [99%]
Copying... [100%]
Done.