The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SecureXPC, reference 0.8.0 (d6e439), with Swift 6.3 for macOS (SPM) on 20 Apr 2026 19:26:19 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "securexpc",
      "name": "SecureXPC",
      "url": "https://github.com/trilemma-dev/SecureXPC.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SecureXPC",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/trilemma-dev/SecureXPC.git
[1/2835] Fetching securexpc
Fetched https://github.com/trilemma-dev/SecureXPC.git from cache (1.03s)
Creating working copy for https://github.com/trilemma-dev/SecureXPC.git
Working copy of https://github.com/trilemma-dev/SecureXPC.git resolved at 0.8.0 (d6e439e)
warning: '.resolve-product-dependencies': dependency 'securexpc' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/trilemma-dev/SecureXPC.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.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 XPCKeyedEncodingContainer.swift
[9/50] Compiling SecureXPC XPCSingleValueEncodingContainer.swift
[10/50] Compiling SecureXPC XPCUnkeyedEncodingContainer.swift
[11/50] Compiling SecureXPC xpc_type_t+description.swift
[12/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
[13/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
[14/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
[15/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
[16/50] Compiling SecureXPC HandlerError.swift
[17/50] Compiling SecureXPC PackageInternalRoutes.swift
[18/50] Compiling SecureXPC Request.swift
[19/50] Compiling SecureXPC Response.swift
[20/50] Compiling SecureXPC Routes.swift
[21/50] Compiling SecureXPC SequentialResult.swift
[22/50] Compiling SecureXPC SequentialResultProvider.swift
[23/50] Compiling SecureXPC ClientIdentity.swift
[24/50] Compiling SecureXPC ClientRequirement.swift
[25/50] Compiling SecureXPC MachServiceCriteria.swift
[26/50] Compiling SecureXPC XPCAnonymousServer.swift
[27/50] Compiling SecureXPC XPCMachServer.swift
[28/50] Compiling SecureXPC XPCServer.swift
[29/50] Compiling SecureXPC XPCServiceServer.swift
[30/50] Compiling SecureXPC SharedMemory.swift
[31/50] Compiling SecureXPC SharedRawMemory.swift
[32/50] Compiling SecureXPC SharedSemaphore.swift
[33/50] Compiling SecureXPC SharedTrivial.swift
[34/50] Compiling SecureXPC Trivial.swift
[35/50] Compiling SecureXPC XPCCoderError.swift
[36/50] Compiling SecureXPC ServerIdentity.swift
[37/50] Compiling SecureXPC ServerRequirement.swift
[38/50] Compiling SecureXPC XPCClient.swift
[39/50] Compiling SecureXPC XPCEndpointClient.swift
[40/50] Compiling SecureXPC XPCMachClient.swift
[41/50] Compiling SecureXPC Transformation functions.swift
[42/50] Compiling SecureXPC XPCDecoder.swift
[43/50] Compiling SecureXPC XPCDecoderImpl.swift
[44/50] Compiling SecureXPC XPCKeyedDecodingContainer.swift
[45/50] Compiling SecureXPC XPCSingleValueDecodingContainer.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.41s)
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.