Build Information
Successful build of ProcessService, reference main (250692
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 11:44:58 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/ProcessService.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ChimeHQ/ProcessService.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-1EA4D86E10B52AF.txt
[8/21] Compiling Queue AsyncSerialQueue.swift
[9/21] Emitting module Queue
[10/21] Compiling Queue AsyncQueue.swift
[11/21] Compiling ProcessServiceShared Process+Event.swift
[12/21] Compiling ProcessServiceShared ProcessServiceXPCProtocols.swift
[13/21] Emitting module ProcessServiceShared
[14/21] Compiling AsyncXPCConnection RemoteXPCService.swift
[15/21] Compiling ProcessEnv ProcessInfo+UserEnvironment.swift
[16/21] Compiling AsyncXPCConnection NSXPCConnection+Continuations.swift
[17/21] Emitting module AsyncXPCConnection
[18/21] Compiling AsyncXPCConnection QueuedRemoteXPCService.swift
[19/21] Compiling ProcessEnv Process+Parameters.swift
[20/21] Compiling ProcessEnv Process+Output.swift
[21/21] Emitting module ProcessEnv
[22/28] Compiling ProcessServiceServer NSXPCConnection+Server.swift
[23/28] Compiling ProcessServiceClient NSXPCConnection+ProcessService.swift
[24/28] Compiling ProcessServiceClient ExportedProcessServiceClient.swift
[25/28] Emitting module ProcessServiceClient
[26/28] Compiling ProcessServiceClient HostedProcess.swift
/Users/admin/builder/spi-builder-workspace/Sources/ProcessServiceClient/HostedProcess.swift:35: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
33 |
34 | deinit {
35 | 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
36 | eventContinuation.finish()
37 |
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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.
[27/28] Compiling ProcessServiceServer ExportedProcessService.swift
[28/28] Emitting module ProcessServiceServer
Build complete! (9.60s)
Fetching https://github.com/ChimeHQ/AsyncXPCConnection
[1/176] Fetching asyncxpcconnection
Fetched https://github.com/ChimeHQ/AsyncXPCConnection from cache (0.73s)
Fetching https://github.com/ChimeHQ/ProcessEnv
Fetching https://github.com/mattmassicotte/Queue
[1/214] Fetching processenv
[151/522] Fetching processenv, queue
Fetched https://github.com/ChimeHQ/ProcessEnv from cache (0.72s)
Fetched https://github.com/mattmassicotte/Queue from cache (0.75s)
Computing version for https://github.com/ChimeHQ/ProcessEnv
Computed https://github.com/ChimeHQ/ProcessEnv at 0.3.1 (1.26s)
Computing version for https://github.com/mattmassicotte/Queue
Computed https://github.com/mattmassicotte/Queue at 0.2.1 (0.42s)
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
Build complete.
{
"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" : "/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",
"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"
}
Done.