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 0.5.4 (d250ed), with Swift 6.2 (beta) for Linux on 21 Jun 2025 14:06:01 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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: 0.5.4
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
 * tag               0.5.4      -> FETCH_HEAD
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 0.5.4
========================================
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-4609320-1":/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/nicklockwood/SwiftFormat
Fetching https://github.com/apple/swift-argument-parser
[1/15380] Fetching swift-argument-parser
[12152/64321] Fetching swift-argument-parser, swiftformat
Fetched https://github.com/apple/swift-argument-parser from cache (0.97s)
[4405/48941] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (32.97s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (39.83s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.56.4 (4.11s)
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
[3/22] Copying pre-commit
[7/22] Copying default.swiftformat
[7/22] Copying default.swiftlint.yml
[7/22] Copying default.gitignore
[10/22] Copying app.gitignore
[10/22] Write sources
[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 SwiftFormat SpaceAroundParens.swift
[20/189] Compiling SwiftFormat SpaceInsideBraces.swift
[21/189] Compiling SwiftFormat SpaceInsideBrackets.swift
[22/189] Compiling SwiftFormat SpaceInsideComments.swift
[23/189] Compiling SwiftFormat SpaceInsideGenerics.swift
[24/189] Compiling SwiftFormat SpaceInsideParens.swift
[25/189] Compiling SwiftFormat Specifiers.swift
[26/189] Compiling SwiftFormat StrongOutlets.swift
[27/189] Compiling SwiftFormat StrongifiedSelf.swift
[28/189] Compiling SwiftFormat SwiftTestingTestCaseNames.swift
[29/189] Compiling SwiftFormat Todos.swift
[30/189] Compiling SwiftFormat TrailingClosures.swift
[31/189] Compiling SwiftFormat TrailingCommas.swift
[32/189] Compiling SwiftFormat TrailingSpace.swift
[33/189] Compiling SwiftFormat TypeSugar.swift
[34/189] Compiling SwiftFormat UnusedArguments.swift
[35/189] Compiling SwiftFormat UnusedPrivateDeclarations.swift
[36/206] Compiling SwiftFormat RedundantReturn.swift
[37/206] Compiling SwiftFormat RedundantSelf.swift
[38/206] Compiling SwiftFormat RedundantStaticSelf.swift
[39/206] Compiling SwiftFormat RedundantType.swift
[40/206] Compiling SwiftFormat RedundantTypedThrows.swift
[41/206] Compiling SwiftFormat RedundantVoidReturnType.swift
[42/206] Compiling SwiftFormat Semicolons.swift
[43/206] Compiling SwiftFormat SortDeclarations.swift
[44/206] Compiling SwiftFormat SortImports.swift
[45/206] Compiling SwiftFormat SortSwitchCases.swift
[46/206] Compiling SwiftFormat SortTypealiases.swift
[47/206] Compiling SwiftFormat SortedImports.swift
[48/206] Compiling SwiftFormat SortedSwitchCases.swift
[49/206] Compiling SwiftFormat SpaceAroundBraces.swift
[50/206] Compiling SwiftFormat SpaceAroundBrackets.swift
[51/206] Compiling SwiftFormat SpaceAroundComments.swift
[52/206] Compiling SwiftFormat SpaceAroundGenerics.swift
[53/206] Compiling SwiftFormat SpaceAroundOperators.swift
[54/206] Compiling ArgumentParser BashCompletionsGenerator.swift
[55/206] Compiling ArgumentParser CompletionsGenerator.swift
[56/206] Compiling ArgumentParser FishCompletionsGenerator.swift
[57/206] Compiling ArgumentParser ZshCompletionsGenerator.swift
[58/206] Compiling ArgumentParser Argument.swift
[59/206] Compiling ArgumentParser ArgumentHelp.swift
[60/206] Emitting module ArgumentParser
[61/211] Compiling ArgumentParser OptionGroup.swift
[62/211] Compiling ArgumentParser AsyncParsableCommand.swift
[63/211] Compiling ArgumentParser CommandConfiguration.swift
[64/211] Compiling ArgumentParser CommandGroup.swift
[65/211] Compiling ArgumentParser EnumerableFlag.swift
[66/211] Compiling ArgumentParser Name.swift
[67/211] Compiling ArgumentParser Parsed.swift
[68/211] Compiling ArgumentParser ParsedValues.swift
[69/211] Compiling ArgumentParser ParserError.swift
[70/211] Compiling ArgumentParser SplitArguments.swift
[71/211] Compiling ArgumentParser DumpHelpGenerator.swift
[72/211] Compiling ArgumentParser HelpCommand.swift
[73/211] Compiling ArgumentParser HelpGenerator.swift
[74/211] Compiling ArgumentParser MessageInfo.swift
[75/211] Compiling ArgumentParser UsageGenerator.swift
[76/211] Compiling SwiftFormat ConsecutiveSpaces.swift
[77/211] Compiling SwiftFormat ConsistentSwitchCaseSpacing.swift
[78/211] Compiling SwiftFormat DocComments.swift
[79/211] Compiling SwiftFormat DocCommentsBeforeModifiers.swift
[80/211] Compiling SwiftFormat DuplicateImports.swift
[81/211] Compiling SwiftFormat ElseOnSameLine.swift
[82/211] Compiling SwiftFormat EmptyBraces.swift
[83/211] Compiling SwiftFormat EmptyExtensions.swift
[84/211] Compiling SwiftFormat EnumNamespaces.swift
[85/211] Compiling SwiftFormat EnvironmentEntry.swift
[86/211] Compiling SwiftFormat ExtensionAccessControl.swift
[87/211] Compiling SwiftFormat FileHeader.swift
[88/211] Compiling SwiftFormat FileMacro.swift
[89/211] Compiling SwiftFormat GenericExtensions.swift
[90/211] Compiling SwiftFormat HeaderFileName.swift
[91/211] Compiling SwiftFormat HoistAwait.swift
[92/211] Compiling SwiftFormat HoistPatternLet.swift
[93/211] Compiling SwiftFormat HoistTry.swift
[94/211] Compiling ArgumentParser ArgumentDefinition.swift
[95/211] Compiling ArgumentParser ArgumentSet.swift
[96/211] Compiling ArgumentParser CommandParser.swift
[97/211] Compiling ArgumentParser InputKey.swift
[98/211] Compiling ArgumentParser InputOrigin.swift
[99/211] Compiling ArgumentParser ArgumentVisibility.swift
[100/211] Compiling ArgumentParser CompletionKind.swift
[101/211] Compiling ArgumentParser Errors.swift
[102/211] Compiling ArgumentParser Flag.swift
[103/211] Compiling ArgumentParser NameSpecification.swift
[104/211] Compiling ArgumentParser Option.swift
[105/211] Compiling ArgumentParser ExpressibleByArgument.swift
[106/211] Compiling ArgumentParser ParsableArguments.swift
[107/211] Compiling ArgumentParser ParsableArgumentsValidation.swift
[108/211] Compiling ArgumentParser ParsableCommand.swift
[109/211] Compiling ArgumentParser ArgumentDecoder.swift
[110/211] Compiling ArgumentParser CollectionExtensions.swift
[111/211] Compiling ArgumentParser Platform.swift
[112/211] Compiling ArgumentParser SequenceExtensions.swift
[113/211] Compiling ArgumentParser StringExtensions.swift
[114/211] Compiling ArgumentParser Tree.swift
[115/212] Wrapping AST for ArgumentParser for debugging
[117/221] Compiling KippleToolsCore ShellCommand+FileSystem.swift
[118/222] Compiling KippleToolsCore VerboseLogging.swift
[119/222] Compiling KippleToolsCore ShellCommand.swift
[120/222] Compiling KippleToolsCore Shell.swift
[121/222] Compiling KippleToolsCore ShellError.swift
[122/222] Compiling KippleToolsCore ShellCommand+SwiftPackageManager.swift
[123/222] Compiling KippleToolsCore ShellCommand+Git.swift
[124/222] Compiling KippleToolsCore Data+ShellOutput.swift
[125/222] Compiling KippleToolsCore Process+Convenience.swift
[126/222] Emitting module KippleToolsCore
[127/223] Wrapping AST for KippleToolsCore for debugging
[135/223] Compiling SwiftFormat BlankLineAfterSwitchCase.swift
[136/223] Compiling SwiftFormat BlankLinesAfterGuardStatements.swift
[137/223] Compiling SwiftFormat BlankLinesAroundMark.swift
[138/223] Compiling SwiftFormat BlankLinesAtEndOfScope.swift
[139/223] Compiling SwiftFormat BlankLinesAtStartOfScope.swift
[140/223] Compiling SwiftFormat BlankLinesBetweenChainedFunctions.swift
[141/223] Compiling SwiftFormat BlankLinesBetweenImports.swift
[142/223] Compiling SwiftFormat BlankLinesBetweenScopes.swift
[143/223] Compiling SwiftFormat BlockComments.swift
[144/223] Compiling SwiftFormat Braces.swift
[145/223] Compiling SwiftFormat ConditionalAssignment.swift
[146/223] Compiling SwiftFormat ConsecutiveBlankLines.swift
[147/223] Emitting module SwiftFormat
[148/223] Compiling SwiftFormat Void.swift
[149/223] Compiling SwiftFormat Wrap.swift
[150/223] Compiling SwiftFormat WrapArguments.swift
[151/223] Compiling SwiftFormat WrapAttributes.swift
[152/223] Compiling SwiftFormat WrapConditionalBodies.swift
[153/223] Compiling SwiftFormat WrapEnumCases.swift
[154/223] Compiling SwiftFormat WrapLoopBodies.swift
[155/223] Compiling SwiftFormat WrapMultilineConditionalAssignment.swift
[156/223] Compiling SwiftFormat WrapMultilineFunctionChains.swift
[157/223] Compiling SwiftFormat WrapMultilineStatementBraces.swift
[158/223] Compiling SwiftFormat WrapSingleLineComments.swift
[159/223] Compiling SwiftFormat WrapSwitchCases.swift
[160/223] Compiling SwiftFormat YodaConditions.swift
[161/223] Compiling SwiftFormat Singularize.swift
[162/223] Compiling SwiftFormat SwiftFormat.swift
[163/223] Compiling SwiftFormat Tokenizer.swift
[164/223] Compiling SwiftFormat XMLReporter.swift
[201/223] Compiling SwiftFormat Arguments.swift
[202/223] Compiling SwiftFormat CommandLine.swift
[203/223] Compiling SwiftFormat Declaration.swift
[204/223] Compiling SwiftFormat DeclarationType.swift
[205/223] Compiling SwiftFormat EnumAssociable.swift
[206/223] Compiling SwiftFormat FormatRule.swift
[207/223] Compiling SwiftFormat Formatter.swift
[208/223] Compiling SwiftFormat FormattingHelpers.swift
[209/223] Compiling SwiftFormat GitFileInfo.swift
[210/223] Compiling SwiftFormat GithubActionsLogReporter.swift
[211/223] Compiling SwiftFormat Globs.swift
[212/223] Compiling SwiftFormat Inference.swift
[213/223] Compiling SwiftFormat JSONReporter.swift
[214/223] Compiling SwiftFormat OptionDescriptor.swift
[215/223] Compiling SwiftFormat Options.swift
[216/223] Compiling SwiftFormat ParsingHelpers.swift
[217/223] Compiling SwiftFormat Reporter.swift
[218/223] Compiling SwiftFormat RuleRegistry.generated.swift
[219/224] Wrapping AST for SwiftFormat for debugging
[221/238] Compiling KippleFramework SwiftVersion.swift
[222/238] Compiling KippleFramework BuildCommand.swift
[223/239] Compiling KippleFramework SetupCommand.swift
[224/239] Compiling KippleFramework TestCommand.swift
[225/239] Compiling KippleFramework UninstallCommand.swift
[226/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))
[227/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))
[228/239] Compiling KippleFramework FormatCommand.swift
[229/239] Compiling KippleFramework InstallCommand.swift
[230/239] Compiling KippleFramework MainCommand.swift
[231/239] Compiling KippleFramework Platform.swift
[232/239] Compiling KippleFramework BuildEnvironment.swift
[233/239] Compiling KippleFramework FileFormatter.swift
[234/239] 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))
[235/239] Compiling KippleFramework resource_bundle_accessor.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! (112.41s)
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.