The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.29.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/UKfvDsi8u/2/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/trilemma-dev/SecureXPC.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/45] Emitting module SecureXPC
[4/50] Compiling SecureXPC xpc_type_t+description.swift
[5/50] Compiling SecureXPC XPCCommon.swift
[6/50] Compiling SecureXPC XPCConnectionDescriptor.swift
[7/50] Compiling SecureXPC XPCError.swift
[8/50] Compiling SecureXPC XPCServerEndpoint.swift
[9/50] Compiling SecureXPC ClientRequirement.swift
[10/50] Compiling SecureXPC MachServiceCriteria.swift
[11/50] Compiling SecureXPC XPCAnonymousServer.swift
[12/50] Compiling SecureXPC XPCMachServer.swift
[13/50] Compiling SecureXPC XPCServer.swift
[14/50] Compiling SecureXPC XPCServiceServer.swift
[15/50] Compiling SecureXPC Request.swift
[16/50] Compiling SecureXPC Response.swift
[17/50] Compiling SecureXPC Routes.swift
[18/50] Compiling SecureXPC SequentialResult.swift
[19/50] Compiling SecureXPC SequentialResultProvider.swift
[20/50] Compiling SecureXPC ClientIdentity.swift
[21/50] Compiling SecureXPC Transformation functions.swift
/Users/builder/builds/UKfvDsi8u/2/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)
                   ^
[22/50] Compiling SecureXPC XPCDecoder.swift
/Users/builder/builds/UKfvDsi8u/2/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)
                   ^
[23/50] Compiling SecureXPC XPCDecoderImpl.swift
/Users/builder/builds/UKfvDsi8u/2/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)
                   ^
[24/50] Compiling SecureXPC XPCKeyedDecodingContainer.swift
/Users/builder/builds/UKfvDsi8u/2/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)
                   ^
[25/50] Compiling SecureXPC XPCSingleValueDecodingContainer.swift
/Users/builder/builds/UKfvDsi8u/2/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)
                   ^
[26/50] Compiling SecureXPC XPCUnkeyedDecodingContainer.swift
/Users/builder/builds/UKfvDsi8u/2/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)
                   ^
[27/50] Compiling SecureXPC XPCContainer.swift
[28/50] Compiling SecureXPC XPCEncoder.swift
[29/50] Compiling SecureXPC XPCEncoderImpl.swift
[30/50] Compiling SecureXPC XPCKeyedEncodingContainer.swift
[31/50] Compiling SecureXPC XPCSingleValueEncodingContainer.swift
[32/50] Compiling SecureXPC XPCUnkeyedEncodingContainer.swift
[33/50] Compiling SecureXPC SharedMemory.swift
[34/50] Compiling SecureXPC SharedRawMemory.swift
[35/50] Compiling SecureXPC SharedSemaphore.swift
[36/50] Compiling SecureXPC SharedTrivial.swift
[37/50] Compiling SecureXPC Trivial.swift
[38/50] Compiling SecureXPC XPCCoderError.swift
[39/50] Compiling SecureXPC ArrayOptimizedForXPC.swift
[40/50] Compiling SecureXPC DataOptimizedForXPC.swift
[41/50] Compiling SecureXPC File Descriptor XPC Wrappers.swift
[42/50] Compiling SecureXPC IOSurfaceForXPC.swift
[43/50] Compiling SecureXPC HandlerError.swift
[44/50] Compiling SecureXPC PackageInternalRoutes.swift
[45/50] Compiling SecureXPC ServerIdentity.swift
[46/50] Compiling SecureXPC ServerRequirement.swift
[47/50] Compiling SecureXPC XPCClient.swift
[48/50] Compiling SecureXPC XPCEndpointClient.swift
[49/50] Compiling SecureXPC XPCMachClient.swift
[50/50] Compiling SecureXPC XPCServiceClient.swift
Build complete! (4.61s)
Build complete.
Done.

Build Machine: Mac 7