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

Failed to build KipplePlugins, reference main (aed2ea), with Swift 6.1 for Wasm on 29 May 2025 05:08:19 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bdrelling/KipplePlugins.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/KipplePlugins
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at aed2eac Added .devcontainer.json for Linux development
Cloned https://github.com/bdrelling/KipplePlugins.git
Revision (git rev-parse @):
aed2eace190cdd6c719c7af9174356881c880593
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/bdrelling/KipplePlugins.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/bdrelling/KipplePlugins.git
https://github.com/bdrelling/KipplePlugins.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "kippletools",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "0.6.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/bdrelling/KippleTools"
    }
  ],
  "manifest_display_name" : "KipplePlugins",
  "name" : "KipplePlugins",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "KipplePlugins",
      "targets" : [
        "Format"
      ],
      "type" : {
        "plugin" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Format",
      "module_type" : "PluginTarget",
      "name" : "Format",
      "path" : "Plugins/Format",
      "plugin_capability" : {
        "intent" : {
          "description" : "Format swift files.",
          "type" : "custom",
          "verb" : "format"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Format Swift files.",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_dependencies" : [
        "kipple"
      ],
      "product_memberships" : [
        "KipplePlugins"
      ],
      "sources" : [
        "Core/FormatPlugin.swift",
        "Shared/ArgumentExtractor+Convenience.swift",
        "Shared/ConfiguredProcess.swift"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/bdrelling/KippleTools
[1/720] Fetching kippletools
Fetched https://github.com/bdrelling/KippleTools from cache (0.25s)
Computing version for https://github.com/bdrelling/KippleTools
Computed https://github.com/bdrelling/KippleTools at 0.5.4 (0.85s)
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/nicklockwood/SwiftFormat
[1/15379] Fetching swift-argument-parser
[15380/63561] Fetching swift-argument-parser, swiftformat
Fetched https://github.com/apple/swift-argument-parser from cache (38.95s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (39.97s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (41.05s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.56.2 (5.94s)
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.56.2
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
Creating working copy for https://github.com/bdrelling/KippleTools
Working copy of https://github.com/bdrelling/KippleTools resolved at 0.5.4
[1/1] Compiling plugin Format
[2/2] Compiling plugin SwiftFormatPlugin
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/42] Write sources
[3/42] Copying default.swiftlint.yml
[3/42] Copying pre-commit
[3/42] Write sources
[3/42] Copying default.gitignore
[3/42] Copying default.swiftformat
[3/42] Copying app.gitignore
[3/42] Write sources
[3/42] Copying pre-commit
[3/42] Write sources
[3/42] Copying default.swiftlint.yml
[3/42] Copying default.swiftformat
[3/42] Copying default.gitignore
[3/42] Write sources
[3/42] Copying app.gitignore
[3/42] Write sources
[25/42] Write swift-version-24593BA9C3E375BF.txt
[27/298] Emitting module ArgumentParserToolInfo
[28/298] Compiling ArgumentParserToolInfo ToolInfo.swift
[29/299] Wrapping AST for ArgumentParserToolInfo for debugging
[31/337] Emitting module ArgumentParserToolInfo
[32/337] Compiling ArgumentParserToolInfo ToolInfo.swift
[34/338] Emitting module ArgumentParser
[34/343] Wrapping AST for ArgumentParserToolInfo for debugging
[36/381] Compiling ArgumentParser ArgumentVisibility.swift
[37/381] Compiling ArgumentParser CompletionKind.swift
[38/381] Compiling ArgumentParser Errors.swift
[39/381] Compiling ArgumentParser Flag.swift
[40/381] Compiling ArgumentParser NameSpecification.swift
[41/381] Compiling ArgumentParser Option.swift
[42/381] Compiling ArgumentParser OptionGroup.swift
[43/381] Compiling ArgumentParser AsyncParsableCommand.swift
[44/381] Compiling ArgumentParser CommandConfiguration.swift
[45/381] Compiling ArgumentParser CommandGroup.swift
[46/381] Compiling ArgumentParser EnumerableFlag.swift
[47/381] Compiling ArgumentParser BashCompletionsGenerator.swift
[48/381] Compiling ArgumentParser CompletionsGenerator.swift
[49/381] Compiling ArgumentParser FishCompletionsGenerator.swift
[50/381] Compiling ArgumentParser ZshCompletionsGenerator.swift
[51/381] Compiling ArgumentParser Argument.swift
[52/381] Compiling ArgumentParser ArgumentHelp.swift
[53/381] Compiling ArgumentParser ExpressibleByArgument.swift
[54/381] Compiling ArgumentParser ParsableArguments.swift
[55/381] Compiling ArgumentParser ParsableArgumentsValidation.swift
[56/381] Compiling ArgumentParser ParsableCommand.swift
[57/381] Compiling ArgumentParser ArgumentDecoder.swift
[58/381] Compiling ArgumentParser UsageGenerator.swift
[59/381] Compiling ArgumentParser CollectionExtensions.swift
[60/381] Compiling ArgumentParser Platform.swift
[61/381] Compiling ArgumentParser SequenceExtensions.swift
[62/381] Compiling ArgumentParser StringExtensions.swift
[63/381] Compiling ArgumentParser Tree.swift
[64/381] Compiling SwiftFormat MarkTypes.swift
[65/381] Compiling SwiftFormat ModifierOrder.swift
[66/381] Compiling SwiftFormat NoExplicitOwnership.swift
[67/381] Compiling SwiftFormat NumberFormatting.swift
[68/381] Compiling SwiftFormat OpaqueGenericParameters.swift
[69/381] Compiling SwiftFormat OrganizeDeclarations.swift
[70/381] Compiling SwiftFormat PreferCountWhere.swift
[71/381] Compiling SwiftFormat PreferForLoop.swift
[72/381] Compiling SwiftFormat PreferKeyPath.swift
[73/381] Compiling SwiftFormat PreferSwiftTesting.swift
[74/381] Compiling SwiftFormat PrivateStateVariables.swift
[75/381] Compiling SwiftFormat PropertyTypes.swift
[81/398] Compiling SwiftFormat RedundantSelf.swift
[82/398] Compiling SwiftFormat RedundantStaticSelf.swift
[83/398] Compiling SwiftFormat RedundantType.swift
[84/398] Compiling SwiftFormat RedundantTypedThrows.swift
[85/398] Compiling SwiftFormat RedundantVoidReturnType.swift
[86/398] Compiling SwiftFormat Semicolons.swift
[87/398] Compiling SwiftFormat SortDeclarations.swift
[88/398] Compiling SwiftFormat SortImports.swift
[89/398] Compiling SwiftFormat SortSwitchCases.swift
[90/398] Compiling SwiftFormat SortTypealiases.swift
[91/398] Compiling SwiftFormat SortedImports.swift
[92/398] Compiling SwiftFormat SortedSwitchCases.swift
[93/398] Compiling SwiftFormat SpaceAroundBraces.swift
[94/398] Compiling SwiftFormat SpaceAroundBrackets.swift
[95/398] Compiling SwiftFormat SpaceAroundComments.swift
[96/398] Compiling SwiftFormat SpaceAroundGenerics.swift
[97/398] Compiling SwiftFormat SpaceAroundOperators.swift
[98/398] Compiling SwiftFormat SpaceAroundParens.swift
[99/398] Compiling SwiftFormat SpaceInsideBraces.swift
[100/398] Compiling SwiftFormat SpaceInsideBrackets.swift
[101/398] Compiling SwiftFormat SpaceInsideComments.swift
[102/398] Compiling SwiftFormat SpaceInsideGenerics.swift
[103/398] Compiling SwiftFormat SpaceInsideParens.swift
[104/398] Compiling SwiftFormat Specifiers.swift
[105/398] Compiling SwiftFormat StrongOutlets.swift
[106/398] Compiling SwiftFormat StrongifiedSelf.swift
[107/398] Compiling SwiftFormat SwiftTestingTestCaseNames.swift
[108/398] Compiling SwiftFormat Todos.swift
[109/398] Compiling SwiftFormat TrailingClosures.swift
[110/398] Compiling SwiftFormat TrailingCommas.swift
[111/398] Compiling SwiftFormat TrailingSpace.swift
[112/398] Compiling SwiftFormat TypeSugar.swift
[113/398] Compiling SwiftFormat UnusedArguments.swift
[114/398] Compiling SwiftFormat UnusedPrivateDeclarations.swift
[115/398] Compiling SwiftFormat RedundantReturn.swift
[133/415] Compiling ArgumentParser DumpHelpGenerator.swift
[134/415] Compiling ArgumentParser HelpCommand.swift
[135/415] Compiling ArgumentParser HelpGenerator.swift
[136/415] Compiling ArgumentParser MessageInfo.swift
[138/415] Compiling ArgumentParser Name.swift
[139/415] Compiling ArgumentParser Parsed.swift
[140/415] Compiling ArgumentParser ParsedValues.swift
[141/415] Compiling ArgumentParser ParserError.swift
[142/415] Compiling ArgumentParser SplitArguments.swift
[143/415] Compiling ArgumentParser ArgumentDefinition.swift
[144/415] Compiling ArgumentParser ArgumentSet.swift
[145/415] Compiling ArgumentParser CommandParser.swift
[146/415] Compiling ArgumentParser InputKey.swift
[147/415] Compiling ArgumentParser InputOrigin.swift
[173/421] Compiling SwiftFormat RedundantBackticks.swift
[174/421] Compiling SwiftFormat RedundantBreak.swift
[175/421] Compiling SwiftFormat RedundantClosure.swift
[176/421] Compiling SwiftFormat RedundantEquatable.swift
[177/421] Compiling SwiftFormat RedundantExtensionACL.swift
[178/421] Compiling SwiftFormat RedundantFileprivate.swift
[179/421] Compiling SwiftFormat RedundantGet.swift
[180/421] Compiling SwiftFormat RedundantInit.swift
[181/421] Compiling SwiftFormat RedundantInternal.swift
[182/421] Compiling SwiftFormat RedundantLet.swift
[183/421] Compiling SwiftFormat RedundantLetError.swift
[184/421] Compiling SwiftFormat RedundantNilInit.swift
[185/421] Compiling SwiftFormat RedundantObjc.swift
[186/421] Compiling SwiftFormat RedundantOptionalBinding.swift
[187/421] Compiling SwiftFormat RedundantParens.swift
[188/421] Compiling SwiftFormat RedundantPattern.swift
[189/421] Compiling SwiftFormat RedundantProperty.swift
[190/421] Compiling SwiftFormat RedundantRawValues.swift
[190/421] Wrapping AST for ArgumentParser for debugging
[192/428] Emitting module ArgumentParser
[193/428] Compiling KippleToolsCore Data+ShellOutput.swift
[194/428] Compiling KippleToolsCore Process+Convenience.swift
[199/430] Compiling KippleToolsCore ShellError.swift
[200/431] Compiling KippleToolsCore Shell.swift
[201/431] Compiling KippleToolsCore ShellCommand.swift
[202/431] Compiling KippleToolsCore VerboseLogging.swift
[208/431] Compiling KippleToolsCore ShellCommand+FileSystem.swift
[209/431] Compiling KippleToolsCore ShellCommand+Git.swift
[210/431] Compiling KippleToolsCore ShellCommand+SwiftPackageManager.swift
[211/431] Emitting module KippleToolsCore
[212/431] Compiling ArgumentParser CollectionExtensions.swift
[213/431] Compiling ArgumentParser Platform.swift
[214/431] Compiling ArgumentParser SequenceExtensions.swift
[215/431] Compiling ArgumentParser StringExtensions.swift
[216/431] Compiling ArgumentParser Tree.swift
[219/432] Wrapping AST for KippleToolsCore for debugging
[241/436] Wrapping AST for ArgumentParser for debugging
[243/442] Compiling KippleToolsCore Data+ShellOutput.swift
/host/spi-builder-workspace/.build/checkouts/KippleTools/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 |
[244/442] Compiling KippleToolsCore Process+Convenience.swift
/host/spi-builder-workspace/.build/checkouts/KippleTools/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[245/442] Emitting module KippleToolsCore
/host/spi-builder-workspace/.build/checkouts/KippleTools/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 |
[246/443] Compiling KippleToolsCore Shell.swift
/host/spi-builder-workspace/.build/checkouts/KippleTools/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,
[247/443] Compiling KippleToolsCore VerboseLogging.swift
[248/443] Compiling KippleToolsCore ShellCommand.swift
[249/443] Compiling KippleToolsCore ShellError.swift
[250/443] Compiling KippleToolsCore ShellCommand+SwiftPackageManager.swift
[251/443] Compiling KippleToolsCore ShellCommand+FileSystem.swift
[252/443] Compiling KippleToolsCore ShellCommand+Git.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Format
[2/2] Compiling plugin SwiftFormatPlugin
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/20] Write swift-version-24593BA9C3E375BF.txt
[5/276] Emitting module ArgumentParserToolInfo
[6/276] Compiling ArgumentParserToolInfo ToolInfo.swift
[9/314] Emitting module ArgumentParserToolInfo
[11/352] Emitting module ArgumentParser
[12/357] Compiling ArgumentParser CollectionExtensions.swift
[13/357] Compiling ArgumentParser Platform.swift
[14/357] Compiling ArgumentParser SequenceExtensions.swift
[15/357] Compiling ArgumentParser StringExtensions.swift
[16/357] Compiling ArgumentParser Tree.swift
[17/357] Compiling ArgumentParser ArgumentDefinition.swift
[18/357] Compiling ArgumentParser ArgumentSet.swift
[19/357] Compiling ArgumentParser CommandParser.swift
[20/357] Compiling ArgumentParser InputKey.swift
[21/357] Compiling ArgumentParser InputOrigin.swift
[22/357] Compiling ArgumentParser Option.swift
[23/357] Compiling ArgumentParser OptionGroup.swift
[24/357] Compiling ArgumentParser AsyncParsableCommand.swift
[25/357] Compiling ArgumentParser CommandConfiguration.swift
[26/357] Compiling ArgumentParser CommandGroup.swift
[27/357] Compiling ArgumentParser EnumerableFlag.swift
[28/357] Compiling ArgumentParser ArgumentVisibility.swift
[29/357] Compiling ArgumentParser CompletionKind.swift
[30/357] Compiling ArgumentParser Errors.swift
[31/357] Compiling ArgumentParser Flag.swift
[32/357] Compiling ArgumentParser NameSpecification.swift
[33/357] Compiling ArgumentParser BashCompletionsGenerator.swift
[34/357] Compiling ArgumentParser CompletionsGenerator.swift
[35/357] Compiling ArgumentParser FishCompletionsGenerator.swift
[36/357] Compiling ArgumentParser ZshCompletionsGenerator.swift
[37/357] Compiling ArgumentParser Argument.swift
[38/357] Compiling ArgumentParser ArgumentHelp.swift
[39/357] Compiling ArgumentParser ExpressibleByArgument.swift
[40/357] Compiling ArgumentParser ParsableArguments.swift
[41/357] Compiling ArgumentParser ParsableArgumentsValidation.swift
[42/357] Compiling ArgumentParser ParsableCommand.swift
[43/357] Compiling ArgumentParser ArgumentDecoder.swift
[44/357] Compiling ArgumentParser Name.swift
[45/357] Compiling ArgumentParser Parsed.swift
[46/357] Compiling ArgumentParser ParsedValues.swift
[47/357] Compiling ArgumentParser ParserError.swift
[48/357] Compiling ArgumentParser SplitArguments.swift
[49/357] Compiling ArgumentParser DumpHelpGenerator.swift
[50/357] Compiling ArgumentParser HelpCommand.swift
[51/357] Compiling ArgumentParser HelpGenerator.swift
[52/357] Compiling ArgumentParser MessageInfo.swift
[53/357] Compiling ArgumentParser UsageGenerator.swift
[54/358] Compiling SwiftFormat SpaceAroundParens.swift
[55/358] Compiling SwiftFormat SpaceInsideBraces.swift
[56/358] Compiling SwiftFormat SpaceInsideBrackets.swift
[57/358] Compiling SwiftFormat SpaceInsideComments.swift
[58/358] Compiling SwiftFormat SpaceInsideGenerics.swift
[59/358] Compiling SwiftFormat SpaceInsideParens.swift
[60/358] Compiling SwiftFormat Specifiers.swift
[61/358] Compiling SwiftFormat StrongOutlets.swift
[62/358] Compiling SwiftFormat StrongifiedSelf.swift
[63/358] Compiling SwiftFormat SwiftTestingTestCaseNames.swift
[64/358] Compiling SwiftFormat Todos.swift
[65/358] Compiling SwiftFormat TrailingClosures.swift
[66/358] Compiling SwiftFormat TrailingCommas.swift
[67/358] Compiling SwiftFormat TrailingSpace.swift
[68/358] Compiling SwiftFormat TypeSugar.swift
[69/358] Compiling SwiftFormat UnusedArguments.swift
[70/358] Compiling SwiftFormat UnusedPrivateDeclarations.swift
[71/358] Compiling SwiftFormat RedundantReturn.swift
[72/358] Compiling SwiftFormat RedundantSelf.swift
[73/358] Compiling SwiftFormat RedundantStaticSelf.swift
[74/358] Compiling SwiftFormat RedundantType.swift
[75/358] Compiling SwiftFormat RedundantTypedThrows.swift
[76/358] Compiling SwiftFormat RedundantVoidReturnType.swift
[77/358] Compiling SwiftFormat Semicolons.swift
[78/358] Compiling SwiftFormat SortDeclarations.swift
[79/358] Compiling SwiftFormat SortImports.swift
[80/358] Compiling SwiftFormat SortSwitchCases.swift
[81/358] Compiling SwiftFormat SortTypealiases.swift
[82/358] Compiling SwiftFormat SortedImports.swift
[83/358] Compiling SwiftFormat SortedSwitchCases.swift
[84/358] Compiling SwiftFormat SpaceAroundBraces.swift
[85/358] Compiling SwiftFormat SpaceAroundBrackets.swift
[86/358] Compiling SwiftFormat SpaceAroundComments.swift
[87/358] Compiling SwiftFormat SpaceAroundGenerics.swift
[88/358] Compiling SwiftFormat SpaceAroundOperators.swift
[146/405] Compiling KippleToolsCore ShellCommand+FileSystem.swift
[147/406] Compiling KippleToolsCore Shell.swift
[148/406] Compiling KippleToolsCore ShellCommand+SwiftPackageManager.swift
[149/406] Compiling ArgumentParser CollectionExtensions.swift
[150/406] Compiling ArgumentParser Platform.swift
[151/406] Compiling ArgumentParser SequenceExtensions.swift
[152/406] Compiling ArgumentParser StringExtensions.swift
[153/406] Compiling ArgumentParser Tree.swift
[154/406] Compiling KippleToolsCore ShellCommand.swift
[165/406] Compiling KippleToolsCore ShellError.swift
[166/406] Compiling KippleToolsCore VerboseLogging.swift
[167/406] Compiling KippleToolsCore ShellCommand+Git.swift
[168/406] Compiling SwiftFormat RedundantBackticks.swift
[169/406] Compiling SwiftFormat RedundantBreak.swift
[170/406] Compiling SwiftFormat RedundantClosure.swift
[171/406] Compiling SwiftFormat RedundantEquatable.swift
[172/406] Compiling SwiftFormat RedundantExtensionACL.swift
[173/406] Compiling SwiftFormat RedundantFileprivate.swift
[174/406] Compiling SwiftFormat RedundantGet.swift
[175/406] Compiling SwiftFormat RedundantInit.swift
[176/406] Compiling SwiftFormat RedundantInternal.swift
[177/406] Compiling SwiftFormat RedundantLet.swift
[178/406] Compiling SwiftFormat RedundantLetError.swift
[179/406] Compiling SwiftFormat RedundantNilInit.swift
[180/406] Compiling SwiftFormat RedundantObjc.swift
[181/406] Compiling SwiftFormat RedundantOptionalBinding.swift
[182/406] Compiling SwiftFormat RedundantParens.swift
[183/406] Compiling SwiftFormat RedundantPattern.swift
[184/406] Compiling SwiftFormat RedundantProperty.swift
[185/406] Compiling SwiftFormat RedundantRawValues.swift
[186/406] Emitting module KippleToolsCore
[187/406] Compiling KippleToolsCore Data+ShellOutput.swift
[188/406] Compiling KippleToolsCore Process+Convenience.swift
[189/407] Emitting module ArgumentParser
[234/415] Compiling KippleToolsCore ShellError.swift
[235/415] Compiling KippleToolsCore Shell.swift
/host/spi-builder-workspace/.build/checkouts/KippleTools/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,
[236/416] Compiling KippleToolsCore ShellCommand+SwiftPackageManager.swift
[237/416] Compiling KippleToolsCore VerboseLogging.swift
[238/416] Compiling KippleToolsCore ShellCommand.swift
[239/416] Compiling KippleToolsCore Data+ShellOutput.swift
/host/spi-builder-workspace/.build/checkouts/KippleTools/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 |
[240/416] Compiling KippleToolsCore Process+Convenience.swift
/host/spi-builder-workspace/.build/checkouts/KippleTools/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[241/416] Emitting module KippleToolsCore
/host/spi-builder-workspace/.build/checkouts/KippleTools/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 |
[242/416] Compiling KippleToolsCore ShellCommand+FileSystem.swift
[243/416] Compiling KippleToolsCore ShellCommand+Git.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/CommandLine.swift:776:13: error: cannot find 'DispatchQueue' in scope
 774 |         } else if inputURLs.isEmpty {
 775 |             // If no input file, try stdin
 776 |             DispatchQueue.global(qos: .userInitiated).async {
     |             `- error: cannot find 'DispatchQueue' in scope
 777 |                 processFromStdin()
 778 |             }
[268/416] Compiling SwiftFormat EmptyBraces.swift
[269/416] Compiling SwiftFormat EmptyExtensions.swift
[270/416] Compiling SwiftFormat EnumNamespaces.swift
[271/416] Compiling SwiftFormat EnvironmentEntry.swift
[272/416] Compiling SwiftFormat ExtensionAccessControl.swift
[273/416] Compiling SwiftFormat FileHeader.swift
[274/416] Compiling SwiftFormat FileMacro.swift
[275/416] Compiling SwiftFormat GenericExtensions.swift
[276/416] Compiling SwiftFormat HeaderFileName.swift
[277/416] Compiling SwiftFormat HoistAwait.swift
[278/416] Compiling SwiftFormat HoistPatternLet.swift
[279/416] Compiling SwiftFormat HoistTry.swift
BUILD FAILURE 6.1 wasm