Build Information
Successful build of SecureXPC, reference main (1cece5
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 04:37:17 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/trilemma-dev/SecureXPC.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/trilemma-dev/SecureXPC
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 1cece54 Merge pull request #132 from trilemma-dev/executable-path
Cloned https://github.com/trilemma-dev/SecureXPC.git
Revision (git rev-parse @):
1cece54562c7626d042f007d2f38cfe325565850
SUCCESS checkout https://github.com/trilemma-dev/SecureXPC.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/trilemma-dev/SecureXPC.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/46] Compiling SecureXPC SharedRawMemory.swift
[4/46] Compiling SecureXPC SharedSemaphore.swift
[5/46] Compiling SecureXPC SharedTrivial.swift
[6/46] Compiling SecureXPC Trivial.swift
[7/46] Compiling SecureXPC XPCCoderError.swift
[8/46] Compiling SecureXPC SequentialResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/SequentialResultProvider.swift:221:16: warning: capture of non-sendable type 'S.Type' in an isolated closure
219 | ) {
220 | self.serialQueue.async {
221 | if self.isFinished {
| `- warning: capture of non-sendable type 'S.Type' in an isolated closure
222 | deliveryHandler?(.failure(XPCError.sequenceFinished))
223 | self.sendToServerErrorHandler(XPCError.sequenceFinished)
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/SequentialResultProvider.swift:215:18: warning: capture of non-sendable type 'S.Type' in an isolated closure
213 | }
214 |
215 | private func sendResponse(
| `- warning: capture of non-sendable type 'S.Type' in an isolated closure
216 | isFinished: Bool,
217 | onDelivery deliveryHandler: SequentialResultDeliveryHandler?,
[9/46] Compiling SecureXPC SequentialResultProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/SequentialResultProvider.swift:221:16: warning: capture of non-sendable type 'S.Type' in an isolated closure
219 | ) {
220 | self.serialQueue.async {
221 | if self.isFinished {
| `- warning: capture of non-sendable type 'S.Type' in an isolated closure
222 | deliveryHandler?(.failure(XPCError.sequenceFinished))
223 | self.sendToServerErrorHandler(XPCError.sequenceFinished)
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/SequentialResultProvider.swift:215:18: warning: capture of non-sendable type 'S.Type' in an isolated closure
213 | }
214 |
215 | private func sendResponse(
| `- warning: capture of non-sendable type 'S.Type' in an isolated closure
216 | isFinished: Bool,
217 | onDelivery deliveryHandler: SequentialResultDeliveryHandler?,
[10/46] Compiling SecureXPC ClientIdentity.swift
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/SequentialResultProvider.swift:221:16: warning: capture of non-sendable type 'S.Type' in an isolated closure
219 | ) {
220 | self.serialQueue.async {
221 | if self.isFinished {
| `- warning: capture of non-sendable type 'S.Type' in an isolated closure
222 | deliveryHandler?(.failure(XPCError.sequenceFinished))
223 | self.sendToServerErrorHandler(XPCError.sequenceFinished)
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/SequentialResultProvider.swift:215:18: warning: capture of non-sendable type 'S.Type' in an isolated closure
213 | }
214 |
215 | private func sendResponse(
| `- warning: capture of non-sendable type 'S.Type' in an isolated closure
216 | isFinished: Bool,
217 | onDelivery deliveryHandler: SequentialResultDeliveryHandler?,
[11/46] Compiling SecureXPC ClientRequirement.swift
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/SequentialResultProvider.swift:221:16: warning: capture of non-sendable type 'S.Type' in an isolated closure
219 | ) {
220 | self.serialQueue.async {
221 | if self.isFinished {
| `- warning: capture of non-sendable type 'S.Type' in an isolated closure
222 | deliveryHandler?(.failure(XPCError.sequenceFinished))
223 | self.sendToServerErrorHandler(XPCError.sequenceFinished)
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/SequentialResultProvider.swift:215:18: warning: capture of non-sendable type 'S.Type' in an isolated closure
213 | }
214 |
215 | private func sendResponse(
| `- warning: capture of non-sendable type 'S.Type' in an isolated closure
216 | isFinished: Bool,
217 | onDelivery deliveryHandler: SequentialResultDeliveryHandler?,
[12/46] Compiling SecureXPC MachServiceCriteria.swift
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/SequentialResultProvider.swift:221:16: warning: capture of non-sendable type 'S.Type' in an isolated closure
219 | ) {
220 | self.serialQueue.async {
221 | if self.isFinished {
| `- warning: capture of non-sendable type 'S.Type' in an isolated closure
222 | deliveryHandler?(.failure(XPCError.sequenceFinished))
223 | self.sendToServerErrorHandler(XPCError.sequenceFinished)
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/SequentialResultProvider.swift:215:18: warning: capture of non-sendable type 'S.Type' in an isolated closure
213 | }
214 |
215 | private func sendResponse(
| `- warning: capture of non-sendable type 'S.Type' in an isolated closure
216 | isFinished: Bool,
217 | onDelivery deliveryHandler: SequentialResultDeliveryHandler?,
[13/50] Compiling SecureXPC XPCServiceClient.swift
[14/50] Compiling SecureXPC ArrayOptimizedForXPC.swift
[15/50] Compiling SecureXPC DataOptimizedForXPC.swift
[16/50] Compiling SecureXPC File Descriptor XPC Wrappers.swift
[17/50] Compiling SecureXPC IOSurfaceForXPC.swift
[18/50] Compiling SecureXPC HandlerError.swift
[19/50] Compiling SecureXPC PackageInternalRoutes.swift
[20/50] Compiling SecureXPC Request.swift
[21/50] Compiling SecureXPC Response.swift
[22/50] Compiling SecureXPC Routes.swift
[23/50] Compiling SecureXPC XPCKeyedEncodingContainer.swift
[24/50] Compiling SecureXPC XPCSingleValueEncodingContainer.swift
[25/50] Compiling SecureXPC XPCUnkeyedEncodingContainer.swift
[26/50] Compiling SecureXPC xpc_type_t+description.swift
[27/50] Compiling SecureXPC XPCAnonymousServer.swift
[28/50] Compiling SecureXPC XPCMachServer.swift
[29/50] Compiling SecureXPC XPCServer.swift
[30/50] Compiling SecureXPC XPCServiceServer.swift
[31/50] Compiling SecureXPC SharedMemory.swift
[32/50] Compiling SecureXPC XPCUnkeyedDecodingContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPC Coders/XPCDecoder/XPCUnkeyedDecodingContainer.swift:293:20: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
291 |
292 | // Populate the value with memcpy
293 | memcpy(&value, pointer.baseAddress! + currentOffset, MemoryLayout<T>.size)
| `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
294 |
295 | return value
[33/50] Compiling SecureXPC XPCContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPC Coders/XPCDecoder/XPCUnkeyedDecodingContainer.swift:293:20: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
291 |
292 | // Populate the value with memcpy
293 | memcpy(&value, pointer.baseAddress! + currentOffset, MemoryLayout<T>.size)
| `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
294 |
295 | return value
[34/50] Compiling SecureXPC XPCEncoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPC Coders/XPCDecoder/XPCUnkeyedDecodingContainer.swift:293:20: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
291 |
292 | // Populate the value with memcpy
293 | memcpy(&value, pointer.baseAddress! + currentOffset, MemoryLayout<T>.size)
| `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
294 |
295 | return value
[35/50] Compiling SecureXPC XPCEncoderImpl.swift
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPC Coders/XPCDecoder/XPCUnkeyedDecodingContainer.swift:293:20: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
291 |
292 | // Populate the value with memcpy
293 | memcpy(&value, pointer.baseAddress! + currentOffset, MemoryLayout<T>.size)
| `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
294 |
295 | return value
[36/50] Emitting module SecureXPC
[37/50] Compiling SecureXPC Transformation functions.swift
[38/50] Compiling SecureXPC XPCDecoder.swift
[39/50] Compiling SecureXPC XPCDecoderImpl.swift
[40/50] Compiling SecureXPC XPCKeyedDecodingContainer.swift
[41/50] Compiling SecureXPC XPCSingleValueDecodingContainer.swift
[42/50] Compiling SecureXPC ServerIdentity.swift
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:433:37: warning: capture of non-sendable type 'R.Type' in an isolated closure
431 | let response = try Response(dictionary: reply, route: request.route)
432 | if response.containsPayload {
433 | result = .success(try response.decodePayload(asType: R.self))
| `- warning: capture of non-sendable type 'R.Type' in an isolated closure
434 | } else if response.containsError {
435 | result = .failure(try response.decodeError())
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:421:22: warning: capture of non-sendable type 'R.Type' in an isolated closure
419 | private func sendRequest<R: Decodable>(
420 | _ request: Request,
421 | withResponse handler: @escaping XPCResponseHandler<R>
| `- warning: capture of non-sendable type 'R.Type' in an isolated closure
422 | ) {
423 | self.withConnection { connectionResult in
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:846:16: warning: capture of non-sendable type 'S.Type' in an isolated closure
844 | fileprivate func handleResponse(_ response: Response) {
845 | self.serialQueue.async {
846 | if self.failedToDecode {
| `- warning: capture of non-sendable type 'S.Type' in an isolated closure
847 | return
848 | }
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:844:22: warning: capture of non-sendable type 'S.Type' in an isolated closure
842 | }
843 |
844 | fileprivate func handleResponse(_ response: Response) {
| `- warning: capture of non-sendable type 'S.Type' in an isolated closure
845 | self.serialQueue.async {
846 | if self.failedToDecode {
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:887:18: warning: capture of non-sendable type 'S.Type' in an isolated closure
885 | fileprivate func handleError(_ error: XPCError) {
886 | self.serialQueue.async {
887 | self.handler(.failure(error))
| `- warning: capture of non-sendable type 'S.Type' in an isolated closure
888 | }
889 | }
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:885:22: warning: capture of non-sendable type 'S.Type' in an isolated closure
883 | /// Handles an error which occurred while this client was communicating with the server which means further sequence replies are not possible (but a new
884 | /// request could be made).
885 | fileprivate func handleError(_ error: XPCError) {
| `- warning: capture of non-sendable type 'S.Type' in an isolated closure
886 | self.serialQueue.async {
887 | self.handler(.failure(error))
[43/50] Compiling SecureXPC ServerRequirement.swift
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:433:37: warning: capture of non-sendable type 'R.Type' in an isolated closure
431 | let response = try Response(dictionary: reply, route: request.route)
432 | if response.containsPayload {
433 | result = .success(try response.decodePayload(asType: R.self))
| `- warning: capture of non-sendable type 'R.Type' in an isolated closure
434 | } else if response.containsError {
435 | result = .failure(try response.decodeError())
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:421:22: warning: capture of non-sendable type 'R.Type' in an isolated closure
419 | private func sendRequest<R: Decodable>(
420 | _ request: Request,
421 | withResponse handler: @escaping XPCResponseHandler<R>
| `- warning: capture of non-sendable type 'R.Type' in an isolated closure
422 | ) {
423 | self.withConnection { connectionResult in
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:846:16: warning: capture of non-sendable type 'S.Type' in an isolated closure
844 | fileprivate func handleResponse(_ response: Response) {
845 | self.serialQueue.async {
846 | if self.failedToDecode {
| `- warning: capture of non-sendable type 'S.Type' in an isolated closure
847 | return
848 | }
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:844:22: warning: capture of non-sendable type 'S.Type' in an isolated closure
842 | }
843 |
844 | fileprivate func handleResponse(_ response: Response) {
| `- warning: capture of non-sendable type 'S.Type' in an isolated closure
845 | self.serialQueue.async {
846 | if self.failedToDecode {
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:887:18: warning: capture of non-sendable type 'S.Type' in an isolated closure
885 | fileprivate func handleError(_ error: XPCError) {
886 | self.serialQueue.async {
887 | self.handler(.failure(error))
| `- warning: capture of non-sendable type 'S.Type' in an isolated closure
888 | }
889 | }
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:885:22: warning: capture of non-sendable type 'S.Type' in an isolated closure
883 | /// Handles an error which occurred while this client was communicating with the server which means further sequence replies are not possible (but a new
884 | /// request could be made).
885 | fileprivate func handleError(_ error: XPCError) {
| `- warning: capture of non-sendable type 'S.Type' in an isolated closure
886 | self.serialQueue.async {
887 | self.handler(.failure(error))
[44/50] Compiling SecureXPC XPCClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:433:37: warning: capture of non-sendable type 'R.Type' in an isolated closure
431 | let response = try Response(dictionary: reply, route: request.route)
432 | if response.containsPayload {
433 | result = .success(try response.decodePayload(asType: R.self))
| `- warning: capture of non-sendable type 'R.Type' in an isolated closure
434 | } else if response.containsError {
435 | result = .failure(try response.decodeError())
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:421:22: warning: capture of non-sendable type 'R.Type' in an isolated closure
419 | private func sendRequest<R: Decodable>(
420 | _ request: Request,
421 | withResponse handler: @escaping XPCResponseHandler<R>
| `- warning: capture of non-sendable type 'R.Type' in an isolated closure
422 | ) {
423 | self.withConnection { connectionResult in
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:846:16: warning: capture of non-sendable type 'S.Type' in an isolated closure
844 | fileprivate func handleResponse(_ response: Response) {
845 | self.serialQueue.async {
846 | if self.failedToDecode {
| `- warning: capture of non-sendable type 'S.Type' in an isolated closure
847 | return
848 | }
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:844:22: warning: capture of non-sendable type 'S.Type' in an isolated closure
842 | }
843 |
844 | fileprivate func handleResponse(_ response: Response) {
| `- warning: capture of non-sendable type 'S.Type' in an isolated closure
845 | self.serialQueue.async {
846 | if self.failedToDecode {
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:887:18: warning: capture of non-sendable type 'S.Type' in an isolated closure
885 | fileprivate func handleError(_ error: XPCError) {
886 | self.serialQueue.async {
887 | self.handler(.failure(error))
| `- warning: capture of non-sendable type 'S.Type' in an isolated closure
888 | }
889 | }
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:885:22: warning: capture of non-sendable type 'S.Type' in an isolated closure
883 | /// Handles an error which occurred while this client was communicating with the server which means further sequence replies are not possible (but a new
884 | /// request could be made).
885 | fileprivate func handleError(_ error: XPCError) {
| `- warning: capture of non-sendable type 'S.Type' in an isolated closure
886 | self.serialQueue.async {
887 | self.handler(.failure(error))
[45/50] Compiling SecureXPC XPCEndpointClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:433:37: warning: capture of non-sendable type 'R.Type' in an isolated closure
431 | let response = try Response(dictionary: reply, route: request.route)
432 | if response.containsPayload {
433 | result = .success(try response.decodePayload(asType: R.self))
| `- warning: capture of non-sendable type 'R.Type' in an isolated closure
434 | } else if response.containsError {
435 | result = .failure(try response.decodeError())
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:421:22: warning: capture of non-sendable type 'R.Type' in an isolated closure
419 | private func sendRequest<R: Decodable>(
420 | _ request: Request,
421 | withResponse handler: @escaping XPCResponseHandler<R>
| `- warning: capture of non-sendable type 'R.Type' in an isolated closure
422 | ) {
423 | self.withConnection { connectionResult in
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:846:16: warning: capture of non-sendable type 'S.Type' in an isolated closure
844 | fileprivate func handleResponse(_ response: Response) {
845 | self.serialQueue.async {
846 | if self.failedToDecode {
| `- warning: capture of non-sendable type 'S.Type' in an isolated closure
847 | return
848 | }
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:844:22: warning: capture of non-sendable type 'S.Type' in an isolated closure
842 | }
843 |
844 | fileprivate func handleResponse(_ response: Response) {
| `- warning: capture of non-sendable type 'S.Type' in an isolated closure
845 | self.serialQueue.async {
846 | if self.failedToDecode {
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:887:18: warning: capture of non-sendable type 'S.Type' in an isolated closure
885 | fileprivate func handleError(_ error: XPCError) {
886 | self.serialQueue.async {
887 | self.handler(.failure(error))
| `- warning: capture of non-sendable type 'S.Type' in an isolated closure
888 | }
889 | }
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:885:22: warning: capture of non-sendable type 'S.Type' in an isolated closure
883 | /// Handles an error which occurred while this client was communicating with the server which means further sequence replies are not possible (but a new
884 | /// request could be made).
885 | fileprivate func handleError(_ error: XPCError) {
| `- warning: capture of non-sendable type 'S.Type' in an isolated closure
886 | self.serialQueue.async {
887 | self.handler(.failure(error))
[46/50] Compiling SecureXPC XPCMachClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:433:37: warning: capture of non-sendable type 'R.Type' in an isolated closure
431 | let response = try Response(dictionary: reply, route: request.route)
432 | if response.containsPayload {
433 | result = .success(try response.decodePayload(asType: R.self))
| `- warning: capture of non-sendable type 'R.Type' in an isolated closure
434 | } else if response.containsError {
435 | result = .failure(try response.decodeError())
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:421:22: warning: capture of non-sendable type 'R.Type' in an isolated closure
419 | private func sendRequest<R: Decodable>(
420 | _ request: Request,
421 | withResponse handler: @escaping XPCResponseHandler<R>
| `- warning: capture of non-sendable type 'R.Type' in an isolated closure
422 | ) {
423 | self.withConnection { connectionResult in
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:846:16: warning: capture of non-sendable type 'S.Type' in an isolated closure
844 | fileprivate func handleResponse(_ response: Response) {
845 | self.serialQueue.async {
846 | if self.failedToDecode {
| `- warning: capture of non-sendable type 'S.Type' in an isolated closure
847 | return
848 | }
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:844:22: warning: capture of non-sendable type 'S.Type' in an isolated closure
842 | }
843 |
844 | fileprivate func handleResponse(_ response: Response) {
| `- warning: capture of non-sendable type 'S.Type' in an isolated closure
845 | self.serialQueue.async {
846 | if self.failedToDecode {
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:887:18: warning: capture of non-sendable type 'S.Type' in an isolated closure
885 | fileprivate func handleError(_ error: XPCError) {
886 | self.serialQueue.async {
887 | self.handler(.failure(error))
| `- warning: capture of non-sendable type 'S.Type' in an isolated closure
888 | }
889 | }
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:885:22: warning: capture of non-sendable type 'S.Type' in an isolated closure
883 | /// Handles an error which occurred while this client was communicating with the server which means further sequence replies are not possible (but a new
884 | /// request could be made).
885 | fileprivate func handleError(_ error: XPCError) {
| `- warning: capture of non-sendable type 'S.Type' in an isolated closure
886 | self.serialQueue.async {
887 | self.handler(.failure(error))
[47/50] Compiling SecureXPC XPCCommon.swift
[48/50] Compiling SecureXPC XPCConnectionDescriptor.swift
[49/50] Compiling SecureXPC XPCError.swift
[50/50] Compiling SecureXPC XPCServerEndpoint.swift
Build complete! (5.44s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SecureXPC",
"name" : "SecureXPC",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.10"
}
],
"products" : [
{
"name" : "SecureXPC",
"targets" : [
"SecureXPC"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SecureXPCTests",
"module_type" : "SwiftTarget",
"name" : "SecureXPCTests",
"path" : "Tests/SecureXPCTests",
"sources" : [
"Client & Server/Endpoint Tests.swift",
"Client & Server/Error Integration Tests.swift",
"Client & Server/RequestContext Tests.swift",
"Client & Server/Round-trip Integration Test.swift",
"Client & Server/Sequential Result Tests.swift",
"Client & Server/Server Concurrency Tests.swift",
"Client & Server/Server Error Handler Test.swift",
"Client & Server/Server Identity Tests.swift",
"Client & Server/XPCServer Creation.swift",
"Encoder & Decoder/Round Trip/Array roundtrip tests.swift",
"Encoder & Decoder/Round Trip/ArrayOptimizedForXPC Tests.swift",
"Encoder & Decoder/Round Trip/Class round trip tests.swift",
"Encoder & Decoder/Round Trip/DataOptimizedForXPC Tests.swift",
"Encoder & Decoder/Round Trip/Dictionary roundtrip tests.swift",
"Encoder & Decoder/Round Trip/Endpoint roundtrip tests.swift",
"Encoder & Decoder/Round Trip/File Descriptor XPC Wrapper Tests.swift",
"Encoder & Decoder/Round Trip/IOSurfaceForXPC Tests.swift",
"Encoder & Decoder/Round Trip/Scalar roundtrip tests.swift",
"Encoder & Decoder/Round Trip/Unkeyed container roundtrip tests.swift",
"Encoder & Decoder/TestHelpers.swift",
"Encoder & Decoder/XPCDecoder/Array decoding tests.swift",
"Encoder & Decoder/XPCDecoder/Dictionary decoding tests.swift",
"Encoder & Decoder/XPCDecoder/Scalar decoding tests.swift",
"Encoder & Decoder/XPCEncoder/Array encoding tests.swift",
"Encoder & Decoder/XPCEncoder/Dictionary encoding tests.swift",
"Encoder & Decoder/XPCEncoder/Scalar encoding tests.swift",
"Multiprocess Client & Server/LaunchAgent Tests.swift",
"Multiprocess Client & Server/LaunchAgent/LaunchAgent.swift",
"Multiprocess Client & Server/LaunchAgent/Shared.swift",
"Multiprocess Client & Server/LaunchAgent/main.swift"
],
"target_dependencies" : [
"SecureXPC"
],
"type" : "test"
},
{
"c99name" : "SecureXPC",
"module_type" : "SwiftTarget",
"name" : "SecureXPC",
"path" : "Sources/SecureXPC",
"product_memberships" : [
"SecureXPC"
],
"sources" : [
"Client/ServerIdentity.swift",
"Client/ServerRequirement.swift",
"Client/XPCClient.swift",
"Client/XPCEndpointClient.swift",
"Client/XPCMachClient.swift",
"Client/XPCServiceClient.swift",
"Codable Types/ArrayOptimizedForXPC.swift",
"Codable Types/DataOptimizedForXPC.swift",
"Codable Types/File Descriptor XPC Wrappers.swift",
"Codable Types/IOSurfaceForXPC.swift",
"HandlerError.swift",
"PackageInternalRoutes.swift",
"Request.swift",
"Response.swift",
"Routes.swift",
"SequentialResult.swift",
"SequentialResultProvider.swift",
"Server/ClientIdentity.swift",
"Server/ClientRequirement.swift",
"Server/MachServiceCriteria.swift",
"Server/XPCAnonymousServer.swift",
"Server/XPCMachServer.swift",
"Server/XPCServer.swift",
"Server/XPCServiceServer.swift",
"Shared Memory/SharedMemory.swift",
"Shared Memory/SharedRawMemory.swift",
"Shared Memory/SharedSemaphore.swift",
"Shared Memory/SharedTrivial.swift",
"Trivial.swift",
"XPC Coders/XPCCoderError.swift",
"XPC Coders/XPCDecoder/Transformation functions.swift",
"XPC Coders/XPCDecoder/XPCDecoder.swift",
"XPC Coders/XPCDecoder/XPCDecoderImpl.swift",
"XPC Coders/XPCDecoder/XPCKeyedDecodingContainer.swift",
"XPC Coders/XPCDecoder/XPCSingleValueDecodingContainer.swift",
"XPC Coders/XPCDecoder/XPCUnkeyedDecodingContainer.swift",
"XPC Coders/XPCEncoder/XPCContainer.swift",
"XPC Coders/XPCEncoder/XPCEncoder.swift",
"XPC Coders/XPCEncoder/XPCEncoderImpl.swift",
"XPC Coders/XPCEncoder/XPCKeyedEncodingContainer.swift",
"XPC Coders/XPCEncoder/XPCSingleValueEncodingContainer.swift",
"XPC Coders/XPCEncoder/XPCUnkeyedEncodingContainer.swift",
"XPC Coders/xpc_type_t+description.swift",
"XPCCommon.swift",
"XPCConnectionDescriptor.swift",
"XPCError.swift",
"XPCServerEndpoint.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.