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 Komondor, reference 1.1.4 (dedffe), with Swift 6.1 for Wasm on 28 May 2025 06:28:15 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/shibapm/komondor.git
Reference: 1.1.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/shibapm/komondor
 * tag               1.1.4      -> FETCH_HEAD
HEAD is now at dedffea Merge pull request #54 from minuscorp/install-desired-hooks
Cloned https://github.com/shibapm/komondor.git
Revision (git rev-parse @):
dedffeaf42a1b52bf072a9dc47afb35000a8b265
SUCCESS checkout https://github.com/shibapm/komondor.git at 1.1.4
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/shibapm/komondor.git
https://github.com/shibapm/komondor.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "packageconfig",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/PackageConfig.git"
    },
    {
      "identity" : "shellout",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/ShellOut.git"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.35.8",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat.git"
    },
    {
      "identity" : "swiftlint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.28.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Realm/SwiftLint.git"
    },
    {
      "identity" : "rocket",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/f-meloni/Rocket"
    }
  ],
  "manifest_display_name" : "Komondor",
  "name" : "Komondor",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "komondor",
      "targets" : [
        "Komondor"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Komondor",
      "module_type" : "SwiftTarget",
      "name" : "Komondor",
      "path" : "Sources/Komondor",
      "product_dependencies" : [
        "PackageConfig",
        "ShellOut"
      ],
      "product_memberships" : [
        "komondor"
      ],
      "sources" : [
        "Commands/install.swift",
        "Commands/runner.swift",
        "Commands/uninstall.swift",
        "Installation/renderScript.swift",
        "Installation/renderScriptHeader.swift",
        "Utils/Edited.swift",
        "Utils/Logger.swift",
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "4.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/JohnSundell/ShellOut.git
Fetching https://github.com/Realm/SwiftLint.git
Fetching https://github.com/nicklockwood/SwiftFormat.git
Fetching https://github.com/f-meloni/Rocket
Fetching https://github.com/shibapm/PackageConfig.git
[1/960] Fetching shellout
[961/1540] Fetching shellout, packageconfig
[1541/2926] Fetching shellout, packageconfig, rocket
[2927/51108] Fetching shellout, packageconfig, rocket, swiftformat
[4855/201491] Fetching shellout, packageconfig, rocket, swiftformat, swiftlint
Fetched https://github.com/f-meloni/Rocket from cache (33.17s)
Fetched https://github.com/shibapm/PackageConfig.git from cache (33.17s)
Fetched https://github.com/JohnSundell/ShellOut.git from cache (33.27s)
Fetched https://github.com/nicklockwood/SwiftFormat.git from cache (33.82s)
Fetched https://github.com/Realm/SwiftLint.git from cache (34.76s)
Computing version for https://github.com/f-meloni/Rocket
Computed https://github.com/f-meloni/Rocket at 1.3.0 (46.77s)
Fetching https://github.com/shibapm/Logger
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/kareman/SwiftShell
[1/4863] Fetching swiftshell
[1071/4979] Fetching swiftshell, logger
[4980/15636] Fetching swiftshell, logger, yams
Fetched https://github.com/shibapm/Logger from cache (4.20s)
Fetched https://github.com/kareman/SwiftShell from cache (5.87s)
Fetched https://github.com/jpsim/Yams from cache (7.37s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (7.97s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (0.51s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (0.89s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (0.50s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.4.0 (0.51s)
Computing version for https://github.com/Realm/SwiftLint.git
Computed https://github.com/Realm/SwiftLint.git at 0.59.1 (0.69s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/jpsim/SourceKitten.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/JohnSundell/CollectionConcurrencyKit.git
[1/84] Fetching collectionconcurrencykit
[85/1013] Fetching collectionconcurrencykit, swiftytexttable
[1014/13954] Fetching collectionconcurrencykit, swiftytexttable, cryptoswift
Fetched https://github.com/JohnSundell/CollectionConcurrencyKit.git from cache (0.25s)
[1059/13870] Fetching swiftytexttable, cryptoswift
[1060/29982] Fetching swiftytexttable, cryptoswift, sourcekitten
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (0.27s)
[1390/29053] Fetching cryptoswift, sourcekitten
[12255/44404] Fetching cryptoswift, sourcekitten, swift-argument-parser
[34959/114852] Fetching cryptoswift, sourcekitten, swift-argument-parser, swift-syntax
Fetched https://github.com/jpsim/SourceKitten.git from cache (1.61s)
[51540/98740] Fetching cryptoswift, swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.86s)
[56619/83389] Fetching cryptoswift, swift-syntax
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.88s)
[46496/70448] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.54s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (5.05s)
Computing version for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Computed https://github.com/JohnSundell/CollectionConcurrencyKit.git at 0.2.0 (0.53s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (2.12s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.0 (0.51s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.39s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.0 (1.62s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (1.03s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.64s)
Computing version for https://github.com/nicklockwood/SwiftFormat.git
Computed https://github.com/nicklockwood/SwiftFormat.git at 0.56.2 (0.72s)
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.0
Creating working copy for https://github.com/jpsim/SourceKitten.git
Working copy of https://github.com/jpsim/SourceKitten.git resolved at 0.37.0
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.4
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 5.4.0
Creating working copy for https://github.com/Realm/SwiftLint.git
Working copy of https://github.com/Realm/SwiftLint.git resolved at 0.59.1
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0
Creating working copy for https://github.com/shibapm/PackageConfig.git
Working copy of https://github.com/shibapm/PackageConfig.git resolved at 1.1.3
Creating working copy for https://github.com/nicklockwood/SwiftFormat.git
Working copy of https://github.com/nicklockwood/SwiftFormat.git resolved at 0.56.2
Creating working copy for https://github.com/scottrhoyt/SwiftyTextTable.git
Working copy of https://github.com/scottrhoyt/SwiftyTextTable.git resolved at 0.9.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.0
Creating working copy for https://github.com/shibapm/Logger
Working copy of https://github.com/shibapm/Logger resolved at 0.2.3
Creating working copy for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Working copy of https://github.com/JohnSundell/CollectionConcurrencyKit.git resolved at 0.2.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 7.0.2
Creating working copy for https://github.com/f-meloni/Rocket
Working copy of https://github.com/f-meloni/Rocket resolved at 1.3.0
[1/1] Compiling plugin SwiftLintCommandPlugin
[2/2] Compiling plugin SwiftLintBuildToolPlugin
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin SwiftFormatPlugin
Building for debugging...
[4/15] Write sources
[7/15] Write swift-version-24593BA9C3E375BF.txt
[9/25] Compiling PackageConfig Error.swift
[10/25] Compiling PackageConfig Loader.swift
[11/25] Compiling PackageConfig PackageConfiguration.swift
[12/25] Compiling PackageConfig Writer.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/25] Emitting module ShellOut
/host/spi-builder-workspace/.build/checkouts/ShellOut/Sources/ShellOut.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | // MARK: - API
[14/25] Compiling ShellOut ShellOut.swift
/host/spi-builder-workspace/.build/checkouts/ShellOut/Sources/ShellOut.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | // MARK: - API
[15/25] Compiling PackageConfig PackageConfig.swift
[16/25] Compiling PackageConfig Package.swift
/host/spi-builder-workspace/.build/checkouts/PackageConfig/Sources/PackageConfig/Package.swift:10:23: error: cannot find 'Process' in scope
  8 |         let swiftC = try runXCRun(tool: "swiftc")
  9 |         #endif
 10 |         let process = Process()
    |                       `- error: cannot find 'Process' in scope
 11 |         let linkedLibraries = try libraryLinkingArguments()
 12 |         var arguments = [String]()
/host/spi-builder-workspace/.build/checkouts/PackageConfig/Sources/PackageConfig/Package.swift:53:27: error: cannot find 'Process' in scope
 51 |         if FileManager.default.fileExists(atPath: currentDirectory + "/Package") {
 52 |             debugLog("Running Package binary")
 53 |             let process = Process()
    |                           `- error: cannot find 'Process' in scope
 54 |             let pipe = Pipe()
 55 |
/host/spi-builder-workspace/.build/checkouts/PackageConfig/Sources/PackageConfig/Package.swift:69:23: error: cannot find 'Process' in scope
 67 |
 68 |     static private func runXCRun(tool: String) throws -> String {
 69 |         let process = Process()
    |                       `- error: cannot find 'Process' in scope
 70 |         let pipe = Pipe()
 71 |
/host/spi-builder-workspace/.build/checkouts/PackageConfig/Sources/PackageConfig/Package.swift:85:23: error: cannot find 'Process' in scope
 83 |
 84 |     private static func findPath(tool: String) -> String {
 85 |         let process = Process()
    |                       `- error: cannot find 'Process' in scope
 86 |         let pipe = Pipe()
 87 |
/host/spi-builder-workspace/.build/checkouts/PackageConfig/Sources/PackageConfig/Package.swift:221:23: error: cannot find 'Process' in scope
219 |     private static func findSDKPath() -> String {
220 |         // xcrun --show-sdk-path
221 |         let process = Process()
    |                       `- error: cannot find 'Process' in scope
222 |         let pipe = Pipe()
223 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/25] Emitting module PackageConfig
/host/spi-builder-workspace/.build/checkouts/PackageConfig/Sources/PackageConfig/DynamicLibraries.swift:2:14: error: class 'Process' does not exist in module 'Foundation'
 1 |
 2 | import class Foundation.Process
   |              `- error: class 'Process' does not exist in module 'Foundation'
 3 | import class Foundation.Pipe
 4 | import class Foundation.NSRegularExpression
/host/spi-builder-workspace/.build/checkouts/PackageConfig/Sources/PackageConfig/DynamicLibraries.swift:2:14: error: class 'Process' does not exist in module 'Foundation'
 1 |
 2 | import class Foundation.Process
   |              `- error: class 'Process' does not exist in module 'Foundation'
 3 | import class Foundation.Pipe
 4 | import class Foundation.NSRegularExpression
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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 SwiftLintCommandPlugin
[2/2] Compiling plugin SwiftLintBuildToolPlugin
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin SwiftFormatPlugin
Building for debugging...
[4/12] Write swift-version-24593BA9C3E375BF.txt
[6/22] Compiling PackageConfig Writer.swift
[7/22] Compiling PackageConfig Error.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/22] Emitting module ShellOut
/host/spi-builder-workspace/.build/checkouts/ShellOut/Sources/ShellOut.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | // MARK: - API
[9/22] Compiling ShellOut ShellOut.swift
/host/spi-builder-workspace/.build/checkouts/ShellOut/Sources/ShellOut.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | // MARK: - API
[10/22] Compiling PackageConfig Package.swift
/host/spi-builder-workspace/.build/checkouts/PackageConfig/Sources/PackageConfig/Package.swift:10:23: error: cannot find 'Process' in scope
  8 |         let swiftC = try runXCRun(tool: "swiftc")
  9 |         #endif
 10 |         let process = Process()
    |                       `- error: cannot find 'Process' in scope
 11 |         let linkedLibraries = try libraryLinkingArguments()
 12 |         var arguments = [String]()
/host/spi-builder-workspace/.build/checkouts/PackageConfig/Sources/PackageConfig/Package.swift:53:27: error: cannot find 'Process' in scope
 51 |         if FileManager.default.fileExists(atPath: currentDirectory + "/Package") {
 52 |             debugLog("Running Package binary")
 53 |             let process = Process()
    |                           `- error: cannot find 'Process' in scope
 54 |             let pipe = Pipe()
 55 |
/host/spi-builder-workspace/.build/checkouts/PackageConfig/Sources/PackageConfig/Package.swift:69:23: error: cannot find 'Process' in scope
 67 |
 68 |     static private func runXCRun(tool: String) throws -> String {
 69 |         let process = Process()
    |                       `- error: cannot find 'Process' in scope
 70 |         let pipe = Pipe()
 71 |
/host/spi-builder-workspace/.build/checkouts/PackageConfig/Sources/PackageConfig/Package.swift:85:23: error: cannot find 'Process' in scope
 83 |
 84 |     private static func findPath(tool: String) -> String {
 85 |         let process = Process()
    |                       `- error: cannot find 'Process' in scope
 86 |         let pipe = Pipe()
 87 |
/host/spi-builder-workspace/.build/checkouts/PackageConfig/Sources/PackageConfig/Package.swift:221:23: error: cannot find 'Process' in scope
219 |     private static func findSDKPath() -> String {
220 |         // xcrun --show-sdk-path
221 |         let process = Process()
    |                       `- error: cannot find 'Process' in scope
222 |         let pipe = Pipe()
223 |
[11/22] Compiling PackageConfig Loader.swift
[12/22] Compiling PackageConfig PackageConfig.swift
[13/22] Compiling PackageConfig PackageConfiguration.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/22] Emitting module PackageConfig
/host/spi-builder-workspace/.build/checkouts/PackageConfig/Sources/PackageConfig/DynamicLibraries.swift:2:14: error: class 'Process' does not exist in module 'Foundation'
 1 |
 2 | import class Foundation.Process
   |              `- error: class 'Process' does not exist in module 'Foundation'
 3 | import class Foundation.Pipe
 4 | import class Foundation.NSRegularExpression
/host/spi-builder-workspace/.build/checkouts/PackageConfig/Sources/PackageConfig/DynamicLibraries.swift:2:14: error: class 'Process' does not exist in module 'Foundation'
 1 |
 2 | import class Foundation.Process
   |              `- error: class 'Process' does not exist in module 'Foundation'
 3 | import class Foundation.Pipe
 4 | import class Foundation.NSRegularExpression
BUILD FAILURE 6.1 wasm