Build Information
Successful build of HashableByKeyPath, reference master (f9e6d7
), with Swift 6.1 for iOS using Xcode 16.3 on 27 Apr 2025 02:38:47 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme HashableByKeyPath -destination generic/platform=iOS 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/JosephDuffy/HashableByKeyPath.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/JosephDuffy/HashableByKeyPath
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at f9e6d78 Merge pull request #31 from JosephDuffy/dependabot/bundler/sqlite3-1.5.3
Cloned https://github.com/JosephDuffy/HashableByKeyPath.git
Revision (git rev-parse @):
f9e6d782a9d17750bb4d094168c4bc9328ab17f8
SUCCESS checkout https://github.com/JosephDuffy/HashableByKeyPath.git at master
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/JosephDuffy/HashableByKeyPath.git
https://github.com/JosephDuffy/HashableByKeyPath.git
{
"dependencies" : [
],
"manifest_display_name" : "HashableByKeyPath",
"name" : "HashableByKeyPath",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "HashableByKeyPath",
"targets" : [
"HashableByKeyPath"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HashableByKeyPathTests",
"module_type" : "SwiftTarget",
"name" : "HashableByKeyPathTests",
"path" : "Tests/HashableByKeyPathTests",
"sources" : [
"EquatableKeyPathCollectionBuilderTests.swift",
"EquatableKeyPathProviderTests.swift",
"HashableKeyPathCollectionBuilderTests.swift",
"HashableKeyPathProviderTests.swift"
],
"target_dependencies" : [
"HashableByKeyPath"
],
"type" : "test"
},
{
"c99name" : "HashableByKeyPath",
"module_type" : "SwiftTarget",
"name" : "HashableByKeyPath",
"path" : "Sources/HashableByKeyPath",
"product_memberships" : [
"HashableByKeyPath"
],
"sources" : [
"EquatabilityKeyPathAggregator.swift",
"EquatableByKeyPath.swift",
"EquatableKeyPathConsumer.swift",
"HashableByKeyPath.swift",
"HashableKeyPathAggregator.swift",
"HashableKeyPathConsumer.swift",
"HashableKeyPathForwarder.swift",
"ResultBuilderAPI/EquatableKeyPathCollection.swift",
"ResultBuilderAPI/EquatableKeyPathCollectionBuilder.swift",
"ResultBuilderAPI/EquatableKeyPathProvider.swift",
"ResultBuilderAPI/HashableKeyPathCollection.swift",
"ResultBuilderAPI/HashableKeyPathCollectionBuilder.swift",
"ResultBuilderAPI/HashableKeyPathProvider.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
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:
HashableByKeyPath: /Users/admin/builder/spi-builder-workspace
resolved source packages: HashableByKeyPath
{
"dependencies" : [
],
"manifest_display_name" : "HashableByKeyPath",
"name" : "HashableByKeyPath",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "HashableByKeyPath",
"targets" : [
"HashableByKeyPath"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HashableByKeyPathTests",
"module_type" : "SwiftTarget",
"name" : "HashableByKeyPathTests",
"path" : "Tests/HashableByKeyPathTests",
"sources" : [
"EquatableKeyPathCollectionBuilderTests.swift",
"EquatableKeyPathProviderTests.swift",
"HashableKeyPathCollectionBuilderTests.swift",
"HashableKeyPathProviderTests.swift"
],
"target_dependencies" : [
"HashableByKeyPath"
],
"type" : "test"
},
{
"c99name" : "HashableByKeyPath",
"module_type" : "SwiftTarget",
"name" : "HashableByKeyPath",
"path" : "Sources/HashableByKeyPath",
"product_memberships" : [
"HashableByKeyPath"
],
"sources" : [
"EquatabilityKeyPathAggregator.swift",
"EquatableByKeyPath.swift",
"EquatableKeyPathConsumer.swift",
"HashableByKeyPath.swift",
"HashableKeyPathAggregator.swift",
"HashableKeyPathConsumer.swift",
"HashableKeyPathForwarder.swift",
"ResultBuilderAPI/EquatableKeyPathCollection.swift",
"ResultBuilderAPI/EquatableKeyPathCollectionBuilder.swift",
"ResultBuilderAPI/EquatableKeyPathProvider.swift",
"ResultBuilderAPI/HashableKeyPathCollection.swift",
"ResultBuilderAPI/HashableKeyPathCollectionBuilder.swift",
"ResultBuilderAPI/HashableKeyPathProvider.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"HashableByKeyPath"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme HashableByKeyPath -destination generic/platform=iOS 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 HashableByKeyPath -destination generic/platform=iOS "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:
HashableByKeyPath: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
Target 'HashableByKeyPathTests' in project 'HashableByKeyPath'
➜ Explicit dependency on target 'HashableByKeyPath' in project 'HashableByKeyPath'
Target 'HashableByKeyPath' in project 'HashableByKeyPath'
➜ Explicit dependency on target 'HashableByKeyPath' in project 'HashableByKeyPath'
Target 'HashableByKeyPath' in project 'HashableByKeyPath' (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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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
Build description signature: d5760523074878d750ab6698709ea864
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/d5760523074878d750ab6698709ea864.xcbuilddata
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
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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
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-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/HashableByKeyPathTests.DependencyStaticMetadataFileList (in target 'HashableByKeyPathTests' from project 'HashableByKeyPath')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/HashableByKeyPathTests.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/empty-HashableByKeyPathTests.plist (in target 'HashableByKeyPathTests' from project 'HashableByKeyPath')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/empty-HashableByKeyPathTests.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/HashableByKeyPathTests.DependencyMetadataFileList (in target 'HashableByKeyPathTests' from project 'HashableByKeyPath')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/HashableByKeyPathTests.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/Objects-normal/arm64/HashableByKeyPathTests_const_extract_protocols.json (in target 'HashableByKeyPathTests' from project 'HashableByKeyPath')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/Objects-normal/arm64/HashableByKeyPathTests_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/Objects-normal/arm64/HashableByKeyPathTests-OutputFileMap.json (in target 'HashableByKeyPathTests' from project 'HashableByKeyPath')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/Objects-normal/arm64/HashableByKeyPathTests-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/Objects-normal/arm64/HashableByKeyPathTests.SwiftConstValuesFileList (in target 'HashableByKeyPathTests' from project 'HashableByKeyPath')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/Objects-normal/arm64/HashableByKeyPathTests.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/Objects-normal/arm64/HashableByKeyPathTests.LinkFileList (in target 'HashableByKeyPathTests' from project 'HashableByKeyPath')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/Objects-normal/arm64/HashableByKeyPathTests.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/Objects-normal/arm64/HashableByKeyPathTests.SwiftFileList (in target 'HashableByKeyPathTests' from project 'HashableByKeyPath')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/Objects-normal/arm64/HashableByKeyPathTests.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/Objects-normal/arm64/HashableByKeyPath_const_extract_protocols.json (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/Objects-normal/arm64/HashableByKeyPath_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/Objects-normal/arm64/HashableByKeyPath.SwiftFileList (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/Objects-normal/arm64/HashableByKeyPath.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/Objects-normal/arm64/HashableByKeyPath.SwiftConstValuesFileList (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/Objects-normal/arm64/HashableByKeyPath.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/Objects-normal/arm64/HashableByKeyPath.LinkFileList (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/Objects-normal/arm64/HashableByKeyPath.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/Objects-normal/arm64/HashableByKeyPath-OutputFileMap.json (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/Objects-normal/arm64/HashableByKeyPath-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/HashableByKeyPath.modulemap (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/HashableByKeyPath.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/HashableByKeyPath.DependencyStaticMetadataFileList (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/HashableByKeyPath.DependencyStaticMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPathTests.xctest (in target 'HashableByKeyPathTests' from project 'HashableByKeyPath')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPathTests.xctest
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/HashableByKeyPath.DependencyMetadataFileList (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/HashableByKeyPath.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/HashableByKeyPath.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/HashableByKeyPath.modulemap (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
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/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/HashableByKeyPath.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
SwiftDriver HashableByKeyPath normal arm64 com.apple.xcode.tools.swift.compiler (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
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 HashableByKeyPath -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/Objects-normal/arm64/HashableByKeyPath.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/Objects-normal/arm64/HashableByKeyPath-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/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/Objects-normal/arm64/HashableByKeyPath.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/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/Objects-normal/arm64/HashableByKeyPath_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.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/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/Objects-normal/arm64/HashableByKeyPath-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ EquatableKeyPathConsumer.swift,\ HashableByKeyPath.swift /Users/admin/builder/spi-builder-workspace/Sources/HashableByKeyPath/EquatableKeyPathConsumer.swift /Users/admin/builder/spi-builder-workspace/Sources/HashableByKeyPath/HashableByKeyPath.swift (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HashableByKeyPath/EquatableKeyPathConsumer.swift (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HashableByKeyPath/HashableByKeyPath.swift (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ EquatabilityKeyPathAggregator.swift,\ EquatableByKeyPath.swift /Users/admin/builder/spi-builder-workspace/Sources/HashableByKeyPath/EquatabilityKeyPathAggregator.swift /Users/admin/builder/spi-builder-workspace/Sources/HashableByKeyPath/EquatableByKeyPath.swift (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HashableByKeyPath/EquatabilityKeyPathAggregator.swift (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HashableByKeyPath/EquatableByKeyPath.swift (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ EquatableKeyPathCollection.swift /Users/admin/builder/spi-builder-workspace/Sources/HashableByKeyPath/ResultBuilderAPI/EquatableKeyPathCollection.swift (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HashableByKeyPath/ResultBuilderAPI/EquatableKeyPathCollection.swift (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ EquatableKeyPathCollectionBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/HashableByKeyPath/ResultBuilderAPI/EquatableKeyPathCollectionBuilder.swift (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HashableByKeyPath/ResultBuilderAPI/EquatableKeyPathCollectionBuilder.swift (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HashableKeyPathCollectionBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/HashableByKeyPath/ResultBuilderAPI/HashableKeyPathCollectionBuilder.swift (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HashableByKeyPath/ResultBuilderAPI/HashableKeyPathCollectionBuilder.swift (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ EquatableKeyPathProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/HashableByKeyPath/ResultBuilderAPI/EquatableKeyPathProvider.swift (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HashableByKeyPath/ResultBuilderAPI/EquatableKeyPathProvider.swift (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HashableKeyPathCollection.swift /Users/admin/builder/spi-builder-workspace/Sources/HashableByKeyPath/ResultBuilderAPI/HashableKeyPathCollection.swift (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HashableByKeyPath/ResultBuilderAPI/HashableKeyPathCollection.swift (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ HashableByKeyPath (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
EmitSwiftModule normal arm64 (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HashableKeyPathForwarder.swift /Users/admin/builder/spi-builder-workspace/Sources/HashableByKeyPath/HashableKeyPathForwarder.swift (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HashableByKeyPath/HashableKeyPathForwarder.swift (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HashableKeyPathProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/HashableByKeyPath/ResultBuilderAPI/HashableKeyPathProvider.swift (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HashableByKeyPath/ResultBuilderAPI/HashableKeyPathProvider.swift (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HashableKeyPathAggregator.swift,\ HashableKeyPathConsumer.swift /Users/admin/builder/spi-builder-workspace/Sources/HashableByKeyPath/HashableKeyPathAggregator.swift /Users/admin/builder/spi-builder-workspace/Sources/HashableByKeyPath/HashableKeyPathConsumer.swift (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HashableByKeyPath/HashableKeyPathAggregator.swift (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HashableByKeyPath/HashableKeyPathConsumer.swift (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for HashableByKeyPath (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
SwiftDriver\ Compilation\ Requirements HashableByKeyPath normal arm64 com.apple.xcode.tools.swift.compiler (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
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 HashableByKeyPath -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/Objects-normal/arm64/HashableByKeyPath.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/Objects-normal/arm64/HashableByKeyPath-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/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/Objects-normal/arm64/HashableByKeyPath.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/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/Objects-normal/arm64/HashableByKeyPath_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.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/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/Objects-normal/arm64/HashableByKeyPath-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling EquatableKeyPathCollection.swift (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
SwiftDriverJobDiscovery normal arm64 Compiling HashableKeyPathCollection.swift (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/HashableByKeyPath-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/Objects-normal/arm64/HashableByKeyPath-Swift.h (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/Objects-normal/arm64/HashableByKeyPath-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/HashableByKeyPath-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPath.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/Objects-normal/arm64/HashableByKeyPath.swiftmodule (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
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/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/Objects-normal/arm64/HashableByKeyPath.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPath.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPath.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/Objects-normal/arm64/HashableByKeyPath.swiftdoc (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
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/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/Objects-normal/arm64/HashableByKeyPath.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPath.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPath.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/Objects-normal/arm64/HashableByKeyPath.abi.json (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
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/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/Objects-normal/arm64/HashableByKeyPath.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPath.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPath.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/Objects-normal/arm64/HashableByKeyPath.swiftsourceinfo (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
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/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/Objects-normal/arm64/HashableByKeyPath.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPath.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriver HashableByKeyPathTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'HashableByKeyPathTests' from project 'HashableByKeyPath')
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 HashableByKeyPathTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/Objects-normal/arm64/HashableByKeyPathTests.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/Objects-normal/arm64/HashableByKeyPathTests-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/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/Objects-normal/arm64/HashableByKeyPathTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/Objects-normal/arm64/HashableByKeyPathTests_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling EquatableKeyPathProvider.swift (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
SwiftDriverJobDiscovery normal arm64 Compiling HashableKeyPathForwarder.swift (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
SwiftEmitModule normal arm64 Emitting\ module\ for\ HashableByKeyPathTests (in target 'HashableByKeyPathTests' from project 'HashableByKeyPath')
EmitSwiftModule normal arm64 (in target 'HashableByKeyPathTests' from project 'HashableByKeyPath')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HashableKeyPathProviderTests.swift /Users/admin/builder/spi-builder-workspace/Tests/HashableByKeyPathTests/HashableKeyPathProviderTests.swift (in target 'HashableByKeyPathTests' from project 'HashableByKeyPath')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/HashableByKeyPathTests/HashableKeyPathProviderTests.swift (in target 'HashableByKeyPathTests' from project 'HashableByKeyPath')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ EquatableKeyPathProviderTests.swift /Users/admin/builder/spi-builder-workspace/Tests/HashableByKeyPathTests/EquatableKeyPathProviderTests.swift (in target 'HashableByKeyPathTests' from project 'HashableByKeyPath')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/HashableByKeyPathTests/EquatableKeyPathProviderTests.swift (in target 'HashableByKeyPathTests' from project 'HashableByKeyPath')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ EquatableKeyPathCollectionBuilderTests.swift /Users/admin/builder/spi-builder-workspace/Tests/HashableByKeyPathTests/EquatableKeyPathCollectionBuilderTests.swift (in target 'HashableByKeyPathTests' from project 'HashableByKeyPath')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/HashableByKeyPathTests/EquatableKeyPathCollectionBuilderTests.swift (in target 'HashableByKeyPathTests' from project 'HashableByKeyPath')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HashableKeyPathCollectionBuilderTests.swift /Users/admin/builder/spi-builder-workspace/Tests/HashableByKeyPathTests/HashableKeyPathCollectionBuilderTests.swift (in target 'HashableByKeyPathTests' from project 'HashableByKeyPath')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/HashableByKeyPathTests/HashableKeyPathCollectionBuilderTests.swift (in target 'HashableByKeyPathTests' from project 'HashableByKeyPath')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling HashableKeyPathProvider.swift (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
SwiftDriverJobDiscovery normal arm64 Compiling HashableKeyPathCollectionBuilder.swift (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
SwiftDriverJobDiscovery normal arm64 Compiling EquatableKeyPathConsumer.swift, HashableByKeyPath.swift (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
SwiftDriverJobDiscovery normal arm64 Compiling EquatableKeyPathCollectionBuilder.swift (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
SwiftDriverJobDiscovery normal arm64 Compiling EquatabilityKeyPathAggregator.swift, EquatableByKeyPath.swift (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
SwiftDriverJobDiscovery normal arm64 Compiling HashableKeyPathAggregator.swift, HashableKeyPathConsumer.swift (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
SwiftDriver\ Compilation HashableByKeyPath normal arm64 com.apple.xcode.tools.swift.compiler (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
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 HashableByKeyPath -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/Objects-normal/arm64/HashableByKeyPath.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/Objects-normal/arm64/HashableByKeyPath-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/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/Objects-normal/arm64/HashableByKeyPath.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/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/Objects-normal/arm64/HashableByKeyPath_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.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/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/Objects-normal/arm64/HashableByKeyPath-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-iphoneos/HashableByKeyPath.o normal (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
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-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/Objects-normal/arm64/HashableByKeyPath.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/Objects-normal/arm64/HashableByKeyPath_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/Objects-normal/arm64/HashableByKeyPath_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/Objects-normal/arm64/HashableByKeyPath.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPath.o
ExtractAppIntentsMetadata (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
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 HashableByKeyPath --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.HashableByKeyPath --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPath.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPath.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/Objects-normal/arm64/HashableByKeyPath_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/Objects-normal/arm64/HashableByKeyPath.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/HashableByKeyPath.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/HashableByKeyPath.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/Objects-normal/arm64/HashableByKeyPath.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 19:38:39.245 appintentsmetadataprocessor[724:3974] Starting appintentsmetadataprocessor export
2025-04-26 19:38:39.282 appintentsmetadataprocessor[724:3974] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPath.o (in target 'HashableByKeyPath' from project 'HashableByKeyPath')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPath.o
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPathTests.xctest/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/empty-HashableByKeyPathTests.plist (in target 'HashableByKeyPathTests' from project 'HashableByKeyPath')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/empty-HashableByKeyPathTests.plist -producttype com.apple.product-type.bundle.unit-test -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPathTests.xctest/Info.plist
SwiftDriverJobDiscovery normal arm64 Emitting module for HashableByKeyPathTests (in target 'HashableByKeyPathTests' from project 'HashableByKeyPath')
SwiftDriver\ Compilation\ Requirements HashableByKeyPathTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'HashableByKeyPathTests' from project 'HashableByKeyPath')
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 HashableByKeyPathTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/Objects-normal/arm64/HashableByKeyPathTests.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/Objects-normal/arm64/HashableByKeyPathTests-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/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/Objects-normal/arm64/HashableByKeyPathTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/Objects-normal/arm64/HashableByKeyPathTests_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPathTests.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/Objects-normal/arm64/HashableByKeyPathTests.swiftmodule (in target 'HashableByKeyPathTests' from project 'HashableByKeyPath')
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/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/Objects-normal/arm64/HashableByKeyPathTests.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPathTests.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPathTests.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/Objects-normal/arm64/HashableByKeyPathTests.abi.json (in target 'HashableByKeyPathTests' from project 'HashableByKeyPath')
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/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/Objects-normal/arm64/HashableByKeyPathTests.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPathTests.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPathTests.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/Objects-normal/arm64/HashableByKeyPathTests.swiftdoc (in target 'HashableByKeyPathTests' from project 'HashableByKeyPath')
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/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/Objects-normal/arm64/HashableByKeyPathTests.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPathTests.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPathTests.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/Objects-normal/arm64/HashableByKeyPathTests.swiftsourceinfo (in target 'HashableByKeyPathTests' from project 'HashableByKeyPath')
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/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/Objects-normal/arm64/HashableByKeyPathTests.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPathTests.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling EquatableKeyPathProviderTests.swift (in target 'HashableByKeyPathTests' from project 'HashableByKeyPath')
SwiftDriverJobDiscovery normal arm64 Compiling HashableKeyPathProviderTests.swift (in target 'HashableByKeyPathTests' from project 'HashableByKeyPath')
SwiftDriverJobDiscovery normal arm64 Compiling EquatableKeyPathCollectionBuilderTests.swift (in target 'HashableByKeyPathTests' from project 'HashableByKeyPath')
SwiftDriverJobDiscovery normal arm64 Compiling HashableKeyPathCollectionBuilderTests.swift (in target 'HashableByKeyPathTests' from project 'HashableByKeyPath')
SwiftDriver\ Compilation HashableByKeyPathTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'HashableByKeyPathTests' from project 'HashableByKeyPath')
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 HashableByKeyPathTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/Objects-normal/arm64/HashableByKeyPathTests.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/Objects-normal/arm64/HashableByKeyPathTests-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/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/Objects-normal/arm64/HashableByKeyPathTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/Objects-normal/arm64/HashableByKeyPathTests_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -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-iphoneos/HashableByKeyPathTests.xctest/HashableByKeyPathTests normal (in target 'HashableByKeyPathTests' from project 'HashableByKeyPath')
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-ios13.0 -bundle -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/Objects-normal/arm64/HashableByKeyPathTests.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/../Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/Objects-normal/arm64/HashableByKeyPathTests_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/Objects-normal/arm64/HashableByKeyPathTests_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/Objects-normal/arm64/HashableByKeyPathTests.swiftmodule -Wl,-no_warn_duplicate_libraries -framework XCTest -lXCTestSwiftSupport -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPathTests.xctest/HashableByKeyPathTests -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPath.build/Objects-normal/arm64/HashableByKeyPath.swiftmodule
CopySwiftLibs /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPathTests.xctest (in target 'HashableByKeyPathTests' from project 'HashableByKeyPath')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftStdLibTool --copy --verbose --scan-executable /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPathTests.xctest/HashableByKeyPathTests --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPathTests.xctest/Frameworks --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPathTests.xctest/PlugIns --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPathTests.xctest/SystemExtensions --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPathTests.xctest/Extensions --platform iphoneos --toolchain /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --destination /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPathTests.xctest/Frameworks --strip-bitcode --scan-executable /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/libXCTestSwiftSupport.dylib --strip-bitcode-tool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip --emit-dependency-info /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/SwiftStdLibToolInputDependencies.dep --filter-for-swift-os --back-deploy-swift-concurrency
Ignoring --strip-bitcode because --sign was not passed
Copying /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift-5.5/iphoneos/libswift_Concurrency.dylib to /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPathTests.xctest/Frameworks/libswift_Concurrency.dylib
ExtractAppIntentsMetadata (in target 'HashableByKeyPathTests' from project 'HashableByKeyPath')
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 HashableByKeyPathTests --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 13.0 --bundle-identifier spi-builder-workspace.HashableByKeyPathTests --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPathTests.xctest --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPathTests.xctest/HashableByKeyPathTests --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/Objects-normal/arm64/HashableByKeyPathTests_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/Objects-normal/arm64/HashableByKeyPathTests.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/HashableByKeyPathTests.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/HashableByKeyPathTests.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/Objects-normal/arm64/HashableByKeyPathTests.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 19:38:46.789 appintentsmetadataprocessor[727:4186] Starting appintentsmetadataprocessor export
2025-04-26 19:38:46.792 appintentsmetadataprocessor[727:4186] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateDSYMFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPathTests.xctest.dSYM /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPathTests.xctest/HashableByKeyPathTests (in target 'HashableByKeyPathTests' from project 'HashableByKeyPath')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPathTests.xctest/HashableByKeyPathTests -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPathTests.xctest.dSYM
AppIntentsSSUTraining (in target 'HashableByKeyPathTests' from project 'HashableByKeyPath')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsnltrainingprocessor --infoplist-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPathTests.xctest/Info.plist --temp-dir-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/ssu --bundle-id spi-builder-workspace.HashableByKeyPathTests --product-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPathTests.xctest --extracted-metadata-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPathTests.xctest/Metadata.appintents --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HashableByKeyPath.build/Debug-iphoneos/HashableByKeyPathTests.build/HashableByKeyPathTests.DependencyMetadataFileList --archive-ssu-assets
2025-04-26 19:38:46.823 appintentsnltrainingprocessor[729:4189] Parsing options for appintentsnltrainingprocessor
2025-04-26 19:38:46.824 appintentsnltrainingprocessor[729:4189] No AppShortcuts found - Skipping.
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPathTests.xctest (in target 'HashableByKeyPathTests' from project 'HashableByKeyPath')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPathTests.xctest
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPathTests.xctest (in target 'HashableByKeyPathTests' from project 'HashableByKeyPath')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HashableByKeyPathTests.xctest
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "HashableByKeyPath",
"name" : "HashableByKeyPath",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "HashableByKeyPath",
"targets" : [
"HashableByKeyPath"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HashableByKeyPathTests",
"module_type" : "SwiftTarget",
"name" : "HashableByKeyPathTests",
"path" : "Tests/HashableByKeyPathTests",
"sources" : [
"EquatableKeyPathCollectionBuilderTests.swift",
"EquatableKeyPathProviderTests.swift",
"HashableKeyPathCollectionBuilderTests.swift",
"HashableKeyPathProviderTests.swift"
],
"target_dependencies" : [
"HashableByKeyPath"
],
"type" : "test"
},
{
"c99name" : "HashableByKeyPath",
"module_type" : "SwiftTarget",
"name" : "HashableByKeyPath",
"path" : "Sources/HashableByKeyPath",
"product_memberships" : [
"HashableByKeyPath"
],
"sources" : [
"EquatabilityKeyPathAggregator.swift",
"EquatableByKeyPath.swift",
"EquatableKeyPathConsumer.swift",
"HashableByKeyPath.swift",
"HashableKeyPathAggregator.swift",
"HashableKeyPathConsumer.swift",
"HashableKeyPathForwarder.swift",
"ResultBuilderAPI/EquatableKeyPathCollection.swift",
"ResultBuilderAPI/EquatableKeyPathCollectionBuilder.swift",
"ResultBuilderAPI/EquatableKeyPathProvider.swift",
"ResultBuilderAPI/HashableKeyPathCollection.swift",
"ResultBuilderAPI/HashableKeyPathCollectionBuilder.swift",
"ResultBuilderAPI/HashableKeyPathProvider.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.