The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.22.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/builder/builds/TDmZkXJm/1/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 into spi-builder-workspace
d6e439e2b805de8be9b584fff97cf2f6a839a656
SUCCESS checkout https://github.com/trilemma-dev/SecureXPC.git at 0.8.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.2.app" xcrun swift build --arch arm64
Building for debugging...
[1/43] Compiling SecureXPC XPCContainer.swift
[2/43] Compiling SecureXPC XPCEncoder.swift
[3/43] Compiling SecureXPC XPCEncoderImpl.swift
[4/43] Compiling SecureXPC XPCKeyedEncodingContainer.swift
[5/43] Compiling SecureXPC XPCSingleValueEncodingContainer.swift
[6/43] Compiling SecureXPC XPCUnkeyedEncodingContainer.swift
[7/48] Compiling SecureXPC SharedMemory.swift
[8/48] Compiling SecureXPC SharedRawMemory.swift
[9/48] Compiling SecureXPC SharedSemaphore.swift
[10/48] Compiling SecureXPC SharedTrivial.swift
[11/48] Compiling SecureXPC Trivial.swift
[12/48] Compiling SecureXPC XPCCoderError.swift
[13/48] Compiling SecureXPC Request.swift
[14/48] Compiling SecureXPC Response.swift
[15/48] Compiling SecureXPC Routes.swift
[16/48] Compiling SecureXPC SequentialResult.swift
[17/48] Compiling SecureXPC SequentialResultProvider.swift
[18/48] Compiling SecureXPC ClientIdentity.swift
[19/48] Compiling SecureXPC ServerIdentity.swift
[20/48] Compiling SecureXPC ServerRequirement.swift
[21/48] Compiling SecureXPC XPCClient.swift
[22/48] Compiling SecureXPC XPCEndpointClient.swift
[23/48] Compiling SecureXPC XPCMachClient.swift
[24/48] Compiling SecureXPC XPCServiceClient.swift
[25/48] Emitting module SecureXPC
[26/48] Compiling SecureXPC ArrayOptimizedForXPC.swift
[27/48] Compiling SecureXPC DataOptimizedForXPC.swift
[28/48] Compiling SecureXPC File Descriptor XPC Wrappers.swift
[29/48] Compiling SecureXPC IOSurfaceForXPC.swift
[30/48] Compiling SecureXPC HandlerError.swift
[31/48] Compiling SecureXPC PackageInternalRoutes.swift
[32/48] Compiling SecureXPC ClientRequirement.swift
[33/48] Compiling SecureXPC MachServiceCriteria.swift
[34/48] Compiling SecureXPC XPCAnonymousServer.swift
[35/48] Compiling SecureXPC XPCMachServer.swift
[36/48] Compiling SecureXPC XPCServer.swift
[37/48] Compiling SecureXPC XPCServiceServer.swift
[38/48] Compiling SecureXPC Transformation functions.swift
/Users/builder/builds/TDmZkXJm/1/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)
                   ^
[39/48] Compiling SecureXPC XPCDecoder.swift
/Users/builder/builds/TDmZkXJm/1/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)
                   ^
[40/48] Compiling SecureXPC XPCDecoderImpl.swift
/Users/builder/builds/TDmZkXJm/1/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)
                   ^
[41/48] Compiling SecureXPC XPCKeyedDecodingContainer.swift
/Users/builder/builds/TDmZkXJm/1/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)
                   ^
[42/48] Compiling SecureXPC XPCSingleValueDecodingContainer.swift
/Users/builder/builds/TDmZkXJm/1/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)
                   ^
[43/48] Compiling SecureXPC XPCUnkeyedDecodingContainer.swift
/Users/builder/builds/TDmZkXJm/1/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)
                   ^
[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! (6.36s)
Build complete.
Done.