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 ChimeKit, reference 0.4.2 (27a1c3), with Swift 6.1 for Wasm on 29 May 2025 03:31:05 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/ChimeHQ/ChimeKit.git
Reference: 0.4.2
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/ChimeHQ/ChimeKit
 * tag               0.4.2      -> FETCH_HEAD
HEAD is now at 27a1c3a Update to latest Extendable, LanguageClient; concurrency warnings
Cloned https://github.com/ChimeHQ/ChimeKit.git
Revision (git rev-parse @):
27a1c3a3fe3afe40b5fa2384c9a70fe0edef49fe
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/ChimeKit.git at 0.4.2
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ChimeHQ/ChimeKit.git
https://github.com/ChimeHQ/ChimeKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "asyncxpcconnection",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/AsyncXPCConnection"
    },
    {
      "identity" : "extendable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/Extendable"
    },
    {
      "identity" : "processenv",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/ProcessEnv"
    },
    {
      "identity" : "languageclient",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.8.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/LanguageClient"
    },
    {
      "identity" : "languageserverprotocol",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.13.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/LanguageServerProtocol"
    },
    {
      "identity" : "queue",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.4",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattmassicotte/Queue"
    },
    {
      "identity" : "jsonrpc",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/JSONRPC"
    }
  ],
  "manifest_display_name" : "ChimeKit",
  "name" : "ChimeKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "ChimeExtensionInterface",
      "targets" : [
        "ChimeExtensionInterface"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ChimeLSPAdapter",
      "targets" : [
        "ChimeLSPAdapter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ChimeKit",
      "targets" : [
        "ChimeKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ChimeLSPAdapterTests",
      "module_type" : "SwiftTarget",
      "name" : "ChimeLSPAdapterTests",
      "path" : "Tests/ChimeLSPAdapterTests",
      "sources" : [
        "LSPTransformersTests.swift"
      ],
      "target_dependencies" : [
        "ChimeLSPAdapter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ChimeLSPAdapter",
      "module_type" : "SwiftTarget",
      "name" : "ChimeLSPAdapter",
      "path" : "Sources/ChimeLSPAdapter",
      "product_dependencies" : [
        "LanguageClient",
        "LanguageServerProtocol",
        "ProcessEnv",
        "Queue",
        "JSONRPC"
      ],
      "product_memberships" : [
        "ChimeLSPAdapter",
        "ChimeKit"
      ],
      "sources" : [
        "DataChannel+HostedProcess.swift",
        "DocumentContext+LSP.swift",
        "LSPDocumentService.swift",
        "LSPHostServerInterface.swift",
        "LSPProjectService.swift",
        "LSPService+ClientConfiguration.swift",
        "LSPService.swift",
        "LSPTransformers.swift",
        "LSPTypeTranslations.swift"
      ],
      "target_dependencies" : [
        "ChimeExtensionInterface"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ChimeKit",
      "module_type" : "SwiftTarget",
      "name" : "ChimeKit",
      "path" : "Sources/ChimeKit",
      "product_memberships" : [
        "ChimeKit"
      ],
      "sources" : [
        "ChimeKit.swift"
      ],
      "target_dependencies" : [
        "ChimeExtensionInterface",
        "ChimeLSPAdapter"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ChimeExtensionInterfaceTests",
      "module_type" : "SwiftTarget",
      "name" : "ChimeExtensionInterfaceTests",
      "path" : "Tests/ChimeExtensionInterfaceTests",
      "product_dependencies" : [
        "ProcessEnv"
      ],
      "sources" : [
        "ChimeExtensionTests.swift",
        "ExtensionConfigurationTests.swift"
      ],
      "target_dependencies" : [
        "ChimeExtensionInterface"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ChimeExtensionInterface",
      "module_type" : "SwiftTarget",
      "name" : "ChimeExtensionInterface",
      "path" : "Sources/ChimeExtensionInterface",
      "product_dependencies" : [
        "AsyncXPCConnection",
        "Extendable",
        "Queue"
      ],
      "product_memberships" : [
        "ChimeExtensionInterface",
        "ChimeLSPAdapter",
        "ChimeKit"
      ],
      "sources" : [
        "ChimeExtension.swift",
        "ExtensionProtocol.swift",
        "HostProtocol.swift",
        "MainActor+runUnsafely.swift",
        "Models/CombinedTextPosition.swift",
        "Models/CombinedTextRange.swift",
        "Models/DocumentConfiguration.swift",
        "Models/DocumentContext.swift",
        "Models/ExtensionConfiguration.swift",
        "Models/LaunchedProcess.swift",
        "Models/LineRelativeTextPosition.swift",
        "Models/LineRelativeTextRange.swift",
        "Models/ProjectContext.swift",
        "Models/ServiceConfiguration.swift",
        "Models/TextChange.swift",
        "Models/TextRange.swift",
        "Models/TextTarget.swift",
        "SceneContextView.swift",
        "Scenes.swift",
        "Services/CompletionService.swift",
        "Services/DefinitionService.swift",
        "Services/DiagnosticService.swift",
        "Services/FormattingService.swift",
        "Services/SemanticDetailsService.swift",
        "Services/SymbolQueryService.swift",
        "Services/TokenService.swift",
        "StandaloneExtension.swift",
        "UTType+Filename.swift",
        "UTType+Languages.swift",
        "XPC/ExportedExtension.swift",
        "XPC/ExportedHost.swift",
        "XPC/ExportedScene.swift",
        "XPC/ExportedSceneHost.swift",
        "XPC/ExtensionSceneProtocol.swift",
        "XPC/Protocol+Exporting.swift",
        "XPC/QueuedRelay.swift",
        "XPC/RemoteDocumentService.swift",
        "XPC/RemoteExtension.swift",
        "XPC/RemoteHost.swift",
        "XPC/RemoteProjectService.swift",
        "XPC/RemoteScene.swift",
        "XPC/XPCProtocols.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/ChimeHQ/LanguageServerProtocol
Fetching https://github.com/mattmassicotte/Queue
Fetching https://github.com/ChimeHQ/JSONRPC
Fetching https://github.com/ChimeHQ/LanguageClient
[1/634] Fetching jsonrpc
[496/2455] Fetching jsonrpc, languageserverprotocol
[1364/2763] Fetching jsonrpc, languageserverprotocol, queue
[2731/3391] Fetching jsonrpc, languageserverprotocol, queue, languageclient
Fetched https://github.com/mattmassicotte/Queue from cache (0.52s)
Fetched https://github.com/ChimeHQ/JSONRPC from cache (0.53s)
Fetched https://github.com/ChimeHQ/LanguageClient from cache (0.52s)
Fetching https://github.com/ChimeHQ/AsyncXPCConnection
Fetching https://github.com/ChimeHQ/Extendable
Fetched https://github.com/ChimeHQ/LanguageServerProtocol from cache (0.59s)
Fetching https://github.com/ChimeHQ/ProcessEnv
[1/176] Fetching asyncxpcconnection
[177/387] Fetching asyncxpcconnection, extendable
[388/601] Fetching asyncxpcconnection, extendable, processenv
Fetched https://github.com/ChimeHQ/AsyncXPCConnection from cache (0.41s)
[254/425] Fetching extendable, processenv
Fetched https://github.com/ChimeHQ/ProcessEnv from cache (0.44s)
Fetched https://github.com/ChimeHQ/Extendable from cache (0.45s)
Computing version for https://github.com/ChimeHQ/LanguageClient
Computed https://github.com/ChimeHQ/LanguageClient at 0.8.1 (1.85s)
Fetching https://github.com/groue/Semaphore
Fetching https://github.com/davbeck/swift-glob
[1/644] Fetching swift-glob
[645/937] Fetching swift-glob, semaphore
Fetched https://github.com/davbeck/swift-glob from cache (0.41s)
Fetching https://github.com/Frizlab/FSEventsWrapper
Fetched https://github.com/groue/Semaphore from cache (0.45s)
[1/260] Fetching fseventswrapper
Fetched https://github.com/Frizlab/FSEventsWrapper from cache (0.41s)
Computing version for https://github.com/Frizlab/FSEventsWrapper
Computed https://github.com/Frizlab/FSEventsWrapper at 2.1.0 (4.29s)
Computing version for https://github.com/ChimeHQ/ProcessEnv
Computed https://github.com/ChimeHQ/ProcessEnv at 1.0.1 (0.91s)
Computing version for https://github.com/ChimeHQ/Extendable
Computed https://github.com/ChimeHQ/Extendable at 0.4.0 (0.88s)
Computing version for https://github.com/groue/Semaphore
Computed https://github.com/groue/Semaphore at 0.1.0 (1.37s)
Computing version for https://github.com/davbeck/swift-glob
Computed https://github.com/davbeck/swift-glob at 0.1.0 (1.32s)
Computing version for https://github.com/ChimeHQ/JSONRPC
Computed https://github.com/ChimeHQ/JSONRPC at 0.9.2 (0.94s)
Computing version for https://github.com/mattmassicotte/Queue
Computed https://github.com/mattmassicotte/Queue at 0.2.1 (0.69s)
Computing version for https://github.com/ChimeHQ/LanguageServerProtocol
Computed https://github.com/ChimeHQ/LanguageServerProtocol at 0.14.0 (0.57s)
Computing version for https://github.com/ChimeHQ/AsyncXPCConnection
Computed https://github.com/ChimeHQ/AsyncXPCConnection at 1.3.0 (0.85s)
Creating working copy for https://github.com/ChimeHQ/AsyncXPCConnection
Working copy of https://github.com/ChimeHQ/AsyncXPCConnection resolved at 1.3.0
Creating working copy for https://github.com/ChimeHQ/Extendable
Working copy of https://github.com/ChimeHQ/Extendable resolved at 0.4.0
Creating working copy for https://github.com/davbeck/swift-glob
Working copy of https://github.com/davbeck/swift-glob resolved at 0.1.0
Creating working copy for https://github.com/ChimeHQ/LanguageClient
Working copy of https://github.com/ChimeHQ/LanguageClient resolved at 0.8.1
Creating working copy for https://github.com/ChimeHQ/JSONRPC
Working copy of https://github.com/ChimeHQ/JSONRPC resolved at 0.9.2
Creating working copy for https://github.com/ChimeHQ/ProcessEnv
Working copy of https://github.com/ChimeHQ/ProcessEnv resolved at 1.0.1
Creating working copy for https://github.com/mattmassicotte/Queue
Working copy of https://github.com/mattmassicotte/Queue resolved at 0.2.1
Creating working copy for https://github.com/groue/Semaphore
Working copy of https://github.com/groue/Semaphore resolved at 0.1.0
Creating working copy for https://github.com/Frizlab/FSEventsWrapper
Working copy of https://github.com/Frizlab/FSEventsWrapper resolved at 2.1.0
Creating working copy for https://github.com/ChimeHQ/LanguageServerProtocol
Working copy of https://github.com/ChimeHQ/LanguageServerProtocol resolved at 0.14.0
Building for debugging...
[0/14] Write sources
[12/14] Compiling FNMDefinitions FNM.c
[13/14] Write swift-version-24593BA9C3E375BF.txt
[15/54] Emitting module Glob
[16/54] Compiling Glob Pattern+Parser.swift
[17/54] Compiling Glob Unicode.GeneralCategory+Helpers.swift
[18/54] Compiling Queue AsyncSerialQueue.swift
[19/54] Compiling Extendable ConnectableSceneExtension.swift
/host/spi-builder-workspace/.build/checkouts/Extendable/Sources/Extendable/AppExtensionSceneGroup.swift:1:8: error: no such module 'ExtensionKit'
 1 | import ExtensionKit
   |        `- error: no such module 'ExtensionKit'
 2 |
 3 | /// Can be used to group multiple `AppExtensionScene` views.
[20/54] Compiling Extendable ConnectingAppExtensionScene.swift
/host/spi-builder-workspace/.build/checkouts/Extendable/Sources/Extendable/AppExtensionSceneGroup.swift:1:8: error: no such module 'ExtensionKit'
 1 | import ExtensionKit
   |        `- error: no such module 'ExtensionKit'
 2 |
 3 | /// Can be used to group multiple `AppExtensionScene` views.
[21/54] Compiling Extendable ConnectionAccepter.swift
/host/spi-builder-workspace/.build/checkouts/Extendable/Sources/Extendable/AppExtensionSceneGroup.swift:1:8: error: no such module 'ExtensionKit'
 1 | import ExtensionKit
   |        `- error: no such module 'ExtensionKit'
 2 |
 3 | /// Can be used to group multiple `AppExtensionScene` views.
[22/54] Compiling Glob Pattern.swift
[23/54] Compiling Glob Pattern+Options.swift
[24/54] Compiling JSONRPC JSONRPCSession.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
 3 | import Glibc
 4 | #else
 5 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
 6 | #endif
 7 |
[25/54] Compiling JSONRPC JSONId.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
 3 | import Glibc
 4 | #else
 5 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
 6 | #endif
 7 |
[26/54] Compiling JSONRPC JSONRPCError.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
 3 | import Glibc
 4 | #else
 5 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
 6 | #endif
 7 |
[27/55] Compiling ProcessEnv Process+Parameters.swift
[28/55] Compiling ProcessEnv ProcessInfo+UserEnvironment.swift
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:10:18: error: cannot find type 'Process' in scope
  8 | import Foundation
  9 |
 10 | public extension Process {
    |                  `- error: cannot find type 'Process' in scope
 11 | 	@available(*, deprecated, renamed: "Environment")
 12 | 	typealias Envrionment = [String : String]
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:36:28: error: cannot find 'getpwuid' in scope
 34 |
 35 |     public var pwShell: String? {
 36 |         guard let passwd = getpwuid(getuid()) else {
    |                            `- error: cannot find 'getpwuid' in scope
 37 |             return nil
 38 |         }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:36:37: error: cannot find 'getuid' in scope
 34 |
 35 |     public var pwShell: String? {
 36 |         guard let passwd = getpwuid(getuid()) else {
    |                                     `- error: cannot find 'getuid' in scope
 37 |             return nil
 38 |         }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:48:28: error: cannot find 'getpwuid' in scope
 46 |
 47 |     public var pwUserName: String? {
 48 |         guard let passwd = getpwuid(getuid()) else {
    |                            `- error: cannot find 'getpwuid' in scope
 49 |             return nil
 50 |         }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:48:37: error: cannot find 'getuid' in scope
 46 |
 47 |     public var pwUserName: String? {
 48 |         guard let passwd = getpwuid(getuid()) else {
    |                                     `- error: cannot find 'getuid' in scope
 49 |             return nil
 50 |         }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:60:28: error: cannot find 'getpwuid' in scope
 58 |
 59 |     public var pwDir: String? {
 60 |         guard let passwd = getpwuid(getuid()) else {
    |                            `- error: cannot find 'getpwuid' in scope
 61 |             return nil
 62 |         }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:60:37: error: cannot find 'getuid' in scope
 58 |
 59 |     public var pwDir: String? {
 60 |         guard let passwd = getpwuid(getuid()) else {
    |                                     `- error: cannot find 'getuid' in scope
 61 |             return nil
 62 |         }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:115:31: error: cannot find 'Process' in scope
113 |     /// a terminal session.
114 |     public var userEnvironment: [String : String] {
115 |         guard let data = try? Process.executeAsUser(Process.ExecutionParameters(path: "/usr/bin/env", environment: environment)) else {
    |                               `- error: cannot find 'Process' in scope
116 |             return environment
117 |         }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:115:53: error: cannot find 'Process' in scope
113 |     /// a terminal session.
114 |     public var userEnvironment: [String : String] {
115 |         guard let data = try? Process.executeAsUser(Process.ExecutionParameters(path: "/usr/bin/env", environment: environment)) else {
    |                                                     `- error: cannot find 'Process' in scope
116 |             return environment
117 |         }
[29/55] Compiling Queue AsyncQueue.swift
[30/55] Emitting module Queue
[31/55] Compiling JSONRPC JSONValueDecoder.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
 3 | import Glibc
 4 | #else
 5 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
 6 | #endif
 7 |
[32/55] Compiling JSONRPC JSONValue.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
 3 | import Glibc
 4 | #else
 5 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
 6 | #endif
 7 |
[33/56] Compiling Glob GlobSearch.swift
[34/56] Compiling Glob Pattern+Match.swift
[35/56] Compiling Glob InvalidPattern.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[36/57] Emitting module Extendable
/host/spi-builder-workspace/.build/checkouts/Extendable/Sources/Extendable/AppExtensionSceneGroup.swift:1:8: error: no such module 'ExtensionKit'
 1 | import ExtensionKit
   |        `- error: no such module 'ExtensionKit'
 2 |
 3 | /// Can be used to group multiple `AppExtensionScene` views.
[37/57] Compiling Extendable AppExtensionSceneGroup.swift
/host/spi-builder-workspace/.build/checkouts/Extendable/Sources/Extendable/AppExtensionSceneGroup.swift:1:8: error: no such module 'ExtensionKit'
 1 | import ExtensionKit
   |        `- error: no such module 'ExtensionKit'
 2 |
 3 | /// Can be used to group multiple `AppExtensionScene` views.
[38/57] Compiling Extendable ConnectableExtension.swift
/host/spi-builder-workspace/.build/checkouts/Extendable/Sources/Extendable/AppExtensionSceneGroup.swift:1:8: error: no such module 'ExtensionKit'
 1 | import ExtensionKit
   |        `- error: no such module 'ExtensionKit'
 2 |
 3 | /// Can be used to group multiple `AppExtensionScene` views.
[39/57] Compiling Extendable AppExtension+Init.swift
/host/spi-builder-workspace/.build/checkouts/Extendable/Sources/Extendable/AppExtensionSceneGroup.swift:1:8: error: no such module 'ExtensionKit'
 1 | import ExtensionKit
   |        `- error: no such module 'ExtensionKit'
 2 |
 3 | /// Can be used to group multiple `AppExtensionScene` views.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[40/57] Emitting module ProcessEnv
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/Process+Output.swift:3:18: error: cannot find type 'Process' in scope
 1 | import Foundation
 2 |
 3 | public extension Process {
   |                  `- error: cannot find type 'Process' in scope
 4 |     static func execute(_ parameters: Process.ExecutionParameters) throws -> Data? {
 5 |         let task = Process(parameters: parameters)
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:10:18: error: cannot find type 'Process' in scope
  8 | import Foundation
  9 |
 10 | public extension Process {
    |                  `- error: cannot find type 'Process' in scope
 11 | 	@available(*, deprecated, renamed: "Environment")
 12 | 	typealias Envrionment = [String : String]
[41/57] Compiling ProcessEnv Process+Output.swift
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/Process+Output.swift:3:18: error: cannot find type 'Process' in scope
 1 | import Foundation
 2 |
 3 | public extension Process {
   |                  `- error: cannot find type 'Process' in scope
 4 |     static func execute(_ parameters: Process.ExecutionParameters) throws -> Data? {
 5 |         let task = Process(parameters: parameters)
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/Process+Output.swift:4:39: error: cannot find type 'Process' in scope
 2 |
 3 | public extension Process {
 4 |     static func execute(_ parameters: Process.ExecutionParameters) throws -> Data? {
   |                                       `- error: cannot find type 'Process' in scope
 5 |         let task = Process(parameters: parameters)
 6 |
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/Process+Output.swift:10:45: error: cannot find type 'Process' in scope
 8 |     }
 9 |
10 |     static func executeAsUser(_ parameters: Process.ExecutionParameters) throws -> Data? {
   |                                             `- error: cannot find type 'Process' in scope
11 |         let userParams = parameters.userShellInvocation()
12 |
[42/57] Emitting module Semaphore
[43/57] Compiling Semaphore AsyncSemaphore.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[44/58] Emitting module JSONRPC
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
 3 | import Glibc
 4 | #else
 5 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
 6 | #endif
 7 |
[45/58] Compiling JSONRPC DataChannel+PredefinedMessages.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
 3 | import Glibc
 4 | #else
 5 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
 6 | #endif
 7 |
[46/58] Compiling JSONRPC DataChannel+Stdio.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
 3 | import Glibc
 4 | #else
 5 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
 6 | #endif
 7 |
[47/58] Compiling JSONRPC AsyncStreamPolyfill.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
 3 | import Glibc
 4 | #else
 5 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
 6 | #endif
 7 |
[48/58] Compiling JSONRPC DataChannel+Actor.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
 3 | import Glibc
 4 | #else
 5 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
 6 | #endif
 7 |
[49/58] Compiling JSONRPC DataChannel+WebSocket.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
 3 | import Glibc
 4 | #else
 5 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
 6 | #endif
 7 |
[50/58] Compiling JSONRPC DataChannel.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
 3 | import Glibc
 4 | #else
 5 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
 6 | #endif
 7 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[51/58] Emitting module AsyncXPCConnection
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/NSXPCConnection+Continuations.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[52/58] Compiling AsyncXPCConnection RemoteXPCService.swift
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/NSXPCConnection+Continuations.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[53/58] Compiling AsyncXPCConnection NSXPCConnection+Continuations.swift
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/NSXPCConnection+Continuations.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[54/58] Compiling AsyncXPCConnection QueuedRemoteXPCService.swift
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/NSXPCConnection+Continuations.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[58/58] Compiling JSONRPC Protocol.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
 3 | import Glibc
 4 | #else
 5 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
 6 | #endif
 7 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/38] Compiling ProcessEnv ProcessInfo+UserEnvironment.swift
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:10:18: error: cannot find type 'Process' in scope
  8 | import Foundation
  9 |
 10 | public extension Process {
    |                  `- error: cannot find type 'Process' in scope
 11 | 	@available(*, deprecated, renamed: "Environment")
 12 | 	typealias Envrionment = [String : String]
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:36:28: error: cannot find 'getpwuid' in scope
 34 |
 35 |     public var pwShell: String? {
 36 |         guard let passwd = getpwuid(getuid()) else {
    |                            `- error: cannot find 'getpwuid' in scope
 37 |             return nil
 38 |         }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:36:37: error: cannot find 'getuid' in scope
 34 |
 35 |     public var pwShell: String? {
 36 |         guard let passwd = getpwuid(getuid()) else {
    |                                     `- error: cannot find 'getuid' in scope
 37 |             return nil
 38 |         }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:48:28: error: cannot find 'getpwuid' in scope
 46 |
 47 |     public var pwUserName: String? {
 48 |         guard let passwd = getpwuid(getuid()) else {
    |                            `- error: cannot find 'getpwuid' in scope
 49 |             return nil
 50 |         }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:48:37: error: cannot find 'getuid' in scope
 46 |
 47 |     public var pwUserName: String? {
 48 |         guard let passwd = getpwuid(getuid()) else {
    |                                     `- error: cannot find 'getuid' in scope
 49 |             return nil
 50 |         }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:60:28: error: cannot find 'getpwuid' in scope
 58 |
 59 |     public var pwDir: String? {
 60 |         guard let passwd = getpwuid(getuid()) else {
    |                            `- error: cannot find 'getpwuid' in scope
 61 |             return nil
 62 |         }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:60:37: error: cannot find 'getuid' in scope
 58 |
 59 |     public var pwDir: String? {
 60 |         guard let passwd = getpwuid(getuid()) else {
    |                                     `- error: cannot find 'getuid' in scope
 61 |             return nil
 62 |         }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:115:31: error: cannot find 'Process' in scope
113 |     /// a terminal session.
114 |     public var userEnvironment: [String : String] {
115 |         guard let data = try? Process.executeAsUser(Process.ExecutionParameters(path: "/usr/bin/env", environment: environment)) else {
    |                               `- error: cannot find 'Process' in scope
116 |             return environment
117 |         }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:115:53: error: cannot find 'Process' in scope
113 |     /// a terminal session.
114 |     public var userEnvironment: [String : String] {
115 |         guard let data = try? Process.executeAsUser(Process.ExecutionParameters(path: "/usr/bin/env", environment: environment)) else {
    |                                                     `- error: cannot find 'Process' in scope
116 |             return environment
117 |         }
[3/41] Compiling AsyncXPCConnection RemoteXPCService.swift
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/NSXPCConnection+Continuations.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[4/41] Compiling Queue AsyncSerialQueue.swift
[5/41] Compiling Extendable ConnectingAppExtensionScene.swift
/host/spi-builder-workspace/.build/checkouts/Extendable/Sources/Extendable/AppExtensionSceneGroup.swift:1:8: error: no such module 'ExtensionKit'
 1 | import ExtensionKit
   |        `- error: no such module 'ExtensionKit'
 2 |
 3 | /// Can be used to group multiple `AppExtensionScene` views.
[6/41] Compiling Extendable ConnectionAccepter.swift
/host/spi-builder-workspace/.build/checkouts/Extendable/Sources/Extendable/AppExtensionSceneGroup.swift:1:8: error: no such module 'ExtensionKit'
 1 | import ExtensionKit
   |        `- error: no such module 'ExtensionKit'
 2 |
 3 | /// Can be used to group multiple `AppExtensionScene` views.
[7/41] Compiling AsyncXPCConnection QueuedRemoteXPCService.swift
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/NSXPCConnection+Continuations.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[8/41] Compiling JSONRPC JSONRPCSession.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
 3 | import Glibc
 4 | #else
 5 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
 6 | #endif
 7 |
[9/41] Compiling JSONRPC JSONId.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
 3 | import Glibc
 4 | #else
 5 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
 6 | #endif
 7 |
[10/41] Compiling JSONRPC JSONRPCError.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
 3 | import Glibc
 4 | #else
 5 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
 6 | #endif
 7 |
[11/41] Compiling JSONRPC JSONValue.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
 3 | import Glibc
 4 | #else
 5 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
 6 | #endif
 7 |
[12/42] Compiling JSONRPC DataChannel+PredefinedMessages.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
 3 | import Glibc
 4 | #else
 5 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
 6 | #endif
 7 |
[13/42] Compiling JSONRPC DataChannel+Stdio.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
 3 | import Glibc
 4 | #else
 5 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
 6 | #endif
 7 |
[14/42] Compiling JSONRPC DataChannel+WebSocket.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
 3 | import Glibc
 4 | #else
 5 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
 6 | #endif
 7 |
[15/42] Compiling JSONRPC DataChannel.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
 3 | import Glibc
 4 | #else
 5 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
 6 | #endif
 7 |
[16/42] Compiling JSONRPC AsyncStreamPolyfill.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
 3 | import Glibc
 4 | #else
 5 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
 6 | #endif
 7 |
[17/42] Compiling JSONRPC DataChannel+Actor.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel+Stdio.swift:5:8: error: no such module 'Darwin.C'
 3 | import Glibc
 4 | #else
 5 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
 6 | #endif
 7 |
[18/42] Compiling ProcessEnv Process+Parameters.swift
[19/42] Compiling Extendable ConnectableExtension.swift
/host/spi-builder-workspace/.build/checkouts/Extendable/Sources/Extendable/AppExtensionSceneGroup.swift:1:8: error: no such module 'ExtensionKit'
 1 | import ExtensionKit
   |        `- error: no such module 'ExtensionKit'
 2 |
 3 | /// Can be used to group multiple `AppExtensionScene` views.
[20/42] Compiling Extendable ConnectableSceneExtension.swift
/host/spi-builder-workspace/.build/checkouts/Extendable/Sources/Extendable/AppExtensionSceneGroup.swift:1:8: error: no such module 'ExtensionKit'
 1 | import ExtensionKit
   |        `- error: no such module 'ExtensionKit'
 2 |
 3 | /// Can be used to group multiple `AppExtensionScene` views.
[21/42] Compiling Extendable AppExtension+Init.swift
/host/spi-builder-workspace/.build/checkouts/Extendable/Sources/Extendable/AppExtensionSceneGroup.swift:1:8: error: no such module 'ExtensionKit'
 1 | import ExtensionKit
   |        `- error: no such module 'ExtensionKit'
 2 |
 3 | /// Can be used to group multiple `AppExtensionScene` views.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/42] Emitting module Extendable
/host/spi-builder-workspace/.build/checkouts/Extendable/Sources/Extendable/AppExtensionSceneGroup.swift:1:8: error: no such module 'ExtensionKit'
 1 | import ExtensionKit
   |        `- error: no such module 'ExtensionKit'
 2 |
 3 | /// Can be used to group multiple `AppExtensionScene` views.
[23/42] Compiling Extendable AppExtensionSceneGroup.swift
/host/spi-builder-workspace/.build/checkouts/Extendable/Sources/Extendable/AppExtensionSceneGroup.swift:1:8: error: no such module 'ExtensionKit'
 1 | import ExtensionKit
   |        `- error: no such module 'ExtensionKit'
 2 |
 3 | /// Can be used to group multiple `AppExtensionScene` views.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/42] Emitting module ProcessEnv
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/Process+Output.swift:3:18: error: cannot find type 'Process' in scope
 1 | import Foundation
 2 |
 3 | public extension Process {
   |                  `- error: cannot find type 'Process' in scope
 4 |     static func execute(_ parameters: Process.ExecutionParameters) throws -> Data? {
 5 |         let task = Process(parameters: parameters)
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:10:18: error: cannot find type 'Process' in scope
  8 | import Foundation
  9 |
 10 | public extension Process {
    |                  `- error: cannot find type 'Process' in scope
 11 | 	@available(*, deprecated, renamed: "Environment")
 12 | 	typealias Envrionment = [String : String]
[25/42] Compiling ProcessEnv Process+Output.swift
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/Process+Output.swift:3:18: error: cannot find type 'Process' in scope
 1 | import Foundation
 2 |
 3 | public extension Process {
   |                  `- error: cannot find type 'Process' in scope
 4 |     static func execute(_ parameters: Process.ExecutionParameters) throws -> Data? {
 5 |         let task = Process(parameters: parameters)
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/Process+Output.swift:4:39: error: cannot find type 'Process' in scope
 2 |
 3 | public extension Process {
 4 |     static func execute(_ parameters: Process.ExecutionParameters) throws -> Data? {
   |                                       `- error: cannot find type 'Process' in scope
 5 |         let task = Process(parameters: parameters)
 6 |
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/Process+Output.swift:10:45: error: cannot find type 'Process' in scope
 8 |     }
 9 |
10 |     static func executeAsUser(_ parameters: Process.ExecutionParameters) throws -> Data? {
   |                                             `- error: cannot find type 'Process' in scope
11 |         let userParams = parameters.userShellInvocation()
12 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[26/42] Emitting module AsyncXPCConnection
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/NSXPCConnection+Continuations.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[27/42] Emitting module Semaphore
error: emit-module command failed with exit code 1 (use -v to see invocation)
BUILD FAILURE 6.1 wasm