The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SecureXPC, reference 0.8.0 (d6e439), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 04:34:20 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: 0.8.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/trilemma-dev/SecureXPC
 * tag               0.8.0      -> FETCH_HEAD
HEAD is now at d6e439e Minor documentation fix
Cloned https://github.com/trilemma-dev/SecureXPC.git
Revision (git rev-parse @):
d6e439e2b805de8be9b584fff97cf2f6a839a656
SUCCESS checkout https://github.com/trilemma-dev/SecureXPC.git at 0.8.0
========================================
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] Emitting module SecureXPC
[4/50] Compiling SecureXPC XPCCommon.swift
[5/50] Compiling SecureXPC XPCConnectionDescriptor.swift
[6/50] Compiling SecureXPC XPCError.swift
[7/50] Compiling SecureXPC XPCServerEndpoint.swift
[8/50] Compiling SecureXPC SequentialResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/SequentialResultProvider.swift:125:16: warning: capture of non-sendable type 'S.Type' in an isolated closure
123 |     private func sendResponse(isFinished: Bool, encodingWork: @escaping (inout xpc_object_t) throws -> Void) {
124 |         self.serialQueue.async {
125 |             if self.isFinished {
    |                `- warning: capture of non-sendable type 'S.Type' in an isolated closure
126 |                 self.sendToServerErrorHandler(XPCError.sequenceFinished)
127 |                 return
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/SequentialResultProvider.swift:123:18: warning: capture of non-sendable type 'S.Type' in an isolated closure
121 |     }
122 |
123 |     private func sendResponse(isFinished: Bool, encodingWork: @escaping (inout xpc_object_t) throws -> Void) {
    |                  `- warning: capture of non-sendable type 'S.Type' in an isolated closure
124 |         self.serialQueue.async {
125 |             if self.isFinished {
[9/50] Compiling SecureXPC SequentialResultProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/SequentialResultProvider.swift:125:16: warning: capture of non-sendable type 'S.Type' in an isolated closure
123 |     private func sendResponse(isFinished: Bool, encodingWork: @escaping (inout xpc_object_t) throws -> Void) {
124 |         self.serialQueue.async {
125 |             if self.isFinished {
    |                `- warning: capture of non-sendable type 'S.Type' in an isolated closure
126 |                 self.sendToServerErrorHandler(XPCError.sequenceFinished)
127 |                 return
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/SequentialResultProvider.swift:123:18: warning: capture of non-sendable type 'S.Type' in an isolated closure
121 |     }
122 |
123 |     private func sendResponse(isFinished: Bool, encodingWork: @escaping (inout xpc_object_t) throws -> Void) {
    |                  `- warning: capture of non-sendable type 'S.Type' in an isolated closure
124 |         self.serialQueue.async {
125 |             if self.isFinished {
[10/50] Compiling SecureXPC ClientIdentity.swift
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/SequentialResultProvider.swift:125:16: warning: capture of non-sendable type 'S.Type' in an isolated closure
123 |     private func sendResponse(isFinished: Bool, encodingWork: @escaping (inout xpc_object_t) throws -> Void) {
124 |         self.serialQueue.async {
125 |             if self.isFinished {
    |                `- warning: capture of non-sendable type 'S.Type' in an isolated closure
126 |                 self.sendToServerErrorHandler(XPCError.sequenceFinished)
127 |                 return
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/SequentialResultProvider.swift:123:18: warning: capture of non-sendable type 'S.Type' in an isolated closure
121 |     }
122 |
123 |     private func sendResponse(isFinished: Bool, encodingWork: @escaping (inout xpc_object_t) throws -> Void) {
    |                  `- warning: capture of non-sendable type 'S.Type' in an isolated closure
124 |         self.serialQueue.async {
125 |             if self.isFinished {
[11/50] Compiling SecureXPC ClientRequirement.swift
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/SequentialResultProvider.swift:125:16: warning: capture of non-sendable type 'S.Type' in an isolated closure
123 |     private func sendResponse(isFinished: Bool, encodingWork: @escaping (inout xpc_object_t) throws -> Void) {
124 |         self.serialQueue.async {
125 |             if self.isFinished {
    |                `- warning: capture of non-sendable type 'S.Type' in an isolated closure
126 |                 self.sendToServerErrorHandler(XPCError.sequenceFinished)
127 |                 return
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/SequentialResultProvider.swift:123:18: warning: capture of non-sendable type 'S.Type' in an isolated closure
121 |     }
122 |
123 |     private func sendResponse(isFinished: Bool, encodingWork: @escaping (inout xpc_object_t) throws -> Void) {
    |                  `- warning: capture of non-sendable type 'S.Type' in an isolated closure
124 |         self.serialQueue.async {
125 |             if self.isFinished {
[12/50] Compiling SecureXPC MachServiceCriteria.swift
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/SequentialResultProvider.swift:125:16: warning: capture of non-sendable type 'S.Type' in an isolated closure
123 |     private func sendResponse(isFinished: Bool, encodingWork: @escaping (inout xpc_object_t) throws -> Void) {
124 |         self.serialQueue.async {
125 |             if self.isFinished {
    |                `- warning: capture of non-sendable type 'S.Type' in an isolated closure
126 |                 self.sendToServerErrorHandler(XPCError.sequenceFinished)
127 |                 return
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/SequentialResultProvider.swift:123:18: warning: capture of non-sendable type 'S.Type' in an isolated closure
121 |     }
122 |
123 |     private func sendResponse(isFinished: Bool, encodingWork: @escaping (inout xpc_object_t) throws -> Void) {
    |                  `- warning: capture of non-sendable type 'S.Type' in an isolated closure
124 |         self.serialQueue.async {
125 |             if self.isFinished {
[13/50] Compiling SecureXPC XPCAnonymousServer.swift
[14/50] Compiling SecureXPC XPCMachServer.swift
[15/50] Compiling SecureXPC XPCServer.swift
[16/50] Compiling SecureXPC XPCServiceServer.swift
[17/50] Compiling SecureXPC SharedMemory.swift
[18/50] Compiling SecureXPC SharedRawMemory.swift
[19/50] Compiling SecureXPC SharedSemaphore.swift
[20/50] Compiling SecureXPC SharedTrivial.swift
[21/50] Compiling SecureXPC Trivial.swift
[22/50] Compiling SecureXPC XPCCoderError.swift
[23/50] Compiling SecureXPC Transformation functions.swift
[24/50] Compiling SecureXPC XPCDecoder.swift
[25/50] Compiling SecureXPC XPCDecoderImpl.swift
[26/50] Compiling SecureXPC XPCKeyedDecodingContainer.swift
[27/50] Compiling SecureXPC XPCSingleValueDecodingContainer.swift
[28/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
[29/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
[30/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
[31/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
[32/50] Compiling SecureXPC XPCKeyedEncodingContainer.swift
[33/50] Compiling SecureXPC XPCSingleValueEncodingContainer.swift
[34/50] Compiling SecureXPC XPCUnkeyedEncodingContainer.swift
[35/50] Compiling SecureXPC xpc_type_t+description.swift
[36/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:825:16: warning: capture of non-sendable type 'S.Type' in an isolated closure
823 |     fileprivate func handleResponse(_ response: Response) {
824 |         self.serialQueue.async {
825 |             if self.failedToDecode {
    |                `- warning: capture of non-sendable type 'S.Type' in an isolated closure
826 |                 return
827 |             }
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:823:22: warning: capture of non-sendable type 'S.Type' in an isolated closure
821 |     }
822 |
823 |     fileprivate func handleResponse(_ response: Response) {
    |                      `- warning: capture of non-sendable type 'S.Type' in an isolated closure
824 |         self.serialQueue.async {
825 |             if self.failedToDecode {
[37/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:825:16: warning: capture of non-sendable type 'S.Type' in an isolated closure
823 |     fileprivate func handleResponse(_ response: Response) {
824 |         self.serialQueue.async {
825 |             if self.failedToDecode {
    |                `- warning: capture of non-sendable type 'S.Type' in an isolated closure
826 |                 return
827 |             }
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:823:22: warning: capture of non-sendable type 'S.Type' in an isolated closure
821 |     }
822 |
823 |     fileprivate func handleResponse(_ response: Response) {
    |                      `- warning: capture of non-sendable type 'S.Type' in an isolated closure
824 |         self.serialQueue.async {
825 |             if self.failedToDecode {
[38/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:825:16: warning: capture of non-sendable type 'S.Type' in an isolated closure
823 |     fileprivate func handleResponse(_ response: Response) {
824 |         self.serialQueue.async {
825 |             if self.failedToDecode {
    |                `- warning: capture of non-sendable type 'S.Type' in an isolated closure
826 |                 return
827 |             }
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:823:22: warning: capture of non-sendable type 'S.Type' in an isolated closure
821 |     }
822 |
823 |     fileprivate func handleResponse(_ response: Response) {
    |                      `- warning: capture of non-sendable type 'S.Type' in an isolated closure
824 |         self.serialQueue.async {
825 |             if self.failedToDecode {
[39/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:825:16: warning: capture of non-sendable type 'S.Type' in an isolated closure
823 |     fileprivate func handleResponse(_ response: Response) {
824 |         self.serialQueue.async {
825 |             if self.failedToDecode {
    |                `- warning: capture of non-sendable type 'S.Type' in an isolated closure
826 |                 return
827 |             }
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:823:22: warning: capture of non-sendable type 'S.Type' in an isolated closure
821 |     }
822 |
823 |     fileprivate func handleResponse(_ response: Response) {
    |                      `- warning: capture of non-sendable type 'S.Type' in an isolated closure
824 |         self.serialQueue.async {
825 |             if self.failedToDecode {
[40/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:825:16: warning: capture of non-sendable type 'S.Type' in an isolated closure
823 |     fileprivate func handleResponse(_ response: Response) {
824 |         self.serialQueue.async {
825 |             if self.failedToDecode {
    |                `- warning: capture of non-sendable type 'S.Type' in an isolated closure
826 |                 return
827 |             }
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:823:22: warning: capture of non-sendable type 'S.Type' in an isolated closure
821 |     }
822 |
823 |     fileprivate func handleResponse(_ response: Response) {
    |                      `- warning: capture of non-sendable type 'S.Type' in an isolated closure
824 |         self.serialQueue.async {
825 |             if self.failedToDecode {
[41/50] Compiling SecureXPC HandlerError.swift
[42/50] Compiling SecureXPC PackageInternalRoutes.swift
[43/50] Compiling SecureXPC Request.swift
[44/50] Compiling SecureXPC Response.swift
[45/50] Compiling SecureXPC Routes.swift
[46/50] Compiling SecureXPC XPCServiceClient.swift
[47/50] Compiling SecureXPC ArrayOptimizedForXPC.swift
[48/50] Compiling SecureXPC DataOptimizedForXPC.swift
[49/50] Compiling SecureXPC File Descriptor XPC Wrappers.swift
[50/50] Compiling SecureXPC IOSurfaceForXPC.swift
Build complete! (5.45s)
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.