The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of KippleTools, reference main (d250ed), with Swift 6.2 (beta) for Linux on 21 Jun 2025 14:05:13 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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.2
Building package at path:  $PWD
https://github.com/bdrelling/KippleTools.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/nicklockwood/SwiftFormat
[1/15380] Fetching swift-argument-parser
[15381/64321] Fetching swift-argument-parser, swiftformat
Fetched https://github.com/apple/swift-argument-parser from cache (40.14s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (41.20s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (41.94s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.56.4 (0.85s)
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.56.4
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
[1/1] Compiling plugin SwiftFormatPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/22] Write sources
[2/22] Copying pre-commit
[2/22] Write sources
[2/22] Copying app.gitignore
[2/22] Write sources
[10/22] Copying default.swiftlint.yml
[10/22] Copying default.swiftformat
[10/22] Copying default.gitignore
[13/22] Write swift-version-24593BA9C3E375BF.txt
[15/150] Emitting module ArgumentParserToolInfo
[16/150] Compiling ArgumentParserToolInfo ToolInfo.swift
[17/151] Wrapping AST for ArgumentParserToolInfo for debugging
[19/189] Compiling ArgumentParser OptionGroup.swift
[20/189] Compiling ArgumentParser AsyncParsableCommand.swift
[21/189] Compiling ArgumentParser CommandConfiguration.swift
[22/189] Compiling ArgumentParser CommandGroup.swift
[23/189] Compiling ArgumentParser EnumerableFlag.swift
[24/194] Compiling SwiftFormat RedundantReturn.swift
[25/194] Compiling SwiftFormat RedundantSelf.swift
[26/194] Compiling SwiftFormat RedundantStaticSelf.swift
[27/194] Compiling SwiftFormat RedundantType.swift
[28/194] Compiling SwiftFormat RedundantTypedThrows.swift
[29/194] Compiling SwiftFormat RedundantVoidReturnType.swift
[30/194] Compiling SwiftFormat Semicolons.swift
[31/194] Compiling SwiftFormat SortDeclarations.swift
[32/194] Compiling SwiftFormat SortImports.swift
[33/194] Compiling SwiftFormat SortSwitchCases.swift
[34/194] Compiling SwiftFormat SortTypealiases.swift
[35/194] Compiling SwiftFormat SortedImports.swift
[36/194] Compiling SwiftFormat SortedSwitchCases.swift
[37/194] Compiling SwiftFormat SpaceAroundBraces.swift
[38/194] Compiling SwiftFormat SpaceAroundBrackets.swift
[39/194] Compiling SwiftFormat SpaceAroundComments.swift
[40/194] Compiling SwiftFormat SpaceAroundGenerics.swift
[41/194] Compiling SwiftFormat SpaceAroundOperators.swift
[42/194] Compiling SwiftFormat SpaceAroundParens.swift
[43/194] Compiling SwiftFormat SpaceInsideBraces.swift
[44/194] Compiling SwiftFormat SpaceInsideBrackets.swift
[45/194] Compiling SwiftFormat SpaceInsideComments.swift
[46/194] Compiling SwiftFormat SpaceInsideGenerics.swift
[47/194] Compiling SwiftFormat SpaceInsideParens.swift
[48/194] Compiling SwiftFormat Specifiers.swift
[49/194] Compiling SwiftFormat StrongOutlets.swift
[50/194] Compiling SwiftFormat StrongifiedSelf.swift
[51/194] Compiling SwiftFormat SwiftTestingTestCaseNames.swift
[52/194] Compiling SwiftFormat Todos.swift
[53/194] Compiling SwiftFormat TrailingClosures.swift
[54/194] Compiling SwiftFormat TrailingCommas.swift
[55/194] Compiling SwiftFormat TrailingSpace.swift
[56/194] Compiling SwiftFormat TypeSugar.swift
[57/194] Compiling SwiftFormat UnusedArguments.swift
[58/194] Compiling SwiftFormat UnusedPrivateDeclarations.swift
[59/194] Compiling SwiftFormat RedundantBackticks.swift
[60/194] Compiling SwiftFormat RedundantBreak.swift
[61/194] Compiling SwiftFormat RedundantClosure.swift
[62/194] Compiling SwiftFormat RedundantEquatable.swift
[63/194] Compiling SwiftFormat RedundantExtensionACL.swift
[64/194] Compiling SwiftFormat RedundantFileprivate.swift
[65/194] Compiling SwiftFormat RedundantGet.swift
[66/194] Compiling SwiftFormat RedundantInit.swift
[67/194] Compiling SwiftFormat RedundantInternal.swift
[68/194] Compiling SwiftFormat RedundantLet.swift
[69/194] Compiling SwiftFormat RedundantLetError.swift
[70/194] Compiling SwiftFormat RedundantNilInit.swift
[71/194] Compiling SwiftFormat RedundantObjc.swift
[72/194] Compiling SwiftFormat RedundantOptionalBinding.swift
[73/194] Compiling SwiftFormat RedundantParens.swift
[74/194] Compiling SwiftFormat RedundantPattern.swift
[75/194] Compiling SwiftFormat RedundantProperty.swift
[76/194] Compiling SwiftFormat RedundantRawValues.swift
[77/211] Compiling ArgumentParser BashCompletionsGenerator.swift
[78/211] Compiling ArgumentParser CompletionsGenerator.swift
[79/211] Compiling ArgumentParser FishCompletionsGenerator.swift
[80/211] Compiling ArgumentParser ZshCompletionsGenerator.swift
[81/211] Compiling ArgumentParser Argument.swift
[82/211] Compiling ArgumentParser ArgumentHelp.swift
[83/211] Compiling ArgumentParser ArgumentVisibility.swift
[84/211] Compiling ArgumentParser CompletionKind.swift
[85/211] Compiling ArgumentParser Errors.swift
[86/211] Compiling ArgumentParser Flag.swift
[87/211] Compiling ArgumentParser NameSpecification.swift
[88/211] Compiling ArgumentParser Option.swift
[89/211] Compiling ArgumentParser ArgumentDefinition.swift
[90/211] Compiling ArgumentParser ArgumentSet.swift
[91/211] Compiling ArgumentParser CommandParser.swift
[92/211] Compiling ArgumentParser InputKey.swift
[93/211] Compiling ArgumentParser InputOrigin.swift
[94/211] Compiling ArgumentParser ExpressibleByArgument.swift
[101/211] Compiling ArgumentParser CollectionExtensions.swift
[102/211] Compiling ArgumentParser Platform.swift
[103/211] Compiling ArgumentParser SequenceExtensions.swift
[104/211] Compiling ArgumentParser StringExtensions.swift
[105/211] Compiling ArgumentParser Tree.swift
[106/211] Emitting module ArgumentParser
[114/211] Compiling ArgumentParser ParsableArguments.swift
[115/211] Compiling ArgumentParser ParsableArgumentsValidation.swift
[116/211] Compiling ArgumentParser ParsableCommand.swift
[117/211] Compiling ArgumentParser ArgumentDecoder.swift
[123/211] Compiling ArgumentParser Name.swift
[124/211] Compiling ArgumentParser Parsed.swift
[125/211] Compiling ArgumentParser ParsedValues.swift
[126/211] Compiling ArgumentParser ParserError.swift
[127/211] Compiling ArgumentParser SplitArguments.swift
[128/211] Compiling ArgumentParser DumpHelpGenerator.swift
[129/211] Compiling ArgumentParser HelpCommand.swift
[130/211] Compiling ArgumentParser HelpGenerator.swift
[131/211] Compiling ArgumentParser MessageInfo.swift
[132/211] Compiling ArgumentParser UsageGenerator.swift
[133/217] Wrapping AST for ArgumentParser for debugging
[135/221] Compiling KippleToolsCore ShellError.swift
[136/222] Compiling KippleToolsCore ShellCommand+SwiftPackageManager.swift
[137/222] Compiling KippleToolsCore Shell.swift
[138/222] Compiling KippleToolsCore ShellCommand.swift
[139/222] Compiling KippleToolsCore ShellCommand+FileSystem.swift
[140/222] Compiling KippleToolsCore ShellCommand+Git.swift
[141/222] Compiling KippleToolsCore VerboseLogging.swift
[148/222] Compiling SwiftFormat BlankLineAfterSwitchCase.swift
[149/222] Compiling SwiftFormat BlankLinesAfterGuardStatements.swift
[150/222] Compiling SwiftFormat BlankLinesAroundMark.swift
[151/222] Compiling SwiftFormat BlankLinesAtEndOfScope.swift
[152/222] Compiling SwiftFormat BlankLinesAtStartOfScope.swift
[153/222] Compiling SwiftFormat BlankLinesBetweenChainedFunctions.swift
[154/222] Compiling SwiftFormat BlankLinesBetweenImports.swift
[155/222] Compiling SwiftFormat BlankLinesBetweenScopes.swift
[156/222] Compiling SwiftFormat BlockComments.swift
[157/222] Compiling SwiftFormat Braces.swift
[158/222] Compiling SwiftFormat ConditionalAssignment.swift
[159/222] Compiling SwiftFormat ConsecutiveBlankLines.swift
[160/222] Compiling SwiftFormat Indent.swift
[161/222] Compiling SwiftFormat InitCoderUnavailable.swift
[162/222] Compiling SwiftFormat IsEmpty.swift
[163/222] Compiling SwiftFormat LeadingDelimiters.swift
[164/222] Compiling SwiftFormat LinebreakAtEndOfFile.swift
[165/222] Compiling SwiftFormat Linebreaks.swift
[166/222] Compiling SwiftFormat MarkTypes.swift
[167/222] Compiling SwiftFormat ModifierOrder.swift
[168/222] Compiling SwiftFormat NoExplicitOwnership.swift
[169/222] Compiling SwiftFormat NumberFormatting.swift
[170/222] Compiling SwiftFormat OpaqueGenericParameters.swift
[171/222] Compiling SwiftFormat OrganizeDeclarations.swift
[172/222] Compiling SwiftFormat PreferCountWhere.swift
[173/222] Compiling SwiftFormat PreferForLoop.swift
[174/222] Compiling SwiftFormat PreferKeyPath.swift
[175/222] Compiling SwiftFormat PreferSwiftTesting.swift
[176/222] Compiling SwiftFormat PrivateStateVariables.swift
[177/222] Compiling SwiftFormat PropertyTypes.swift
[178/222] Emitting module KippleToolsCore
[179/222] Compiling KippleToolsCore Data+ShellOutput.swift
[180/222] Compiling KippleToolsCore Process+Convenience.swift
[181/223] Wrapping AST for KippleToolsCore for debugging
[183/223] Compiling SwiftFormat Void.swift
[184/223] Compiling SwiftFormat Wrap.swift
[185/223] Compiling SwiftFormat WrapArguments.swift
[186/223] Compiling SwiftFormat WrapAttributes.swift
[187/223] Compiling SwiftFormat WrapConditionalBodies.swift
[188/223] Compiling SwiftFormat WrapEnumCases.swift
[189/223] Compiling SwiftFormat WrapLoopBodies.swift
[190/223] Compiling SwiftFormat WrapMultilineConditionalAssignment.swift
[191/223] Compiling SwiftFormat WrapMultilineFunctionChains.swift
[192/223] Compiling SwiftFormat WrapMultilineStatementBraces.swift
[193/223] Compiling SwiftFormat WrapSingleLineComments.swift
[194/223] Compiling SwiftFormat WrapSwitchCases.swift
[195/223] Compiling SwiftFormat YodaConditions.swift
[196/223] Compiling SwiftFormat Singularize.swift
[197/223] Compiling SwiftFormat SwiftFormat.swift
[198/223] Compiling SwiftFormat Tokenizer.swift
[199/223] Compiling SwiftFormat XMLReporter.swift
[200/223] Emitting module SwiftFormat
[219/224] Wrapping AST for SwiftFormat for debugging
[221/238] Emitting module KippleFramework
/host/spi-builder-workspace/Sources/KippleFramework/Core/Helpers/SwiftFormat.swift:56:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
54 | }
55 |
56 | extension FileHandle: TextOutputStream {
   | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
57 |     public func write(_ string: String) {
58 |         self.write(Data(string.utf8))
[222/239] Compiling KippleFramework BuildEnvironment.swift
[223/239] Compiling KippleFramework FileFormatter.swift
[224/239] Compiling KippleFramework SwiftBuilder.swift
/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))
[225/239] Compiling KippleFramework SwiftFormat.swift
/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))
[226/239] Compiling KippleFramework SwiftVersion.swift
[227/239] Compiling KippleFramework BuildCommand.swift
[228/239] Compiling KippleFramework MainCommand.swift
[229/239] Compiling KippleFramework Platform.swift
[230/239] Compiling KippleFramework resource_bundle_accessor.swift
[231/239] Compiling KippleFramework UninstallCommand.swift
[232/239] Compiling KippleFramework SetupCommand.swift
[233/239] Compiling KippleFramework TestCommand.swift
[234/239] Compiling KippleFramework FormatCommand.swift
[235/239] Compiling KippleFramework InstallCommand.swift
[236/240] Wrapping AST for KippleFramework for debugging
[238/242] Emitting module kipple
[239/242] Compiling kipple main.swift
[240/243] Wrapping AST for kipple for debugging
[241/243] Write Objects.LinkFileList
[242/243] Linking kipple
Build complete! (110.70s)
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.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.