This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SecureXPC with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/trilemma-dev/SecureXPC.git
Reference: 0.8.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "securexpc",
      "name": "SecureXPC",
      "url": "https://github.com/trilemma-dev/SecureXPC.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SecureXPC",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/trilemma-dev/SecureXPC.git
[1/2682] Fetching securexpc
Fetched https://github.com/trilemma-dev/SecureXPC.git (0.42s)
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
warning: '.resolve-product-dependencies': dependency 'securexpc' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/43] Emitting module SecureXPC
[2/48] Compiling SecureXPC Transformation functions.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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.
            memcpy(&value, pointer.baseAddress! + currentOffset, MemoryLayout<T>.size)
                   ^
[3/48] Compiling SecureXPC XPCDecoder.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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.
            memcpy(&value, pointer.baseAddress! + currentOffset, MemoryLayout<T>.size)
                   ^
[4/48] Compiling SecureXPC XPCDecoderImpl.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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.
            memcpy(&value, pointer.baseAddress! + currentOffset, MemoryLayout<T>.size)
                   ^
[5/48] Compiling SecureXPC XPCKeyedDecodingContainer.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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.
            memcpy(&value, pointer.baseAddress! + currentOffset, MemoryLayout<T>.size)
                   ^
[6/48] Compiling SecureXPC XPCSingleValueDecodingContainer.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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.
            memcpy(&value, pointer.baseAddress! + currentOffset, MemoryLayout<T>.size)
                   ^
[7/48] Compiling SecureXPC XPCUnkeyedDecodingContainer.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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.
            memcpy(&value, pointer.baseAddress! + currentOffset, MemoryLayout<T>.size)
                   ^
[8/48] Compiling SecureXPC ServerIdentity.swift
[9/48] Compiling SecureXPC ServerRequirement.swift
[10/48] Compiling SecureXPC XPCClient.swift
[11/48] Compiling SecureXPC XPCEndpointClient.swift
[12/48] Compiling SecureXPC XPCMachClient.swift
[13/48] Compiling SecureXPC XPCServiceClient.swift
[14/48] Compiling SecureXPC ArrayOptimizedForXPC.swift
[15/48] Compiling SecureXPC DataOptimizedForXPC.swift
[16/48] Compiling SecureXPC File Descriptor XPC Wrappers.swift
[17/48] Compiling SecureXPC IOSurfaceForXPC.swift
[18/48] Compiling SecureXPC HandlerError.swift
[19/48] Compiling SecureXPC PackageInternalRoutes.swift
[20/48] Compiling SecureXPC Request.swift
[21/48] Compiling SecureXPC Response.swift
[22/48] Compiling SecureXPC Routes.swift
[23/48] Compiling SecureXPC SequentialResult.swift
[24/48] Compiling SecureXPC SequentialResultProvider.swift
[25/48] Compiling SecureXPC ClientIdentity.swift
[26/48] Compiling SecureXPC ClientRequirement.swift
[27/48] Compiling SecureXPC MachServiceCriteria.swift
[28/48] Compiling SecureXPC XPCAnonymousServer.swift
[29/48] Compiling SecureXPC XPCMachServer.swift
[30/48] Compiling SecureXPC XPCServer.swift
[31/48] Compiling SecureXPC XPCServiceServer.swift
[32/48] Compiling SecureXPC SharedMemory.swift
[33/48] Compiling SecureXPC SharedRawMemory.swift
[34/48] Compiling SecureXPC SharedSemaphore.swift
[35/48] Compiling SecureXPC SharedTrivial.swift
[36/48] Compiling SecureXPC Trivial.swift
[37/48] Compiling SecureXPC XPCCoderError.swift
[38/48] Compiling SecureXPC XPCContainer.swift
[39/48] Compiling SecureXPC XPCEncoder.swift
[40/48] Compiling SecureXPC XPCEncoderImpl.swift
[41/48] Compiling SecureXPC XPCKeyedEncodingContainer.swift
[42/48] Compiling SecureXPC XPCSingleValueEncodingContainer.swift
[43/48] Compiling SecureXPC XPCUnkeyedEncodingContainer.swift
[44/48] Compiling SecureXPC xpc_type_t+description.swift
[45/48] Compiling SecureXPC XPCCommon.swift
[46/48] Compiling SecureXPC XPCConnectionDescriptor.swift
[47/48] Compiling SecureXPC XPCError.swift
[48/48] Compiling SecureXPC XPCServerEndpoint.swift
Build complete! (9.44s)
Build complete.
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.