Build Information
Successful build of SecureXPC, reference 0.8.0 (d6e439
), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 27 Apr 2025 12:49:11 UTC.
Swift 6 data race errors: 17
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SecureXPC -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.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: macosXcodebuild
Swift version: 6.1
Building package at path: $PWD
https://github.com/trilemma-dev/SecureXPC.git
https://github.com/trilemma-dev/SecureXPC.git
{
"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"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
SecureXPC: /Users/admin/builder/spi-builder-workspace
resolved source packages: SecureXPC
{
"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"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"SecureXPC"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SecureXPC -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme SecureXPC -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
SecureXPC: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'SecureXPC' in project 'SecureXPC'
➜ Explicit dependency on target 'SecureXPC' in project 'SecureXPC'
Target 'SecureXPC' in project 'SecureXPC' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 892b723ec1d2d5e722b4e990c412b344
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/892b723ec1d2d5e722b4e990c412b344.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/SecureXPC.DependencyMetadataFileList (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/SecureXPC.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/SecureXPC.DependencyStaticMetadataFileList (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/SecureXPC.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/SecureXPC.modulemap (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/SecureXPC.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/Objects-normal/arm64/SecureXPC.SwiftFileList (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/Objects-normal/arm64/SecureXPC.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/Objects-normal/arm64/SecureXPC-OutputFileMap.json (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/Objects-normal/arm64/SecureXPC-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/Objects-normal/arm64/SecureXPC.LinkFileList (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/Objects-normal/arm64/SecureXPC.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/Objects-normal/arm64/SecureXPC.SwiftConstValuesFileList (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/Objects-normal/arm64/SecureXPC.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/Objects-normal/arm64/SecureXPC_const_extract_protocols.json (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/Objects-normal/arm64/SecureXPC_const_extract_protocols.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/SecureXPC.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/SecureXPC.modulemap (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/SecureXPC.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
SwiftDriver SecureXPC normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SecureXPC -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/Objects-normal/arm64/SecureXPC.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/Objects-normal/arm64/SecureXPC-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/Objects-normal/arm64/SecureXPC.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/Objects-normal/arm64/SecureXPC_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/Objects-normal/arm64/SecureXPC-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ ServerIdentity.swift,\ ServerRequirement.swift,\ XPCClient.swift,\ XPCEndpointClient.swift,\ XPCMachClient.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/ServerIdentity.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/ServerRequirement.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCEndpointClient.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCMachClient.swift (in target 'SecureXPC' from project 'SecureXPC')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/ServerIdentity.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:825:16: warning: capture of 'self' with non-sendable type 'InternalXPCSequentialResponseHandlerImpl<S>' in a '@Sendable' closure
if self.failedToDecode {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:808:19: note: generic class 'InternalXPCSequentialResponseHandlerImpl' does not conform to the 'Sendable' protocol
fileprivate class InternalXPCSequentialResponseHandlerImpl<S: Decodable>: InternalXPCSequentialResponseHandler {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:830:20: warning: capture of 'response' with non-sendable type 'Response' in a '@Sendable' closure
if response.containsPayload {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Response.swift:14:8: note: consider making struct 'Response' conform to the 'Sendable' protocol
struct Response {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:866:13: warning: capture of 'self' with non-sendable type 'InProgressSequentialReplies' in a '@Sendable' closure
self.handlers[request.requestID] = handler
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:858:19: note: class 'InProgressSequentialReplies' does not conform to the 'Sendable' protocol
fileprivate class InProgressSequentialReplies {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:866:27: warning: capture of 'request' with non-sendable type 'Request' in a '@Sendable' closure
self.handlers[request.requestID] = handler
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Request.swift:13:8: note: consider making struct 'Request' conform to the 'Sendable' protocol
struct Request {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:866:48: warning: capture of 'handler' with non-sendable type 'any InternalXPCSequentialResponseHandler' in a '@Sendable' closure
self.handlers[request.requestID] = handler
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:803:22: note: protocol 'InternalXPCSequentialResponseHandler' does not conform to the 'Sendable' protocol
fileprivate protocol InternalXPCSequentialResponseHandler {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:874:74: warning: capture of 'message' with non-sendable type 'xpc_object_t' (aka 'any OS_xpc_object') in a '@Sendable' closure
let requestID = try Response.decodeRequestID(dictionary: message)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/xpc/xpc.h:69:1: note: protocol 'OS_xpc_object' does not conform to the 'Sendable' protocol
OS_OBJECT_DECL(xpc_object);
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'XPC'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:875:35: warning: capture of 'self' with non-sendable type 'InProgressSequentialReplies' in a '@Sendable' closure
guard let route = self.handlers[requestID]?.route else {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:858:19: note: class 'InProgressSequentialReplies' does not conform to the 'Sendable' protocol
fileprivate class InProgressSequentialReplies {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:485:25: warning: sending 'response' risks causing data races; this is an error in the Swift 6 language mode
contination.resume(with: response)
~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:485:25: note: task-isolated 'response' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
contination.resume(with: response)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:534:30: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
continuation.yield(value)
~~~~~~~~~~~~~^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:534:30: note: task-isolated 'value' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
continuation.yield(value)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:634:34: warning: sending 'response' risks causing data races; this is an error in the Swift 6 language mode
continuation.resume(with: response)
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:634:34: note: task-isolated 'response' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
continuation.resume(with: response)
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/ServerRequirement.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:825:16: warning: capture of 'self' with non-sendable type 'InternalXPCSequentialResponseHandlerImpl<S>' in a '@Sendable' closure
if self.failedToDecode {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:808:19: note: generic class 'InternalXPCSequentialResponseHandlerImpl' does not conform to the 'Sendable' protocol
fileprivate class InternalXPCSequentialResponseHandlerImpl<S: Decodable>: InternalXPCSequentialResponseHandler {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:830:20: warning: capture of 'response' with non-sendable type 'Response' in a '@Sendable' closure
if response.containsPayload {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Response.swift:14:8: note: consider making struct 'Response' conform to the 'Sendable' protocol
struct Response {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:866:13: warning: capture of 'self' with non-sendable type 'InProgressSequentialReplies' in a '@Sendable' closure
self.handlers[request.requestID] = handler
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:858:19: note: class 'InProgressSequentialReplies' does not conform to the 'Sendable' protocol
fileprivate class InProgressSequentialReplies {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:866:27: warning: capture of 'request' with non-sendable type 'Request' in a '@Sendable' closure
self.handlers[request.requestID] = handler
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Request.swift:13:8: note: consider making struct 'Request' conform to the 'Sendable' protocol
struct Request {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:866:48: warning: capture of 'handler' with non-sendable type 'any InternalXPCSequentialResponseHandler' in a '@Sendable' closure
self.handlers[request.requestID] = handler
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:803:22: note: protocol 'InternalXPCSequentialResponseHandler' does not conform to the 'Sendable' protocol
fileprivate protocol InternalXPCSequentialResponseHandler {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:874:74: warning: capture of 'message' with non-sendable type 'xpc_object_t' (aka 'any OS_xpc_object') in a '@Sendable' closure
let requestID = try Response.decodeRequestID(dictionary: message)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/xpc/xpc.h:69:1: note: protocol 'OS_xpc_object' does not conform to the 'Sendable' protocol
OS_OBJECT_DECL(xpc_object);
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'XPC'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:875:35: warning: capture of 'self' with non-sendable type 'InProgressSequentialReplies' in a '@Sendable' closure
guard let route = self.handlers[requestID]?.route else {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:858:19: note: class 'InProgressSequentialReplies' does not conform to the 'Sendable' protocol
fileprivate class InProgressSequentialReplies {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:485:25: warning: sending 'response' risks causing data races; this is an error in the Swift 6 language mode
contination.resume(with: response)
~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:485:25: note: task-isolated 'response' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
contination.resume(with: response)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:534:30: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
continuation.yield(value)
~~~~~~~~~~~~~^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:534:30: note: task-isolated 'value' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
continuation.yield(value)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:634:34: warning: sending 'response' risks causing data races; this is an error in the Swift 6 language mode
continuation.resume(with: response)
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:634:34: note: task-isolated 'response' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
continuation.resume(with: response)
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:825:16: warning: capture of 'self' with non-sendable type 'InternalXPCSequentialResponseHandlerImpl<S>' in a '@Sendable' closure
if self.failedToDecode {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:808:19: note: generic class 'InternalXPCSequentialResponseHandlerImpl' does not conform to the 'Sendable' protocol
fileprivate class InternalXPCSequentialResponseHandlerImpl<S: Decodable>: InternalXPCSequentialResponseHandler {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:830:20: warning: capture of 'response' with non-sendable type 'Response' in a '@Sendable' closure
if response.containsPayload {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Response.swift:14:8: note: consider making struct 'Response' conform to the 'Sendable' protocol
struct Response {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:866:13: warning: capture of 'self' with non-sendable type 'InProgressSequentialReplies' in a '@Sendable' closure
self.handlers[request.requestID] = handler
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:858:19: note: class 'InProgressSequentialReplies' does not conform to the 'Sendable' protocol
fileprivate class InProgressSequentialReplies {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:866:27: warning: capture of 'request' with non-sendable type 'Request' in a '@Sendable' closure
self.handlers[request.requestID] = handler
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Request.swift:13:8: note: consider making struct 'Request' conform to the 'Sendable' protocol
struct Request {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:866:48: warning: capture of 'handler' with non-sendable type 'any InternalXPCSequentialResponseHandler' in a '@Sendable' closure
self.handlers[request.requestID] = handler
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:803:22: note: protocol 'InternalXPCSequentialResponseHandler' does not conform to the 'Sendable' protocol
fileprivate protocol InternalXPCSequentialResponseHandler {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:874:74: warning: capture of 'message' with non-sendable type 'xpc_object_t' (aka 'any OS_xpc_object') in a '@Sendable' closure
let requestID = try Response.decodeRequestID(dictionary: message)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/xpc/xpc.h:69:1: note: protocol 'OS_xpc_object' does not conform to the 'Sendable' protocol
OS_OBJECT_DECL(xpc_object);
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'XPC'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:875:35: warning: capture of 'self' with non-sendable type 'InProgressSequentialReplies' in a '@Sendable' closure
guard let route = self.handlers[requestID]?.route else {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:858:19: note: class 'InProgressSequentialReplies' does not conform to the 'Sendable' protocol
fileprivate class InProgressSequentialReplies {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:485:25: warning: sending 'response' risks causing data races; this is an error in the Swift 6 language mode
contination.resume(with: response)
~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:485:25: note: task-isolated 'response' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
contination.resume(with: response)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:534:30: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
continuation.yield(value)
~~~~~~~~~~~~~^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:534:30: note: task-isolated 'value' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
continuation.yield(value)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:634:34: warning: sending 'response' risks causing data races; this is an error in the Swift 6 language mode
continuation.resume(with: response)
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:634:34: note: task-isolated 'response' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
continuation.resume(with: response)
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCEndpointClient.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:825:16: warning: capture of 'self' with non-sendable type 'InternalXPCSequentialResponseHandlerImpl<S>' in a '@Sendable' closure
if self.failedToDecode {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:808:19: note: generic class 'InternalXPCSequentialResponseHandlerImpl' does not conform to the 'Sendable' protocol
fileprivate class InternalXPCSequentialResponseHandlerImpl<S: Decodable>: InternalXPCSequentialResponseHandler {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:830:20: warning: capture of 'response' with non-sendable type 'Response' in a '@Sendable' closure
if response.containsPayload {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Response.swift:14:8: note: consider making struct 'Response' conform to the 'Sendable' protocol
struct Response {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:866:13: warning: capture of 'self' with non-sendable type 'InProgressSequentialReplies' in a '@Sendable' closure
self.handlers[request.requestID] = handler
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:858:19: note: class 'InProgressSequentialReplies' does not conform to the 'Sendable' protocol
fileprivate class InProgressSequentialReplies {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:866:27: warning: capture of 'request' with non-sendable type 'Request' in a '@Sendable' closure
self.handlers[request.requestID] = handler
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Request.swift:13:8: note: consider making struct 'Request' conform to the 'Sendable' protocol
struct Request {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:866:48: warning: capture of 'handler' with non-sendable type 'any InternalXPCSequentialResponseHandler' in a '@Sendable' closure
self.handlers[request.requestID] = handler
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:803:22: note: protocol 'InternalXPCSequentialResponseHandler' does not conform to the 'Sendable' protocol
fileprivate protocol InternalXPCSequentialResponseHandler {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:874:74: warning: capture of 'message' with non-sendable type 'xpc_object_t' (aka 'any OS_xpc_object') in a '@Sendable' closure
let requestID = try Response.decodeRequestID(dictionary: message)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/xpc/xpc.h:69:1: note: protocol 'OS_xpc_object' does not conform to the 'Sendable' protocol
OS_OBJECT_DECL(xpc_object);
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'XPC'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:875:35: warning: capture of 'self' with non-sendable type 'InProgressSequentialReplies' in a '@Sendable' closure
guard let route = self.handlers[requestID]?.route else {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:858:19: note: class 'InProgressSequentialReplies' does not conform to the 'Sendable' protocol
fileprivate class InProgressSequentialReplies {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:485:25: warning: sending 'response' risks causing data races; this is an error in the Swift 6 language mode
contination.resume(with: response)
~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:485:25: note: task-isolated 'response' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
contination.resume(with: response)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:534:30: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
continuation.yield(value)
~~~~~~~~~~~~~^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:534:30: note: task-isolated 'value' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
continuation.yield(value)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:634:34: warning: sending 'response' risks causing data races; this is an error in the Swift 6 language mode
continuation.resume(with: response)
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:634:34: note: task-isolated 'response' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
continuation.resume(with: response)
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCMachClient.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:825:16: warning: capture of 'self' with non-sendable type 'InternalXPCSequentialResponseHandlerImpl<S>' in a '@Sendable' closure
if self.failedToDecode {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:808:19: note: generic class 'InternalXPCSequentialResponseHandlerImpl' does not conform to the 'Sendable' protocol
fileprivate class InternalXPCSequentialResponseHandlerImpl<S: Decodable>: InternalXPCSequentialResponseHandler {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:830:20: warning: capture of 'response' with non-sendable type 'Response' in a '@Sendable' closure
if response.containsPayload {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Response.swift:14:8: note: consider making struct 'Response' conform to the 'Sendable' protocol
struct Response {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:866:13: warning: capture of 'self' with non-sendable type 'InProgressSequentialReplies' in a '@Sendable' closure
self.handlers[request.requestID] = handler
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:858:19: note: class 'InProgressSequentialReplies' does not conform to the 'Sendable' protocol
fileprivate class InProgressSequentialReplies {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:866:27: warning: capture of 'request' with non-sendable type 'Request' in a '@Sendable' closure
self.handlers[request.requestID] = handler
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Request.swift:13:8: note: consider making struct 'Request' conform to the 'Sendable' protocol
struct Request {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:866:48: warning: capture of 'handler' with non-sendable type 'any InternalXPCSequentialResponseHandler' in a '@Sendable' closure
self.handlers[request.requestID] = handler
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:803:22: note: protocol 'InternalXPCSequentialResponseHandler' does not conform to the 'Sendable' protocol
fileprivate protocol InternalXPCSequentialResponseHandler {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:874:74: warning: capture of 'message' with non-sendable type 'xpc_object_t' (aka 'any OS_xpc_object') in a '@Sendable' closure
let requestID = try Response.decodeRequestID(dictionary: message)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/xpc/xpc.h:69:1: note: protocol 'OS_xpc_object' does not conform to the 'Sendable' protocol
OS_OBJECT_DECL(xpc_object);
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'XPC'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:875:35: warning: capture of 'self' with non-sendable type 'InProgressSequentialReplies' in a '@Sendable' closure
guard let route = self.handlers[requestID]?.route else {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:858:19: note: class 'InProgressSequentialReplies' does not conform to the 'Sendable' protocol
fileprivate class InProgressSequentialReplies {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:485:25: warning: sending 'response' risks causing data races; this is an error in the Swift 6 language mode
contination.resume(with: response)
~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:485:25: note: task-isolated 'response' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
contination.resume(with: response)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:534:30: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
continuation.yield(value)
~~~~~~~~~~~~~^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:534:30: note: task-isolated 'value' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
continuation.yield(value)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:634:34: warning: sending 'response' risks causing data races; this is an error in the Swift 6 language mode
continuation.resume(with: response)
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCClient.swift:634:34: note: task-isolated 'response' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
continuation.resume(with: response)
^
SwiftCompile normal arm64 Compiling\ HandlerError.swift,\ PackageInternalRoutes.swift,\ Request.swift,\ Response.swift,\ Routes.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/HandlerError.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/PackageInternalRoutes.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Request.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Response.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Routes.swift (in target 'SecureXPC' from project 'SecureXPC')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/HandlerError.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/HandlerError.swift:33:16: warning: stored property 'underlyingError' of 'Sendable'-conforming struct 'HandlerError' has non-sendable type 'HandlerError.UnderlyingError'; this is an error in the Swift 6 language mode
public let underlyingError: UnderlyingError
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/HandlerError.swift:14:17: note: consider making enum 'UnderlyingError' conform to the 'Sendable' protocol
public enum UnderlyingError {
^
: Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/PackageInternalRoutes.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/PackageInternalRoutes.swift:15:16: warning: static property 'noopRoute' is not concurrency-safe because non-'Sendable' type 'XPCRouteWithoutMessageWithoutReply' may have shared mutable state; this is an error in the Swift 6 language mode
static let noopRoute = XPCRoute.named("noop").packageInternal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Routes.swift:224:15: note: consider making struct 'XPCRouteWithoutMessageWithoutReply' conform to the 'Sendable' protocol
public struct XPCRouteWithoutMessageWithoutReply {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/PackageInternalRoutes.swift:15:16: note: add '@MainActor' to make static property 'noopRoute' part of global actor 'MainActor'
static let noopRoute = XPCRoute.named("noop").packageInternal
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/PackageInternalRoutes.swift:15:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let noopRoute = XPCRoute.named("noop").packageInternal
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Request.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Request.swift:15:20: warning: static property 'route' is not concurrency-safe because non-'Sendable' type 'XPCDictionaryKey' (aka 'UnsafePointer<Int8>') may have shared mutable state; this is an error in the Swift 6 language mode
static let route: XPCDictionaryKey = const("__route")
^
Swift.UnsafePointer:1:23: note: generic struct 'UnsafePointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafePointer<Pointee> : Copyable where Pointee : ~Copyable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Request.swift:15:20: note: add '@MainActor' to make static property 'route' part of global actor 'MainActor'
static let route: XPCDictionaryKey = const("__route")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Request.swift:15:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let route: XPCDictionaryKey = const("__route")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Request.swift:16:20: warning: static property 'payload' is not concurrency-safe because non-'Sendable' type 'XPCDictionaryKey' (aka 'UnsafePointer<Int8>') may have shared mutable state; this is an error in the Swift 6 language mode
static let payload: XPCDictionaryKey = const("__payload")
^
Swift.UnsafePointer:1:23: note: generic struct 'UnsafePointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafePointer<Pointee> : Copyable where Pointee : ~Copyable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Request.swift:16:20: note: add '@MainActor' to make static property 'payload' part of global actor 'MainActor'
static let payload: XPCDictionaryKey = const("__payload")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Request.swift:16:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let payload: XPCDictionaryKey = const("__payload")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Request.swift:17:20: warning: static property 'requestID' is not concurrency-safe because non-'Sendable' type 'XPCDictionaryKey' (aka 'UnsafePointer<Int8>') may have shared mutable state; this is an error in the Swift 6 language mode
static let requestID: XPCDictionaryKey = const("__request_id")
^
Swift.UnsafePointer:1:23: note: generic struct 'UnsafePointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafePointer<Pointee> : Copyable where Pointee : ~Copyable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Request.swift:17:20: note: add '@MainActor' to make static property 'requestID' part of global actor 'MainActor'
static let requestID: XPCDictionaryKey = const("__request_id")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Request.swift:17:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let requestID: XPCDictionaryKey = const("__request_id")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Request.swift:18:20: warning: static property 'clientBookmark' is not concurrency-safe because non-'Sendable' type 'XPCDictionaryKey' (aka 'UnsafePointer<Int8>') may have shared mutable state; this is an error in the Swift 6 language mode
static let clientBookmark: XPCDictionaryKey = const("__client_bookmark")
^
Swift.UnsafePointer:1:23: note: generic struct 'UnsafePointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafePointer<Pointee> : Copyable where Pointee : ~Copyable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Request.swift:18:20: note: add '@MainActor' to make static property 'clientBookmark' part of global actor 'MainActor'
static let clientBookmark: XPCDictionaryKey = const("__client_bookmark")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Request.swift:18:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let clientBookmark: XPCDictionaryKey = const("__client_bookmark")
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Response.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Response.swift:17:20: warning: static property 'error' is not concurrency-safe because non-'Sendable' type 'XPCDictionaryKey' (aka 'UnsafePointer<Int8>') may have shared mutable state; this is an error in the Swift 6 language mode
static let error: XPCDictionaryKey = const("__error")
^
Swift.UnsafePointer:1:23: note: generic struct 'UnsafePointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafePointer<Pointee> : Copyable where Pointee : ~Copyable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Response.swift:17:20: note: add '@MainActor' to make static property 'error' part of global actor 'MainActor'
static let error: XPCDictionaryKey = const("__error")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Response.swift:17:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let error: XPCDictionaryKey = const("__error")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Response.swift:18:20: warning: static property 'payload' is not concurrency-safe because non-'Sendable' type 'XPCDictionaryKey' (aka 'UnsafePointer<Int8>') may have shared mutable state; this is an error in the Swift 6 language mode
static let payload: XPCDictionaryKey = const("__payload")
^
Swift.UnsafePointer:1:23: note: generic struct 'UnsafePointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafePointer<Pointee> : Copyable where Pointee : ~Copyable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Response.swift:18:20: note: add '@MainActor' to make static property 'payload' part of global actor 'MainActor'
static let payload: XPCDictionaryKey = const("__payload")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Response.swift:18:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let payload: XPCDictionaryKey = const("__payload")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Response.swift:19:20: warning: static property 'requestID' is not concurrency-safe because non-'Sendable' type 'XPCDictionaryKey' (aka 'UnsafePointer<Int8>') may have shared mutable state; this is an error in the Swift 6 language mode
static let requestID: XPCDictionaryKey = const("__request_id")
^
Swift.UnsafePointer:1:23: note: generic struct 'UnsafePointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafePointer<Pointee> : Copyable where Pointee : ~Copyable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Response.swift:19:20: note: add '@MainActor' to make static property 'requestID' part of global actor 'MainActor'
static let requestID: XPCDictionaryKey = const("__request_id")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Response.swift:19:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let requestID: XPCDictionaryKey = const("__request_id")
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Routes.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ XPCKeyedEncodingContainer.swift,\ XPCSingleValueEncodingContainer.swift,\ XPCUnkeyedEncodingContainer.swift,\ xpc_type_t+description.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPC\ Coders/XPCEncoder/XPCKeyedEncodingContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPC\ Coders/XPCEncoder/XPCSingleValueEncodingContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPC\ Coders/XPCEncoder/XPCUnkeyedEncodingContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPC\ Coders/xpc_type_t+description.swift (in target 'SecureXPC' from project 'SecureXPC')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPC\ Coders/XPCEncoder/XPCKeyedEncodingContainer.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPC\ Coders/XPCEncoder/XPCSingleValueEncodingContainer.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPC\ Coders/XPCEncoder/XPCUnkeyedEncodingContainer.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPC\ Coders/xpc_type_t+description.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SharedRawMemory.swift,\ SharedSemaphore.swift,\ SharedTrivial.swift,\ Trivial.swift,\ XPCCoderError.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Shared\ Memory/SharedRawMemory.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Shared\ Memory/SharedSemaphore.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Shared\ Memory/SharedTrivial.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Trivial.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPC\ Coders/XPCCoderError.swift (in target 'SecureXPC' from project 'SecureXPC')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Shared\ Memory/SharedRawMemory.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Shared\ Memory/SharedSemaphore.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Shared\ Memory/SharedTrivial.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Trivial.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPC\ Coders/XPCCoderError.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ SecureXPC (in target 'SecureXPC' from project 'SecureXPC')
EmitSwiftModule normal arm64 (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/HandlerError.swift:33:16: warning: stored property 'underlyingError' of 'Sendable'-conforming struct 'HandlerError' has non-sendable type 'HandlerError.UnderlyingError'; this is an error in the Swift 6 language mode
public let underlyingError: UnderlyingError
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/HandlerError.swift:14:17: note: consider making enum 'UnderlyingError' conform to the 'Sendable' protocol
public enum UnderlyingError {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/PackageInternalRoutes.swift:15:16: warning: static property 'noopRoute' is not concurrency-safe because non-'Sendable' type 'XPCRouteWithoutMessageWithoutReply' may have shared mutable state; this is an error in the Swift 6 language mode
static let noopRoute = XPCRoute.named("noop").packageInternal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Routes.swift:224:15: note: consider making struct 'XPCRouteWithoutMessageWithoutReply' conform to the 'Sendable' protocol
public struct XPCRouteWithoutMessageWithoutReply {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/PackageInternalRoutes.swift:15:16: note: add '@MainActor' to make static property 'noopRoute' part of global actor 'MainActor'
static let noopRoute = XPCRoute.named("noop").packageInternal
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/PackageInternalRoutes.swift:15:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let noopRoute = XPCRoute.named("noop").packageInternal
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Request.swift:15:20: warning: static property 'route' is not concurrency-safe because non-'Sendable' type 'XPCDictionaryKey' (aka 'UnsafePointer<Int8>') may have shared mutable state; this is an error in the Swift 6 language mode
static let route: XPCDictionaryKey = const("__route")
^
Swift.UnsafePointer:1:23: note: generic struct 'UnsafePointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafePointer<Pointee> : Copyable where Pointee : ~Copyable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Request.swift:15:20: note: add '@MainActor' to make static property 'route' part of global actor 'MainActor'
static let route: XPCDictionaryKey = const("__route")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Request.swift:15:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let route: XPCDictionaryKey = const("__route")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Request.swift:16:20: warning: static property 'payload' is not concurrency-safe because non-'Sendable' type 'XPCDictionaryKey' (aka 'UnsafePointer<Int8>') may have shared mutable state; this is an error in the Swift 6 language mode
static let payload: XPCDictionaryKey = const("__payload")
^
Swift.UnsafePointer:1:23: note: generic struct 'UnsafePointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafePointer<Pointee> : Copyable where Pointee : ~Copyable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Request.swift:16:20: note: add '@MainActor' to make static property 'payload' part of global actor 'MainActor'
static let payload: XPCDictionaryKey = const("__payload")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Request.swift:16:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let payload: XPCDictionaryKey = const("__payload")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Request.swift:17:20: warning: static property 'requestID' is not concurrency-safe because non-'Sendable' type 'XPCDictionaryKey' (aka 'UnsafePointer<Int8>') may have shared mutable state; this is an error in the Swift 6 language mode
static let requestID: XPCDictionaryKey = const("__request_id")
^
Swift.UnsafePointer:1:23: note: generic struct 'UnsafePointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafePointer<Pointee> : Copyable where Pointee : ~Copyable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Request.swift:17:20: note: add '@MainActor' to make static property 'requestID' part of global actor 'MainActor'
static let requestID: XPCDictionaryKey = const("__request_id")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Request.swift:17:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let requestID: XPCDictionaryKey = const("__request_id")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Request.swift:18:20: warning: static property 'clientBookmark' is not concurrency-safe because non-'Sendable' type 'XPCDictionaryKey' (aka 'UnsafePointer<Int8>') may have shared mutable state; this is an error in the Swift 6 language mode
static let clientBookmark: XPCDictionaryKey = const("__client_bookmark")
^
Swift.UnsafePointer:1:23: note: generic struct 'UnsafePointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafePointer<Pointee> : Copyable where Pointee : ~Copyable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Request.swift:18:20: note: add '@MainActor' to make static property 'clientBookmark' part of global actor 'MainActor'
static let clientBookmark: XPCDictionaryKey = const("__client_bookmark")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Request.swift:18:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let clientBookmark: XPCDictionaryKey = const("__client_bookmark")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Response.swift:17:20: warning: static property 'error' is not concurrency-safe because non-'Sendable' type 'XPCDictionaryKey' (aka 'UnsafePointer<Int8>') may have shared mutable state; this is an error in the Swift 6 language mode
static let error: XPCDictionaryKey = const("__error")
^
Swift.UnsafePointer:1:23: note: generic struct 'UnsafePointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafePointer<Pointee> : Copyable where Pointee : ~Copyable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Response.swift:17:20: note: add '@MainActor' to make static property 'error' part of global actor 'MainActor'
static let error: XPCDictionaryKey = const("__error")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Response.swift:17:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let error: XPCDictionaryKey = const("__error")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Response.swift:18:20: warning: static property 'payload' is not concurrency-safe because non-'Sendable' type 'XPCDictionaryKey' (aka 'UnsafePointer<Int8>') may have shared mutable state; this is an error in the Swift 6 language mode
static let payload: XPCDictionaryKey = const("__payload")
^
Swift.UnsafePointer:1:23: note: generic struct 'UnsafePointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafePointer<Pointee> : Copyable where Pointee : ~Copyable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Response.swift:18:20: note: add '@MainActor' to make static property 'payload' part of global actor 'MainActor'
static let payload: XPCDictionaryKey = const("__payload")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Response.swift:18:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let payload: XPCDictionaryKey = const("__payload")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Response.swift:19:20: warning: static property 'requestID' is not concurrency-safe because non-'Sendable' type 'XPCDictionaryKey' (aka 'UnsafePointer<Int8>') may have shared mutable state; this is an error in the Swift 6 language mode
static let requestID: XPCDictionaryKey = const("__request_id")
^
Swift.UnsafePointer:1:23: note: generic struct 'UnsafePointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafePointer<Pointee> : Copyable where Pointee : ~Copyable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Response.swift:19:20: note: add '@MainActor' to make static property 'requestID' part of global actor 'MainActor'
static let requestID: XPCDictionaryKey = const("__request_id")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Response.swift:19:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let requestID: XPCDictionaryKey = const("__request_id")
^
nonisolated(unsafe)
@__swiftmacro_9SecureXPC9XPCServerC14ClientIdentityC14currentForTask33_5BF2FCB367112F65674453E484FAF8E8LL0H5LocalfMp_.swift:1:20: warning: static property '$currentForTask' is not concurrency-safe because non-'Sendable' type 'TaskLocal<XPCServer.ClientIdentity?>' may have shared mutable state; this is an error in the Swift 6 language mode
private static let $currentForTask: TaskLocal<XPCServer.ClientIdentity?> = TaskLocal(wrappedValue: nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:21:11: note: class 'ClientIdentity' does not conform to the 'Sendable' protocol
class ClientIdentity {
^
@__swiftmacro_9SecureXPC9XPCServerC14ClientIdentityC14currentForTask33_5BF2FCB367112F65674453E484FAF8E8LL0H5LocalfMp_.swift:1:20: note: add '@MainActor' to make static property '$currentForTask' part of global actor 'MainActor'
private static let $currentForTask: TaskLocal<XPCServer.ClientIdentity?> = TaskLocal(wrappedValue: nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
@__swiftmacro_9SecureXPC9XPCServerC14ClientIdentityC14currentForTask33_5BF2FCB367112F65674453E484FAF8E8LL0H5LocalfMp_.swift:1:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static let $currentForTask: TaskLocal<XPCServer.ClientIdentity?> = TaskLocal(wrappedValue: nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
@__swiftmacro_9SecureXPC9XPCServerC14ClientIdentityC14currentForTask33_5BF2FCB367112F65674453E484FAF8E8LL0H5LocalfMp_.swift:1:20: warning: type 'XPCServer.ClientIdentity' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
private static let $currentForTask: TaskLocal<XPCServer.ClientIdentity?> = TaskLocal(wrappedValue: nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:21:11: note: class 'ClientIdentity' does not conform to the 'Sendable' protocol
class ClientIdentity {
^
@__swiftmacro_9SecureXPC9XPCServerC14ClientIdentityC14currentForTask33_5BF2FCB367112F65674453E484FAF8E8LL0H5LocalfMp_.swift:1:76: warning: type 'XPCServer.ClientIdentity' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
private static let $currentForTask: TaskLocal<XPCServer.ClientIdentity?> = TaskLocal(wrappedValue: nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:21:11: note: class 'ClientIdentity' does not conform to the 'Sendable' protocol
class ClientIdentity {
^
@__swiftmacro_9SecureXPC9XPCServerC14ClientIdentityC14currentForTask33_5BF2FCB367112F65674453E484FAF8E8LL0H5LocalfMp_.swift:1:76: warning: type 'XPCServer.ClientIdentity' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
private static let $currentForTask: TaskLocal<XPCServer.ClientIdentity?> = TaskLocal(wrappedValue: nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:21:11: note: class 'ClientIdentity' does not conform to the 'Sendable' protocol
class ClientIdentity {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/XPCMachServer.swift:89:24: warning: static property 'machServerCache' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var machServerCache = [String : XPCMachServer]()
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/XPCMachServer.swift:89:24: note: convert 'machServerCache' to a 'let' constant to make 'Sendable' shared state immutable
private static var machServerCache = [String : XPCMachServer]()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/XPCMachServer.swift:89:24: note: add '@MainActor' to make static property 'machServerCache' part of global actor 'MainActor'
private static var machServerCache = [String : XPCMachServer]()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/XPCMachServer.swift:89:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var machServerCache = [String : XPCMachServer]()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/XPCServiceServer.swift:25:24: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'XPCServiceServer' may have shared mutable state; this is an error in the Swift 6 language mode
private static let service = XPCServiceServer(clientRequirement: .alwaysAccepting)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/XPCServiceServer.swift:13:16: note: class 'XPCServiceServer' does not conform to the 'Sendable' protocol
internal class XPCServiceServer: XPCServer {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/XPCServiceServer.swift:25:24: note: add '@MainActor' to make static property 'service' part of global actor 'MainActor'
private static let service = XPCServiceServer(clientRequirement: .alwaysAccepting)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/XPCServiceServer.swift:25:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static let service = XPCServiceServer(clientRequirement: .alwaysAccepting)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPC Coders/XPCDecoder/Transformation functions.swift:76:14: warning: let 'floatTransform' is not concurrency-safe because non-'Sendable' type '(xpc_object_t) -> Float' (aka '(any OS_xpc_object) -> Float') may have shared mutable state; this is an error in the Swift 6 language mode
internal let floatTransform = { (object: xpc_object_t) -> Float in
^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPC Coders/XPCDecoder/Transformation functions.swift:76:14: note: add '@MainActor' to make let 'floatTransform' part of global actor 'MainActor'
internal let floatTransform = { (object: xpc_object_t) -> Float in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPC Coders/XPCDecoder/Transformation functions.swift:76:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal let floatTransform = { (object: xpc_object_t) -> Float in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPCCommon.swift:92:24: warning: static property 'xpc_connection_get_audit_tokenFunction' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var xpc_connection_get_audit_tokenFunction: get_audit_token = {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPCCommon.swift:92:24: note: convert 'xpc_connection_get_audit_tokenFunction' to a 'let' constant to make 'Sendable' shared state immutable
private static var xpc_connection_get_audit_tokenFunction: get_audit_token = {
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPCCommon.swift:92:24: note: add '@MainActor' to make static property 'xpc_connection_get_audit_tokenFunction' part of global actor 'MainActor'
private static var xpc_connection_get_audit_tokenFunction: get_audit_token = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPCCommon.swift:92:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var xpc_connection_get_audit_tokenFunction: get_audit_token = {
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Transformation\ functions.swift,\ XPCDecoder.swift,\ XPCDecoderImpl.swift,\ XPCKeyedDecodingContainer.swift,\ XPCSingleValueDecodingContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPC\ Coders/XPCDecoder/Transformation\ functions.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPC\ Coders/XPCDecoder/XPCDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPC\ Coders/XPCDecoder/XPCDecoderImpl.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPC\ Coders/XPCDecoder/XPCKeyedDecodingContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPC\ Coders/XPCDecoder/XPCSingleValueDecodingContainer.swift (in target 'SecureXPC' from project 'SecureXPC')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPC\ Coders/XPCDecoder/Transformation\ functions.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPC Coders/XPCDecoder/Transformation functions.swift:76:14: warning: let 'floatTransform' is not concurrency-safe because non-'Sendable' type '(xpc_object_t) -> Float' (aka '(any OS_xpc_object) -> Float') may have shared mutable state; this is an error in the Swift 6 language mode
internal let floatTransform = { (object: xpc_object_t) -> Float in
^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPC Coders/XPCDecoder/Transformation functions.swift:76:14: note: add '@MainActor' to make let 'floatTransform' part of global actor 'MainActor'
internal let floatTransform = { (object: xpc_object_t) -> Float in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPC Coders/XPCDecoder/Transformation functions.swift:76:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal let floatTransform = { (object: xpc_object_t) -> Float in
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPC\ Coders/XPCDecoder/XPCDecoder.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPC\ Coders/XPCDecoder/XPCDecoderImpl.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPC\ Coders/XPCDecoder/XPCKeyedDecodingContainer.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPC\ Coders/XPCDecoder/XPCSingleValueDecodingContainer.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ XPCUnkeyedDecodingContainer.swift,\ XPCContainer.swift,\ XPCEncoder.swift,\ XPCEncoderImpl.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPC\ Coders/XPCDecoder/XPCUnkeyedDecodingContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPC\ Coders/XPCEncoder/XPCContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPC\ Coders/XPCEncoder/XPCEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPC\ Coders/XPCEncoder/XPCEncoderImpl.swift (in target 'SecureXPC' from project 'SecureXPC')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPC\ Coders/XPCDecoder/XPCUnkeyedDecodingContainer.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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.
memcpy(&value, pointer.baseAddress! + currentOffset, MemoryLayout<T>.size)
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPC\ Coders/XPCEncoder/XPCContainer.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPC\ Coders/XPCEncoder/XPCEncoder.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPC\ Coders/XPCEncoder/XPCEncoderImpl.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ XPCCommon.swift,\ XPCConnectionDescriptor.swift,\ XPCError.swift,\ XPCServerEndpoint.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPCCommon.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPCConnectionDescriptor.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPCError.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPCServerEndpoint.swift (in target 'SecureXPC' from project 'SecureXPC')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPCCommon.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPCCommon.swift:92:24: warning: static property 'xpc_connection_get_audit_tokenFunction' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var xpc_connection_get_audit_tokenFunction: get_audit_token = {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPCCommon.swift:92:24: note: convert 'xpc_connection_get_audit_tokenFunction' to a 'let' constant to make 'Sendable' shared state immutable
private static var xpc_connection_get_audit_tokenFunction: get_audit_token = {
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPCCommon.swift:92:24: note: add '@MainActor' to make static property 'xpc_connection_get_audit_tokenFunction' part of global actor 'MainActor'
private static var xpc_connection_get_audit_tokenFunction: get_audit_token = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPCCommon.swift:92:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var xpc_connection_get_audit_tokenFunction: get_audit_token = {
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPCConnectionDescriptor.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPCError.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/XPCServerEndpoint.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SequentialResult.swift,\ SequentialResultProvider.swift,\ ClientIdentity.swift,\ ClientRequirement.swift,\ MachServiceCriteria.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/SequentialResult.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/SequentialResultProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientRequirement.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/MachServiceCriteria.swift (in target 'SecureXPC' from project 'SecureXPC')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/SequentialResult.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
@__swiftmacro_9SecureXPC9XPCServerC14ClientIdentityC14currentForTask33_5BF2FCB367112F65674453E484FAF8E8LL0H5LocalfMp_.swift:1:20: warning: static property '$currentForTask' is not concurrency-safe because non-'Sendable' type 'TaskLocal<XPCServer.ClientIdentity?>' may have shared mutable state; this is an error in the Swift 6 language mode
private static let $currentForTask: TaskLocal<XPCServer.ClientIdentity?> = TaskLocal(wrappedValue: nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:21:11: note: class 'ClientIdentity' does not conform to the 'Sendable' protocol
class ClientIdentity {
^
@__swiftmacro_9SecureXPC9XPCServerC14ClientIdentityC14currentForTask33_5BF2FCB367112F65674453E484FAF8E8LL0H5LocalfMp_.swift:1:20: note: add '@MainActor' to make static property '$currentForTask' part of global actor 'MainActor'
private static let $currentForTask: TaskLocal<XPCServer.ClientIdentity?> = TaskLocal(wrappedValue: nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
@__swiftmacro_9SecureXPC9XPCServerC14ClientIdentityC14currentForTask33_5BF2FCB367112F65674453E484FAF8E8LL0H5LocalfMp_.swift:1:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static let $currentForTask: TaskLocal<XPCServer.ClientIdentity?> = TaskLocal(wrappedValue: nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
@__swiftmacro_9SecureXPC9XPCServerC14ClientIdentityC14currentForTask33_5BF2FCB367112F65674453E484FAF8E8LL0H5LocalfMp_.swift:1:20: warning: type 'XPCServer.ClientIdentity' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
private static let $currentForTask: TaskLocal<XPCServer.ClientIdentity?> = TaskLocal(wrappedValue: nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:21:11: note: class 'ClientIdentity' does not conform to the 'Sendable' protocol
class ClientIdentity {
^
@__swiftmacro_9SecureXPC9XPCServerC14ClientIdentityC14currentForTask33_5BF2FCB367112F65674453E484FAF8E8LL0H5LocalfMp_.swift:1:76: warning: type 'XPCServer.ClientIdentity' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
private static let $currentForTask: TaskLocal<XPCServer.ClientIdentity?> = TaskLocal(wrappedValue: nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:21:11: note: class 'ClientIdentity' does not conform to the 'Sendable' protocol
class ClientIdentity {
^
@__swiftmacro_9SecureXPC9XPCServerC14ClientIdentityC14currentForTask33_5BF2FCB367112F65674453E484FAF8E8LL0H5LocalfMp_.swift:1:76: warning: type 'XPCServer.ClientIdentity' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
private static let $currentForTask: TaskLocal<XPCServer.ClientIdentity?> = TaskLocal(wrappedValue: nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:21:11: note: class 'ClientIdentity' does not conform to the 'Sendable' protocol
class ClientIdentity {
^
@__swiftmacro_9SecureXPC9XPCServerC14ClientIdentityC14currentForTask33_5BF2FCB367112F65674453E484FAF8E8LL0H5LocalfMa_.swift:3:25: warning: type 'XPCServer.ClientIdentity' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
$currentForTask.get()
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:21:11: note: class 'ClientIdentity' does not conform to the 'Sendable' protocol
class ClientIdentity {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/SequentialResultProvider.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/SequentialResultProvider.swift:125:16: warning: capture of 'self' with non-sendable type 'SequentialResultProvider<S>' in a '@Sendable' closure
if self.isFinished {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/SequentialResultProvider.swift:37:14: note: generic class 'SequentialResultProvider' does not conform to the 'Sendable' protocol
public class SequentialResultProvider<S: Encodable> {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/SequentialResultProvider.swift:142:25: warning: capture of 'encodingWork' with non-sendable type '(inout xpc_object_t) throws -> Void' (aka '(inout any OS_xpc_object) throws -> ()') in a '@Sendable' closure
try encodingWork(&response)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/SequentialResultProvider.swift:142:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
try encodingWork(&response)
^
@__swiftmacro_9SecureXPC9XPCServerC14ClientIdentityC14currentForTask33_5BF2FCB367112F65674453E484FAF8E8LL0H5LocalfMp_.swift:1:20: warning: static property '$currentForTask' is not concurrency-safe because non-'Sendable' type 'TaskLocal<XPCServer.ClientIdentity?>' may have shared mutable state; this is an error in the Swift 6 language mode
private static let $currentForTask: TaskLocal<XPCServer.ClientIdentity?> = TaskLocal(wrappedValue: nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:21:11: note: class 'ClientIdentity' does not conform to the 'Sendable' protocol
class ClientIdentity {
^
@__swiftmacro_9SecureXPC9XPCServerC14ClientIdentityC14currentForTask33_5BF2FCB367112F65674453E484FAF8E8LL0H5LocalfMp_.swift:1:20: note: add '@MainActor' to make static property '$currentForTask' part of global actor 'MainActor'
private static let $currentForTask: TaskLocal<XPCServer.ClientIdentity?> = TaskLocal(wrappedValue: nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
@__swiftmacro_9SecureXPC9XPCServerC14ClientIdentityC14currentForTask33_5BF2FCB367112F65674453E484FAF8E8LL0H5LocalfMp_.swift:1:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static let $currentForTask: TaskLocal<XPCServer.ClientIdentity?> = TaskLocal(wrappedValue: nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
@__swiftmacro_9SecureXPC9XPCServerC14ClientIdentityC14currentForTask33_5BF2FCB367112F65674453E484FAF8E8LL0H5LocalfMp_.swift:1:20: warning: type 'XPCServer.ClientIdentity' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
private static let $currentForTask: TaskLocal<XPCServer.ClientIdentity?> = TaskLocal(wrappedValue: nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:21:11: note: class 'ClientIdentity' does not conform to the 'Sendable' protocol
class ClientIdentity {
^
@__swiftmacro_9SecureXPC9XPCServerC14ClientIdentityC14currentForTask33_5BF2FCB367112F65674453E484FAF8E8LL0H5LocalfMp_.swift:1:76: warning: type 'XPCServer.ClientIdentity' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
private static let $currentForTask: TaskLocal<XPCServer.ClientIdentity?> = TaskLocal(wrappedValue: nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:21:11: note: class 'ClientIdentity' does not conform to the 'Sendable' protocol
class ClientIdentity {
^
@__swiftmacro_9SecureXPC9XPCServerC14ClientIdentityC14currentForTask33_5BF2FCB367112F65674453E484FAF8E8LL0H5LocalfMp_.swift:1:76: warning: type 'XPCServer.ClientIdentity' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
private static let $currentForTask: TaskLocal<XPCServer.ClientIdentity?> = TaskLocal(wrappedValue: nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:21:11: note: class 'ClientIdentity' does not conform to the 'Sendable' protocol
class ClientIdentity {
^
@__swiftmacro_9SecureXPC9XPCServerC14ClientIdentityC14currentForTask33_5BF2FCB367112F65674453E484FAF8E8LL0H5LocalfMa_.swift:3:25: warning: type 'XPCServer.ClientIdentity' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
$currentForTask.get()
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:21:11: note: class 'ClientIdentity' does not conform to the 'Sendable' protocol
class ClientIdentity {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
@__swiftmacro_9SecureXPC9XPCServerC14ClientIdentityC14currentForTask33_5BF2FCB367112F65674453E484FAF8E8LL0H5LocalfMp_.swift:1:20: warning: static property '$currentForTask' is not concurrency-safe because non-'Sendable' type 'TaskLocal<XPCServer.ClientIdentity?>' may have shared mutable state; this is an error in the Swift 6 language mode
private static let $currentForTask: TaskLocal<XPCServer.ClientIdentity?> = TaskLocal(wrappedValue: nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:21:11: note: class 'ClientIdentity' does not conform to the 'Sendable' protocol
class ClientIdentity {
^
@__swiftmacro_9SecureXPC9XPCServerC14ClientIdentityC14currentForTask33_5BF2FCB367112F65674453E484FAF8E8LL0H5LocalfMp_.swift:1:20: note: add '@MainActor' to make static property '$currentForTask' part of global actor 'MainActor'
private static let $currentForTask: TaskLocal<XPCServer.ClientIdentity?> = TaskLocal(wrappedValue: nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
@__swiftmacro_9SecureXPC9XPCServerC14ClientIdentityC14currentForTask33_5BF2FCB367112F65674453E484FAF8E8LL0H5LocalfMp_.swift:1:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static let $currentForTask: TaskLocal<XPCServer.ClientIdentity?> = TaskLocal(wrappedValue: nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
@__swiftmacro_9SecureXPC9XPCServerC14ClientIdentityC14currentForTask33_5BF2FCB367112F65674453E484FAF8E8LL0H5LocalfMp_.swift:1:20: warning: type 'XPCServer.ClientIdentity' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
private static let $currentForTask: TaskLocal<XPCServer.ClientIdentity?> = TaskLocal(wrappedValue: nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:21:11: note: class 'ClientIdentity' does not conform to the 'Sendable' protocol
class ClientIdentity {
^
@__swiftmacro_9SecureXPC9XPCServerC14ClientIdentityC14currentForTask33_5BF2FCB367112F65674453E484FAF8E8LL0H5LocalfMp_.swift:1:76: warning: type 'XPCServer.ClientIdentity' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
private static let $currentForTask: TaskLocal<XPCServer.ClientIdentity?> = TaskLocal(wrappedValue: nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:21:11: note: class 'ClientIdentity' does not conform to the 'Sendable' protocol
class ClientIdentity {
^
@__swiftmacro_9SecureXPC9XPCServerC14ClientIdentityC14currentForTask33_5BF2FCB367112F65674453E484FAF8E8LL0H5LocalfMp_.swift:1:76: warning: type 'XPCServer.ClientIdentity' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
private static let $currentForTask: TaskLocal<XPCServer.ClientIdentity?> = TaskLocal(wrappedValue: nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:21:11: note: class 'ClientIdentity' does not conform to the 'Sendable' protocol
class ClientIdentity {
^
@__swiftmacro_9SecureXPC9XPCServerC14ClientIdentityC14currentForTask33_5BF2FCB367112F65674453E484FAF8E8LL0H5LocalfMa_.swift:3:25: warning: type 'XPCServer.ClientIdentity' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
$currentForTask.get()
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:21:11: note: class 'ClientIdentity' does not conform to the 'Sendable' protocol
class ClientIdentity {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:42:33: warning: type 'XPCServer.ClientIdentity' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
try $currentForTask.withValue(XPCServer.ClientIdentity(connection: connection, message: message)) {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:21:11: note: class 'ClientIdentity' does not conform to the 'Sendable' protocol
class ClientIdentity {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientRequirement.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
@__swiftmacro_9SecureXPC9XPCServerC14ClientIdentityC14currentForTask33_5BF2FCB367112F65674453E484FAF8E8LL0H5LocalfMp_.swift:1:20: warning: static property '$currentForTask' is not concurrency-safe because non-'Sendable' type 'TaskLocal<XPCServer.ClientIdentity?>' may have shared mutable state; this is an error in the Swift 6 language mode
private static let $currentForTask: TaskLocal<XPCServer.ClientIdentity?> = TaskLocal(wrappedValue: nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:21:11: note: class 'ClientIdentity' does not conform to the 'Sendable' protocol
class ClientIdentity {
^
@__swiftmacro_9SecureXPC9XPCServerC14ClientIdentityC14currentForTask33_5BF2FCB367112F65674453E484FAF8E8LL0H5LocalfMp_.swift:1:20: note: add '@MainActor' to make static property '$currentForTask' part of global actor 'MainActor'
private static let $currentForTask: TaskLocal<XPCServer.ClientIdentity?> = TaskLocal(wrappedValue: nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
@__swiftmacro_9SecureXPC9XPCServerC14ClientIdentityC14currentForTask33_5BF2FCB367112F65674453E484FAF8E8LL0H5LocalfMp_.swift:1:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static let $currentForTask: TaskLocal<XPCServer.ClientIdentity?> = TaskLocal(wrappedValue: nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
@__swiftmacro_9SecureXPC9XPCServerC14ClientIdentityC14currentForTask33_5BF2FCB367112F65674453E484FAF8E8LL0H5LocalfMp_.swift:1:20: warning: type 'XPCServer.ClientIdentity' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
private static let $currentForTask: TaskLocal<XPCServer.ClientIdentity?> = TaskLocal(wrappedValue: nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:21:11: note: class 'ClientIdentity' does not conform to the 'Sendable' protocol
class ClientIdentity {
^
@__swiftmacro_9SecureXPC9XPCServerC14ClientIdentityC14currentForTask33_5BF2FCB367112F65674453E484FAF8E8LL0H5LocalfMp_.swift:1:76: warning: type 'XPCServer.ClientIdentity' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
private static let $currentForTask: TaskLocal<XPCServer.ClientIdentity?> = TaskLocal(wrappedValue: nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:21:11: note: class 'ClientIdentity' does not conform to the 'Sendable' protocol
class ClientIdentity {
^
@__swiftmacro_9SecureXPC9XPCServerC14ClientIdentityC14currentForTask33_5BF2FCB367112F65674453E484FAF8E8LL0H5LocalfMp_.swift:1:76: warning: type 'XPCServer.ClientIdentity' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
private static let $currentForTask: TaskLocal<XPCServer.ClientIdentity?> = TaskLocal(wrappedValue: nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:21:11: note: class 'ClientIdentity' does not conform to the 'Sendable' protocol
class ClientIdentity {
^
@__swiftmacro_9SecureXPC9XPCServerC14ClientIdentityC14currentForTask33_5BF2FCB367112F65674453E484FAF8E8LL0H5LocalfMa_.swift:3:25: warning: type 'XPCServer.ClientIdentity' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
$currentForTask.get()
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:21:11: note: class 'ClientIdentity' does not conform to the 'Sendable' protocol
class ClientIdentity {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/MachServiceCriteria.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
@__swiftmacro_9SecureXPC9XPCServerC14ClientIdentityC14currentForTask33_5BF2FCB367112F65674453E484FAF8E8LL0H5LocalfMp_.swift:1:20: warning: static property '$currentForTask' is not concurrency-safe because non-'Sendable' type 'TaskLocal<XPCServer.ClientIdentity?>' may have shared mutable state; this is an error in the Swift 6 language mode
private static let $currentForTask: TaskLocal<XPCServer.ClientIdentity?> = TaskLocal(wrappedValue: nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:21:11: note: class 'ClientIdentity' does not conform to the 'Sendable' protocol
class ClientIdentity {
^
@__swiftmacro_9SecureXPC9XPCServerC14ClientIdentityC14currentForTask33_5BF2FCB367112F65674453E484FAF8E8LL0H5LocalfMp_.swift:1:20: note: add '@MainActor' to make static property '$currentForTask' part of global actor 'MainActor'
private static let $currentForTask: TaskLocal<XPCServer.ClientIdentity?> = TaskLocal(wrappedValue: nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
@__swiftmacro_9SecureXPC9XPCServerC14ClientIdentityC14currentForTask33_5BF2FCB367112F65674453E484FAF8E8LL0H5LocalfMp_.swift:1:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static let $currentForTask: TaskLocal<XPCServer.ClientIdentity?> = TaskLocal(wrappedValue: nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
@__swiftmacro_9SecureXPC9XPCServerC14ClientIdentityC14currentForTask33_5BF2FCB367112F65674453E484FAF8E8LL0H5LocalfMp_.swift:1:20: warning: type 'XPCServer.ClientIdentity' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
private static let $currentForTask: TaskLocal<XPCServer.ClientIdentity?> = TaskLocal(wrappedValue: nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:21:11: note: class 'ClientIdentity' does not conform to the 'Sendable' protocol
class ClientIdentity {
^
@__swiftmacro_9SecureXPC9XPCServerC14ClientIdentityC14currentForTask33_5BF2FCB367112F65674453E484FAF8E8LL0H5LocalfMp_.swift:1:76: warning: type 'XPCServer.ClientIdentity' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
private static let $currentForTask: TaskLocal<XPCServer.ClientIdentity?> = TaskLocal(wrappedValue: nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:21:11: note: class 'ClientIdentity' does not conform to the 'Sendable' protocol
class ClientIdentity {
^
@__swiftmacro_9SecureXPC9XPCServerC14ClientIdentityC14currentForTask33_5BF2FCB367112F65674453E484FAF8E8LL0H5LocalfMp_.swift:1:76: warning: type 'XPCServer.ClientIdentity' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
private static let $currentForTask: TaskLocal<XPCServer.ClientIdentity?> = TaskLocal(wrappedValue: nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:21:11: note: class 'ClientIdentity' does not conform to the 'Sendable' protocol
class ClientIdentity {
^
@__swiftmacro_9SecureXPC9XPCServerC14ClientIdentityC14currentForTask33_5BF2FCB367112F65674453E484FAF8E8LL0H5LocalfMa_.swift:3:25: warning: type 'XPCServer.ClientIdentity' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
$currentForTask.get()
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:33:9: note: in expansion of macro 'TaskLocal' on static property 'currentForTask' here
@TaskLocal
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/ClientIdentity.swift:21:11: note: class 'ClientIdentity' does not conform to the 'Sendable' protocol
class ClientIdentity {
^
SwiftCompile normal arm64 Compiling\ XPCAnonymousServer.swift,\ XPCMachServer.swift,\ XPCServer.swift,\ XPCServiceServer.swift,\ SharedMemory.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/XPCAnonymousServer.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/XPCMachServer.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/XPCServer.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/XPCServiceServer.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Shared\ Memory/SharedMemory.swift (in target 'SecureXPC' from project 'SecureXPC')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/XPCAnonymousServer.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/XPCMachServer.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/XPCMachServer.swift:89:24: warning: static property 'machServerCache' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var machServerCache = [String : XPCMachServer]()
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/XPCMachServer.swift:89:24: note: convert 'machServerCache' to a 'let' constant to make 'Sendable' shared state immutable
private static var machServerCache = [String : XPCMachServer]()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/XPCMachServer.swift:89:24: note: add '@MainActor' to make static property 'machServerCache' part of global actor 'MainActor'
private static var machServerCache = [String : XPCMachServer]()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/XPCMachServer.swift:89:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var machServerCache = [String : XPCMachServer]()
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/XPCServer.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/XPCServer.swift:392:74: warning: capture of 'connection' with non-sendable type 'xpc_connection_t' (aka 'any OS_xpc_object') in a '@Sendable' closure
XPCServer.ClientIdentity.setForCurrentThread(connection: connection, message: message) {
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/xpc/xpc.h:69:1: note: protocol 'OS_xpc_object' does not conform to the 'Sendable' protocol
OS_OBJECT_DECL(xpc_object);
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/XPCServer.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'XPC'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/XPCServer.swift:392:95: warning: capture of 'message' with non-sendable type 'xpc_object_t' (aka 'any OS_xpc_object') in a '@Sendable' closure
XPCServer.ClientIdentity.setForCurrentThread(connection: connection, message: message) {
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/xpc/xpc.h:69:1: note: protocol 'OS_xpc_object' does not conform to the 'Sendable' protocol
OS_OBJECT_DECL(xpc_object);
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/XPCServer.swift:393:33: warning: capture of 'handler' with non-sendable type 'any XPCHandlerSync' in a '@Sendable' closure
var reply = handler.shouldCreateReply ? xpc_dictionary_create_reply(message) : nil
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/XPCServer.swift:705:22: note: protocol 'XPCHandlerSync' does not conform to the 'Sendable' protocol
fileprivate protocol XPCHandlerSync: XPCHandler {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/XPCServer.swift:395:53: warning: capture of 'request' with non-sendable type 'Request' in a '@Sendable' closure
try handler.handle(request: request, server: self, connection: connection, reply: &reply)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Request.swift:13:8: note: consider making struct 'Request' conform to the 'Sendable' protocol
struct Request {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/XPCServer.swift:395:70: warning: capture of 'self' with non-sendable type 'XPCServer' in a '@Sendable' closure
try handler.handle(request: request, server: self, connection: connection, reply: &reply)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/XPCServer.swift:135:14: note: class 'XPCServer' does not conform to the 'Sendable' protocol
public class XPCServer {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/XPCServer.swift:393:33: warning: capture of 'handler' with non-sendable type 'any XPCHandlerSync' in an isolated closure; this is an error in the Swift 6 language mode
var reply = handler.shouldCreateReply ? xpc_dictionary_create_reply(message) : nil
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/XPCServer.swift:705:22: note: protocol 'XPCHandlerSync' does not conform to the 'Sendable' protocol
fileprivate protocol XPCHandlerSync: XPCHandler {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/XPCServer.swift:393:89: warning: capture of 'message' with non-sendable type 'xpc_object_t' (aka 'any OS_xpc_object') in an isolated closure; this is an error in the Swift 6 language mode
var reply = handler.shouldCreateReply ? xpc_dictionary_create_reply(message) : nil
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/xpc/xpc.h:69:1: note: protocol 'OS_xpc_object' does not conform to the 'Sendable' protocol
OS_OBJECT_DECL(xpc_object);
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/XPCServer.swift:395:53: warning: capture of 'request' with non-sendable type 'Request' in an isolated closure; this is an error in the Swift 6 language mode
try handler.handle(request: request, server: self, connection: connection, reply: &reply)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Request.swift:13:8: note: consider making struct 'Request' conform to the 'Sendable' protocol
struct Request {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/XPCServer.swift:395:70: warning: capture of 'self' with non-sendable type 'XPCServer' in an isolated closure; this is an error in the Swift 6 language mode
try handler.handle(request: request, server: self, connection: connection, reply: &reply)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/XPCServer.swift:135:14: note: class 'XPCServer' does not conform to the 'Sendable' protocol
public class XPCServer {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/XPCServer.swift:395:88: warning: capture of 'connection' with non-sendable type 'xpc_connection_t' (aka 'any OS_xpc_object') in an isolated closure; this is an error in the Swift 6 language mode
try handler.handle(request: request, server: self, connection: connection, reply: &reply)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/xpc/xpc.h:69:1: note: protocol 'OS_xpc_object' does not conform to the 'Sendable' protocol
OS_OBJECT_DECL(xpc_object);
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/XPCServer.swift:907:26: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
Task {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/XPCServer.swift:908:31: note: closure captures 'handler' which is accessible to code in the current task
await handler(error)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/XPCServer.swift:417:22: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
Task {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/XPCServer.swift:420:94: note: closure captures 'connection' which is accessible to code in the current task
try await handler.handle(request: request, server: self, connection: connection, reply: &reply)
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/XPCServiceServer.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/XPCServiceServer.swift:25:24: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'XPCServiceServer' may have shared mutable state; this is an error in the Swift 6 language mode
private static let service = XPCServiceServer(clientRequirement: .alwaysAccepting)
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/XPCServiceServer.swift:13:16: note: class 'XPCServiceServer' does not conform to the 'Sendable' protocol
internal class XPCServiceServer: XPCServer {
^
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/XPCServiceServer.swift:25:24: note: add '@MainActor' to make static property 'service' part of global actor 'MainActor'
private static let service = XPCServiceServer(clientRequirement: .alwaysAccepting)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Server/XPCServiceServer.swift:25:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static let service = XPCServiceServer(clientRequirement: .alwaysAccepting)
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Shared\ Memory/SharedMemory.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ XPCServiceClient.swift,\ ArrayOptimizedForXPC.swift,\ DataOptimizedForXPC.swift,\ File\ Descriptor\ XPC\ Wrappers.swift,\ IOSurfaceForXPC.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCServiceClient.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Codable\ Types/ArrayOptimizedForXPC.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Codable\ Types/DataOptimizedForXPC.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Codable\ Types/File\ Descriptor\ XPC\ Wrappers.swift /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Codable\ Types/IOSurfaceForXPC.swift (in target 'SecureXPC' from project 'SecureXPC')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Client/XPCServiceClient.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Codable\ Types/ArrayOptimizedForXPC.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Codable\ Types/DataOptimizedForXPC.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Codable\ Types/File\ Descriptor\ XPC\ Wrappers.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecureXPC/Codable\ Types/IOSurfaceForXPC.swift (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for SecureXPC (in target 'SecureXPC' from project 'SecureXPC')
SwiftDriver\ Compilation\ Requirements SecureXPC normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SecureXPC -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/Objects-normal/arm64/SecureXPC.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/Objects-normal/arm64/SecureXPC-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/Objects-normal/arm64/SecureXPC.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/Objects-normal/arm64/SecureXPC_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/Objects-normal/arm64/SecureXPC-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling XPCCommon.swift, XPCConnectionDescriptor.swift, XPCError.swift, XPCServerEndpoint.swift (in target 'SecureXPC' from project 'SecureXPC')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/SecureXPC-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/Objects-normal/arm64/SecureXPC-Swift.h (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/Objects-normal/arm64/SecureXPC-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/SecureXPC-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SecureXPC.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/Objects-normal/arm64/SecureXPC.swiftmodule (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/Objects-normal/arm64/SecureXPC.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SecureXPC.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SecureXPC.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/Objects-normal/arm64/SecureXPC.swiftdoc (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/Objects-normal/arm64/SecureXPC.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SecureXPC.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SecureXPC.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/Objects-normal/arm64/SecureXPC.abi.json (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/Objects-normal/arm64/SecureXPC.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SecureXPC.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SecureXPC.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/Objects-normal/arm64/SecureXPC.swiftsourceinfo (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/Objects-normal/arm64/SecureXPC.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SecureXPC.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling SequentialResult.swift, SequentialResultProvider.swift, ClientIdentity.swift, ClientRequirement.swift, MachServiceCriteria.swift (in target 'SecureXPC' from project 'SecureXPC')
SwiftDriverJobDiscovery normal arm64 Compiling XPCServiceClient.swift, ArrayOptimizedForXPC.swift, DataOptimizedForXPC.swift, File Descriptor XPC Wrappers.swift, IOSurfaceForXPC.swift (in target 'SecureXPC' from project 'SecureXPC')
SwiftDriverJobDiscovery normal arm64 Compiling SharedRawMemory.swift, SharedSemaphore.swift, SharedTrivial.swift, Trivial.swift, XPCCoderError.swift (in target 'SecureXPC' from project 'SecureXPC')
SwiftDriverJobDiscovery normal arm64 Compiling HandlerError.swift, PackageInternalRoutes.swift, Request.swift, Response.swift, Routes.swift (in target 'SecureXPC' from project 'SecureXPC')
SwiftDriverJobDiscovery normal arm64 Compiling XPCUnkeyedDecodingContainer.swift, XPCContainer.swift, XPCEncoder.swift, XPCEncoderImpl.swift (in target 'SecureXPC' from project 'SecureXPC')
SwiftDriverJobDiscovery normal arm64 Compiling Transformation functions.swift, XPCDecoder.swift, XPCDecoderImpl.swift, XPCKeyedDecodingContainer.swift, XPCSingleValueDecodingContainer.swift (in target 'SecureXPC' from project 'SecureXPC')
SwiftDriverJobDiscovery normal arm64 Compiling XPCKeyedEncodingContainer.swift, XPCSingleValueEncodingContainer.swift, XPCUnkeyedEncodingContainer.swift, xpc_type_t+description.swift (in target 'SecureXPC' from project 'SecureXPC')
SwiftDriverJobDiscovery normal arm64 Compiling XPCAnonymousServer.swift, XPCMachServer.swift, XPCServer.swift, XPCServiceServer.swift, SharedMemory.swift (in target 'SecureXPC' from project 'SecureXPC')
SwiftDriverJobDiscovery normal arm64 Compiling ServerIdentity.swift, ServerRequirement.swift, XPCClient.swift, XPCEndpointClient.swift, XPCMachClient.swift (in target 'SecureXPC' from project 'SecureXPC')
SwiftDriver\ Compilation SecureXPC normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SecureXPC -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/Objects-normal/arm64/SecureXPC.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/Objects-normal/arm64/SecureXPC-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/Objects-normal/arm64/SecureXPC.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/Objects-normal/arm64/SecureXPC_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/Objects-normal/arm64/SecureXPC-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SecureXPC.o normal (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/Objects-normal/arm64/SecureXPC.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/Objects-normal/arm64/SecureXPC_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/Objects-normal/arm64/SecureXPC_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/Objects-normal/arm64/SecureXPC.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SecureXPC.o
ExtractAppIntentsMetadata (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SecureXPC --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier spi-builder-workspace.SecureXPC --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SecureXPC.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SecureXPC.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/Objects-normal/arm64/SecureXPC_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/Objects-normal/arm64/SecureXPC.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/SecureXPC.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/SecureXPC.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SecureXPC.build/Debug/SecureXPC.build/Objects-normal/arm64/SecureXPC.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 05:49:10.062 appintentsmetadataprocessor[723:4136] Starting appintentsmetadataprocessor export
2025-04-27 05:49:10.101 appintentsmetadataprocessor[723:4136] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SecureXPC.o (in target 'SecureXPC' from project 'SecureXPC')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SecureXPC.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:4a30fdb6366b85167886d6a5bc8be2f8c231e9c7, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:4a30fdb6366b85167886d6a5bc8be2f8c231e9c7, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:4a30fdb6366b85167886d6a5bc8be2f8c231e9c7, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:4a30fdb6366b85167886d6a5bc8be2f8c231e9c7, name:My Mac }
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.