The Swift Package Index logo.Swift Package Index

Build Information

Failed to build KippleTools, reference main (d250ed), with Swift 6.3 for Wasm on 14 Apr 2026 14:43:58 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/bdrelling/KippleTools.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/nicklockwood/SwiftFormat
[1/17523] Fetching swift-argument-parser
[1929/73631] Fetching swift-argument-parser, swiftformat
Fetched https://github.com/apple/swift-argument-parser from cache (44.92s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (45.70s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (50.60s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.61.0 (0.61s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.61.0
[1/1] Compiling plugin SwiftFormatPlugin
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/23] Copying pre-commit
[3/23] Copying default.swiftlint.yml
[3/23] Copying default.swiftformat
[3/23] Copying default.gitignore
[3/23] Copying app.gitignore
[8/23] Write sources
[14/23] Write swift-version-24593BA9C3E375BF.txt
[16/174] Compiling ArgumentParserToolInfo ToolInfo.swift
[17/174] Emitting module ArgumentParserToolInfo
[18/175] Wrapping AST for ArgumentParserToolInfo for debugging
[20/221] Emitting module ArgumentParser
[21/227] Compiling ArgumentParser Parsed.swift
[22/227] Compiling ArgumentParser ParsedValues.swift
[23/227] Compiling ArgumentParser ParserError.swift
[24/227] Compiling ArgumentParser SplitArguments.swift
[25/227] Compiling ArgumentParser DumpHelpGenerator.swift
[26/227] Compiling ArgumentParser HelpCommand.swift
[27/227] Compiling ArgumentParser HelpGenerator.swift
[28/227] Compiling ArgumentParser MessageInfo.swift
[29/227] Compiling ArgumentParser UsageGenerator.swift
[30/227] Compiling ArgumentParser CollectionExtensions.swift
[31/227] Compiling ArgumentParser Foundation.swift
[32/227] Compiling ArgumentParser Mutex.swift
[33/227] Compiling ArgumentParser Platform.swift
[34/227] Compiling ArgumentParser SequenceExtensions.swift
[35/227] Compiling ArgumentParser StringExtensions.swift
[36/227] Compiling ArgumentParser SwiftExtensions.swift
[37/227] Compiling ArgumentParser ParentCommand.swift
[38/227] Compiling ArgumentParser AsyncParsableCommand.swift
[39/227] Compiling ArgumentParser CommandConfiguration.swift
[40/227] Compiling ArgumentParser CommandGroup.swift
[41/227] Compiling ArgumentParser EnumerableFlag.swift
[42/248] Compiling SwiftFormat AssertionFailures.swift
[43/248] Compiling SwiftFormat BlankLineAfterImports.swift
[44/248] Compiling SwiftFormat BlankLineAfterSwitchCase.swift
[45/248] Compiling SwiftFormat BlankLinesAfterGuardStatements.swift
[46/248] Compiling SwiftFormat BlankLinesAroundMark.swift
[47/248] Compiling SwiftFormat BlankLinesAtEndOfScope.swift
[48/248] Compiling SwiftFormat BlankLinesAtStartOfScope.swift
[49/248] Compiling SwiftFormat BlankLinesBetweenChainedFunctions.swift
[50/248] Compiling SwiftFormat BlankLinesBetweenImports.swift
[51/248] Compiling SwiftFormat BlankLinesBetweenScopes.swift
[52/248] Compiling SwiftFormat BlockComments.swift
[53/248] Compiling SwiftFormat Braces.swift
[54/248] Compiling SwiftFormat ConditionalAssignment.swift
[55/248] Compiling SwiftFormat ConsecutiveBlankLines.swift
[56/248] Compiling SwiftFormat ConsecutiveSpaces.swift
[57/248] Compiling SwiftFormat ConsistentSwitchCaseSpacing.swift
[58/248] Compiling SwiftFormat DocComments.swift
[59/248] Compiling SwiftFormat DocCommentsBeforeModifiers.swift
[60/248] Compiling SwiftFormat DuplicateImports.swift
[61/248] Compiling SwiftFormat ElseOnSameLine.swift
[62/248] Compiling SwiftFormat EmptyBraces.swift
[63/248] Compiling SwiftFormat RedundantExtensionACL.swift
[64/248] Compiling SwiftFormat RedundantFileprivate.swift
[65/248] Compiling SwiftFormat RedundantGet.swift
[66/248] Compiling SwiftFormat RedundantInit.swift
[67/248] Compiling SwiftFormat RedundantInternal.swift
[68/248] Compiling SwiftFormat RedundantLet.swift
[69/248] Compiling SwiftFormat RedundantLetError.swift
[70/248] Compiling SwiftFormat RedundantMemberwiseInit.swift
[71/248] Compiling SwiftFormat RedundantNilInit.swift
[72/248] Compiling SwiftFormat RedundantObjc.swift
[73/248] Compiling SwiftFormat RedundantOptionalBinding.swift
[74/248] Compiling SwiftFormat RedundantParens.swift
[75/248] Compiling SwiftFormat RedundantPattern.swift
[76/248] Compiling SwiftFormat RedundantProperty.swift
[77/248] Compiling SwiftFormat RedundantPublic.swift
[78/248] Compiling SwiftFormat RedundantRawValues.swift
[79/248] Compiling SwiftFormat RedundantReturn.swift
[80/248] Compiling SwiftFormat RedundantSelf.swift
[81/248] Compiling SwiftFormat RedundantSendable.swift
[82/248] Compiling SwiftFormat RedundantStaticSelf.swift
[83/248] Compiling SwiftFormat RedundantSwiftTestingSuite.swift
[84/248] Compiling ArgumentParser InputOrigin.swift
[85/248] Compiling ArgumentParser Name.swift
[90/248] Compiling ArgumentParser Tree.swift
[91/248] Compiling ArgumentParser CodingKeyValidator.swift
[92/248] Compiling ArgumentParser NonsenseFlagsValidator.swift
[93/248] Compiling ArgumentParser ParsableArgumentsValidation.swift
[94/248] Compiling ArgumentParser PositionalArgumentsValidator.swift
[95/248] Compiling ArgumentParser UniqueNamesValidator.swift
[96/248] Compiling SwiftFormat RedundantThrows.swift
[97/248] Compiling SwiftFormat RedundantType.swift
[98/248] Compiling SwiftFormat RedundantTypedThrows.swift
[99/248] Compiling SwiftFormat RedundantVariable.swift
[100/248] Compiling SwiftFormat RedundantViewBuilder.swift
[101/248] Compiling SwiftFormat RedundantVoidReturnType.swift
[102/248] Compiling SwiftFormat Semicolons.swift
[103/248] Compiling SwiftFormat SimplifyGenericConstraints.swift
[104/248] Compiling SwiftFormat SinglePropertyPerLine.swift
[105/248] Compiling SwiftFormat SortDeclarations.swift
[106/248] Compiling SwiftFormat SortImports.swift
[107/248] Compiling SwiftFormat SortSwitchCases.swift
[108/248] Compiling SwiftFormat SortTypealiases.swift
[109/248] Compiling SwiftFormat SortedImports.swift
[110/248] Compiling SwiftFormat SortedSwitchCases.swift
[111/248] Compiling SwiftFormat SpaceAroundBraces.swift
[112/248] Compiling SwiftFormat SpaceAroundBrackets.swift
[113/248] Compiling SwiftFormat SpaceAroundComments.swift
[114/248] Compiling SwiftFormat SpaceAroundGenerics.swift
[115/248] Compiling SwiftFormat SpaceAroundOperators.swift
[116/248] Compiling SwiftFormat SpaceAroundParens.swift
[117/248] Compiling SwiftFormat SpaceInsideBraces.swift
[118/248] Compiling SwiftFormat SpaceInsideBrackets.swift
[119/248] Compiling SwiftFormat SpaceInsideComments.swift
[120/248] Compiling SwiftFormat SpaceInsideGenerics.swift
[121/248] Compiling SwiftFormat SpaceInsideParens.swift
[122/248] Compiling SwiftFormat Specifiers.swift
[123/248] Compiling SwiftFormat StrongOutlets.swift
[124/248] Compiling SwiftFormat StrongifiedSelf.swift
[125/248] Compiling SwiftFormat SwiftTestingTestCaseNames.swift
[126/248] Compiling SwiftFormat TestSuiteAccessControl.swift
[127/248] Compiling SwiftFormat ThrowingTests.swift
[128/248] Compiling SwiftFormat Todos.swift
[129/248] Compiling SwiftFormat TrailingClosures.swift
[130/248] Compiling SwiftFormat TrailingCommas.swift
[131/248] Compiling SwiftFormat TrailingSpace.swift
[132/248] Compiling SwiftFormat TypeSugar.swift
[133/248] Compiling SwiftFormat URLMacro.swift
[134/248] Compiling SwiftFormat UnusedArguments.swift
[135/248] Compiling SwiftFormat UnusedPrivateDeclarations.swift
[136/248] Compiling SwiftFormat ValidateTestCases.swift
[137/248] Compiling SwiftFormat Void.swift
[138/248] Compiling ArgumentParser ExpressibleByArgument.swift
[139/248] Compiling ArgumentParser ParsableArguments.swift
[146/248] Compiling SwiftFormat PreferFinalClasses.swift
[147/248] Compiling SwiftFormat PreferForLoop.swift
[148/248] Compiling SwiftFormat PreferKeyPath.swift
[149/248] Compiling SwiftFormat PreferSwiftStringAPI.swift
[150/248] Compiling SwiftFormat PreferSwiftTesting.swift
[151/248] Compiling SwiftFormat PrivateStateVariables.swift
[152/248] Compiling SwiftFormat PropertyTypes.swift
[153/248] Compiling SwiftFormat RedundantAsync.swift
[154/248] Compiling SwiftFormat RedundantBackticks.swift
[155/248] Compiling SwiftFormat RedundantBreak.swift
[156/248] Compiling SwiftFormat RedundantClosure.swift
[157/248] Compiling SwiftFormat RedundantEmptyView.swift
[158/248] Compiling SwiftFormat RedundantEquatable.swift
[159/248] Compiling ArgumentParser BashCompletionsGenerator.swift
[160/248] Compiling ArgumentParser CompletionsGenerator.swift
[161/248] Compiling ArgumentParser FishCompletionsGenerator.swift
[162/248] Compiling ArgumentParser ZshCompletionsGenerator.swift
[163/248] Compiling ArgumentParser Argument.swift
[164/248] Compiling ArgumentParser ArgumentDiscussion.swift
[165/248] Compiling ArgumentParser ArgumentHelp.swift
[185/248] Compiling ArgumentParser ArgumentVisibility.swift
[186/248] Compiling ArgumentParser CompletionKind.swift
[187/248] Compiling ArgumentParser Errors.swift
[188/248] Compiling ArgumentParser Flag.swift
[189/248] Compiling ArgumentParser NameSpecification.swift
[190/248] Compiling ArgumentParser Option.swift
[191/248] Compiling ArgumentParser OptionGroup.swift
[192/248] Compiling ArgumentParser ParsableCommand.swift
[193/248] Compiling ArgumentParser ArgumentDecoder.swift
[194/248] Compiling ArgumentParser ArgumentDefinition.swift
[195/248] Compiling ArgumentParser ArgumentSet.swift
[196/248] Compiling ArgumentParser CommandParser.swift
[197/248] Compiling ArgumentParser InputKey.swift
[198/249] Wrapping AST for ArgumentParser for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[200/258] Emitting module KippleToolsCore
/host/spi-builder-workspace/Sources/KippleToolsCore/Extensions/Process+Convenience.swift:5:18: error: cannot find type 'Process' in scope
  3 | import Foundation
  4 |
  5 | public extension Process {
    |                  `- error: cannot find type 'Process' in scope
  6 |     // MARK: Properties
  7 |
[201/258] Compiling KippleToolsCore ShellError.swift
[202/259] Compiling KippleToolsCore Data+ShellOutput.swift
/host/spi-builder-workspace/Sources/KippleToolsCore/Extensions/Process+Convenience.swift:5:18: error: cannot find type 'Process' in scope
  3 | import Foundation
  4 |
  5 | public extension Process {
    |                  `- error: cannot find type 'Process' in scope
  6 |     // MARK: Properties
  7 |
[203/259] Compiling KippleToolsCore Process+Convenience.swift
/host/spi-builder-workspace/Sources/KippleToolsCore/Extensions/Process+Convenience.swift:5:18: error: cannot find type 'Process' in scope
  3 | import Foundation
  4 |
  5 | public extension Process {
    |                  `- error: cannot find type 'Process' in scope
  6 |     // MARK: Properties
  7 |
[204/259] Compiling KippleToolsCore ShellCommand+SwiftPackageManager.swift
[205/259] Compiling KippleToolsCore ShellCommand.swift
[206/259] Compiling KippleToolsCore Shell.swift
/host/spi-builder-workspace/Sources/KippleToolsCore/Helpers/Shell.swift:27:23: error: cannot find 'Process' in scope
25 |         errorHandle: FileHandle? = nil
26 |     ) throws -> String {
27 |         let process = Process(
   |                       `- error: cannot find 'Process' in scope
28 |             executablePath: self.executablePath,
29 |             command: command,
[207/259] Compiling KippleToolsCore VerboseLogging.swift
[208/259] Compiling KippleToolsCore ShellCommand+FileSystem.swift
[209/259] Compiling KippleToolsCore ShellCommand+Git.swift
BUILD FAILURE 6.3 wasm