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

Successful build of ProcessService, reference 0.2.6 (369fb0), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 19:31:47 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/ProcessService.git
Reference: 0.2.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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
Fetching https://github.com/ChimeHQ/ConcurrencyPlus
Fetching https://github.com/ChimeHQ/ProcessEnv
[8/372] Fetching concurrencyplus
[169/572] Fetching concurrencyplus, processenv
Fetched https://github.com/ChimeHQ/ProcessEnv from cache (0.68s)
Fetched https://github.com/ChimeHQ/ConcurrencyPlus from cache (0.68s)
Computing version for https://github.com/ChimeHQ/ProcessEnv
Computed https://github.com/ChimeHQ/ProcessEnv at 0.3.1 (1.29s)
Computing version for https://github.com/ChimeHQ/ConcurrencyPlus
Computed https://github.com/ChimeHQ/ConcurrencyPlus at 0.4.0 (0.59s)
Creating working copy for https://github.com/ChimeHQ/ConcurrencyPlus
Working copy of https://github.com/ChimeHQ/ConcurrencyPlus resolved at 0.4.0
Creating working copy for https://github.com/ChimeHQ/ProcessEnv
Working copy of https://github.com/ChimeHQ/ProcessEnv resolved at 0.3.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "processservice",
      "name": "ProcessService",
      "url": "https://github.com/ChimeHQ/ProcessService.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ProcessService",
      "dependencies": [
        {
          "identity": "concurrencyplus",
          "name": "ConcurrencyPlus",
          "url": "https://github.com/ChimeHQ/ConcurrencyPlus",
          "version": "0.4.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ConcurrencyPlus",
          "dependencies": [
          ]
        },
        {
          "identity": "processenv",
          "name": "ProcessEnv",
          "url": "https://github.com/ChimeHQ/ProcessEnv",
          "version": "0.3.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ProcessEnv",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/ChimeHQ/ProcessService.git
[1/526] Fetching processservice
Fetched https://github.com/ChimeHQ/ProcessService.git from cache (0.90s)
Fetching https://github.com/ChimeHQ/ConcurrencyPlus from cache
Fetching https://github.com/ChimeHQ/ProcessEnv from cache
Fetched https://github.com/ChimeHQ/ProcessEnv from cache (0.46s)
Fetched https://github.com/ChimeHQ/ConcurrencyPlus from cache (0.46s)
Computing version for https://github.com/ChimeHQ/ProcessEnv
Computed https://github.com/ChimeHQ/ProcessEnv at 0.3.1 (0.52s)
Computing version for https://github.com/ChimeHQ/ConcurrencyPlus
Computed https://github.com/ChimeHQ/ConcurrencyPlus at 0.4.2 (0.02s)
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/ChimeHQ/ProcessService.git
Working copy of https://github.com/ChimeHQ/ProcessService.git resolved at 0.2.6 (369fb03)
Creating working copy for https://github.com/ChimeHQ/ConcurrencyPlus
Working copy of https://github.com/ChimeHQ/ConcurrencyPlus resolved at 0.4.2
warning: '.resolve-product-dependencies': dependency 'processservice' is not used by any target
Found 2 product dependencies
  - ConcurrencyPlus
  - ProcessEnv
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ChimeHQ/ProcessService.git
https://github.com/ChimeHQ/ProcessService.git
{
  "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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-2F0A5646E1D333AE.txt
[7/21] Compiling ProcessEnv Process+Parameters.swift
[8/21] Compiling ProcessEnv ProcessInfo+UserEnvironment.swift
[9/21] Emitting module ProcessServiceShared
[10/21] Compiling ProcessServiceShared ProcessServiceXPCProtocols.swift
[11/21] Compiling ProcessServiceShared Process+Event.swift
[12/21] Emitting module ProcessEnv
[13/21] Compiling ProcessEnv Process+Output.swift
[14/21] Compiling ConcurrencyPlus NSXPCConnection+Continuation.swift
[15/21] Compiling ConcurrencyPlus Task+Relay.swift
[16/21] Compiling ConcurrencyPlus TaskQueue.swift
[17/21] Compiling ConcurrencyPlus AsyncThrowingSubject.swift
[18/21] Compiling ConcurrencyPlus Continuation+Resuming.swift
[19/21] Compiling ConcurrencyPlus AsyncSubject.swift
[20/21] Emitting module ConcurrencyPlus
[21/21] Compiling ConcurrencyPlus MainActor+Unsafe.swift
[22/28] Compiling ProcessServiceServer NSXPCConnection+Server.swift
[23/28] Emitting module ProcessServiceClient
[24/28] Compiling ProcessServiceClient NSXPCConnection+ProcessService.swift
[25/28] Compiling ProcessServiceClient ExportedProcessServiceClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/ProcessServiceClient/ExportedProcessServiceClient.swift:53:24: warning: non-sendable result type 'ExportedProcessServiceClient.ProcessEventSubject' (aka 'PassthroughSubject<Process.Event, any Error>') cannot be sent from actor-isolated context in call to instance method 'processEventSubject(for:)'; this is an error in the Swift 6 language mode
51 |     public nonisolated func launchedProcess(with identifier: UUID, stdoutData: Data) {
52 |         taskQueue.addOperation {
53 |             await self.processEventSubject(for: identifier).send(.stdout(stdoutData))
   |                        `- warning: non-sendable result type 'ExportedProcessServiceClient.ProcessEventSubject' (aka 'PassthroughSubject<Process.Event, any Error>') cannot be sent from actor-isolated context in call to instance method 'processEventSubject(for:)'; this is an error in the Swift 6 language mode
54 |         }
55 |     }
Combine.PassthroughSubject:2:20: note: generic class 'PassthroughSubject' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
 2 | final public class PassthroughSubject<Output, Failure> : Subject where Failure : Error {
   |                    `- note: generic class 'PassthroughSubject' does not conform to the 'Sendable' protocol
 3 |     public init()
 4 |     @objc deinit
/Users/admin/builder/spi-builder-workspace/Sources/ProcessServiceClient/ExportedProcessServiceClient.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Combine'
 1 | import Foundation
 2 | import Combine
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Combine'
 3 |
 4 | import ConcurrencyPlus
/Users/admin/builder/spi-builder-workspace/Sources/ProcessServiceClient/ExportedProcessServiceClient.swift:59:24: warning: non-sendable result type 'ExportedProcessServiceClient.ProcessEventSubject' (aka 'PassthroughSubject<Process.Event, any Error>') cannot be sent from actor-isolated context in call to instance method 'processEventSubject(for:)'; this is an error in the Swift 6 language mode
57 |     public nonisolated func launchedProcess(with identifier: UUID, stderrData: Data) {
58 |         taskQueue.addOperation {
59 |             await self.processEventSubject(for: identifier).send(.stderr(stderrData))
   |                        `- warning: non-sendable result type 'ExportedProcessServiceClient.ProcessEventSubject' (aka 'PassthroughSubject<Process.Event, any Error>') cannot be sent from actor-isolated context in call to instance method 'processEventSubject(for:)'; this is an error in the Swift 6 language mode
60 |         }
61 |     }
Combine.PassthroughSubject:2:20: note: generic class 'PassthroughSubject' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
 2 | final public class PassthroughSubject<Output, Failure> : Subject where Failure : Error {
   |                    `- note: generic class 'PassthroughSubject' does not conform to the 'Sendable' protocol
 3 |     public init()
 4 |     @objc deinit
/Users/admin/builder/spi-builder-workspace/Sources/ProcessServiceClient/ExportedProcessServiceClient.swift:67:38: warning: non-sendable result type 'ExportedProcessServiceClient.ProcessEventSubject' (aka 'PassthroughSubject<Process.Event, any Error>') cannot be sent from actor-isolated context in call to instance method 'processEventSubject(for:)'; this is an error in the Swift 6 language mode
65 |
66 |         taskQueue.addOperation {
67 |             let subject = await self.processEventSubject(for: identifier)
   |                                      `- warning: non-sendable result type 'ExportedProcessServiceClient.ProcessEventSubject' (aka 'PassthroughSubject<Process.Event, any Error>') cannot be sent from actor-isolated context in call to instance method 'processEventSubject(for:)'; this is an error in the Swift 6 language mode
68 |
69 |             await self.removeSubject(for: identifier)
Combine.PassthroughSubject:2:20: note: generic class 'PassthroughSubject' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
 2 | final public class PassthroughSubject<Output, Failure> : Subject where Failure : Error {
   |                    `- note: generic class 'PassthroughSubject' does not conform to the 'Sendable' protocol
 3 |     public init()
 4 |     @objc deinit
[26/28] Compiling ProcessServiceClient HostedProcess.swift
/Users/admin/builder/spi-builder-workspace/Sources/ProcessServiceClient/HostedProcess.swift:68:33: warning: non-sendable result type 'some Publisher<Process.Event, any Error>' cannot be sent from actor-isolated context in call to instance method 'processEventPublisher(for:)'; this is an error in the Swift 6 language mode
 66 |             }
 67 |
 68 |             return await client.processEventPublisher(for: uuid)
    |                                 `- warning: non-sendable result type 'some Publisher<Process.Event, any Error>' cannot be sent from actor-isolated context in call to instance method 'processEventPublisher(for:)'; this is an error in the Swift 6 language mode
 69 |         }
 70 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ProcessServiceClient/HostedProcess.swift:28:9: warning: cannot access property 'connection' with a non-sendable type 'NSXPCConnection' from nonisolated deinit; this is an error in the Swift 6 language mode
 26 |
 27 |     deinit {
 28 |         connection.invalidate()
    |         `- warning: cannot access property 'connection' with a non-sendable type 'NSXPCConnection' from nonisolated deinit; this is an error in the Swift 6 language mode
 29 |     }
 30 |
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:49:12: note: class 'NSXPCConnection' does not conform to the 'Sendable' protocol
 47 | // This object is the main configuration mechanism for the communication between two processes. Each NSXPCConnection instance has a private serial queue. This queue is used when sending messages to reply handlers, interruption handlers, and invalidation handlers.
 48 | API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0))
 49 | @interface NSXPCConnection : NSObject <NSXPCProxyCreating>
    |            `- note: class 'NSXPCConnection' does not conform to the 'Sendable' protocol
 50 |
 51 | // Initialize an NSXPCConnection that will connect to the specified service name. Note: Receiving a non-nil result from this init method does not mean the service name is valid or the service has been launched. The init method simply constructs the local object.
/Users/admin/builder/spi-builder-workspace/Sources/ProcessServiceClient/HostedProcess.swift:36:42: warning: sending value of non-Sendable type '(any ProcessServiceXPCProtocol, CheckedContinuation<UUID, any Error>) -> ()' risks causing data races; this is an error in the Swift 6 language mode
 34 |         }
 35 |
 36 |         self.uuid = try await connection.withContinuation({ (service: ProcessServiceXPCProtocol, continuation) in
    |                                          |- warning: sending value of non-Sendable type '(any ProcessServiceXPCProtocol, CheckedContinuation<UUID, any Error>) -> ()' risks causing data races; this is an error in the Swift 6 language mode
    |                                          `- note: sending 'self'-isolated value of non-Sendable type '(any ProcessServiceXPCProtocol, CheckedContinuation<UUID, any Error>) -> ()' to nonisolated callee risks causing races in between 'self'-isolated and nonisolated uses
 37 |             return service.launchProcess(at: URL(fileURLWithPath: parameters.path),
 38 |                                          arguments: parameters.arguments,
/Users/admin/builder/spi-builder-workspace/Sources/ProcessServiceClient/HostedProcess.swift:36:42: warning: sending 'self.connection' risks causing data races; this is an error in the Swift 6 language mode
 34 |         }
 35 |
 36 |         self.uuid = try await connection.withContinuation({ (service: ProcessServiceXPCProtocol, continuation) in
    |                                          |- warning: sending 'self.connection' risks causing data races; this is an error in the Swift 6 language mode
    |                                          `- note: sending 'self'-isolated 'self.connection' to nonisolated callee risks causing data races between nonisolated and 'self'-isolated uses
 37 |             return service.launchProcess(at: URL(fileURLWithPath: parameters.path),
 38 |                                          arguments: parameters.arguments,
/Users/admin/builder/spi-builder-workspace/Sources/ProcessServiceClient/HostedProcess.swift:52:30: warning: sending 'self.connection' risks causing data races; this is an error in the Swift 6 language mode
 50 |         self.uuid = nil
 51 |
 52 |         try await connection.withContinuation({ (service: ProcessServiceXPCProtocol, continuation) in
    |                              |- warning: sending 'self.connection' risks causing data races; this is an error in the Swift 6 language mode
    |                              `- note: sending 'self'-isolated 'self.connection' to nonisolated callee risks causing data races between nonisolated and 'self'-isolated uses
 53 |             service.terminateProcess(with: uuid, reply: continuation.resumingHandler)
 54 |         })
/Users/admin/builder/spi-builder-workspace/Sources/ProcessServiceClient/HostedProcess.swift:92:30: warning: sending 'self.connection' risks causing data races; this is an error in the Swift 6 language mode
 90 |         }
 91 |
 92 |         try await connection.withContinuation({ (service: ProcessServiceXPCProtocol, continuation) in
    |                              |- warning: sending 'self.connection' risks causing data races; this is an error in the Swift 6 language mode
    |                              `- note: sending 'self'-isolated 'self.connection' to nonisolated callee risks causing data races between nonisolated and 'self'-isolated uses
 93 |             service.writeDataToStdin(data, for: uuid, reply: continuation.resumingHandler)
 94 |         })
/Users/admin/builder/spi-builder-workspace/Sources/ProcessServiceClient/HostedProcess.swift:102:27: warning: passing closure as a 'sending' parameter risks causing data races between 'self'-isolated code and concurrent execution of the closure; this is an error in the Swift 6 language mode
100 |         let eventPublisher = try await processEventPublisher
101 |
102 |         return await Task {
    |                           `- warning: passing closure as a 'sending' parameter risks causing data races between 'self'-isolated code and concurrent execution of the closure; this is an error in the Swift 6 language mode
103 |             var data = Data()
104 |             var subscription: AnyCancellable? = nil
105 |
106 |             await withCheckedContinuation { (continuation: CheckedContinuation<(), Never>) in
107 |                 subscription = eventPublisher.sink { _ in
    |                                `- note: closure captures 'eventPublisher' which is accessible to 'self'-isolated code
108 |                     continuation.resume()
109 |
[27/28] Emitting module ProcessServiceServer
[28/28] Compiling ProcessServiceServer ExportedProcessService.swift
Build complete! (7.97s)
Build complete.
{
  "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" : "/Users/admin/builder/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"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/chimehq/processservice/0.2.6
Repository:               ChimeHQ/ProcessService
Swift version used:       6.1
Target:                   ProcessServiceServer
Extracting symbol information for 'ProcessServiceServer'...
Finished extracting symbol information for 'ProcessServiceServer'. (4.02s)
Building documentation for 'ProcessServiceServer'...
Finished building documentation for 'ProcessServiceServer' (0.09s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/chimehq/processservice/0.2.6
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Updating https://github.com/ChimeHQ/ProcessEnv
Updating https://github.com/ChimeHQ/ConcurrencyPlus
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.43s)
Updated https://github.com/ChimeHQ/ProcessEnv (0.44s)
Updated https://github.com/ChimeHQ/ConcurrencyPlus (0.45s)
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.0 (0.59s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.65s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.81s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.51s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling SymbolKit SemanticVersion.swift
[7/53] Compiling SymbolKit AccessControl.swift
[8/53] Compiling SymbolKit Availability.swift
[9/53] Compiling SymbolKit AvailabilityItem.swift
[10/53] Compiling SymbolKit Domain.swift
[11/57] Compiling SymbolKit Names.swift
[12/57] Compiling SymbolKit SPI.swift
[13/57] Compiling SymbolKit Snippet.swift
[14/57] Compiling SymbolKit Extension.swift
[15/57] Compiling SymbolKit Mixin+Equals.swift
[16/57] Compiling SymbolKit Mixin+Hash.swift
[17/57] Compiling SymbolKit Mixin.swift
[18/57] Compiling SymbolKit LineList.swift
[19/57] Compiling SymbolKit Position.swift
[20/57] Emitting module SymbolKit
[21/57] Compiling SymbolKit DeclarationFragments.swift
[22/57] Compiling SymbolKit Fragment.swift
[23/57] Compiling SymbolKit FragmentKind.swift
[24/57] Compiling SymbolKit FunctionParameter.swift
[25/57] Compiling SymbolKit FunctionSignature.swift
[26/57] Compiling SymbolKit Identifier.swift
[27/57] Compiling SymbolKit KindIdentifier.swift
[28/57] Compiling SymbolKit Location.swift
[29/57] Compiling SymbolKit Mutability.swift
[30/57] Compiling SymbolKit SourceRange.swift
[31/57] Compiling SymbolKit Metadata.swift
[32/57] Compiling SymbolKit Module.swift
[33/57] Compiling SymbolKit OperatingSystem.swift
[34/57] Compiling SymbolKit Platform.swift
[35/57] Compiling SymbolKit GenericConstraint.swift
[36/57] Compiling SymbolKit GenericParameter.swift
[37/57] Compiling SymbolKit Generics.swift
[38/57] Compiling SymbolKit Namespace.swift
[39/57] Compiling SymbolKit Relationship.swift
[40/57] Compiling SymbolKit RelationshipKind.swift
[41/57] Compiling SymbolKit SourceOrigin.swift
[42/57] Compiling SymbolKit GenericConstraints.swift
[43/57] Compiling SymbolKit Swift.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets SnippetParser.swift
[53/57] Compiling Snippets Snippet.swift
[54/57] Emitting module Snippets
[55/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract URL+Status.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.20s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/16] Compiling ProcessServiceShared ProcessServiceXPCProtocols.swift
[3/16] Emitting module ProcessServiceShared
[4/16] Compiling ProcessServiceShared Process+Event.swift
[5/16] Emitting module ProcessEnv
[6/16] Compiling ConcurrencyPlus Continuation+Resuming.swift
[7/16] Compiling ConcurrencyPlus NSXPCConnection+Continuation.swift
[8/16] Compiling ConcurrencyPlus MainActor+Unsafe.swift
[9/16] Compiling ConcurrencyPlus AsyncThrowingSubject.swift
[10/16] Emitting module ConcurrencyPlus
[11/16] Compiling ConcurrencyPlus AsyncSubject.swift
[12/16] Compiling ConcurrencyPlus Task+Relay.swift
[13/16] Compiling ConcurrencyPlus TaskQueue.swift
[14/16] Compiling ProcessEnv ProcessInfo+UserEnvironment.swift
[15/16] Compiling ProcessEnv Process+Output.swift
[16/16] Compiling ProcessEnv Process+Parameters.swift
[17/19] Compiling ProcessServiceServer NSXPCConnection+Server.swift
[18/19] Compiling ProcessServiceServer ExportedProcessService.swift
[19/19] Emitting module ProcessServiceServer
Build of target: 'ProcessServiceServer' complete! (2.07s)
Target:                   ProcessServiceClient
Extracting symbol information for 'ProcessServiceClient'...
Finished extracting symbol information for 'ProcessServiceClient'. (0.62s)
Building documentation for 'ProcessServiceClient'...
Finished building documentation for 'ProcessServiceClient' (0.06s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/chimehq/processservice/0.2.6
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.22s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/5] Compiling ProcessServiceClient NSXPCConnection+ProcessService.swift
[3/5] Compiling ProcessServiceClient HostedProcess.swift
[4/5] Compiling ProcessServiceClient ExportedProcessServiceClient.swift
[5/5] Emitting module ProcessServiceClient
Build of target: 'ProcessServiceClient' complete! (0.51s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/chimehq/processservice/0.2.6/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/chimehq/processservice/0.2.6/linkable-paths.json
     120
2	/Users/admin/builder/spi-builder-workspace/.docs/chimehq/processservice/0.2.6
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/chimehq/processservice/0.2.6
File count: 120
Doc size:   2.0MB
Preparing doc bundle ...
Uploading prod-chimehq-processservice-0.2.6-8877c50e.zip to s3://spi-docs-inbox/prod-chimehq-processservice-0.2.6-8877c50e.zip
Copying... [17%]
Copying... [33%]
Copying... [50%]
Copying... [66%]
Copying... [83%]
Copying... [99%]
Copying... [100%]
Done.