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 master (3734b0), with Swift 6.1 for Wasm on 28 May 2025 06:27:51 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 3734b0e Merge pull request #56 from leogdion/patch-1
Cloned https://github.com/shibapm/komondor.git
Revision (git rev-parse @):
3734b0e8b62cc9a59c487eb0796905c441bf9c10
SUCCESS checkout https://github.com/shibapm/komondor.git at master
========================================
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/shibapm/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-3":/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/shibapm/PackageConfig.git
Fetching https://github.com/JohnSundell/ShellOut.git
Fetching https://github.com/shibapm/Rocket
Fetching https://github.com/nicklockwood/SwiftFormat.git
Fetching https://github.com/Realm/SwiftLint.git
[1/580] Fetching packageconfig
[506/1540] Fetching packageconfig, shellout
[832/2926] Fetching packageconfig, shellout, rocket
Fetched https://github.com/shibapm/PackageConfig.git from cache (0.30s)
[2347/152729] Fetching shellout, rocket, swiftlint
[5355/200911] Fetching shellout, rocket, swiftlint, swiftformat
Fetched https://github.com/JohnSundell/ShellOut.git from cache (23.06s)
[198448/199951] Fetching rocket, swiftlint, swiftformat
Fetched https://github.com/shibapm/Rocket from cache (27.49s)
Fetched https://github.com/nicklockwood/SwiftFormat.git from cache (28.18s)
Fetched https://github.com/Realm/SwiftLint.git from cache (28.92s)
Computing version for https://github.com/shibapm/Rocket
Computed https://github.com/shibapm/Rocket at 1.3.0 (35.32s)
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/shibapm/Logger
[1/116] Fetching logger
[117/4979] Fetching logger, swiftshell
[4980/15636] Fetching logger, swiftshell, yams
Fetched https://github.com/shibapm/Logger from cache (4.07s)
Fetched https://github.com/kareman/SwiftShell from cache (6.33s)
Fetched https://github.com/jpsim/Yams from cache (6.36s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (8.62s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (0.50s)
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 (1.14s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.4.0 (0.74s)
Computing version for https://github.com/Realm/SwiftLint.git
Computed https://github.com/Realm/SwiftLint.git at 0.59.1 (0.83s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/jpsim/SourceKitten.git
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/JohnSundell/CollectionConcurrencyKit.git
[1/929] Fetching swiftytexttable
[903/17041] Fetching swiftytexttable, sourcekitten
[904/17125] Fetching swiftytexttable, sourcekitten, collectionconcurrencykit
[3243/30066] Fetching swiftytexttable, sourcekitten, collectionconcurrencykit, cryptoswift
[14691/45417] Fetching swiftytexttable, sourcekitten, collectionconcurrencykit, cryptoswift, swift-argument-parser
[35945/115865] Fetching swiftytexttable, sourcekitten, collectionconcurrencykit, cryptoswift, swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.26s)
[41311/100514] Fetching swiftytexttable, sourcekitten, collectionconcurrencykit, cryptoswift, swift-syntax
Fetched https://github.com/JohnSundell/CollectionConcurrencyKit.git from cache (1.80s)
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (1.80s)
Fetched https://github.com/jpsim/SourceKitten.git from cache (1.81s)
[59437/83389] Fetching cryptoswift, swift-syntax
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (4.90s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.94s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (5.49s)
Computing version for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Computed https://github.com/JohnSundell/CollectionConcurrencyKit.git at 0.2.0 (0.91s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (2.64s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.0 (0.57s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.35s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.0 (1.30s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (0.67s)
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.59s)
Computing version for https://github.com/nicklockwood/SwiftFormat.git
Computed https://github.com/nicklockwood/SwiftFormat.git at 0.56.2 (0.79s)
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/jpsim/SourceKitten.git
Working copy of https://github.com/jpsim/SourceKitten.git resolved at 0.37.0
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/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 5.4.0
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/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/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/Realm/SwiftLint.git
Working copy of https://github.com/Realm/SwiftLint.git resolved at 0.59.1
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/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 7.0.2
Creating working copy for https://github.com/shibapm/Rocket
Working copy of https://github.com/shibapm/Rocket resolved at 1.3.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/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.4
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/shibapm/PackageConfig.git
Working copy of https://github.com/shibapm/PackageConfig.git resolved at 1.1.3
[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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/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
[11/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
[12/25] Compiling PackageConfig Writer.swift
[13/25] Compiling PackageConfig Loader.swift
[14/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 |
[15/25] Compiling PackageConfig PackageConfiguration.swift
[16/25] Compiling PackageConfig PackageConfig.swift
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-3":/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/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
[7/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
[8/22] Compiling PackageConfig Loader.swift
[9/22] Compiling PackageConfig Error.swift
[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 Writer.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