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 Hondana, reference main (a028b3), with Swift 6.1 for Wasm on 28 May 2025 11:07:51 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/KS1019/Hondana.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/KS1019/Hondana
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a028b36 Update README.md
Cloned https://github.com/KS1019/Hondana.git
Revision (git rev-parse @):
a028b369553b408b4b63d9e842883dccdc56fc46
SUCCESS checkout https://github.com/KS1019/Hondana.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/KS1019/Hondana.git
https://github.com/KS1019/Hondana.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "files",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/Files"
    },
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow"
    },
    {
      "identity" : "swiftytexttable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/scottrhoyt/SwiftyTextTable"
    },
    {
      "identity" : "assertswiftcli",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "0.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/KS1019/AssertSwiftCLI"
    }
  ],
  "manifest_display_name" : "Hondana",
  "name" : "Hondana",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "hondana",
      "targets" : [
        "Hondana"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "HondanaKit",
      "targets" : [
        "HondanaKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HondanaTests",
      "module_type" : "SwiftTarget",
      "name" : "HondanaTests",
      "path" : "Tests/HondanaTests",
      "product_dependencies" : [
        "AssertSwiftCLI"
      ],
      "sources" : [
        "HondanaTests.swift"
      ],
      "target_dependencies" : [
        "Hondana"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HondanaKitTests",
      "module_type" : "SwiftTarget",
      "name" : "HondanaKitTests",
      "path" : "Tests/HondanaKitTests",
      "product_dependencies" : [
        "AssertSwiftCLI"
      ],
      "sources" : [
        "UtitlsTests.swift"
      ],
      "target_dependencies" : [
        "HondanaKit",
        "Extensions"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HondanaKit",
      "module_type" : "SwiftTarget",
      "name" : "HondanaKit",
      "path" : "Sources/HondanaKit",
      "product_dependencies" : [
        "ArgumentParser",
        "Files",
        "Rainbow",
        "SwiftyTextTable"
      ],
      "product_memberships" : [
        "hondana",
        "HondanaKit"
      ],
      "sources" : [
        "FileSystem/FileSystem.swift",
        "GitInstaller/Git.swift",
        "Models/Bookmarklet.swift",
        "Output/Decorator.swift",
        "Utils/Constants.swift",
        "Utils/Utils.swift"
      ],
      "target_dependencies" : [
        "Extensions"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Hondana",
      "module_type" : "SwiftTarget",
      "name" : "Hondana",
      "path" : "Sources/Hondana",
      "product_dependencies" : [
        "ArgumentParser",
        "Files"
      ],
      "product_memberships" : [
        "hondana"
      ],
      "sources" : [
        "Add.swift",
        "Audit.swift",
        "Hondana.swift",
        "Init.swift",
        "Install.swift",
        "List.swift",
        "Sync.swift",
        "Version.swift"
      ],
      "target_dependencies" : [
        "Extensions",
        "HondanaKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ExtensionsTests",
      "module_type" : "SwiftTarget",
      "name" : "ExtensionsTests",
      "path" : "Tests/ExtensionsTests",
      "sources" : [
        "Files+ExtensionsTests.swift",
        "String+ExtensionsTests.swift"
      ],
      "target_dependencies" : [
        "Extensions"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Extensions",
      "module_type" : "SwiftTarget",
      "name" : "Extensions",
      "path" : "Sources/Extensions",
      "product_dependencies" : [
        "Files"
      ],
      "product_memberships" : [
        "hondana",
        "HondanaKit"
      ],
      "sources" : [
        "Files+Extensions.swift",
        "String+Extensions.swift"
      ],
      "type" : "library"
    }
  ],
  "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/apple/swift-argument-parser
Fetching https://github.com/scottrhoyt/SwiftyTextTable
Fetching https://github.com/KS1019/AssertSwiftCLI
[1/929] Fetching swiftytexttable
[717/990] Fetching swiftytexttable, assertswiftcli
Fetched https://github.com/scottrhoyt/SwiftyTextTable from cache (0.43s)
Fetched https://github.com/KS1019/AssertSwiftCLI from cache (0.42s)
[1/15351] Fetching swift-argument-parser
Fetching https://github.com/JohnSundell/Files
Fetching https://github.com/onevcat/Rainbow
Fetched https://github.com/apple/swift-argument-parser from cache (1.38s)
[1/1236] Fetching files
[1237/2432] Fetching files, rainbow
Fetched https://github.com/JohnSundell/Files from cache (0.39s)
Fetched https://github.com/onevcat/Rainbow from cache (0.41s)
Computing version for https://github.com/KS1019/AssertSwiftCLI
Computed https://github.com/KS1019/AssertSwiftCLI at 0.0.1 (2.76s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.34s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable
Computed https://github.com/scottrhoyt/SwiftyTextTable at 0.9.0 (4.16s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (0.88s)
Computing version for https://github.com/JohnSundell/Files
Computed https://github.com/JohnSundell/Files at 4.2.0 (0.90s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.96s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 0.11.2 (0.70s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5458] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.71s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (1.28s)
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.1.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 0.11.2
Creating working copy for https://github.com/scottrhoyt/SwiftyTextTable
Working copy of https://github.com/scottrhoyt/SwiftyTextTable resolved at 0.9.0
Creating working copy for https://github.com/JohnSundell/Files
Working copy of https://github.com/JohnSundell/Files resolved at 4.2.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 0.9.0
Creating working copy for https://github.com/KS1019/AssertSwiftCLI
Working copy of https://github.com/KS1019/AssertSwiftCLI resolved at 0.0.1
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
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/20] Write sources
[9/20] Write swift-version-24593BA9C3E375BF.txt
[11/37] Emitting module Files
[12/37] Emitting module ArgumentParserToolInfo
[13/37] Compiling ArgumentParserToolInfo ToolInfo.swift
[15/38] Compiling Rainbow String+Rainbow.swift
[16/38] Compiling Rainbow StringGenerator.swift
[16/39] Wrapping AST for ArgumentParserToolInfo for debugging
[18/39] Compiling Rainbow Style.swift
[19/77] Emitting module Rainbow
[20/77] Compiling ArgumentParser BashCompletionsGenerator.swift
[21/77] Compiling ArgumentParser CompletionsGenerator.swift
[22/77] Compiling ArgumentParser FishCompletionsGenerator.swift
[23/77] Compiling ArgumentParser ZshCompletionsGenerator.swift
[24/77] Compiling ArgumentParser OptionGroup.swift
[25/77] Compiling ArgumentParser AsyncParsableCommand.swift
[26/77] Compiling ArgumentParser CommandConfiguration.swift
[27/77] Compiling ArgumentParser CommandGroup.swift
[28/77] Compiling ArgumentParser EnumerableFlag.swift
[29/77] Emitting module ArgumentParser
[30/82] Compiling Files Files.swift
[31/82] Compiling Rainbow Rainbow.swift
[36/82] Compiling ArgumentParser Argument.swift
[37/82] Compiling ArgumentParser ArgumentHelp.swift
[38/82] Compiling ArgumentParser ArgumentVisibility.swift
[39/82] Compiling ArgumentParser CompletionKind.swift
[40/82] Compiling ArgumentParser Errors.swift
[41/82] Compiling ArgumentParser Flag.swift
[42/82] Compiling ArgumentParser NameSpecification.swift
[43/82] Compiling ArgumentParser Option.swift
[44/83] Compiling Rainbow OutputTarget.swift
[48/84] Emitting module SwiftyTextTable
[49/84] Compiling SwiftyTextTable TextTable.swift
[50/85] Compiling ArgumentParser ExpressibleByArgument.swift
[51/85] Compiling ArgumentParser ParsableArguments.swift
[52/85] Compiling ArgumentParser ParsableArgumentsValidation.swift
[53/85] Compiling ArgumentParser ParsableCommand.swift
[54/85] Compiling ArgumentParser ArgumentDecoder.swift
[57/85] Compiling ArgumentParser Name.swift
[58/85] Compiling ArgumentParser Parsed.swift
[59/85] Compiling ArgumentParser ParsedValues.swift
[60/85] Compiling ArgumentParser ParserError.swift
[61/85] Compiling ArgumentParser SplitArguments.swift
[62/85] Compiling ArgumentParser ArgumentDefinition.swift
[63/85] Compiling ArgumentParser ArgumentSet.swift
[64/85] Compiling ArgumentParser CommandParser.swift
[65/85] Compiling ArgumentParser InputKey.swift
[66/85] Compiling ArgumentParser InputOrigin.swift
[67/85] Compiling ArgumentParser DumpHelpGenerator.swift
[68/85] Compiling ArgumentParser HelpCommand.swift
[69/85] Compiling ArgumentParser HelpGenerator.swift
[70/85] Compiling ArgumentParser MessageInfo.swift
[71/85] Compiling ArgumentParser UsageGenerator.swift
[72/85] Compiling ArgumentParser CollectionExtensions.swift
[73/85] Compiling ArgumentParser Platform.swift
[74/85] Compiling ArgumentParser SequenceExtensions.swift
[75/85] Compiling ArgumentParser StringExtensions.swift
[76/85] Compiling ArgumentParser Tree.swift
[77/86] Wrapping AST for Rainbow for debugging
[78/86] Wrapping AST for Files for debugging
[79/86] Wrapping AST for SwiftyTextTable for debugging
[80/89] Wrapping AST for ArgumentParser for debugging
[82/89] Compiling Extensions String+Extensions.swift
[83/89] Emitting module Extensions
[84/89] Compiling Extensions Files+Extensions.swift
[85/90] Wrapping AST for Extensions for debugging
[87/97] Compiling HondanaKit Git.swift
/host/spi-builder-workspace/Sources/HondanaKit/GitInstaller/Git.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 1 | import Files
 2 | @_implementationOnly import Foundation
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 3 |
 4 | public class Git {
/host/spi-builder-workspace/Sources/HondanaKit/GitInstaller/Git.swift:7:34: error: cannot find 'Process' in scope
 5 |     private static let url = URL(fileURLWithPath: "/usr/bin/git")
 6 |     public let exists: Bool = (try? File(path: "/usr/bin/git")) != nil
 7 |     private static let process = Process()
   |                                  `- error: cannot find 'Process' in scope
 8 |     public static func clone(repo: String, path: String, closure: @escaping () throws -> Void) throws {
 9 |         process.executableURL = url
/host/spi-builder-workspace/Sources/HondanaKit/GitInstaller/Git.swift:11:40: error: cannot infer type of closure parameter 'process' without a type annotation
 9 |         process.executableURL = url
10 |         process.arguments = ["clone", "https://github.com/" + repo + ".git", path, "-q"]
11 |         process.terminationHandler = { process in
   |                                        `- error: cannot infer type of closure parameter 'process' without a type annotation
12 |             if process.terminationStatus == 0 {
13 |                 try? closure()
/host/spi-builder-workspace/Sources/HondanaKit/GitInstaller/Git.swift:21:29: warning: result of call to 'changeCurrentDirectoryPath' is unused
19 |
20 |     public static func pull(repo _: String, path: String, closure: @escaping () throws -> Void) throws {
21 |         FileManager.default.changeCurrentDirectoryPath(path)
   |                             `- warning: result of call to 'changeCurrentDirectoryPath' is unused
22 |         process.executableURL = url
23 |         process.arguments = ["pull"]
/host/spi-builder-workspace/Sources/HondanaKit/GitInstaller/Git.swift:24:40: error: cannot infer type of closure parameter 'process' without a type annotation
22 |         process.executableURL = url
23 |         process.arguments = ["pull"]
24 |         process.terminationHandler = { process in
   |                                        `- error: cannot infer type of closure parameter 'process' without a type annotation
25 |             if process.terminationStatus == 0 {
26 |                 try? closure()
error: emit-module command failed with exit code 1 (use -v to see invocation)
[88/97] Compiling HondanaKit FileSystem.swift
/host/spi-builder-workspace/Sources/HondanaKit/FileSystem/FileSystem.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 1 | import Files
 2 | @_implementationOnly import class Foundation.ProcessInfo
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 3 |
 4 | public enum FileSystem {
/host/spi-builder-workspace/Sources/HondanaKit/FileSystem/FileSystem.swift:19:23: warning: static property 'hondanaFolder' is not concurrency-safe because non-'Sendable' type 'Folder' may have shared mutable state; this is an error in the Swift 6 language mode
17 |
18 |     // swiftlint:disable force_try
19 |     public static let hondanaFolder: Folder = try! home.subfolder(at: hondanaDir)
   |                       `- warning: static property 'hondanaFolder' is not concurrency-safe because non-'Sendable' type 'Folder' may have shared mutable state; this is an error in the Swift 6 language mode
20 |     public static let bookmarkletsFolder: Folder = try! hondanaFolder.subfolder(at: bookmarkletsDir)
21 | }
/host/spi-builder-workspace/.build/checkouts/Files/Sources/Files.swift:478:15: note: struct 'Folder' does not conform to the 'Sendable' protocol
 476 | /// folder by initializing an instance with a `path`, or you can create new
 477 | /// subfolders using this type's various `createSubfolder...` APIs.
 478 | public struct Folder: Location {
     |               `- note: struct 'Folder' does not conform to the 'Sendable' protocol
 479 |     public let storage: Storage<Folder>
 480 |
/host/spi-builder-workspace/Sources/HondanaKit/FileSystem/FileSystem.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Files'
 1 | import Files
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Files'
 2 | @_implementationOnly import class Foundation.ProcessInfo
 3 |
   :
17 |
18 |     // swiftlint:disable force_try
19 |     public static let hondanaFolder: Folder = try! home.subfolder(at: hondanaDir)
   |                       |- note: add '@MainActor' to make static property 'hondanaFolder' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |     public static let bookmarkletsFolder: Folder = try! hondanaFolder.subfolder(at: bookmarkletsDir)
21 | }
/host/spi-builder-workspace/Sources/HondanaKit/FileSystem/FileSystem.swift:20:23: warning: static property 'bookmarkletsFolder' is not concurrency-safe because non-'Sendable' type 'Folder' may have shared mutable state; this is an error in the Swift 6 language mode
18 |     // swiftlint:disable force_try
19 |     public static let hondanaFolder: Folder = try! home.subfolder(at: hondanaDir)
20 |     public static let bookmarkletsFolder: Folder = try! hondanaFolder.subfolder(at: bookmarkletsDir)
   |                       |- warning: static property 'bookmarkletsFolder' is not concurrency-safe because non-'Sendable' type 'Folder' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'bookmarkletsFolder' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 | }
22 |
/host/spi-builder-workspace/.build/checkouts/Files/Sources/Files.swift:478:15: note: struct 'Folder' does not conform to the 'Sendable' protocol
 476 | /// folder by initializing an instance with a `path`, or you can create new
 477 | /// subfolders using this type's various `createSubfolder...` APIs.
 478 | public struct Folder: Location {
     |               `- note: struct 'Folder' does not conform to the 'Sendable' protocol
 479 |     public let storage: Storage<Folder>
 480 |
[89/97] Emitting module HondanaKit
/host/spi-builder-workspace/Sources/HondanaKit/FileSystem/FileSystem.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 1 | import Files
 2 | @_implementationOnly import class Foundation.ProcessInfo
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 3 |
 4 | public enum FileSystem {
/host/spi-builder-workspace/Sources/HondanaKit/GitInstaller/Git.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 1 | import Files
 2 | @_implementationOnly import Foundation
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 3 |
 4 | public class Git {
/host/spi-builder-workspace/Sources/HondanaKit/Models/Bookmarklet.swift:35:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
33 | }
34 |
35 | @_implementationOnly import Extensions
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
36 | import Files
37 |
/host/spi-builder-workspace/Sources/HondanaKit/Output/Decorator.swift:1:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 1 | @_implementationOnly import Rainbow
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 2 | @_implementationOnly import SwiftyTextTable
 3 |
/host/spi-builder-workspace/Sources/HondanaKit/Output/Decorator.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 1 | @_implementationOnly import Rainbow
 2 | @_implementationOnly import SwiftyTextTable
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 3 |
 4 | public enum Output {
/host/spi-builder-workspace/Sources/HondanaKit/Utils/Utils.swift:1:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  1 | @_implementationOnly import struct Foundation.NSRange
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  2 | @_implementationOnly import class Foundation.NSRegularExpression
  3 | @_implementationOnly import class Foundation.PropertyListDecoder
/host/spi-builder-workspace/Sources/HondanaKit/Utils/Utils.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  1 | @_implementationOnly import struct Foundation.NSRange
  2 | @_implementationOnly import class Foundation.NSRegularExpression
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  3 | @_implementationOnly import class Foundation.PropertyListDecoder
  4 | @_implementationOnly import class Foundation.PropertyListEncoder
/host/spi-builder-workspace/Sources/HondanaKit/Utils/Utils.swift:3:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  1 | @_implementationOnly import struct Foundation.NSRange
  2 | @_implementationOnly import class Foundation.NSRegularExpression
  3 | @_implementationOnly import class Foundation.PropertyListDecoder
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  4 | @_implementationOnly import class Foundation.PropertyListEncoder
  5 |
/host/spi-builder-workspace/Sources/HondanaKit/Utils/Utils.swift:4:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  2 | @_implementationOnly import class Foundation.NSRegularExpression
  3 | @_implementationOnly import class Foundation.PropertyListDecoder
  4 | @_implementationOnly import class Foundation.PropertyListEncoder
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  5 |
  6 | import ArgumentParser
/host/spi-builder-workspace/Sources/HondanaKit/FileSystem/FileSystem.swift:19:23: warning: static property 'hondanaFolder' is not concurrency-safe because non-'Sendable' type 'Folder' may have shared mutable state; this is an error in the Swift 6 language mode
17 |
18 |     // swiftlint:disable force_try
19 |     public static let hondanaFolder: Folder = try! home.subfolder(at: hondanaDir)
   |                       `- warning: static property 'hondanaFolder' is not concurrency-safe because non-'Sendable' type 'Folder' may have shared mutable state; this is an error in the Swift 6 language mode
20 |     public static let bookmarkletsFolder: Folder = try! hondanaFolder.subfolder(at: bookmarkletsDir)
21 | }
/host/spi-builder-workspace/.build/checkouts/Files/Sources/Files.swift:478:15: note: struct 'Folder' does not conform to the 'Sendable' protocol
 476 | /// folder by initializing an instance with a `path`, or you can create new
 477 | /// subfolders using this type's various `createSubfolder...` APIs.
 478 | public struct Folder: Location {
     |               `- note: struct 'Folder' does not conform to the 'Sendable' protocol
 479 |     public let storage: Storage<Folder>
 480 |
/host/spi-builder-workspace/Sources/HondanaKit/FileSystem/FileSystem.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Files'
 1 | import Files
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Files'
 2 | @_implementationOnly import class Foundation.ProcessInfo
 3 |
   :
17 |
18 |     // swiftlint:disable force_try
19 |     public static let hondanaFolder: Folder = try! home.subfolder(at: hondanaDir)
   |                       |- note: add '@MainActor' to make static property 'hondanaFolder' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |     public static let bookmarkletsFolder: Folder = try! hondanaFolder.subfolder(at: bookmarkletsDir)
21 | }
/host/spi-builder-workspace/Sources/HondanaKit/FileSystem/FileSystem.swift:20:23: warning: static property 'bookmarkletsFolder' is not concurrency-safe because non-'Sendable' type 'Folder' may have shared mutable state; this is an error in the Swift 6 language mode
18 |     // swiftlint:disable force_try
19 |     public static let hondanaFolder: Folder = try! home.subfolder(at: hondanaDir)
20 |     public static let bookmarkletsFolder: Folder = try! hondanaFolder.subfolder(at: bookmarkletsDir)
   |                       |- warning: static property 'bookmarkletsFolder' is not concurrency-safe because non-'Sendable' type 'Folder' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'bookmarkletsFolder' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 | }
22 |
/host/spi-builder-workspace/.build/checkouts/Files/Sources/Files.swift:478:15: note: struct 'Folder' does not conform to the 'Sendable' protocol
 476 | /// folder by initializing an instance with a `path`, or you can create new
 477 | /// subfolders using this type's various `createSubfolder...` APIs.
 478 | public struct Folder: Location {
     |               `- note: struct 'Folder' does not conform to the 'Sendable' protocol
 479 |     public let storage: Storage<Folder>
 480 |
/host/spi-builder-workspace/Sources/HondanaKit/GitInstaller/Git.swift:7:34: error: cannot find 'Process' in scope
 5 |     private static let url = URL(fileURLWithPath: "/usr/bin/git")
 6 |     public let exists: Bool = (try? File(path: "/usr/bin/git")) != nil
 7 |     private static let process = Process()
   |                                  `- error: cannot find 'Process' in scope
 8 |     public static func clone(repo: String, path: String, closure: @escaping () throws -> Void) throws {
 9 |         process.executableURL = url
[90/97] Compiling HondanaKit Decorator.swift
/host/spi-builder-workspace/Sources/HondanaKit/Output/Decorator.swift:1:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 1 | @_implementationOnly import Rainbow
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 2 | @_implementationOnly import SwiftyTextTable
 3 |
/host/spi-builder-workspace/Sources/HondanaKit/Output/Decorator.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 1 | @_implementationOnly import Rainbow
 2 | @_implementationOnly import SwiftyTextTable
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 3 |
 4 | public enum Output {
[91/97] Compiling HondanaKit Constants.swift
[92/97] Compiling HondanaKit Bookmarklet.swift
/host/spi-builder-workspace/Sources/HondanaKit/Models/Bookmarklet.swift:35:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
33 | }
34 |
35 | @_implementationOnly import Extensions
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
36 | import Files
37 |
[93/97] Compiling HondanaKit Utils.swift
/host/spi-builder-workspace/Sources/HondanaKit/Utils/Utils.swift:1:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  1 | @_implementationOnly import struct Foundation.NSRange
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  2 | @_implementationOnly import class Foundation.NSRegularExpression
  3 | @_implementationOnly import class Foundation.PropertyListDecoder
/host/spi-builder-workspace/Sources/HondanaKit/Utils/Utils.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  1 | @_implementationOnly import struct Foundation.NSRange
  2 | @_implementationOnly import class Foundation.NSRegularExpression
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  3 | @_implementationOnly import class Foundation.PropertyListDecoder
  4 | @_implementationOnly import class Foundation.PropertyListEncoder
/host/spi-builder-workspace/Sources/HondanaKit/Utils/Utils.swift:3:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  1 | @_implementationOnly import struct Foundation.NSRange
  2 | @_implementationOnly import class Foundation.NSRegularExpression
  3 | @_implementationOnly import class Foundation.PropertyListDecoder
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  4 | @_implementationOnly import class Foundation.PropertyListEncoder
  5 |
/host/spi-builder-workspace/Sources/HondanaKit/Utils/Utils.swift:4:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  2 | @_implementationOnly import class Foundation.NSRegularExpression
  3 | @_implementationOnly import class Foundation.PropertyListDecoder
  4 | @_implementationOnly import class Foundation.PropertyListEncoder
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  5 |
  6 | import ArgumentParser
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 GenerateManual
Building for debugging...
[1/12] Write swift-version-24593BA9C3E375BF.txt
[3/29] Emitting module Files
[4/29] Compiling Rainbow OutputTarget.swift
[5/30] Compiling Rainbow ControlCode.swift
[6/30] Compiling Rainbow ModesExtractor.swift
[7/30] Emitting module ArgumentParserToolInfo
[8/30] Emitting module Rainbow
[9/30] Compiling Rainbow Rainbow.swift
[10/30] Compiling Rainbow String+Rainbow.swift
[11/30] Compiling Rainbow StringGenerator.swift
[12/30] Emitting module SwiftyTextTable
[13/30] Compiling SwiftyTextTable TextTable.swift
[14/31] Compiling Rainbow Style.swift
[16/31] Compiling Rainbow BackgroundColor.swift
[17/31] Compiling Rainbow CodesParser.swift
[18/31] Compiling Rainbow Color.swift
[19/31] Compiling Rainbow ColorApproximation.swift
[21/31] Compiling ArgumentParserToolInfo ToolInfo.swift
[23/32] Compiling Files Files.swift
[25/71] Compiling Extensions String+Extensions.swift
[26/71] Emitting module Extensions
[27/71] Compiling Extensions Files+Extensions.swift
[29/71] Compiling ArgumentParser Name.swift
[30/71] Compiling ArgumentParser Parsed.swift
[31/71] Compiling ArgumentParser ParsedValues.swift
[32/71] Compiling ArgumentParser ParserError.swift
[33/71] Compiling ArgumentParser SplitArguments.swift
[34/76] Compiling ArgumentParser ArgumentVisibility.swift
[35/76] Compiling ArgumentParser CompletionKind.swift
[36/76] Compiling ArgumentParser Errors.swift
[37/76] Compiling ArgumentParser Flag.swift
[38/76] Compiling ArgumentParser NameSpecification.swift
[39/76] Compiling ArgumentParser Option.swift
[40/76] Compiling ArgumentParser ExpressibleByArgument.swift
[41/76] Compiling ArgumentParser ParsableArguments.swift
[42/76] Compiling ArgumentParser ParsableArgumentsValidation.swift
[43/76] Compiling ArgumentParser ParsableCommand.swift
[44/76] Compiling ArgumentParser ArgumentDecoder.swift
[45/76] Compiling ArgumentParser BashCompletionsGenerator.swift
[46/76] Compiling ArgumentParser CompletionsGenerator.swift
[47/76] Compiling ArgumentParser FishCompletionsGenerator.swift
[48/76] Compiling ArgumentParser ZshCompletionsGenerator.swift
[49/76] Compiling ArgumentParser Argument.swift
[50/76] Compiling ArgumentParser ArgumentHelp.swift
[51/76] Compiling ArgumentParser CollectionExtensions.swift
[52/76] Compiling ArgumentParser Platform.swift
[53/76] Compiling ArgumentParser SequenceExtensions.swift
[54/76] Compiling ArgumentParser StringExtensions.swift
[55/76] Compiling ArgumentParser Tree.swift
[56/76] Compiling ArgumentParser OptionGroup.swift
[57/76] Compiling ArgumentParser AsyncParsableCommand.swift
[58/76] Compiling ArgumentParser CommandConfiguration.swift
[59/76] Compiling ArgumentParser CommandGroup.swift
[60/76] Compiling ArgumentParser EnumerableFlag.swift
[61/76] Emitting module ArgumentParser
[62/76] Compiling ArgumentParser ArgumentDefinition.swift
[63/76] Compiling ArgumentParser ArgumentSet.swift
[64/76] Compiling ArgumentParser CommandParser.swift
[65/76] Compiling ArgumentParser InputKey.swift
[66/76] Compiling ArgumentParser InputOrigin.swift
[67/76] Compiling ArgumentParser DumpHelpGenerator.swift
[68/76] Compiling ArgumentParser HelpCommand.swift
[69/76] Compiling ArgumentParser HelpGenerator.swift
[70/76] Compiling ArgumentParser MessageInfo.swift
[71/76] Compiling ArgumentParser UsageGenerator.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[73/83] Emitting module HondanaKit
/host/spi-builder-workspace/Sources/HondanaKit/FileSystem/FileSystem.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 1 | import Files
 2 | @_implementationOnly import class Foundation.ProcessInfo
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 3 |
 4 | public enum FileSystem {
/host/spi-builder-workspace/Sources/HondanaKit/GitInstaller/Git.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 1 | import Files
 2 | @_implementationOnly import Foundation
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 3 |
 4 | public class Git {
/host/spi-builder-workspace/Sources/HondanaKit/Models/Bookmarklet.swift:35:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
33 | }
34 |
35 | @_implementationOnly import Extensions
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
36 | import Files
37 |
/host/spi-builder-workspace/Sources/HondanaKit/Output/Decorator.swift:1:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 1 | @_implementationOnly import Rainbow
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 2 | @_implementationOnly import SwiftyTextTable
 3 |
/host/spi-builder-workspace/Sources/HondanaKit/Output/Decorator.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 1 | @_implementationOnly import Rainbow
 2 | @_implementationOnly import SwiftyTextTable
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 3 |
 4 | public enum Output {
/host/spi-builder-workspace/Sources/HondanaKit/Utils/Utils.swift:1:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  1 | @_implementationOnly import struct Foundation.NSRange
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  2 | @_implementationOnly import class Foundation.NSRegularExpression
  3 | @_implementationOnly import class Foundation.PropertyListDecoder
/host/spi-builder-workspace/Sources/HondanaKit/Utils/Utils.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  1 | @_implementationOnly import struct Foundation.NSRange
  2 | @_implementationOnly import class Foundation.NSRegularExpression
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  3 | @_implementationOnly import class Foundation.PropertyListDecoder
  4 | @_implementationOnly import class Foundation.PropertyListEncoder
/host/spi-builder-workspace/Sources/HondanaKit/Utils/Utils.swift:3:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  1 | @_implementationOnly import struct Foundation.NSRange
  2 | @_implementationOnly import class Foundation.NSRegularExpression
  3 | @_implementationOnly import class Foundation.PropertyListDecoder
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  4 | @_implementationOnly import class Foundation.PropertyListEncoder
  5 |
/host/spi-builder-workspace/Sources/HondanaKit/Utils/Utils.swift:4:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  2 | @_implementationOnly import class Foundation.NSRegularExpression
  3 | @_implementationOnly import class Foundation.PropertyListDecoder
  4 | @_implementationOnly import class Foundation.PropertyListEncoder
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  5 |
  6 | import ArgumentParser
/host/spi-builder-workspace/Sources/HondanaKit/GitInstaller/Git.swift:7:34: error: cannot find 'Process' in scope
 5 |     private static let url = URL(fileURLWithPath: "/usr/bin/git")
 6 |     public let exists: Bool = (try? File(path: "/usr/bin/git")) != nil
 7 |     private static let process = Process()
   |                                  `- error: cannot find 'Process' in scope
 8 |     public static func clone(repo: String, path: String, closure: @escaping () throws -> Void) throws {
 9 |         process.executableURL = url
[74/83] Compiling HondanaKit Constants.swift
[75/83] Compiling HondanaKit Decorator.swift
/host/spi-builder-workspace/Sources/HondanaKit/Output/Decorator.swift:1:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 1 | @_implementationOnly import Rainbow
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 2 | @_implementationOnly import SwiftyTextTable
 3 |
/host/spi-builder-workspace/Sources/HondanaKit/Output/Decorator.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 1 | @_implementationOnly import Rainbow
 2 | @_implementationOnly import SwiftyTextTable
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 3 |
 4 | public enum Output {
[76/83] Compiling HondanaKit Bookmarklet.swift
/host/spi-builder-workspace/Sources/HondanaKit/Models/Bookmarklet.swift:35:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
33 | }
34 |
35 | @_implementationOnly import Extensions
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
36 | import Files
37 |
[77/83] Compiling HondanaKit FileSystem.swift
/host/spi-builder-workspace/Sources/HondanaKit/FileSystem/FileSystem.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 1 | import Files
 2 | @_implementationOnly import class Foundation.ProcessInfo
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 3 |
 4 | public enum FileSystem {
[78/83] Compiling HondanaKit Utils.swift
/host/spi-builder-workspace/Sources/HondanaKit/Utils/Utils.swift:1:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  1 | @_implementationOnly import struct Foundation.NSRange
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  2 | @_implementationOnly import class Foundation.NSRegularExpression
  3 | @_implementationOnly import class Foundation.PropertyListDecoder
/host/spi-builder-workspace/Sources/HondanaKit/Utils/Utils.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  1 | @_implementationOnly import struct Foundation.NSRange
  2 | @_implementationOnly import class Foundation.NSRegularExpression
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  3 | @_implementationOnly import class Foundation.PropertyListDecoder
  4 | @_implementationOnly import class Foundation.PropertyListEncoder
/host/spi-builder-workspace/Sources/HondanaKit/Utils/Utils.swift:3:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  1 | @_implementationOnly import struct Foundation.NSRange
  2 | @_implementationOnly import class Foundation.NSRegularExpression
  3 | @_implementationOnly import class Foundation.PropertyListDecoder
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  4 | @_implementationOnly import class Foundation.PropertyListEncoder
  5 |
/host/spi-builder-workspace/Sources/HondanaKit/Utils/Utils.swift:4:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  2 | @_implementationOnly import class Foundation.NSRegularExpression
  3 | @_implementationOnly import class Foundation.PropertyListDecoder
  4 | @_implementationOnly import class Foundation.PropertyListEncoder
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  5 |
  6 | import ArgumentParser
[79/83] Compiling HondanaKit Git.swift
/host/spi-builder-workspace/Sources/HondanaKit/GitInstaller/Git.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 1 | import Files
 2 | @_implementationOnly import Foundation
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 3 |
 4 | public class Git {
/host/spi-builder-workspace/Sources/HondanaKit/GitInstaller/Git.swift:7:34: error: cannot find 'Process' in scope
 5 |     private static let url = URL(fileURLWithPath: "/usr/bin/git")
 6 |     public let exists: Bool = (try? File(path: "/usr/bin/git")) != nil
 7 |     private static let process = Process()
   |                                  `- error: cannot find 'Process' in scope
 8 |     public static func clone(repo: String, path: String, closure: @escaping () throws -> Void) throws {
 9 |         process.executableURL = url
/host/spi-builder-workspace/Sources/HondanaKit/GitInstaller/Git.swift:11:40: error: cannot infer type of closure parameter 'process' without a type annotation
 9 |         process.executableURL = url
10 |         process.arguments = ["clone", "https://github.com/" + repo + ".git", path, "-q"]
11 |         process.terminationHandler = { process in
   |                                        `- error: cannot infer type of closure parameter 'process' without a type annotation
12 |             if process.terminationStatus == 0 {
13 |                 try? closure()
/host/spi-builder-workspace/Sources/HondanaKit/GitInstaller/Git.swift:21:29: warning: result of call to 'changeCurrentDirectoryPath' is unused
19 |
20 |     public static func pull(repo _: String, path: String, closure: @escaping () throws -> Void) throws {
21 |         FileManager.default.changeCurrentDirectoryPath(path)
   |                             `- warning: result of call to 'changeCurrentDirectoryPath' is unused
22 |         process.executableURL = url
23 |         process.arguments = ["pull"]
/host/spi-builder-workspace/Sources/HondanaKit/GitInstaller/Git.swift:24:40: error: cannot infer type of closure parameter 'process' without a type annotation
22 |         process.executableURL = url
23 |         process.arguments = ["pull"]
24 |         process.terminationHandler = { process in
   |                                        `- error: cannot infer type of closure parameter 'process' without a type annotation
25 |             if process.terminationStatus == 0 {
26 |                 try? closure()
BUILD FAILURE 6.1 wasm