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.1 for macOS (SPM) on 28 Apr 2025 20:07:25 UTC.

Swift 6 data race errors: 6

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.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.61.0
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 from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.63s)
[1/46730] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (14.16s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (14.67s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.55.5 (0.59s)
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.55.5
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.5",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftFormat",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/bdrelling/KippleTools.git
[8/720] Fetching kippletools
Fetched https://github.com/bdrelling/KippleTools.git from cache (0.73s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetching https://github.com/nicklockwood/SwiftFormat from cache
Fetched https://github.com/nicklockwood/SwiftFormat from cache (0.64s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.64s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.70s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.55.5 (0.04s)
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/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.55.5
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.1
Building package at path:  $PWD
https://github.com/bdrelling/KippleTools.git
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.3.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 SwiftFormatPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/18] Write sources
[2/18] Write kipple-entitlement.plist
[6/18] Copying pre-commit
[6/18] Copying default.swiftformat
[7/18] Write sources
[7/18] Copying default.gitignore
[8/18] Write sources
[8/18] Copying app.gitignore
[9/18] Write sources
[13/18] Copying default.swiftlint.yml
[14/18] Write swift-version-2F0A5646E1D333AE.txt
[16/139] Compiling ArgumentParserToolInfo ToolInfo.swift
[17/139] Emitting module ArgumentParserToolInfo
[18/178] Emitting module ArgumentParser
[19/182] Compiling ArgumentParser InputOrigin.swift
[20/182] Compiling ArgumentParser Name.swift
[21/182] Compiling ArgumentParser Parsed.swift
[22/182] Compiling ArgumentParser ParsedValues.swift
[23/182] Compiling ArgumentParser ArgumentHelp.swift
[24/182] Compiling ArgumentParser ArgumentVisibility.swift
[25/182] Compiling ArgumentParser CompletionKind.swift
[26/182] Compiling ArgumentParser Errors.swift
[27/182] Compiling ArgumentParser Flag.swift
[28/182] Compiling ArgumentParser CommandConfiguration.swift
[29/182] Compiling ArgumentParser CommandGroup.swift
[30/182] Compiling ArgumentParser EnumerableFlag.swift
[31/182] Compiling ArgumentParser ExpressibleByArgument.swift
[32/182] Compiling ArgumentParser ParsableArguments.swift
[33/182] Compiling ArgumentParser ParsableArgumentsValidation.swift
[34/182] Compiling ArgumentParser ParsableCommand.swift
[35/182] Compiling ArgumentParser ArgumentDecoder.swift
[36/182] Compiling ArgumentParser ArgumentDefinition.swift
[37/182] Compiling ArgumentParser ArgumentSet.swift
[38/182] Compiling ArgumentParser CommandParser.swift
[39/182] Compiling ArgumentParser InputKey.swift
[40/182] Compiling ArgumentParser Platform.swift
[41/182] Compiling ArgumentParser SequenceExtensions.swift
[42/182] Compiling ArgumentParser StringExtensions.swift
[43/182] Compiling ArgumentParser Tree.swift
[44/182] Compiling ArgumentParser NameSpecification.swift
[45/182] Compiling ArgumentParser Option.swift
[46/182] Compiling ArgumentParser OptionGroup.swift
[47/182] Compiling ArgumentParser AsyncParsableCommand.swift
[48/182] Compiling ArgumentParser HelpGenerator.swift
[49/182] Compiling ArgumentParser MessageInfo.swift
[50/182] Compiling ArgumentParser UsageGenerator.swift
[51/182] Compiling ArgumentParser CollectionExtensions.swift
[52/182] Compiling ArgumentParser ParserError.swift
[53/182] Compiling ArgumentParser SplitArguments.swift
[54/182] Compiling ArgumentParser DumpHelpGenerator.swift
[55/182] Compiling ArgumentParser HelpCommand.swift
[56/182] Compiling ArgumentParser BashCompletionsGenerator.swift
[57/182] Compiling ArgumentParser CompletionsGenerator.swift
[58/182] Compiling ArgumentParser FishCompletionsGenerator.swift
[59/182] Compiling ArgumentParser ZshCompletionsGenerator.swift
[60/182] Compiling ArgumentParser Argument.swift
[61/182] Compiling SwiftFormat RedundantClosure.swift
[62/182] Compiling SwiftFormat RedundantExtensionACL.swift
[63/182] Compiling SwiftFormat RedundantFileprivate.swift
[64/182] Compiling SwiftFormat RedundantGet.swift
[65/182] Compiling SwiftFormat RedundantInit.swift
[66/182] Compiling SwiftFormat RedundantInternal.swift
[67/182] Compiling SwiftFormat RedundantLet.swift
[68/182] Compiling SwiftFormat RedundantLetError.swift
[69/182] Compiling SwiftFormat RedundantNilInit.swift
[70/182] Compiling SwiftFormat RedundantObjc.swift
[71/182] Compiling SwiftFormat RedundantOptionalBinding.swift
[72/182] Compiling SwiftFormat RedundantParens.swift
[73/182] Compiling SwiftFormat RedundantPattern.swift
[74/195] Compiling SwiftFormat RedundantProperty.swift
[75/195] Compiling SwiftFormat RedundantRawValues.swift
[76/195] Compiling SwiftFormat RedundantReturn.swift
[77/195] Compiling SwiftFormat RedundantSelf.swift
[78/195] Compiling SwiftFormat RedundantStaticSelf.swift
[79/195] Compiling SwiftFormat RedundantType.swift
[80/195] Compiling SwiftFormat RedundantTypedThrows.swift
[81/195] Compiling SwiftFormat RedundantVoidReturnType.swift
[82/195] Compiling SwiftFormat Semicolons.swift
[83/195] Compiling SwiftFormat SortDeclarations.swift
[84/195] Compiling SwiftFormat SortImports.swift
[85/195] Compiling SwiftFormat SortSwitchCases.swift
[86/195] Compiling SwiftFormat SortTypealiases.swift
[87/195] Compiling SwiftFormat SortedImports.swift
[88/195] Compiling SwiftFormat SortedSwitchCases.swift
[89/195] Compiling SwiftFormat SpaceAroundBraces.swift
[90/195] Compiling SwiftFormat SpaceAroundBrackets.swift
[91/195] Compiling SwiftFormat SpaceAroundComments.swift
[92/195] Compiling SwiftFormat SpaceAroundGenerics.swift
[93/195] Compiling SwiftFormat SpaceAroundOperators.swift
[94/195] Compiling SwiftFormat SpaceAroundParens.swift
[95/195] Compiling SwiftFormat SpaceInsideBraces.swift
[96/195] Compiling SwiftFormat SpaceInsideBrackets.swift
[97/195] Compiling SwiftFormat SpaceInsideComments.swift
[98/195] Compiling SwiftFormat SpaceInsideGenerics.swift
[99/195] Compiling SwiftFormat SpaceInsideParens.swift
[113/205] Compiling SwiftFormat BlankLinesBetweenChainedFunctions.swift
[114/205] Compiling SwiftFormat BlankLinesBetweenImports.swift
[115/205] Compiling SwiftFormat BlankLinesBetweenScopes.swift
[116/205] Compiling SwiftFormat BlockComments.swift
[117/205] Compiling SwiftFormat Braces.swift
[118/205] Compiling SwiftFormat ConditionalAssignment.swift
[119/205] Compiling SwiftFormat ConsecutiveBlankLines.swift
[120/205] Compiling SwiftFormat ConsecutiveSpaces.swift
[121/205] Compiling SwiftFormat ConsistentSwitchCaseSpacing.swift
[122/205] Compiling SwiftFormat DocComments.swift
[123/205] Compiling SwiftFormat DocCommentsBeforeModifiers.swift
[124/205] Compiling SwiftFormat DuplicateImports.swift
[125/205] Compiling SwiftFormat ElseOnSameLine.swift
[126/205] Compiling SwiftFormat EmptyBraces.swift
[127/205] Compiling SwiftFormat EnumNamespaces.swift
[128/205] Compiling SwiftFormat ExtensionAccessControl.swift
[129/205] Compiling SwiftFormat FileHeader.swift
[130/205] Compiling SwiftFormat GenericExtensions.swift
[131/205] Compiling SwiftFormat HeaderFileName.swift
[132/205] Compiling SwiftFormat HoistAwait.swift
[133/205] Compiling SwiftFormat HoistPatternLet.swift
[134/205] Compiling SwiftFormat HoistTry.swift
[135/205] Compiling SwiftFormat Indent.swift
[136/205] Compiling SwiftFormat InitCoderUnavailable.swift
[137/205] Compiling SwiftFormat IsEmpty.swift
[138/205] Compiling SwiftFormat LeadingDelimiters.swift
[139/205] Compiling KippleToolsCore ShellError.swift
[140/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: 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")
/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: 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")
/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: 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 | }
/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: 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 |
[141/205] Compiling KippleToolsCore ShellCommand+Git.swift
[142/205] Compiling KippleToolsCore Data+ShellOutput.swift
[143/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
106 |             let data = handler.availableData
107 |             outputQueue.async {
108 |                 outputData.append(data)
    |                 `- warning: mutation of captured var 'outputData' in concurrently-executing code
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
114 |             let data = handler.availableData
115 |             outputQueue.async {
116 |                 errorData.append(data)
    |                 `- warning: mutation of captured var 'errorData' in concurrently-executing code
117 |                 errorHandle?.write(data)
118 |             }
[144/205] Compiling KippleToolsCore ShellCommand.swift
[145/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: 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")
/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: 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")
/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: 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 | }
/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: 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 |
[146/205] Compiling KippleToolsCore VerboseLogging.swift
[147/205] Compiling KippleToolsCore ShellCommand+SwiftPackageManager.swift
[148/205] Compiling KippleToolsCore ShellCommand+FileSystem.swift
[162/205] Emitting module SwiftFormat
[166/205] Compiling SwiftFormat EnumAssociable.swift
[167/205] Compiling SwiftFormat FormatRule.swift
[168/205] Compiling SwiftFormat Formatter.swift
[169/205] Compiling SwiftFormat FormattingHelpers.swift
[170/205] Compiling SwiftFormat GitFileInfo.swift
[171/205] Compiling SwiftFormat GithubActionsLogReporter.swift
[172/205] Compiling SwiftFormat Globs.swift
[173/205] Compiling SwiftFormat Inference.swift
[174/205] Compiling SwiftFormat JSONReporter.swift
[175/205] Compiling SwiftFormat OptionDescriptor.swift
[176/205] Compiling SwiftFormat Options.swift
[190/205] Compiling SwiftFormat WrapAttributes.swift
[191/205] Compiling SwiftFormat WrapConditionalBodies.swift
[192/205] Compiling SwiftFormat WrapEnumCases.swift
[193/205] Compiling SwiftFormat WrapLoopBodies.swift
[194/205] Compiling SwiftFormat WrapMultilineConditionalAssignment.swift
[195/205] Compiling SwiftFormat WrapMultilineStatementBraces.swift
[196/205] Compiling SwiftFormat WrapSingleLineComments.swift
[197/205] Compiling SwiftFormat WrapSwitchCases.swift
[198/205] Compiling SwiftFormat YodaConditions.swift
[199/205] Compiling SwiftFormat Singularize.swift
[200/205] Compiling SwiftFormat SwiftFormat.swift
[201/205] Compiling SwiftFormat Tokenizer.swift
[202/205] Compiling SwiftFormat XMLReporter.swift
[203/219] Compiling KippleFramework UninstallCommand.swift
[204/220] Compiling KippleFramework TestCommand.swift
[205/220] Compiling KippleFramework InstallCommand.swift
[206/220] Compiling KippleFramework FormatCommand.swift
[207/220] Compiling KippleFramework SetupCommand.swift
[208/220] Compiling KippleFramework MainCommand.swift
[209/220] Compiling KippleFramework Platform.swift
[210/220] Compiling KippleFramework SwiftVersion.swift
[211/220] Compiling KippleFramework BuildCommand.swift
[212/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: 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
/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: 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
/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))
[213/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: 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
[214/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: 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
[215/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: 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
/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 |     }
[216/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: 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
/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 |     }
[217/220] Compiling KippleFramework resource_bundle_accessor.swift
[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! (15.09s)
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.1
Target:                   KippleFramework
Extracting symbol information for 'KippleFramework'...
Finished extracting symbol information for 'KippleFramework'. (9.95s)
Building documentation for 'KippleFramework'...
Finished building documentation for 'KippleFramework' (0.11s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/bdrelling/kippletools/main
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Updating https://github.com/apple/swift-argument-parser
Updating https://github.com/nicklockwood/SwiftFormat
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.47s)
Updated https://github.com/apple/swift-argument-parser (0.51s)
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.5 (1.64s)
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/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.55s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.75s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.36s)
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/7] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling SymbolKit DeclarationFragments.swift
[7/53] Compiling SymbolKit Fragment.swift
[8/53] Compiling SymbolKit FragmentKind.swift
[9/53] Compiling SymbolKit FunctionParameter.swift
[10/53] Compiling SymbolKit FunctionSignature.swift
[11/57] Emitting module SymbolKit
[12/57] Compiling SymbolKit Mixin+Equals.swift
[13/57] Compiling SymbolKit Mixin+Hash.swift
[14/57] Compiling SymbolKit Mixin.swift
[15/57] Compiling SymbolKit LineList.swift
[16/57] Compiling SymbolKit Position.swift
[17/57] Compiling SymbolKit SemanticVersion.swift
[18/57] Compiling SymbolKit AccessControl.swift
[19/57] Compiling SymbolKit Availability.swift
[20/57] Compiling SymbolKit AvailabilityItem.swift
[21/57] Compiling SymbolKit Domain.swift
[22/57] Compiling SymbolKit Names.swift
[23/57] Compiling SymbolKit SPI.swift
[24/57] Compiling SymbolKit Snippet.swift
[25/57] Compiling SymbolKit Extension.swift
[26/57] Compiling SymbolKit Identifier.swift
[27/57] Compiling SymbolKit KindIdentifier.swift
[28/57] Compiling SymbolKit Location.swift
[29/57] Compiling SymbolKit Mutability.swift
[30/57] Compiling SymbolKit SourceRange.swift
[31/57] Compiling SymbolKit Metadata.swift
[32/57] Compiling SymbolKit Module.swift
[33/57] Compiling SymbolKit OperatingSystem.swift
[34/57] Compiling SymbolKit Platform.swift
[35/57] Compiling SymbolKit Relationship.swift
[36/57] Compiling SymbolKit RelationshipKind.swift
[37/57] Compiling SymbolKit SourceOrigin.swift
[38/57] Compiling SymbolKit GenericConstraints.swift
[39/57] Compiling SymbolKit Swift.swift
[40/57] Compiling SymbolKit GenericConstraint.swift
[41/57] Compiling SymbolKit GenericParameter.swift
[42/57] Compiling SymbolKit Generics.swift
[43/57] Compiling SymbolKit Namespace.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.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] Emitting module Snippets
[53/57] Compiling Snippets SnippetParser.swift
[54/57] Compiling Snippets Snippet.swift
[55/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract URL+Status.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! (4.24s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/122] Emitting module ArgumentParserToolInfo
[3/122] Compiling ArgumentParserToolInfo ToolInfo.swift
[4/161] Compiling ArgumentParser CommandConfiguration.swift
[5/161] Compiling ArgumentParser CommandGroup.swift
[6/161] Compiling ArgumentParser EnumerableFlag.swift
[7/161] Compiling ArgumentParser ExpressibleByArgument.swift
[8/165] Emitting module ArgumentParser
[9/165] Compiling ArgumentParser Platform.swift
[10/165] Compiling ArgumentParser SequenceExtensions.swift
[11/165] Compiling ArgumentParser StringExtensions.swift
[12/165] Compiling ArgumentParser Tree.swift
[13/165] Compiling ArgumentParser ParserError.swift
[14/165] Compiling ArgumentParser SplitArguments.swift
[15/165] Compiling ArgumentParser DumpHelpGenerator.swift
[16/165] Compiling ArgumentParser HelpCommand.swift
[17/165] Compiling ArgumentParser BashCompletionsGenerator.swift
[18/165] Compiling ArgumentParser CompletionsGenerator.swift
[19/165] Compiling ArgumentParser FishCompletionsGenerator.swift
[20/165] Compiling ArgumentParser ZshCompletionsGenerator.swift
[21/165] Compiling ArgumentParser Argument.swift
[22/165] Compiling ArgumentParser ParsableArguments.swift
[23/165] Compiling ArgumentParser ParsableArgumentsValidation.swift
[24/165] Compiling ArgumentParser ParsableCommand.swift
[25/165] Compiling ArgumentParser ArgumentDecoder.swift
[26/165] Compiling ArgumentParser HelpGenerator.swift
[27/165] Compiling ArgumentParser MessageInfo.swift
[28/165] Compiling ArgumentParser UsageGenerator.swift
[29/165] Compiling ArgumentParser CollectionExtensions.swift
[30/165] Compiling ArgumentParser InputOrigin.swift
[31/165] Compiling ArgumentParser Name.swift
[32/165] Compiling ArgumentParser Parsed.swift
[33/165] Compiling ArgumentParser ParsedValues.swift
[34/165] Compiling ArgumentParser NameSpecification.swift
[35/165] Compiling ArgumentParser Option.swift
[36/165] Compiling ArgumentParser OptionGroup.swift
[37/165] Compiling ArgumentParser AsyncParsableCommand.swift
[38/165] Compiling ArgumentParser ArgumentDefinition.swift
[39/165] Compiling ArgumentParser ArgumentSet.swift
[40/165] Compiling ArgumentParser CommandParser.swift
[41/165] Compiling ArgumentParser InputKey.swift
[42/165] Compiling ArgumentParser ArgumentHelp.swift
[43/165] Compiling ArgumentParser ArgumentVisibility.swift
[44/165] Compiling ArgumentParser CompletionKind.swift
[45/165] Compiling ArgumentParser Errors.swift
[46/165] Compiling ArgumentParser Flag.swift
[60/188] Compiling KippleToolsCore VerboseLogging.swift
[61/188] Compiling KippleToolsCore ShellError.swift
[62/188] Compiling KippleToolsCore Shell.swift
[63/188] Compiling KippleToolsCore ShellCommand.swift
[64/188] Compiling KippleToolsCore ShellCommand+SwiftPackageManager.swift
[65/188] Compiling KippleToolsCore ShellCommand+Git.swift
[66/188] Compiling KippleToolsCore ShellCommand+FileSystem.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
[83/188] Emitting module SwiftFormat
[84/188] Compiling SwiftFormat SortedImports.swift
[85/188] Compiling SwiftFormat SortedSwitchCases.swift
[86/188] Compiling SwiftFormat SpaceAroundBraces.swift
[87/188] Compiling SwiftFormat SpaceAroundBrackets.swift
[88/188] Compiling SwiftFormat SpaceAroundComments.swift
[89/188] Compiling SwiftFormat SpaceAroundGenerics.swift
[90/188] Compiling SwiftFormat SpaceAroundOperators.swift
[91/188] Compiling SwiftFormat SpaceAroundParens.swift
[92/188] Compiling SwiftFormat SpaceInsideBraces.swift
[93/188] Compiling SwiftFormat SpaceInsideBrackets.swift
[94/188] Compiling SwiftFormat SpaceInsideComments.swift
[95/188] Compiling SwiftFormat SpaceInsideGenerics.swift
[96/188] Compiling SwiftFormat SpaceInsideParens.swift
[97/188] Compiling SwiftFormat BlankLinesBetweenChainedFunctions.swift
[98/188] Compiling SwiftFormat BlankLinesBetweenImports.swift
[99/188] Compiling SwiftFormat BlankLinesBetweenScopes.swift
[100/188] Compiling SwiftFormat BlockComments.swift
[101/188] Compiling SwiftFormat Braces.swift
[102/188] Compiling SwiftFormat ConditionalAssignment.swift
[103/188] Compiling SwiftFormat ConsecutiveBlankLines.swift
[104/188] Compiling SwiftFormat ConsecutiveSpaces.swift
[105/188] Compiling SwiftFormat ConsistentSwitchCaseSpacing.swift
[106/188] Compiling SwiftFormat DocComments.swift
[107/188] Compiling SwiftFormat DocCommentsBeforeModifiers.swift
[108/188] Compiling SwiftFormat DuplicateImports.swift
[109/188] Compiling SwiftFormat ElseOnSameLine.swift
[123/188] Compiling SwiftFormat ParsingHelpers.swift
[124/188] Compiling SwiftFormat Reporter.swift
[125/188] Compiling SwiftFormat RuleRegistry.generated.swift
[126/188] Compiling SwiftFormat Acronyms.swift
[127/188] Compiling SwiftFormat AndOperator.swift
[128/188] Compiling SwiftFormat AnyObjectProtocol.swift
[129/188] Compiling SwiftFormat ApplicationMain.swift
[130/188] Compiling SwiftFormat AssertionFailures.swift
[131/188] Compiling SwiftFormat BlankLineAfterImports.swift
[132/188] Compiling SwiftFormat BlankLineAfterSwitchCase.swift
[133/188] Compiling SwiftFormat BlankLinesAroundMark.swift
[134/188] Compiling SwiftFormat BlankLinesAtEndOfScope.swift
[135/188] Compiling SwiftFormat BlankLinesAtStartOfScope.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
[163/188] Compiling SwiftFormat RedundantProperty.swift
[164/188] Compiling SwiftFormat RedundantRawValues.swift
[165/188] Compiling SwiftFormat RedundantReturn.swift
[166/188] Compiling SwiftFormat RedundantSelf.swift
[167/188] Compiling SwiftFormat RedundantStaticSelf.swift
[168/188] Compiling SwiftFormat RedundantType.swift
[169/188] Compiling SwiftFormat RedundantTypedThrows.swift
[170/188] Compiling SwiftFormat RedundantVoidReturnType.swift
[171/188] Compiling SwiftFormat Semicolons.swift
[172/188] Compiling SwiftFormat SortDeclarations.swift
[173/188] Compiling SwiftFormat SortImports.swift
[174/188] Compiling SwiftFormat SortSwitchCases.swift
[175/188] Compiling SwiftFormat SortTypealiases.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 InstallCommand.swift
[190/203] Compiling KippleFramework TestCommand.swift
[191/203] Compiling KippleFramework SwiftVersion.swift
[192/203] Compiling KippleFramework BuildCommand.swift
[193/203] Compiling KippleFramework MainCommand.swift
[194/203] Compiling KippleFramework Platform.swift
[195/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))
[196/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))
[197/203] Compiling KippleFramework FormatCommand.swift
[198/203] Compiling KippleFramework UninstallCommand.swift
[199/203] Compiling KippleFramework SetupCommand.swift
[200/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))
[201/203] Compiling KippleFramework BuildEnvironment.swift
[202/203] Compiling KippleFramework FileFormatter.swift
[203/203] Compiling KippleFramework resource_bundle_accessor.swift
Build of target: 'KippleFramework' complete! (7.99s)
Target:                   KippleToolsCore
Extracting symbol information for 'KippleToolsCore'...
Finished extracting symbol information for 'KippleToolsCore'. (0.49s)
Building documentation for 'KippleToolsCore'...
Finished building documentation for 'KippleToolsCore' (0.09s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/bdrelling/kippletools/main
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.36s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
Build of target: 'KippleToolsCore' complete! (0.35s)
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-dd8d0256.zip to s3://spi-docs-inbox/prod-bdrelling-kippletools-main-dd8d0256.zip
Copying... [11%]
Copying... [22%]
Copying... [33%]
Copying... [45%]
Copying... [56%]
Copying... [67%]
Copying... [78%]
Copying... [89%]
Copying... [100%]
Done.