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 ProcessService, reference main (250692), with Swift 6.1 for Wasm on 28 May 2025 19:29:28 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/ChimeHQ/ProcessService.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/ChimeHQ/ProcessService
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 250692f funding
Cloned https://github.com/ChimeHQ/ProcessService.git
Revision (git rev-parse @):
250692fa3002394eee1b81a94ee94a7d44d93193
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/ProcessService.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ChimeHQ/ProcessService.git
https://github.com/ChimeHQ/ProcessService.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "processenv",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/ProcessEnv"
    },
    {
      "identity" : "queue",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattmassicotte/Queue"
    },
    {
      "identity" : "asyncxpcconnection",
      "requirement" : {
        "revision" : [
          "82a0eb00a0d881e6a65cad0acc031c1efd058d06"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/AsyncXPCConnection"
    }
  ],
  "manifest_display_name" : "ProcessService",
  "name" : "ProcessService",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "ProcessServiceServer",
      "targets" : [
        "ProcessServiceServer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ProcessServiceClient",
      "targets" : [
        "ProcessServiceClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ProcessServiceContainer",
      "targets" : [
        "ProcessServiceContainer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ProcessServiceShared",
      "module_type" : "SwiftTarget",
      "name" : "ProcessServiceShared",
      "path" : "Sources/ProcessServiceShared",
      "product_memberships" : [
        "ProcessServiceServer",
        "ProcessServiceClient"
      ],
      "sources" : [
        "Process+Event.swift",
        "ProcessServiceXPCProtocols.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ProcessServiceServerTests",
      "module_type" : "SwiftTarget",
      "name" : "ProcessServiceServerTests",
      "path" : "Tests/ProcessServiceServerTests",
      "sources" : [
        "ExportedProcessServiceTests.swift"
      ],
      "target_dependencies" : [
        "ProcessServiceServer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ProcessServiceServer",
      "module_type" : "SwiftTarget",
      "name" : "ProcessServiceServer",
      "path" : "Sources/ProcessServiceServer",
      "product_dependencies" : [
        "ProcessEnv"
      ],
      "product_memberships" : [
        "ProcessServiceServer"
      ],
      "sources" : [
        "ExportedProcessService.swift",
        "NSXPCConnection+Server.swift"
      ],
      "target_dependencies" : [
        "ProcessServiceShared"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ProcessServiceContainer",
      "module_type" : "BinaryTarget",
      "name" : "ProcessServiceContainer",
      "path" : "ProcessServiceContainer.xcframework",
      "product_memberships" : [
        "ProcessServiceContainer"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "ProcessServiceClientTests",
      "module_type" : "SwiftTarget",
      "name" : "ProcessServiceClientTests",
      "path" : "Tests/ProcessServiceClientTests",
      "sources" : [
        "HostedProcessTests.swift"
      ],
      "target_dependencies" : [
        "ProcessServiceClient",
        "ProcessServiceContainer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ProcessServiceClient",
      "module_type" : "SwiftTarget",
      "name" : "ProcessServiceClient",
      "path" : "Sources/ProcessServiceClient",
      "product_dependencies" : [
        "AsyncXPCConnection",
        "ProcessEnv",
        "Queue"
      ],
      "product_memberships" : [
        "ProcessServiceClient"
      ],
      "sources" : [
        "ExportedProcessServiceClient.swift",
        "HostedProcess.swift",
        "NSXPCConnection+ProcessService.swift"
      ],
      "target_dependencies" : [
        "ProcessServiceShared"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
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/ChimeHQ/AsyncXPCConnection
[1/176] Fetching asyncxpcconnection
Fetched https://github.com/ChimeHQ/AsyncXPCConnection from cache (0.25s)
Fetching https://github.com/mattmassicotte/Queue
Fetching https://github.com/ChimeHQ/ProcessEnv
[1/214] Fetching processenv
[215/522] Fetching processenv, queue
Fetched https://github.com/mattmassicotte/Queue from cache (0.27s)
Fetched https://github.com/ChimeHQ/ProcessEnv from cache (0.27s)
Computing version for https://github.com/ChimeHQ/ProcessEnv
Computed https://github.com/ChimeHQ/ProcessEnv at 0.3.1 (1.60s)
Computing version for https://github.com/mattmassicotte/Queue
Computed https://github.com/mattmassicotte/Queue at 0.2.1 (0.53s)
Creating working copy for https://github.com/ChimeHQ/ProcessEnv
Working copy of https://github.com/ChimeHQ/ProcessEnv resolved at 0.3.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/ChimeHQ/AsyncXPCConnection
Working copy of https://github.com/ChimeHQ/AsyncXPCConnection resolved at 82a0eb00a0d881e6a65cad0acc031c1efd058d06
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/21] Compiling Queue AsyncSerialQueue.swift
[9/21] 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 |     typealias Envrionment = [String : String]
 12 | }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:34:28: error: cannot find 'getpwuid' in scope
 32 |
 33 |     public var pwShell: String? {
 34 |         guard let passwd = getpwuid(getuid()) else {
    |                            `- error: cannot find 'getpwuid' in scope
 35 |             return nil
 36 |         }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:34:37: error: cannot find 'getuid' in scope
 32 |
 33 |     public var pwShell: String? {
 34 |         guard let passwd = getpwuid(getuid()) else {
    |                                     `- error: cannot find 'getuid' in scope
 35 |             return nil
 36 |         }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:46:28: error: cannot find 'getpwuid' in scope
 44 |
 45 |     public var pwUserName: String? {
 46 |         guard let passwd = getpwuid(getuid()) else {
    |                            `- error: cannot find 'getpwuid' in scope
 47 |             return nil
 48 |         }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:46:37: error: cannot find 'getuid' in scope
 44 |
 45 |     public var pwUserName: String? {
 46 |         guard let passwd = getpwuid(getuid()) else {
    |                                     `- error: cannot find 'getuid' in scope
 47 |             return nil
 48 |         }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:58:28: error: cannot find 'getpwuid' in scope
 56 |
 57 |     public var pwDir: String? {
 58 |         guard let passwd = getpwuid(getuid()) else {
    |                            `- error: cannot find 'getpwuid' in scope
 59 |             return nil
 60 |         }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:58:37: error: cannot find 'getuid' in scope
 56 |
 57 |     public var pwDir: String? {
 58 |         guard let passwd = getpwuid(getuid()) else {
    |                                     `- error: cannot find 'getuid' in scope
 59 |             return nil
 60 |         }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:104:31: error: cannot find 'Process' in scope
102 |     /// a terminal session.
103 |     public var userEnvironment: [String : String] {
104 |         guard let data = try? Process.executeAsUser(.init(path: "/usr/bin/env", environment: environment)) else {
    |                               `- error: cannot find 'Process' in scope
105 |             return environment
106 |         }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:104:54: error: cannot infer contextual base in reference to member 'init'
102 |     /// a terminal session.
103 |     public var userEnvironment: [String : String] {
104 |         guard let data = try? Process.executeAsUser(.init(path: "/usr/bin/env", environment: environment)) else {
    |                                                      `- error: cannot infer contextual base in reference to member 'init'
105 |             return environment
106 |         }
[10/21] Compiling ProcessServiceShared ProcessServiceXPCProtocols.swift
/host/spi-builder-workspace/Sources/ProcessServiceShared/ProcessServiceXPCProtocols.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | @objc public protocol ProcessServiceXPCProtocol {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/21] Emitting module AsyncXPCConnection
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/NSXPCConnection+Continuations.swift:8:11: error: cannot find type 'NSXPCConnection' in scope
  6 | }
  7 |
  8 | extension NSXPCConnection {
    |           `- error: cannot find type 'NSXPCConnection' in scope
  9 | 	/// Begins remote method invocation that returns a value.
 10 | 	@_unsafeInheritExecutor
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/NSXPCConnection+Continuations.swift:49:11: error: cannot find type 'NSXPCConnection' in scope
 47 | }
 48 |
 49 | extension NSXPCConnection {
    |           `- error: cannot find type 'NSXPCConnection' in scope
 50 | 	/// Begins remote method invocation that calls out to a value-error pair completion handler.
 51 | 	///
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/QueuedRemoteXPCService.swift:14:70: error: cannot find type 'NSXPCConnection' in scope
 12 | @MainActor
 13 | public struct QueuedRemoteXPCService<Service, Queue: AsyncQueuing> {
 14 | 	public typealias ConnectionProvider = @MainActor () async throws -> NSXPCConnection
    |                                                                      `- error: cannot find type 'NSXPCConnection' in scope
 15 |
 16 | 	let queue: Queue
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/QueuedRemoteXPCService.swift:19:38: error: @escaping attribute only applies to function types
 17 | 	private let provider: ConnectionProvider
 18 |
 19 | 	public init(queue: Queue, provider: @escaping ConnectionProvider) {
    |                                      `- error: @escaping attribute only applies to function types
 20 | 		self.queue = queue
 21 | 		self.provider = provider
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/QueuedRemoteXPCService.swift:24:40: error: cannot find type 'NSXPCConnection' in scope
 22 | 	}
 23 |
 24 | 	public init(queue: Queue, connection: NSXPCConnection) {
    |                                        `- error: cannot find type 'NSXPCConnection' in scope
 25 | 		self.queue = queue
 26 | 		self.provider = { connection }
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/RemoteXPCService.swift:7:18: error: cannot find type 'NSXPCConnection' in scope
 5 | /// Due to the strange nature of the `Protocol` type, the generic parameter cannot be used to define the NSXPCConection interface. Still a net win, but definitely annoying.
 6 | public struct RemoteXPCService<Service> {
 7 | 	let connection: NSXPCConnection
   |                  `- error: cannot find type 'NSXPCConnection' in scope
 8 |
 9 | 	/// Create a new `XPCService` instance with an interface.
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/RemoteXPCService.swift:10:26: error: cannot find type 'NSXPCConnection' in scope
 8 |
 9 | 	/// Create a new `XPCService` instance with an interface.
10 | 	public init(connection: NSXPCConnection, remoteInterface: Protocol) {
   |                          `- error: cannot find type 'NSXPCConnection' in scope
11 | 		self.connection = connection
12 |
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/RemoteXPCService.swift:10:60: error: cannot find type 'Protocol' in scope
 8 |
 9 | 	/// Create a new `XPCService` instance with an interface.
10 | 	public init(connection: NSXPCConnection, remoteInterface: Protocol) {
   |                                                            `- error: cannot find type 'Protocol' in scope
11 | 		self.connection = connection
12 |
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/RemoteXPCService.swift:18:26: error: cannot find type 'NSXPCConnection' in scope
16 |
17 | 	/// Create a new `XPCService` instance without an explicit interface.
18 | 	public init(connection: NSXPCConnection) {
   |                          `- error: cannot find type 'NSXPCConnection' in scope
19 | 		self.connection = connection
20 | 	}
[12/21] Compiling AsyncXPCConnection NSXPCConnection+Continuations.swift
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/NSXPCConnection+Continuations.swift:8:11: error: cannot find type 'NSXPCConnection' in scope
  6 | }
  7 |
  8 | extension NSXPCConnection {
    |           `- error: cannot find type 'NSXPCConnection' in scope
  9 | 	/// Begins remote method invocation that returns a value.
 10 | 	@_unsafeInheritExecutor
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/NSXPCConnection+Continuations.swift:49:11: error: cannot find type 'NSXPCConnection' in scope
 47 | }
 48 |
 49 | extension NSXPCConnection {
    |           `- error: cannot find type 'NSXPCConnection' in scope
 50 | 	/// Begins remote method invocation that calls out to a value-error pair completion handler.
 51 | 	///
[13/21] Compiling ProcessServiceShared Process+Event.swift
/host/spi-builder-workspace/Sources/ProcessServiceShared/ProcessServiceXPCProtocols.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | @objc public protocol ProcessServiceXPCProtocol {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/21] Emitting module ProcessServiceShared
/host/spi-builder-workspace/Sources/ProcessServiceShared/ProcessServiceXPCProtocols.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | @objc public protocol ProcessServiceXPCProtocol {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/21] Compiling ProcessEnv Process+Parameters.swift
[16/21] 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 |     typealias Envrionment = [String : String]
 12 | }
[17/21] 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 |
[18/21] Emitting module Queue
[19/21] Compiling Queue AsyncQueue.swift
[20/21] Compiling AsyncXPCConnection QueuedRemoteXPCService.swift
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/QueuedRemoteXPCService.swift:14:70: error: cannot find type 'NSXPCConnection' in scope
 12 | @MainActor
 13 | public struct QueuedRemoteXPCService<Service, Queue: AsyncQueuing> {
 14 | 	public typealias ConnectionProvider = @MainActor () async throws -> NSXPCConnection
    |                                                                      `- error: cannot find type 'NSXPCConnection' in scope
 15 |
 16 | 	let queue: Queue
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/QueuedRemoteXPCService.swift:19:38: error: @escaping attribute only applies to function types
 17 | 	private let provider: ConnectionProvider
 18 |
 19 | 	public init(queue: Queue, provider: @escaping ConnectionProvider) {
    |                                      `- error: @escaping attribute only applies to function types
 20 | 		self.queue = queue
 21 | 		self.provider = provider
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/QueuedRemoteXPCService.swift:24:40: error: cannot find type 'NSXPCConnection' in scope
 22 | 	}
 23 |
 24 | 	public init(queue: Queue, connection: NSXPCConnection) {
    |                                        `- error: cannot find type 'NSXPCConnection' in scope
 25 | 		self.queue = queue
 26 | 		self.provider = { connection }
[21/21] Compiling AsyncXPCConnection RemoteXPCService.swift
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/RemoteXPCService.swift:7:18: error: cannot find type 'NSXPCConnection' in scope
 5 | /// Due to the strange nature of the `Protocol` type, the generic parameter cannot be used to define the NSXPCConection interface. Still a net win, but definitely annoying.
 6 | public struct RemoteXPCService<Service> {
 7 | 	let connection: NSXPCConnection
   |                  `- error: cannot find type 'NSXPCConnection' in scope
 8 |
 9 | 	/// Create a new `XPCService` instance with an interface.
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/RemoteXPCService.swift:10:26: error: cannot find type 'NSXPCConnection' in scope
 8 |
 9 | 	/// Create a new `XPCService` instance with an interface.
10 | 	public init(connection: NSXPCConnection, remoteInterface: Protocol) {
   |                          `- error: cannot find type 'NSXPCConnection' in scope
11 | 		self.connection = connection
12 |
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/RemoteXPCService.swift:10:60: error: cannot find type 'Protocol' in scope
 8 |
 9 | 	/// Create a new `XPCService` instance with an interface.
10 | 	public init(connection: NSXPCConnection, remoteInterface: Protocol) {
   |                                                            `- error: cannot find type 'Protocol' in scope
11 | 		self.connection = connection
12 |
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/RemoteXPCService.swift:18:26: error: cannot find type 'NSXPCConnection' in scope
16 |
17 | 	/// Create a new `XPCService` instance without an explicit interface.
18 | 	public init(connection: NSXPCConnection) {
   |                          `- error: cannot find type 'NSXPCConnection' in scope
19 | 		self.connection = connection
20 | 	}
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/RemoteXPCService.swift:14:38: error: cannot find 'NSXPCInterface' in scope
12 |
13 | 		precondition(connection.remoteObjectInterface == nil)
14 | 		connection.remoteObjectInterface = NSXPCInterface(with: remoteInterface)
   |                                      `- error: cannot find 'NSXPCInterface' in scope
15 | 	}
16 |
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
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/15] Emitting module ProcessServiceShared
/host/spi-builder-workspace/Sources/ProcessServiceShared/ProcessServiceXPCProtocols.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | @objc public protocol ProcessServiceXPCProtocol {
[3/15] Compiling ProcessServiceShared Process+Event.swift
/host/spi-builder-workspace/Sources/ProcessServiceShared/ProcessServiceXPCProtocols.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | @objc public protocol ProcessServiceXPCProtocol {
[4/15] 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 |     typealias Envrionment = [String : String]
 12 | }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:34:28: error: cannot find 'getpwuid' in scope
 32 |
 33 |     public var pwShell: String? {
 34 |         guard let passwd = getpwuid(getuid()) else {
    |                            `- error: cannot find 'getpwuid' in scope
 35 |             return nil
 36 |         }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:34:37: error: cannot find 'getuid' in scope
 32 |
 33 |     public var pwShell: String? {
 34 |         guard let passwd = getpwuid(getuid()) else {
    |                                     `- error: cannot find 'getuid' in scope
 35 |             return nil
 36 |         }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:46:28: error: cannot find 'getpwuid' in scope
 44 |
 45 |     public var pwUserName: String? {
 46 |         guard let passwd = getpwuid(getuid()) else {
    |                            `- error: cannot find 'getpwuid' in scope
 47 |             return nil
 48 |         }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:46:37: error: cannot find 'getuid' in scope
 44 |
 45 |     public var pwUserName: String? {
 46 |         guard let passwd = getpwuid(getuid()) else {
    |                                     `- error: cannot find 'getuid' in scope
 47 |             return nil
 48 |         }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:58:28: error: cannot find 'getpwuid' in scope
 56 |
 57 |     public var pwDir: String? {
 58 |         guard let passwd = getpwuid(getuid()) else {
    |                            `- error: cannot find 'getpwuid' in scope
 59 |             return nil
 60 |         }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:58:37: error: cannot find 'getuid' in scope
 56 |
 57 |     public var pwDir: String? {
 58 |         guard let passwd = getpwuid(getuid()) else {
    |                                     `- error: cannot find 'getuid' in scope
 59 |             return nil
 60 |         }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:104:31: error: cannot find 'Process' in scope
102 |     /// a terminal session.
103 |     public var userEnvironment: [String : String] {
104 |         guard let data = try? Process.executeAsUser(.init(path: "/usr/bin/env", environment: environment)) else {
    |                               `- error: cannot find 'Process' in scope
105 |             return environment
106 |         }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/ProcessInfo+UserEnvironment.swift:104:54: error: cannot infer contextual base in reference to member 'init'
102 |     /// a terminal session.
103 |     public var userEnvironment: [String : String] {
104 |         guard let data = try? Process.executeAsUser(.init(path: "/usr/bin/env", environment: environment)) else {
    |                                                      `- error: cannot infer contextual base in reference to member 'init'
105 |             return environment
106 |         }
[5/15] 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 |
[6/15] Compiling ProcessEnv Process+Parameters.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/15] 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 |     typealias Envrionment = [String : String]
 12 | }
[8/15] Compiling ProcessServiceShared ProcessServiceXPCProtocols.swift
/host/spi-builder-workspace/Sources/ProcessServiceShared/ProcessServiceXPCProtocols.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | @objc public protocol ProcessServiceXPCProtocol {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/15] Emitting module AsyncXPCConnection
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/NSXPCConnection+Continuations.swift:8:11: error: cannot find type 'NSXPCConnection' in scope
  6 | }
  7 |
  8 | extension NSXPCConnection {
    |           `- error: cannot find type 'NSXPCConnection' in scope
  9 | 	/// Begins remote method invocation that returns a value.
 10 | 	@_unsafeInheritExecutor
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/NSXPCConnection+Continuations.swift:49:11: error: cannot find type 'NSXPCConnection' in scope
 47 | }
 48 |
 49 | extension NSXPCConnection {
    |           `- error: cannot find type 'NSXPCConnection' in scope
 50 | 	/// Begins remote method invocation that calls out to a value-error pair completion handler.
 51 | 	///
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/QueuedRemoteXPCService.swift:14:70: error: cannot find type 'NSXPCConnection' in scope
 12 | @MainActor
 13 | public struct QueuedRemoteXPCService<Service, Queue: AsyncQueuing> {
 14 | 	public typealias ConnectionProvider = @MainActor () async throws -> NSXPCConnection
    |                                                                      `- error: cannot find type 'NSXPCConnection' in scope
 15 |
 16 | 	let queue: Queue
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/QueuedRemoteXPCService.swift:19:38: error: @escaping attribute only applies to function types
 17 | 	private let provider: ConnectionProvider
 18 |
 19 | 	public init(queue: Queue, provider: @escaping ConnectionProvider) {
    |                                      `- error: @escaping attribute only applies to function types
 20 | 		self.queue = queue
 21 | 		self.provider = provider
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/QueuedRemoteXPCService.swift:24:40: error: cannot find type 'NSXPCConnection' in scope
 22 | 	}
 23 |
 24 | 	public init(queue: Queue, connection: NSXPCConnection) {
    |                                        `- error: cannot find type 'NSXPCConnection' in scope
 25 | 		self.queue = queue
 26 | 		self.provider = { connection }
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/RemoteXPCService.swift:7:18: error: cannot find type 'NSXPCConnection' in scope
 5 | /// Due to the strange nature of the `Protocol` type, the generic parameter cannot be used to define the NSXPCConection interface. Still a net win, but definitely annoying.
 6 | public struct RemoteXPCService<Service> {
 7 | 	let connection: NSXPCConnection
   |                  `- error: cannot find type 'NSXPCConnection' in scope
 8 |
 9 | 	/// Create a new `XPCService` instance with an interface.
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/RemoteXPCService.swift:10:26: error: cannot find type 'NSXPCConnection' in scope
 8 |
 9 | 	/// Create a new `XPCService` instance with an interface.
10 | 	public init(connection: NSXPCConnection, remoteInterface: Protocol) {
   |                          `- error: cannot find type 'NSXPCConnection' in scope
11 | 		self.connection = connection
12 |
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/RemoteXPCService.swift:10:60: error: cannot find type 'Protocol' in scope
 8 |
 9 | 	/// Create a new `XPCService` instance with an interface.
10 | 	public init(connection: NSXPCConnection, remoteInterface: Protocol) {
   |                                                            `- error: cannot find type 'Protocol' in scope
11 | 		self.connection = connection
12 |
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/RemoteXPCService.swift:18:26: error: cannot find type 'NSXPCConnection' in scope
16 |
17 | 	/// Create a new `XPCService` instance without an explicit interface.
18 | 	public init(connection: NSXPCConnection) {
   |                          `- error: cannot find type 'NSXPCConnection' in scope
19 | 		self.connection = connection
20 | 	}
[10/15] Compiling AsyncXPCConnection NSXPCConnection+Continuations.swift
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/NSXPCConnection+Continuations.swift:8:11: error: cannot find type 'NSXPCConnection' in scope
  6 | }
  7 |
  8 | extension NSXPCConnection {
    |           `- error: cannot find type 'NSXPCConnection' in scope
  9 | 	/// Begins remote method invocation that returns a value.
 10 | 	@_unsafeInheritExecutor
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/NSXPCConnection+Continuations.swift:49:11: error: cannot find type 'NSXPCConnection' in scope
 47 | }
 48 |
 49 | extension NSXPCConnection {
    |           `- error: cannot find type 'NSXPCConnection' in scope
 50 | 	/// Begins remote method invocation that calls out to a value-error pair completion handler.
 51 | 	///
[11/15] Compiling AsyncXPCConnection RemoteXPCService.swift
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/RemoteXPCService.swift:7:18: error: cannot find type 'NSXPCConnection' in scope
 5 | /// Due to the strange nature of the `Protocol` type, the generic parameter cannot be used to define the NSXPCConection interface. Still a net win, but definitely annoying.
 6 | public struct RemoteXPCService<Service> {
 7 | 	let connection: NSXPCConnection
   |                  `- error: cannot find type 'NSXPCConnection' in scope
 8 |
 9 | 	/// Create a new `XPCService` instance with an interface.
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/RemoteXPCService.swift:10:26: error: cannot find type 'NSXPCConnection' in scope
 8 |
 9 | 	/// Create a new `XPCService` instance with an interface.
10 | 	public init(connection: NSXPCConnection, remoteInterface: Protocol) {
   |                          `- error: cannot find type 'NSXPCConnection' in scope
11 | 		self.connection = connection
12 |
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/RemoteXPCService.swift:10:60: error: cannot find type 'Protocol' in scope
 8 |
 9 | 	/// Create a new `XPCService` instance with an interface.
10 | 	public init(connection: NSXPCConnection, remoteInterface: Protocol) {
   |                                                            `- error: cannot find type 'Protocol' in scope
11 | 		self.connection = connection
12 |
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/RemoteXPCService.swift:18:26: error: cannot find type 'NSXPCConnection' in scope
16 |
17 | 	/// Create a new `XPCService` instance without an explicit interface.
18 | 	public init(connection: NSXPCConnection) {
   |                          `- error: cannot find type 'NSXPCConnection' in scope
19 | 		self.connection = connection
20 | 	}
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/RemoteXPCService.swift:14:38: error: cannot find 'NSXPCInterface' in scope
12 |
13 | 		precondition(connection.remoteObjectInterface == nil)
14 | 		connection.remoteObjectInterface = NSXPCInterface(with: remoteInterface)
   |                                      `- error: cannot find 'NSXPCInterface' in scope
15 | 	}
16 |
[12/15] Compiling AsyncXPCConnection QueuedRemoteXPCService.swift
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/QueuedRemoteXPCService.swift:14:70: error: cannot find type 'NSXPCConnection' in scope
 12 | @MainActor
 13 | public struct QueuedRemoteXPCService<Service, Queue: AsyncQueuing> {
 14 | 	public typealias ConnectionProvider = @MainActor () async throws -> NSXPCConnection
    |                                                                      `- error: cannot find type 'NSXPCConnection' in scope
 15 |
 16 | 	let queue: Queue
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/QueuedRemoteXPCService.swift:19:38: error: @escaping attribute only applies to function types
 17 | 	private let provider: ConnectionProvider
 18 |
 19 | 	public init(queue: Queue, provider: @escaping ConnectionProvider) {
    |                                      `- error: @escaping attribute only applies to function types
 20 | 		self.queue = queue
 21 | 		self.provider = provider
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/QueuedRemoteXPCService.swift:24:40: error: cannot find type 'NSXPCConnection' in scope
 22 | 	}
 23 |
 24 | 	public init(queue: Queue, connection: NSXPCConnection) {
    |                                        `- error: cannot find type 'NSXPCConnection' in scope
 25 | 		self.queue = queue
 26 | 		self.provider = { connection }
[13/15] Compiling Queue AsyncSerialQueue.swift
[14/15] Compiling Queue AsyncQueue.swift
[15/15] Emitting module Queue
BUILD FAILURE 6.1 wasm