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 Linux on 28 Apr 2025 20:02:36 UTC.

Swift 6 data race errors: 6

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/bdrelling/KippleTools
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d250ed2 Disabled the redundantBackticks rule
Cloned https://github.com/bdrelling/KippleTools.git
Revision (git rev-parse @):
d250ed2d2751c5d0b6c32db7819b35ccd3de269a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/bdrelling/KippleTools.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/bdrelling/KippleTools.git
https://github.com/bdrelling/KippleTools.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.53.10",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat"
    }
  ],
  "manifest_display_name" : "KippleTools",
  "name" : "KippleTools",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "kipple",
      "targets" : [
        "kipple"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "KippleToolsCore",
      "targets" : [
        "KippleToolsCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "kipple",
      "module_type" : "SwiftTarget",
      "name" : "kipple",
      "path" : "Sources/kipple",
      "product_memberships" : [
        "kipple"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "KippleFramework"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "KippleToolsCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "KippleToolsCoreTests",
      "path" : "Tests/KippleToolsCoreTests",
      "sources" : [
        "ShellCommandTests.swift",
        "ShellTests.swift"
      ],
      "target_dependencies" : [
        "KippleToolsCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KippleToolsCore",
      "module_type" : "SwiftTarget",
      "name" : "KippleToolsCore",
      "path" : "Sources/KippleToolsCore",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "kipple",
        "KippleToolsCore"
      ],
      "sources" : [
        "Extensions/Data+ShellOutput.swift",
        "Extensions/Process+Convenience.swift",
        "Extensions/ShellCommand+FileSystem.swift",
        "Extensions/ShellCommand+Git.swift",
        "Extensions/ShellCommand+SwiftPackageManager.swift",
        "Helpers/Shell.swift",
        "Models/ShellCommand.swift",
        "Models/ShellError.swift",
        "Protocols/VerboseLogging.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "KippleFrameworkTests",
      "module_type" : "SwiftTarget",
      "name" : "KippleFrameworkTests",
      "path" : "Tests/KippleFrameworkTests",
      "sources" : [
        "PrintCommandTests.swift",
        "ResourceTests.swift"
      ],
      "target_dependencies" : [
        "KippleFramework"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KippleFramework",
      "module_type" : "SwiftTarget",
      "name" : "KippleFramework",
      "path" : "Sources/KippleFramework",
      "product_dependencies" : [
        "SwiftFormat"
      ],
      "product_memberships" : [
        "kipple"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/KippleFramework/Resources/git-hooks/pre-commit",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/KippleFramework/Resources/gitignore/app.gitignore",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/KippleFramework/Resources/gitignore/default.gitignore",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/KippleFramework/Resources/swiftformat/default.swiftformat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/KippleFramework/Resources/swiftlint/default.swiftlint.yml",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Core/Helpers/BuildEnvironment.swift",
        "Core/Helpers/FileFormatter.swift",
        "Core/Helpers/SwiftBuilder.swift",
        "Core/Helpers/SwiftFormat.swift",
        "Core/MainCommand.swift",
        "Core/Models/Platform.swift",
        "Core/Models/SwiftVersion.swift",
        "Core/Subcommands/BuildCommand.swift",
        "Core/Subcommands/FormatCommand.swift",
        "Core/Subcommands/InstallCommand.swift",
        "Core/Subcommands/SetupCommand.swift",
        "Core/Subcommands/TestCommand.swift",
        "Core/Subcommands/UninstallCommand.swift"
      ],
      "target_dependencies" : [
        "KippleToolsCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/apple/swift-argument-parser
[1/14950] Fetching swift-argument-parser
[2094/61680] Fetching swift-argument-parser, swiftformat
Fetched https://github.com/apple/swift-argument-parser from cache (0.90s)
[4673/46730] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (31.40s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (36.45s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.55.5 (2.11s)
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
[1/1] Compiling plugin SwiftFormatPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/22] Write sources
[3/22] Copying default.swiftlint.yml
[3/22] Copying default.swiftformat
[5/22] Copying pre-commit
[5/22] Write sources
[7/22] Copying app.gitignore
[8/22] Write sources
[10/22] Copying default.gitignore
[10/22] Write sources
[13/22] Write swift-version-24593BA9C3E375BF.txt
[15/140] Compiling ArgumentParserToolInfo ToolInfo.swift
[16/140] Emitting module ArgumentParserToolInfo
[17/179] Wrapping AST for ArgumentParserToolInfo for debugging
[19/179] Compiling ArgumentParser OptionGroup.swift
[20/179] Compiling ArgumentParser AsyncParsableCommand.swift
[21/179] Compiling ArgumentParser CommandConfiguration.swift
[22/179] Compiling ArgumentParser CommandGroup.swift
[23/179] Compiling ArgumentParser EnumerableFlag.swift
[24/184] Compiling ArgumentParser BashCompletionsGenerator.swift
[25/184] Compiling ArgumentParser CompletionsGenerator.swift
[26/184] Compiling ArgumentParser FishCompletionsGenerator.swift
[27/184] Compiling ArgumentParser ZshCompletionsGenerator.swift
[28/184] Compiling ArgumentParser Argument.swift
[29/184] Compiling ArgumentParser ArgumentHelp.swift
[30/184] Emitting module ArgumentParser
[31/184] Compiling ArgumentParser ArgumentVisibility.swift
[32/184] Compiling ArgumentParser CompletionKind.swift
[33/184] Compiling ArgumentParser Errors.swift
[34/184] Compiling ArgumentParser Flag.swift
[35/184] Compiling ArgumentParser NameSpecification.swift
[36/184] Compiling ArgumentParser Option.swift
[37/184] Compiling ArgumentParser CollectionExtensions.swift
[38/184] Compiling ArgumentParser Platform.swift
[39/184] Compiling ArgumentParser SequenceExtensions.swift
[40/184] Compiling ArgumentParser StringExtensions.swift
[41/184] Compiling ArgumentParser Tree.swift
[42/184] Compiling ArgumentParser DumpHelpGenerator.swift
[43/184] Compiling ArgumentParser HelpCommand.swift
[44/184] Compiling ArgumentParser HelpGenerator.swift
[45/184] Compiling ArgumentParser MessageInfo.swift
[46/184] Compiling ArgumentParser UsageGenerator.swift
[47/184] Compiling ArgumentParser Name.swift
[48/184] Compiling ArgumentParser Parsed.swift
[49/184] Compiling ArgumentParser ParsedValues.swift
[50/184] Compiling ArgumentParser ParserError.swift
[51/184] Compiling ArgumentParser SplitArguments.swift
[61/184] Compiling SwiftFormat RedundantOptionalBinding.swift
[62/184] Compiling SwiftFormat RedundantParens.swift
[63/184] Compiling SwiftFormat RedundantPattern.swift
[64/184] Compiling SwiftFormat RedundantProperty.swift
[65/184] Compiling SwiftFormat RedundantRawValues.swift
[66/184] Compiling SwiftFormat RedundantReturn.swift
[67/184] Compiling SwiftFormat RedundantSelf.swift
[68/200] Compiling ArgumentParser ExpressibleByArgument.swift
[69/200] Compiling ArgumentParser ParsableArguments.swift
[70/200] Compiling ArgumentParser ParsableArgumentsValidation.swift
[71/200] Compiling ArgumentParser ParsableCommand.swift
[72/200] Compiling ArgumentParser ArgumentDecoder.swift
[73/200] Compiling ArgumentParser ArgumentDefinition.swift
[74/200] Compiling ArgumentParser ArgumentSet.swift
[75/200] Compiling ArgumentParser CommandParser.swift
[76/200] Compiling ArgumentParser InputKey.swift
[77/200] Compiling ArgumentParser InputOrigin.swift
[94/201] Wrapping AST for ArgumentParser for debugging
[96/210] Compiling KippleToolsCore ShellCommand+FileSystem.swift
[97/211] Compiling KippleToolsCore ShellError.swift
[98/211] Compiling KippleToolsCore ShellCommand.swift
[99/211] Compiling KippleToolsCore Shell.swift
/host/spi-builder-workspace/Sources/KippleToolsCore/Helpers/Shell.swift:66:16: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
 3 | import Foundation
 4 |
 5 | public struct Shell {
   |               `- note: consider making struct 'Shell' conform to the 'Sendable' protocol
 6 |     private let executablePath: String
 7 |     private let outputPipe: Pipe
   :
64 |
65 | public extension Shell {
66 |     static let `default`: Self = .sh
   |                |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
67 |
68 |     static let sh: Self = .init(executablePath: "/bin/sh")
/host/spi-builder-workspace/Sources/KippleToolsCore/Helpers/Shell.swift:68:16: warning: static property 'sh' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
 3 | import Foundation
 4 |
 5 | public struct Shell {
   |               `- note: consider making struct 'Shell' conform to the 'Sendable' protocol
 6 |     private let executablePath: String
 7 |     private let outputPipe: Pipe
   :
66 |     static let `default`: Self = .sh
67 |
68 |     static let sh: Self = .init(executablePath: "/bin/sh")
   |                |- warning: static property 'sh' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'sh' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
69 |     static let bash: Self = .init(executablePath: "/bin/bash")
70 |     static let zsh: Self = .init(executablePath: "/bin/zsh")
/host/spi-builder-workspace/Sources/KippleToolsCore/Helpers/Shell.swift:69:16: warning: static property 'bash' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
 3 | import Foundation
 4 |
 5 | public struct Shell {
   |               `- note: consider making struct 'Shell' conform to the 'Sendable' protocol
 6 |     private let executablePath: String
 7 |     private let outputPipe: Pipe
   :
67 |
68 |     static let sh: Self = .init(executablePath: "/bin/sh")
69 |     static let bash: Self = .init(executablePath: "/bin/bash")
   |                |- warning: static property 'bash' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'bash' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
70 |     static let zsh: Self = .init(executablePath: "/bin/zsh")
71 | }
/host/spi-builder-workspace/Sources/KippleToolsCore/Helpers/Shell.swift:70:16: warning: static property 'zsh' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
 3 | import Foundation
 4 |
 5 | public struct Shell {
   |               `- note: consider making struct 'Shell' conform to the 'Sendable' protocol
 6 |     private let executablePath: String
 7 |     private let outputPipe: Pipe
   :
68 |     static let sh: Self = .init(executablePath: "/bin/sh")
69 |     static let bash: Self = .init(executablePath: "/bin/bash")
70 |     static let zsh: Self = .init(executablePath: "/bin/zsh")
   |                |- warning: static property 'zsh' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'zsh' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
71 | }
72 |
[100/211] Compiling KippleToolsCore ShellCommand+SwiftPackageManager.swift
[101/211] Compiling KippleToolsCore ShellCommand+Git.swift
[102/211] Compiling KippleToolsCore VerboseLogging.swift
[103/211] Emitting module KippleToolsCore
/host/spi-builder-workspace/Sources/KippleToolsCore/Helpers/Shell.swift:66:16: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
 3 | import Foundation
 4 |
 5 | public struct Shell {
   |               `- note: consider making struct 'Shell' conform to the 'Sendable' protocol
 6 |     private let executablePath: String
 7 |     private let outputPipe: Pipe
   :
64 |
65 | public extension Shell {
66 |     static let `default`: Self = .sh
   |                |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
67 |
68 |     static let sh: Self = .init(executablePath: "/bin/sh")
/host/spi-builder-workspace/Sources/KippleToolsCore/Helpers/Shell.swift:68:16: warning: static property 'sh' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
 3 | import Foundation
 4 |
 5 | public struct Shell {
   |               `- note: consider making struct 'Shell' conform to the 'Sendable' protocol
 6 |     private let executablePath: String
 7 |     private let outputPipe: Pipe
   :
66 |     static let `default`: Self = .sh
67 |
68 |     static let sh: Self = .init(executablePath: "/bin/sh")
   |                |- warning: static property 'sh' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'sh' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
69 |     static let bash: Self = .init(executablePath: "/bin/bash")
70 |     static let zsh: Self = .init(executablePath: "/bin/zsh")
/host/spi-builder-workspace/Sources/KippleToolsCore/Helpers/Shell.swift:69:16: warning: static property 'bash' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
 3 | import Foundation
 4 |
 5 | public struct Shell {
   |               `- note: consider making struct 'Shell' conform to the 'Sendable' protocol
 6 |     private let executablePath: String
 7 |     private let outputPipe: Pipe
   :
67 |
68 |     static let sh: Self = .init(executablePath: "/bin/sh")
69 |     static let bash: Self = .init(executablePath: "/bin/bash")
   |                |- warning: static property 'bash' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'bash' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
70 |     static let zsh: Self = .init(executablePath: "/bin/zsh")
71 | }
/host/spi-builder-workspace/Sources/KippleToolsCore/Helpers/Shell.swift:70:16: warning: static property 'zsh' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
 3 | import Foundation
 4 |
 5 | public struct Shell {
   |               `- note: consider making struct 'Shell' conform to the 'Sendable' protocol
 6 |     private let executablePath: String
 7 |     private let outputPipe: Pipe
   :
68 |     static let sh: Self = .init(executablePath: "/bin/sh")
69 |     static let bash: Self = .init(executablePath: "/bin/bash")
70 |     static let zsh: Self = .init(executablePath: "/bin/zsh")
   |                |- warning: static property 'zsh' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'zsh' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
71 | }
72 |
[104/211] Compiling KippleToolsCore Data+ShellOutput.swift
[105/211] Compiling KippleToolsCore Process+Convenience.swift
[106/212] Compiling SwiftFormat ConsecutiveSpaces.swift
[107/212] Compiling SwiftFormat ConsistentSwitchCaseSpacing.swift
[108/212] Compiling SwiftFormat DocComments.swift
[109/212] Compiling SwiftFormat DocCommentsBeforeModifiers.swift
[110/212] Compiling SwiftFormat DuplicateImports.swift
[111/212] Compiling SwiftFormat ElseOnSameLine.swift
[112/212] Compiling SwiftFormat EmptyBraces.swift
[113/212] Compiling SwiftFormat EnumNamespaces.swift
[114/212] Compiling SwiftFormat ExtensionAccessControl.swift
[115/212] Compiling SwiftFormat FileHeader.swift
[116/212] Compiling SwiftFormat GenericExtensions.swift
[117/212] Compiling SwiftFormat HeaderFileName.swift
[118/212] Compiling SwiftFormat HoistAwait.swift
[119/212] Compiling SwiftFormat HoistPatternLet.swift
[120/212] Compiling SwiftFormat HoistTry.swift
[121/212] Compiling SwiftFormat Indent.swift
[122/212] Compiling SwiftFormat InitCoderUnavailable.swift
[123/212] Compiling SwiftFormat Acronyms.swift
[124/212] Compiling SwiftFormat AndOperator.swift
[125/212] Compiling SwiftFormat AnyObjectProtocol.swift
[126/212] Compiling SwiftFormat ApplicationMain.swift
[127/212] Compiling SwiftFormat AssertionFailures.swift
[128/212] Compiling SwiftFormat BlankLineAfterImports.swift
[129/212] Compiling SwiftFormat BlankLineAfterSwitchCase.swift
[130/212] Compiling SwiftFormat BlankLinesAroundMark.swift
[131/212] Compiling SwiftFormat BlankLinesAtEndOfScope.swift
[132/212] Compiling SwiftFormat BlankLinesAtStartOfScope.swift
[133/212] Compiling SwiftFormat BlankLinesBetweenChainedFunctions.swift
[134/212] Compiling SwiftFormat BlankLinesBetweenImports.swift
[135/212] Compiling SwiftFormat BlankLinesBetweenScopes.swift
[136/212] Compiling SwiftFormat BlockComments.swift
[137/212] Compiling SwiftFormat Braces.swift
[138/212] Compiling SwiftFormat ConditionalAssignment.swift
[139/212] Compiling SwiftFormat ConsecutiveBlankLines.swift
[140/212] Wrapping AST for KippleToolsCore for debugging
[142/212] Emitting module SwiftFormat
[143/212] Compiling SwiftFormat RedundantStaticSelf.swift
[144/212] Compiling SwiftFormat RedundantType.swift
[145/212] Compiling SwiftFormat RedundantTypedThrows.swift
[146/212] Compiling SwiftFormat RedundantVoidReturnType.swift
[147/212] Compiling SwiftFormat Semicolons.swift
[148/212] Compiling SwiftFormat SortDeclarations.swift
[149/212] Compiling SwiftFormat SortImports.swift
[150/212] Compiling SwiftFormat SortSwitchCases.swift
[151/212] Compiling SwiftFormat SortTypealiases.swift
[152/212] Compiling SwiftFormat SortedImports.swift
[153/212] Compiling SwiftFormat SortedSwitchCases.swift
[154/212] Compiling SwiftFormat SpaceAroundBraces.swift
[155/212] Compiling SwiftFormat SpaceAroundBrackets.swift
[156/212] Compiling SwiftFormat SpaceAroundComments.swift
[157/212] Compiling SwiftFormat SpaceAroundGenerics.swift
[158/212] Compiling SwiftFormat SpaceAroundOperators.swift
[159/212] Compiling SwiftFormat SpaceAroundParens.swift
[160/212] Compiling SwiftFormat SpaceInsideBraces.swift
[161/212] Compiling SwiftFormat SpaceInsideBrackets.swift
[162/212] Compiling SwiftFormat SpaceInsideComments.swift
[163/212] Compiling SwiftFormat SpaceInsideGenerics.swift
[164/212] Compiling SwiftFormat SpaceInsideParens.swift
[165/212] Compiling SwiftFormat Specifiers.swift
[166/212] Compiling SwiftFormat StrongOutlets.swift
[167/212] Compiling SwiftFormat StrongifiedSelf.swift
[168/212] Compiling SwiftFormat Todos.swift
[169/212] Compiling SwiftFormat TrailingClosures.swift
[170/212] Compiling SwiftFormat TrailingCommas.swift
[171/212] Compiling SwiftFormat TrailingSpace.swift
[172/212] Compiling SwiftFormat TypeSugar.swift
[173/212] Compiling SwiftFormat UnusedArguments.swift
[174/212] Compiling SwiftFormat UnusedPrivateDeclarations.swift
[175/212] Compiling SwiftFormat Void.swift
[176/212] Compiling SwiftFormat Wrap.swift
[177/212] Compiling SwiftFormat WrapArguments.swift
[178/212] Compiling SwiftFormat WrapAttributes.swift
[179/212] Compiling SwiftFormat WrapConditionalBodies.swift
[180/212] Compiling SwiftFormat WrapEnumCases.swift
[181/212] Compiling SwiftFormat WrapLoopBodies.swift
[182/212] Compiling SwiftFormat WrapMultilineConditionalAssignment.swift
[183/212] Compiling SwiftFormat WrapMultilineStatementBraces.swift
[184/212] Compiling SwiftFormat WrapSingleLineComments.swift
[185/212] Compiling SwiftFormat WrapSwitchCases.swift
[186/212] Compiling SwiftFormat YodaConditions.swift
[187/212] Compiling SwiftFormat Singularize.swift
[188/212] Compiling SwiftFormat SwiftFormat.swift
[189/212] Compiling SwiftFormat Tokenizer.swift
[190/212] Compiling SwiftFormat XMLReporter.swift
[208/213] Wrapping AST for SwiftFormat for debugging
[210/227] Compiling KippleFramework MainCommand.swift
[211/227] Compiling KippleFramework Platform.swift
[212/228] Compiling KippleFramework UninstallCommand.swift
[213/228] Compiling KippleFramework resource_bundle_accessor.swift
[214/228] Compiling KippleFramework SwiftBuilder.swift
/host/spi-builder-workspace/Sources/KippleFramework/Core/Helpers/SwiftBuilder.swift:8:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SwiftBuilder' may have shared mutable state; this is an error in the Swift 6 language mode
 3 | import KippleToolsCore
 4 |
 5 | final class SwiftBuilder {
   |             `- note: class 'SwiftBuilder' does not conform to the 'Sendable' protocol
 6 |     // MARK: Shared Instance
 7 |
 8 |     static let shared = SwiftBuilder()
   |                |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SwiftBuilder' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     // MARK: Properties
/host/spi-builder-workspace/Sources/KippleFramework/Core/Helpers/SwiftFormat.swift:56:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
54 | }
55 |
56 | extension FileHandle: TextOutputStream {
   | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
57 |     public func write(_ string: String) {
58 |         self.write(Data(string.utf8))
/host/spi-builder-workspace/Sources/KippleFramework/Core/Helpers/SwiftFormat.swift:13:13: warning: reference to static property 'print' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
11 |
12 |     init() {
13 |         CLI.print = self.print
   |             `- warning: reference to static property 'print' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
14 |     }
15 |
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/CommandLine.swift:49:16: note: static property declared here
  47 |
  48 |     /// Output handler - override this to intercept output from the CLI
  49 |     static var print: (String, OutputType) -> Void = { _, _ in
     |                `- note: static property declared here
  50 |         fatalError("No print hook set.")
  51 |     }
[215/228] Compiling KippleFramework SwiftFormat.swift
/host/spi-builder-workspace/Sources/KippleFramework/Core/Helpers/SwiftBuilder.swift:8:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SwiftBuilder' may have shared mutable state; this is an error in the Swift 6 language mode
 3 | import KippleToolsCore
 4 |
 5 | final class SwiftBuilder {
   |             `- note: class 'SwiftBuilder' does not conform to the 'Sendable' protocol
 6 |     // MARK: Shared Instance
 7 |
 8 |     static let shared = SwiftBuilder()
   |                |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SwiftBuilder' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     // MARK: Properties
/host/spi-builder-workspace/Sources/KippleFramework/Core/Helpers/SwiftFormat.swift:56:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
54 | }
55 |
56 | extension FileHandle: TextOutputStream {
   | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
57 |     public func write(_ string: String) {
58 |         self.write(Data(string.utf8))
/host/spi-builder-workspace/Sources/KippleFramework/Core/Helpers/SwiftFormat.swift:13:13: warning: reference to static property 'print' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
11 |
12 |     init() {
13 |         CLI.print = self.print
   |             `- warning: reference to static property 'print' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
14 |     }
15 |
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/CommandLine.swift:49:16: note: static property declared here
  47 |
  48 |     /// Output handler - override this to intercept output from the CLI
  49 |     static var print: (String, OutputType) -> Void = { _, _ in
     |                `- note: static property declared here
  50 |         fatalError("No print hook set.")
  51 |     }
[216/228] Emitting module KippleFramework
/host/spi-builder-workspace/Sources/KippleFramework/Core/Helpers/FileFormatter.swift:9:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'FileFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
  4 | import KippleToolsCore
  5 |
  6 | final class FileFormatter {
    |             `- note: class 'FileFormatter' does not conform to the 'Sendable' protocol
  7 |     // MARK: Shared Instance
  8 |
  9 |     static let shared = FileFormatter()
    |                |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'FileFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 10 |
 11 |     // MARK: Constants
/host/spi-builder-workspace/Sources/KippleFramework/Core/Helpers/SwiftBuilder.swift:8:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SwiftBuilder' may have shared mutable state; this is an error in the Swift 6 language mode
 3 | import KippleToolsCore
 4 |
 5 | final class SwiftBuilder {
   |             `- note: class 'SwiftBuilder' does not conform to the 'Sendable' protocol
 6 |     // MARK: Shared Instance
 7 |
 8 |     static let shared = SwiftBuilder()
   |                |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SwiftBuilder' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     // MARK: Properties
/host/spi-builder-workspace/Sources/KippleFramework/Core/Helpers/SwiftFormat.swift: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))
[217/228] Compiling KippleFramework BuildEnvironment.swift
/host/spi-builder-workspace/Sources/KippleFramework/Core/Helpers/FileFormatter.swift:9:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'FileFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
  4 | import KippleToolsCore
  5 |
  6 | final class FileFormatter {
    |             `- note: class 'FileFormatter' does not conform to the 'Sendable' protocol
  7 |     // MARK: Shared Instance
  8 |
  9 |     static let shared = FileFormatter()
    |                |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'FileFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 10 |
 11 |     // MARK: Constants
[218/228] Compiling KippleFramework FileFormatter.swift
/host/spi-builder-workspace/Sources/KippleFramework/Core/Helpers/FileFormatter.swift:9:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'FileFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
  4 | import KippleToolsCore
  5 |
  6 | final class FileFormatter {
    |             `- note: class 'FileFormatter' does not conform to the 'Sendable' protocol
  7 |     // MARK: Shared Instance
  8 |
  9 |     static let shared = FileFormatter()
    |                |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'FileFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 10 |
 11 |     // MARK: Constants
[219/228] Compiling KippleFramework SwiftVersion.swift
[220/228] Compiling KippleFramework BuildCommand.swift
[221/228] Compiling KippleFramework FormatCommand.swift
[222/228] Compiling KippleFramework InstallCommand.swift
[223/228] Compiling KippleFramework SetupCommand.swift
[224/228] Compiling KippleFramework TestCommand.swift
[225/229] Wrapping AST for KippleFramework for debugging
[227/231] Compiling kipple main.swift
[228/231] Emitting module kipple
[229/232] Wrapping AST for kipple for debugging
[230/232] Write Objects.LinkFileList
[231/232] Linking kipple
Build complete! (96.08s)
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" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "kipple",
      "targets" : [
        "kipple"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "KippleToolsCore",
      "targets" : [
        "KippleToolsCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "kipple",
      "module_type" : "SwiftTarget",
      "name" : "kipple",
      "path" : "Sources/kipple",
      "product_memberships" : [
        "kipple"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "KippleFramework"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "KippleToolsCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "KippleToolsCoreTests",
      "path" : "Tests/KippleToolsCoreTests",
      "sources" : [
        "ShellCommandTests.swift",
        "ShellTests.swift"
      ],
      "target_dependencies" : [
        "KippleToolsCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KippleToolsCore",
      "module_type" : "SwiftTarget",
      "name" : "KippleToolsCore",
      "path" : "Sources/KippleToolsCore",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "kipple",
        "KippleToolsCore"
      ],
      "sources" : [
        "Extensions/Data+ShellOutput.swift",
        "Extensions/Process+Convenience.swift",
        "Extensions/ShellCommand+FileSystem.swift",
        "Extensions/ShellCommand+Git.swift",
        "Extensions/ShellCommand+SwiftPackageManager.swift",
        "Helpers/Shell.swift",
        "Models/ShellCommand.swift",
        "Models/ShellError.swift",
        "Protocols/VerboseLogging.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "KippleFrameworkTests",
      "module_type" : "SwiftTarget",
      "name" : "KippleFrameworkTests",
      "path" : "Tests/KippleFrameworkTests",
      "sources" : [
        "PrintCommandTests.swift",
        "ResourceTests.swift"
      ],
      "target_dependencies" : [
        "KippleFramework"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KippleFramework",
      "module_type" : "SwiftTarget",
      "name" : "KippleFramework",
      "path" : "Sources/KippleFramework",
      "product_dependencies" : [
        "SwiftFormat"
      ],
      "product_memberships" : [
        "kipple"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/KippleFramework/Resources/git-hooks/pre-commit",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/KippleFramework/Resources/gitignore/app.gitignore",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/KippleFramework/Resources/gitignore/default.gitignore",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/KippleFramework/Resources/swiftformat/default.swiftformat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/KippleFramework/Resources/swiftlint/default.swiftlint.yml",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Core/Helpers/BuildEnvironment.swift",
        "Core/Helpers/FileFormatter.swift",
        "Core/Helpers/SwiftBuilder.swift",
        "Core/Helpers/SwiftFormat.swift",
        "Core/MainCommand.swift",
        "Core/Models/Platform.swift",
        "Core/Models/SwiftVersion.swift",
        "Core/Subcommands/BuildCommand.swift",
        "Core/Subcommands/FormatCommand.swift",
        "Core/Subcommands/InstallCommand.swift",
        "Core/Subcommands/SetupCommand.swift",
        "Core/Subcommands/TestCommand.swift",
        "Core/Subcommands/UninstallCommand.swift"
      ],
      "target_dependencies" : [
        "KippleToolsCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.