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 0.2.6 (369fb0), with Swift 6.1 for Android on 28 May 2025 19:29:36 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/ProcessService.git
Reference: 0.2.6
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
 * tag               0.2.6      -> FETCH_HEAD
HEAD is now at 369fb03 Move to dispatch queue
Cloned https://github.com/ChimeHQ/ProcessService.git
Revision (git rev-parse @):
369fb0379983d3b43c7d7ad62c4e91ee020e347c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/ProcessService.git at 0.2.6
========================================
Build
========================================
Selected platform:         android
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" : "concurrencyplus",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/ConcurrencyPlus"
    },
    {
      "identity" : "processenv",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/ProcessEnv"
    }
  ],
  "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",
      "product_dependencies" : [
        "ConcurrencyPlus"
      ],
      "sources" : [
        "ExportedProcessServiceTests.swift"
      ],
      "target_dependencies" : [
        "ProcessServiceServer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ProcessServiceServer",
      "module_type" : "SwiftTarget",
      "name" : "ProcessServiceServer",
      "path" : "Sources/ProcessServiceServer",
      "product_dependencies" : [
        "ConcurrencyPlus",
        "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",
      "product_dependencies" : [
        "ConcurrencyPlus"
      ],
      "sources" : [
        "HostedProcessTests.swift"
      ],
      "target_dependencies" : [
        "ProcessServiceClient",
        "ProcessServiceContainer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ProcessServiceClient",
      "module_type" : "SwiftTarget",
      "name" : "ProcessServiceClient",
      "path" : "Sources/ProcessServiceClient",
      "product_dependencies" : [
        "ConcurrencyPlus",
        "ProcessEnv"
      ],
      "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-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/ChimeHQ/ConcurrencyPlus
Fetching https://github.com/ChimeHQ/ProcessEnv
[3/214] Fetching processenv
Fetched https://github.com/ChimeHQ/ProcessEnv from cache (0.37s)
[1/372] Fetching concurrencyplus
Fetched https://github.com/ChimeHQ/ConcurrencyPlus from cache (0.48s)
Computing version for https://github.com/ChimeHQ/ProcessEnv
Computed https://github.com/ChimeHQ/ProcessEnv at 0.3.1 (1.46s)
Computing version for https://github.com/ChimeHQ/ConcurrencyPlus
Computed https://github.com/ChimeHQ/ConcurrencyPlus at 0.4.2 (0.95s)
Creating working copy for https://github.com/ChimeHQ/ConcurrencyPlus
Working copy of https://github.com/ChimeHQ/ConcurrencyPlus resolved at 0.4.2
Creating working copy for https://github.com/ChimeHQ/ProcessEnv
Working copy of https://github.com/ChimeHQ/ProcessEnv resolved at 0.3.1
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/22] Compiling ConcurrencyPlus AsyncSubject.swift
[8/22] Compiling ConcurrencyPlus AsyncThrowingSubject.swift
[9/23] Compiling ProcessEnv ProcessInfo+UserEnvironment.swift
/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/Process+Output.swift:10:53: error: 'ExecutionParameters' is not a member type of class 'Foundation.Process'
 8 |     }
 9 |
10 |     static func executeAsUser(_ parameters: Process.ExecutionParameters) throws -> Data? {
   |                                                     `- error: 'ExecutionParameters' is not a member type of class 'Foundation.Process'
11 |         let userParams = parameters.userShellInvocation()
12 |
Foundation.Process:1:12: note: 'Process' declared here
 1 | open class Process : NSObject, @unchecked Sendable {
   |            `- note: 'Process' declared here
 2 |     override public init()
 3 |     open var executableURL: URL? { get set }
/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/23] Compiling ConcurrencyPlus SendableContainers.swift
[11/23] Compiling ConcurrencyPlus Task+Relay.swift
[12/23] 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)
[13/23] 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 {
[14/23] 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)
[15/23] Emitting module ProcessEnv
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/Process+Output.swift:4:47: error: 'ExecutionParameters' is not a member type of class 'Foundation.Process'
 2 |
 3 | public extension Process {
 4 |     static func execute(_ parameters: Process.ExecutionParameters) throws -> Data? {
   |                                               `- error: 'ExecutionParameters' is not a member type of class 'Foundation.Process'
 5 |         let task = Process(parameters: parameters)
 6 |
Foundation.Process:1:12: note: 'Process' declared here
 1 | open class Process : NSObject, @unchecked Sendable {
   |            `- note: 'Process' declared here
 2 |     override public init()
 3 |     open var executableURL: URL? { get set }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/Process+Output.swift:10:53: error: 'ExecutionParameters' is not a member type of class 'Foundation.Process'
 8 |     }
 9 |
10 |     static func executeAsUser(_ parameters: Process.ExecutionParameters) throws -> Data? {
   |                                                     `- error: 'ExecutionParameters' is not a member type of class 'Foundation.Process'
11 |         let userParams = parameters.userShellInvocation()
12 |
Foundation.Process:1:12: note: 'Process' declared here
 1 | open class Process : NSObject, @unchecked Sendable {
   |            `- note: 'Process' declared here
 2 |     override public init()
 3 |     open var executableURL: URL? { get set }
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/17] Compiling ProcessEnv Process+Output.swift
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/Process+Output.swift:4:47: error: 'ExecutionParameters' is not a member type of class 'Foundation.Process'
 2 |
 3 | public extension Process {
 4 |     static func execute(_ parameters: Process.ExecutionParameters) throws -> Data? {
   |                                               `- error: 'ExecutionParameters' is not a member type of class 'Foundation.Process'
 5 |         let task = Process(parameters: parameters)
 6 |
Foundation.Process:1:12: note: 'Process' declared here
 1 | open class Process : NSObject, @unchecked Sendable {
   |            `- note: 'Process' declared here
 2 |     override public init()
 3 |     open var executableURL: URL? { get set }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/Process+Output.swift:10:53: error: 'ExecutionParameters' is not a member type of class 'Foundation.Process'
 8 |     }
 9 |
10 |     static func executeAsUser(_ parameters: Process.ExecutionParameters) throws -> Data? {
   |                                                     `- error: 'ExecutionParameters' is not a member type of class 'Foundation.Process'
11 |         let userParams = parameters.userShellInvocation()
12 |
Foundation.Process:1:12: note: 'Process' declared here
 1 | open class Process : NSObject, @unchecked Sendable {
   |            `- note: 'Process' declared here
 2 |     override public init()
 3 |     open var executableURL: URL? { get set }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/Process+Output.swift:5:40: error: argument passed to call that takes no arguments
 3 | public extension Process {
 4 |     static func execute(_ parameters: Process.ExecutionParameters) throws -> Data? {
 5 |         let task = Process(parameters: parameters)
   |                                        `- error: argument passed to call that takes no arguments
 6 |
 7 |         return try? task.runAndReadStdout()
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/Process+Output.swift:13:40: error: argument passed to call that takes no arguments
11 |         let userParams = parameters.userShellInvocation()
12 |
13 |         let task = Process(parameters: userParams)
   |                                        `- error: argument passed to call that takes no arguments
14 |
15 |         return try? task.runAndReadStdout()
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/Process+Output.swift:19:30: error: type 'Process' has no member 'ExecutionParameters'
17 |
18 |     static func readOutput(from launchPath: String, arguments: [String] = [], environment: [String : String] = [:]) -> Data? {
19 |         let params = Process.ExecutionParameters(path: launchPath, arguments: arguments, environment: environment)
   |                              `- error: type 'Process' has no member 'ExecutionParameters'
20 |
21 |         return try? execute(params)
[3/17] 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 {
[4/17] 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)
[5/17] Emitting module ProcessEnv
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/Process+Output.swift:4:47: error: 'ExecutionParameters' is not a member type of class 'Foundation.Process'
 2 |
 3 | public extension Process {
 4 |     static func execute(_ parameters: Process.ExecutionParameters) throws -> Data? {
   |                                               `- error: 'ExecutionParameters' is not a member type of class 'Foundation.Process'
 5 |         let task = Process(parameters: parameters)
 6 |
Foundation.Process:1:12: note: 'Process' declared here
 1 | open class Process : NSObject, @unchecked Sendable {
   |            `- note: 'Process' declared here
 2 |     override public init()
 3 |     open var executableURL: URL? { get set }
/host/spi-builder-workspace/.build/checkouts/ProcessEnv/Sources/ProcessEnv/Process+Output.swift:10:53: error: 'ExecutionParameters' is not a member type of class 'Foundation.Process'
 8 |     }
 9 |
10 |     static func executeAsUser(_ parameters: Process.ExecutionParameters) throws -> Data? {
   |                                                     `- error: 'ExecutionParameters' is not a member type of class 'Foundation.Process'
11 |         let userParams = parameters.userShellInvocation()
12 |
Foundation.Process:1:12: note: 'Process' declared here
 1 | open class Process : NSObject, @unchecked Sendable {
   |            `- note: 'Process' declared here
 2 |     override public init()
 3 |     open var executableURL: URL? { get set }
[6/17] Compiling ProcessEnv Process+Parameters.swift
[7/17] Compiling ProcessEnv ProcessInfo+UserEnvironment.swift
/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/Process+Output.swift:10:53: error: 'ExecutionParameters' is not a member type of class 'Foundation.Process'
 8 |     }
 9 |
10 |     static func executeAsUser(_ parameters: Process.ExecutionParameters) throws -> Data? {
   |                                                     `- error: 'ExecutionParameters' is not a member type of class 'Foundation.Process'
11 |         let userParams = parameters.userShellInvocation()
12 |
Foundation.Process:1:12: note: 'Process' declared here
 1 | open class Process : NSObject, @unchecked Sendable {
   |            `- note: 'Process' declared here
 2 |     override public init()
 3 |     open var executableURL: URL? { get set }
/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 |         }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/17] 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 {
[9/17] Compiling ConcurrencyPlus MainActor+Unsafe.swift
[10/18] Compiling ConcurrencyPlus Task+Relay.swift
[11/18] Compiling ConcurrencyPlus RelaxedDispatchQueue.swift
[12/18] Compiling ConcurrencyPlus SendableContainers.swift
[13/18] Compiling ConcurrencyPlus NSXPCConnection+Continuation.swift
[14/18] Compiling ConcurrencyPlus Continuation+Resuming.swift
[15/18] Emitting module ConcurrencyPlus
[16/18] Compiling ConcurrencyPlus AsyncSubject.swift
[17/18] Compiling ConcurrencyPlus AsyncThrowingSubject.swift
[18/18] Compiling ConcurrencyPlus TaskQueue.swift
BUILD FAILURE 6.1 android