Build Information
Successful build of ProcessService with Swift 6.0 for macOS (SPM).
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.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: $workDir/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/ProcessService.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/ChimeHQ/ProcessService.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-6F35C1178C84523A.txt
[8/20] Compiling AsyncXPCConnection RemoteXPCService.swift
[9/20] Compiling Queue AsyncQueue.swift
[10/20] Emitting module Queue
[11/20] Emitting module ProcessServiceShared
[12/20] Compiling ProcessServiceShared ProcessServiceXPCProtocols.swift
[13/20] Compiling ProcessServiceShared Process+Event.swift
[14/20] Emitting module AsyncXPCConnection
[15/20] Compiling AsyncXPCConnection QueuedRemoteXPCService.swift
[16/20] Compiling AsyncXPCConnection NSXPCConnection+Continuations.swift
[17/20] Compiling ProcessEnv Process+Output.swift
[18/20] Compiling ProcessEnv ProcessInfo+UserEnvironment.swift
[19/20] Emitting module ProcessEnv
[20/20] Compiling ProcessEnv Process+Parameters.swift
[21/27] Compiling ProcessServiceClient NSXPCConnection+ProcessService.swift
[22/27] 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 non-isolated 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 non-isolated deinit; this is an error in the Swift 6 language mode
36 | eventContinuation.finish()
37 |
Foundation.NSXPCConnection:2:12: note: class 'NSXPCConnection' does not conform to the 'Sendable' protocol
1 | @available(macOS 10.8, *)
2 | open class NSXPCConnection : NSObject, NSXPCProxyCreating {
| `- note: class 'NSXPCConnection' does not conform to the 'Sendable' protocol
3 | public init(serviceName: String)
4 | open var serviceName: String? { get }
[23/27] Emitting module ProcessServiceClient
[24/27] Compiling ProcessServiceClient ExportedProcessServiceClient.swift
[25/27] Emitting module ProcessServiceServer
[26/27] Compiling ProcessServiceServer NSXPCConnection+Server.swift
[27/27] Compiling ProcessServiceServer ExportedProcessService.swift
Build complete! (27.64s)
Fetching https://github.com/ChimeHQ/AsyncXPCConnection
[2/84] Fetching asyncxpcconnection
Fetched https://github.com/ChimeHQ/AsyncXPCConnection from cache (0.73s)
Fetching https://github.com/mattmassicotte/Queue
Fetching https://github.com/ChimeHQ/ProcessEnv
[1/200] Fetching processenv
[15/397] Fetching processenv, queue
Fetched https://github.com/mattmassicotte/Queue from cache (0.82s)
Fetched https://github.com/ChimeHQ/ProcessEnv from cache (0.82s)
Computing version for https://github.com/mattmassicotte/Queue
Computed https://github.com/mattmassicotte/Queue at 0.1.4 (0.67s)
Computing version for https://github.com/ChimeHQ/ProcessEnv
Computed https://github.com/ChimeHQ/ProcessEnv at 0.3.1 (0.65s)
Creating working copy for https://github.com/mattmassicotte/Queue
Working copy of https://github.com/mattmassicotte/Queue resolved at 0.1.4
Creating working copy for https://github.com/ChimeHQ/AsyncXPCConnection
Working copy of https://github.com/ChimeHQ/AsyncXPCConnection resolved at 82a0eb00a0d881e6a65cad0acc031c1efd058d06
Creating working copy for https://github.com/ChimeHQ/ProcessEnv
Working copy of https://github.com/ChimeHQ/ProcessEnv resolved at 0.3.1
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.