Build Information
Failed to build VideoHash, reference v0.2.1 (c8a1d7), with Swift 6.2 for visionOS using Xcode 26.3 on 11 Mar 2026 01:35:25 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme VideoHash-Package -destination generic/platform=xrOSBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fdenis75/VideoHash.git
Reference: v0.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fdenis75/VideoHash
* tag v0.2.1 -> FETCH_HEAD
HEAD is now at c8a1d7a Improve sandboxed ffmpeg resolution
Cloned https://github.com/fdenis75/VideoHash.git
Revision (git rev-parse @):
c8a1d7a44fb39898e490eca6408698fa58de95fb
SUCCESS checkout https://github.com/fdenis75/VideoHash.git at v0.2.1
========================================
Build
========================================
Selected platform: visionOS
Swift version: 6.2
Building package at path: $PWD
https://github.com/fdenis75/VideoHash.git
Command line invocation:
/Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/apple/swift-log.git
Creating working copy of package ‘swift-log’
Checking out 1.10.1 of package ‘swift-log’
Resolve Package Graph
Resolved source packages:
VideoHash: /Users/admin/builder/spi-builder-workspace
swift-log: https://github.com/apple/swift-log.git @ 1.10.1
resolved source packages: VideoHash, swift-log
2026-03-10 21:35:05.459 xcodebuild[521:3052] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
}
],
"manifest_display_name" : "VideoHash",
"name" : "VideoHash",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "26.0"
}
],
"products" : [
{
"name" : "VideoHash",
"targets" : [
"VideoHash"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "test-hash",
"targets" : [
"test-hash"
],
"type" : {
"executable" : null
}
},
{
"name" : "TestHash",
"targets" : [
"TestHash"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "test_hash",
"module_type" : "SwiftTarget",
"name" : "test-hash",
"path" : "Sources/test-hash",
"product_memberships" : [
"test-hash"
],
"sources" : [
"test-hash.swift"
],
"target_dependencies" : [
"VideoHash"
],
"type" : "executable"
},
{
"c99name" : "VideoHashTests",
"module_type" : "SwiftTarget",
"name" : "VideoHashTests",
"path" : "Tests/VideoHashTests",
"sources" : [
"FFmpegPathResolverTests.swift",
"HashBatchPlannerTests.swift",
"OSHashTests.swift",
"PHashHashComputerTests.swift"
],
"target_dependencies" : [
"VideoHash"
],
"type" : "test"
},
{
"c99name" : "VideoHash",
"module_type" : "SwiftTarget",
"name" : "VideoHash",
"path" : "Sources/VideoHash",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"VideoHash",
"test-hash",
"TestHash"
],
"sources" : [
"HashBatchPlanner.swift",
"Models/HashConfiguration.swift",
"Models/HashError.swift",
"Models/HashResult.swift",
"OSHash/OSHashGenerator.swift",
"PHash/DCTProcessor.swift",
"PHash/FFmpegPathResolver.swift",
"PHash/FrameExtractor.swift",
"PHash/HashComputer.swift",
"PHash/ImageProcessor.swift",
"PHash/PHashGenerator.swift",
"PHash/SpriteComposer.swift",
"Utilities/Logger.swift",
"VideoHash.swift"
],
"type" : "library"
},
{
"c99name" : "TestHash",
"module_type" : "SwiftTarget",
"name" : "TestHash",
"path" : "Sources/TestHash",
"product_memberships" : [
"TestHash"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"VideoHash"
],
"type" : "executable"
}
],
"tools_version" : "6.2"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"test-hash",
"TestHash",
"VideoHash",
"VideoHash-Package"
]
}
}
2026-03-10 21:35:09.955 xcodebuild[642:3845] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"test-hash",
"TestHash",
"VideoHash",
"VideoHash-Package"
]
}
}
2026-03-10 21:35:10.809 xcodebuild[648:3891] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme VideoHash-Package -destination generic/platform=xrOS
Command line invocation:
/Applications/Xcode-26.0.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 VideoHash-Package -destination generic/platform=xrOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
VideoHash: /Users/admin/builder/spi-builder-workspace
swift-log: https://github.com/apple/swift-log.git @ 1.10.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
Target 'test-hash' in project 'VideoHash'
➜ Explicit dependency on target 'VideoHash' in project 'VideoHash'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
Target 'TestHash' in project 'VideoHash'
➜ Explicit dependency on target 'VideoHash' in project 'VideoHash'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
Target 'VideoHash' in project 'VideoHash'
➜ Explicit dependency on target 'VideoHash' in project 'VideoHash'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
Target 'VideoHash' in project 'VideoHash'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
Target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
Target 'Logging' in project 'swift-log' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 87a8a280b2a20325348ecbcfc7b82b05
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/87a8a280b2a20325348ecbcfc7b82b05.xcbuilddata
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-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.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/Intermediates.noindex/ExplicitPrecompiledModules
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
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-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.build/VideoHash.modulemap (in target 'VideoHash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.build/VideoHash.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/test-hash.DependencyMetadataFileList (in target 'test-hash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/test-hash.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/test-hash.DependencyStaticMetadataFileList (in target 'test-hash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/test-hash.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.build/VideoHash.DependencyStaticMetadataFileList (in target 'VideoHash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.build/VideoHash.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/Objects-normal/arm64/test-hash.LinkFileList (in target 'test-hash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/Objects-normal/arm64/test-hash.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/Objects-normal/arm64/test-hash.SwiftFileList (in target 'test-hash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/Objects-normal/arm64/test-hash.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/Objects-normal/arm64/test-hash_const_extract_protocols.json (in target 'test-hash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/Objects-normal/arm64/test-hash_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/Objects-normal/arm64/test-hash-OutputFileMap.json (in target 'test-hash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/Objects-normal/arm64/test-hash-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.build/VideoHash.DependencyMetadataFileList (in target 'VideoHash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.build/VideoHash.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.build/Objects-normal/arm64/VideoHash.LinkFileList (in target 'VideoHash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.build/Objects-normal/arm64/VideoHash.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.build/Objects-normal/arm64/VideoHash.SwiftConstValuesFileList (in target 'VideoHash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.build/Objects-normal/arm64/VideoHash.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.build/Objects-normal/arm64/VideoHash_const_extract_protocols.json (in target 'VideoHash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.build/Objects-normal/arm64/VideoHash_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.build/Objects-normal/arm64/VideoHash.SwiftFileList (in target 'VideoHash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.build/Objects-normal/arm64/VideoHash.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.build/Objects-normal/arm64/VideoHash-OutputFileMap.json (in target 'VideoHash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.build/Objects-normal/arm64/VideoHash-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/TestHash.build/TestHash.DependencyMetadataFileList (in target 'TestHash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/TestHash.build/TestHash.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/VideoHash.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.build/VideoHash.modulemap (in target 'VideoHash' from project 'VideoHash')
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/VideoHash.build/Debug-xros/VideoHash.build/VideoHash.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/TestHash.build/TestHash.DependencyStaticMetadataFileList (in target 'TestHash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/TestHash.build/TestHash.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/TestHash.build/Objects-normal/arm64/TestHash_const_extract_protocols.json (in target 'TestHash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/TestHash.build/Objects-normal/arm64/TestHash_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/TestHash.build/Objects-normal/arm64/TestHash.SwiftFileList (in target 'TestHash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/TestHash.build/Objects-normal/arm64/TestHash.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/TestHash.build/Objects-normal/arm64/TestHash.LinkFileList (in target 'TestHash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/TestHash.build/Objects-normal/arm64/TestHash.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/TestHash.build/Objects-normal/arm64/TestHash-OutputFileMap.json (in target 'TestHash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/TestHash.build/Objects-normal/arm64/TestHash-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging.SwiftFileList (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging_const_extract_protocols.json (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging.SwiftConstValuesFileList (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging.LinkFileList (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging-OutputFileMap.json (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Logging.modulemap (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Logging.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Logging.DependencyStaticMetadataFileList (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Logging.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Logging.DependencyMetadataFileList (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Logging.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Logging.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Logging.modulemap (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
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/swift-log.build/Debug-xros/Logging.build/Logging.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver Logging normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Logging -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -enable-upcoming-feature ExistentialAny -enable-upcoming-feature MemberImportVisibility -enable-upcoming-feature InternalImportsByDefault -enable-upcoming-feature NonisolatedNonsendingByDefault -Xfrontend -require-explicit-sendable -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.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 -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging.swiftmodule -user-module-version 1.10.1 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swift_log -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.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/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-59YL53T7TWQZX9AI0M25ZM1JE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-F4GFXB8UWNFDV9OPCH3JDHI2I.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-2GP1JT8CEN8S61ZVL8FFLUXB7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-D2EZI8Q8C8KFFA1GWJAJRWC3Y.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-D3M6ARERN866T6TMIJPM8Y4ZO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-18ZZVVM9NQHKST5Z9ZSOPC9A6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-3FUW6GEHMHE0RX46S9G7W8R2O.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-ASAWZP71ZSQXVT61G305DTOFQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-B980VVG2HS2SIYU76BXGK448S.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-4O24FVRYU1PRTV4RRMAKHFWO0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-C2WLMO27FC4NOB3BMRH2XTV9O.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-7UP41F2FQH08EHGCRDB9ZT24H.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-232FPD0J2C7DD26Z9CZGEHH5L.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-1931XDDNALBFWLY09S7XVSKZH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-CTGWYB92I99NKKTO8ILI0QSZB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-E3NL75726UUE4D68IJMKDWMUK.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ Logging (in target 'Logging' from project 'swift-log')
EmitSwiftModule normal arm64 (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Logging.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/Logging.swift (in target 'Logging' from project 'swift-log')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/Logging.swift (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Locks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/Locks.swift (in target 'Logging' from project 'swift-log')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/Locks.swift (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ LogHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/LogHandler.swift (in target 'Logging' from project 'swift-log')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/LogHandler.swift (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ MetadataProvider.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/MetadataProvider.swift (in target 'Logging' from project 'swift-log')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/MetadataProvider.swift (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for Logging (in target 'Logging' from project 'swift-log')
SwiftDriver\ Compilation\ Requirements Logging normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Logging -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -enable-upcoming-feature ExistentialAny -enable-upcoming-feature MemberImportVisibility -enable-upcoming-feature InternalImportsByDefault -enable-upcoming-feature NonisolatedNonsendingByDefault -Xfrontend -require-explicit-sendable -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.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 -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging.swiftmodule -user-module-version 1.10.1 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swift_log -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.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/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Logging-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging-Swift.h (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Logging-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Logging.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging.swiftdoc (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
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/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Logging.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Logging.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging.abi.json (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
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/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Logging.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Logging.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging.swiftmodule (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
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/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Logging.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Logging.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging.swiftsourceinfo (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
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/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Logging.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriver VideoHash normal arm64 com.apple.xcode.tools.swift.compiler (in target 'VideoHash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name VideoHash -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.build/Objects-normal/arm64/VideoHash.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -enable-experimental-feature StrictConcurrency -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.build/Objects-normal/arm64/VideoHash-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.build/Objects-normal/arm64/VideoHash.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.build/Objects-normal/arm64/VideoHash_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.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/VideoHash.build/Debug-xros/VideoHash.build/Objects-normal/arm64/VideoHash-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling LogHandler.swift (in target 'Logging' from project 'swift-log')
SwiftDriverJobDiscovery normal arm64 Compiling MetadataProvider.swift (in target 'Logging' from project 'swift-log')
SwiftDriverJobDiscovery normal arm64 Compiling Locks.swift (in target 'Logging' from project 'swift-log')
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-5I0XI9GY8G96YU6XVSJRP76U4.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_intrinsics-1H5XT8N6NG63YUO278AJETK52.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_tgmath-B71MU4CGYNQ0GL15PX37UV009.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-15YRCMA7G0AJ9GAC9SSODECN7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-CO80VBR4JRWNNLPBSF0XOXINH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-1CTRVKPLV74UPH6TUGKQQILPW.pcm
SwiftDriverJobDiscovery normal arm64 Compiling Logging.swift (in target 'Logging' from project 'swift-log')
SwiftDriver\ Compilation Logging normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Logging -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -enable-upcoming-feature ExistentialAny -enable-upcoming-feature MemberImportVisibility -enable-upcoming-feature InternalImportsByDefault -enable-upcoming-feature NonisolatedNonsendingByDefault -Xfrontend -require-explicit-sendable -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.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 -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging.swiftmodule -user-module-version 1.10.1 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swift_log -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.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/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging-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-xros/Logging.o normal (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Logging.o
ExtractAppIntentsMetadata (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Logging --sdk-root /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk --xcode-version 17A324 --platform-family xrOS --deployment-target 1.0 --bundle-identifier swift-log.Logging --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Logging.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Logging.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Logging.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Logging.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-03-10 21:35:17.052 appintentsmetadataprocessor[727:4288] Starting appintentsmetadataprocessor export
2026-03-10 21:35:17.206 appintentsmetadataprocessor[727:4288] Extracted no relevant App Intents symbols, skipping writing output
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-EDZF8X3C4BBZ4SLJAOSQ30UR5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-7KIS5X38PD08LGB694UYUOEFA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-CED0ED1H26UX769HHB4G3FDXV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-BGUGNBVR61XHHUEXKE9M50DZQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/simd-7ISMMKYMT8S0WEIMM7F7ZKGWE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/dnssd-9F7ZB1QHM3Q30HJ0FQE7KG0ZB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-BR0ISGHKPALDRFQSR5W4G5O27.pcm
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Logging.o (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Logging.o
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreAudioTypes-BRQ3DT4ZU2RBZHAA6FHPE5E6F.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-9HN36OV16ZP4X03K487P56D3Q.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-EOHVZX0UYGB3EOJXG7ZWETFKW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreGraphics-EFDC4WTEPJH80JHC95OBJ0BGM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreAudio-E949NMCJR8RM7Z1KCMIN9AY5D.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-ENTQB5WTKBQK3SLFEERSGABX5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ImageIO-4L3FG0V5D1WADY67JB1JNW32Q.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreMIDI-6XFBEADTN32F8USV2GXRSVTI1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOSurface-6BN8YK0HRTAT1YGIK366ECFCX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UniformTypeIdentifiers-DIBK8K7VRQ1RAWGF8P6TOZZNF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Network-5I1BIH37WGLXVHQA770SFXSQV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Metal-8P0QUGHKLTMTJRMYWTVXROZDM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OpenGLES-5E6JOAEAX32NG0WPUZX2XVJQ7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AudioToolbox-18WA6BL2BNNNE9WH6PC3SCZLM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AVRouting-9ZE9X3YKTT6TZ9DW0COAQQW1P.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreVideo-PKLYS67N49EBJ1WGWQ5QHGQY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Accelerate-16I59VO4AO4S4KKWDQ1DK0B4O.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/QuartzCore-3F12893OLZAL20556FHMD6HB6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreImage-A1GYA5632GFJP57CC4QL0IOCH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreMedia-6STEEZ29GHCP0KULZUDX96ZDW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MediaToolbox-EGXW96CYB5VRJQH45KMF4ZWD8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AVFAudio-5C9O0LYGJ9XBJW6BPVLRKX6N0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AVFoundation-61DW444SPL2MWQE6NG612LU3Y.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ VideoHash (in target 'VideoHash' from project 'VideoHash')
EmitSwiftModule normal arm64 (in target 'VideoHash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PHashGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/PHashGenerator.swift (in target 'VideoHash' from project 'VideoHash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/PHashGenerator.swift (in target 'VideoHash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SpriteComposer.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/SpriteComposer.swift (in target 'VideoHash' from project 'VideoHash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/SpriteComposer.swift (in target 'VideoHash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Logger.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/Utilities/Logger.swift (in target 'VideoHash' from project 'VideoHash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/Utilities/Logger.swift (in target 'VideoHash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ImageProcessor.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/ImageProcessor.swift (in target 'VideoHash' from project 'VideoHash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/ImageProcessor.swift (in target 'VideoHash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ FFmpegPathResolver.swift,\ FrameExtractor.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/FFmpegPathResolver.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/FrameExtractor.swift (in target 'VideoHash' from project 'VideoHash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/FFmpegPathResolver.swift (in target 'VideoHash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/FrameExtractor.swift (in target 'VideoHash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ OSHashGenerator.swift,\ DCTProcessor.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/OSHash/OSHashGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/DCTProcessor.swift (in target 'VideoHash' from project 'VideoHash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/OSHash/OSHashGenerator.swift (in target 'VideoHash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/DCTProcessor.swift (in target 'VideoHash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ VideoHash.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/VideoHash.swift (in target 'VideoHash' from project 'VideoHash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/VideoHash.swift (in target 'VideoHash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HashComputer.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/HashComputer.swift (in target 'VideoHash' from project 'VideoHash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/HashComputer.swift (in target 'VideoHash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HashBatchPlanner.swift,\ HashConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/HashBatchPlanner.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/Models/HashConfiguration.swift (in target 'VideoHash' from project 'VideoHash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/HashBatchPlanner.swift (in target 'VideoHash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/Models/HashConfiguration.swift (in target 'VideoHash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HashError.swift,\ HashResult.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/Models/HashError.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/Models/HashResult.swift (in target 'VideoHash' from project 'VideoHash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/Models/HashError.swift (in target 'VideoHash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/Models/HashResult.swift (in target 'VideoHash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Logger.swift (in target 'VideoHash' from project 'VideoHash')
SwiftDriverJobDiscovery normal arm64 Emitting module for VideoHash (in target 'VideoHash' from project 'VideoHash')
SwiftDriver\ Compilation\ Requirements VideoHash normal arm64 com.apple.xcode.tools.swift.compiler (in target 'VideoHash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name VideoHash -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.build/Objects-normal/arm64/VideoHash.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -enable-experimental-feature StrictConcurrency -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.build/Objects-normal/arm64/VideoHash-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.build/Objects-normal/arm64/VideoHash.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.build/Objects-normal/arm64/VideoHash_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.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/VideoHash.build/Debug-xros/VideoHash.build/Objects-normal/arm64/VideoHash-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/VideoHash-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.build/Objects-normal/arm64/VideoHash-Swift.h (in target 'VideoHash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.build/Objects-normal/arm64/VideoHash-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/VideoHash-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/VideoHash.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.build/Objects-normal/arm64/VideoHash.swiftmodule (in target 'VideoHash' from project 'VideoHash')
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/VideoHash.build/Debug-xros/VideoHash.build/Objects-normal/arm64/VideoHash.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/VideoHash.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/VideoHash.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.build/Objects-normal/arm64/VideoHash.swiftdoc (in target 'VideoHash' from project 'VideoHash')
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/VideoHash.build/Debug-xros/VideoHash.build/Objects-normal/arm64/VideoHash.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/VideoHash.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/VideoHash.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.build/Objects-normal/arm64/VideoHash.abi.json (in target 'VideoHash' from project 'VideoHash')
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/VideoHash.build/Debug-xros/VideoHash.build/Objects-normal/arm64/VideoHash.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/VideoHash.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/VideoHash.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.build/Objects-normal/arm64/VideoHash.swiftsourceinfo (in target 'VideoHash' from project 'VideoHash')
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/VideoHash.build/Debug-xros/VideoHash.build/Objects-normal/arm64/VideoHash.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/VideoHash.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriver test-hash normal arm64 com.apple.xcode.tools.swift.compiler (in target 'test-hash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name test_hash -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/Objects-normal/arm64/test-hash.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/Objects-normal/arm64/test-hash-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/Objects-normal/arm64/test_hash.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/Objects-normal/arm64/test-hash_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ test_hash (in target 'test-hash' from project 'VideoHash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/test-hash/test-hash.swift (in target 'test-hash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ test-hash.swift /Users/admin/builder/spi-builder-workspace/Sources/test-hash/test-hash.swift (in target 'test-hash' from project 'VideoHash')
Failed frontend command:
/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/test-hash/test-hash.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/Objects-normal/arm64/test-hash.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/Objects-normal/arm64/test-hash.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/Objects-normal/arm64/test-hash.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/Objects-normal/arm64/test-hash.dia -target arm64-apple-xros1.0 -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/Objects-normal/arm64/test_hash-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 6 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/Objects-normal/arm64/test-hash_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name test_hash -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name xros26.0 -clang-target arm64-apple-xros26.0 -in-process-plugin-server-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/Objects-normal/arm64/test-hash.o -index-unit-output-path /VideoHash.build/Debug-xros/test-hash.build/Objects-normal/arm64/test-hash.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/test-hash/test-hash.swift (in target 'test-hash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/test-hash/test-hash.swift:201:23: error: cannot find 'Process' in scope
let process = Process()
^~~~~~~
SwiftDriverJobDiscovery normal arm64 Emitting module for test_hash (in target 'test-hash' from project 'VideoHash')
SwiftDriver\ Compilation\ Requirements test-hash normal arm64 com.apple.xcode.tools.swift.compiler (in target 'test-hash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name test_hash -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/Objects-normal/arm64/test-hash.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/Objects-normal/arm64/test-hash-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/Objects-normal/arm64/test_hash.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/Objects-normal/arm64/test-hash_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.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 HashError.swift, HashResult.swift (in target 'VideoHash' from project 'VideoHash')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/test_hash.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/Objects-normal/arm64/test_hash.swiftdoc (in target 'test-hash' from project 'VideoHash')
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/VideoHash.build/Debug-xros/test-hash.build/Objects-normal/arm64/test_hash.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/test_hash.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/test_hash.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/Objects-normal/arm64/test_hash.swiftmodule (in target 'test-hash' from project 'VideoHash')
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/VideoHash.build/Debug-xros/test-hash.build/Objects-normal/arm64/test_hash.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/test_hash.swiftmodule/arm64-apple-xros.swiftmodule
SwiftDriverJobDiscovery normal arm64 Compiling HashBatchPlanner.swift, HashConfiguration.swift (in target 'VideoHash' from project 'VideoHash')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/test_hash.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/Objects-normal/arm64/test_hash.abi.json (in target 'test-hash' from project 'VideoHash')
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/VideoHash.build/Debug-xros/test-hash.build/Objects-normal/arm64/test_hash.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/test_hash.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/test_hash.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/Objects-normal/arm64/test_hash.swiftsourceinfo (in target 'test-hash' from project 'VideoHash')
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/VideoHash.build/Debug-xros/test-hash.build/Objects-normal/arm64/test_hash.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/test_hash.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriver TestHash normal arm64 com.apple.xcode.tools.swift.compiler (in target 'TestHash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name TestHash -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/TestHash.build/Objects-normal/arm64/TestHash.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/TestHash.build/Objects-normal/arm64/TestHash-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/TestHash.build/Objects-normal/arm64/TestHash.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/TestHash.build/Objects-normal/arm64/TestHash_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/TestHash.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/TestHash.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/TestHash.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 HashComputer.swift (in target 'VideoHash' from project 'VideoHash')
SwiftDriverJobDiscovery normal arm64 Compiling SpriteComposer.swift (in target 'VideoHash' from project 'VideoHash')
SwiftDriverJobDiscovery normal arm64 Compiling ImageProcessor.swift (in target 'VideoHash' from project 'VideoHash')
2026-03-10 21:35:12.549 xcodebuild[653:3932] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 Compiling\ test-hash.swift /Users/admin/builder/spi-builder-workspace/Sources/test-hash/test-hash.swift (in target 'test-hash' from project 'VideoHash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/test-hash/test-hash.swift (in target 'test-hash' from project 'VideoHash')
Building workspace spi-builder-workspace with scheme VideoHash-Package
(3 failures)
Command line invocation:
/Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
VideoHash: /Users/admin/builder/spi-builder-workspace
swift-log: https://github.com/apple/swift-log.git @ 1.10.1
resolved source packages: VideoHash, swift-log
2026-03-10 21:35:20.916 xcodebuild[783:4553] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
}
],
"manifest_display_name" : "VideoHash",
"name" : "VideoHash",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "26.0"
}
],
"products" : [
{
"name" : "VideoHash",
"targets" : [
"VideoHash"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "test-hash",
"targets" : [
"test-hash"
],
"type" : {
"executable" : null
}
},
{
"name" : "TestHash",
"targets" : [
"TestHash"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "test_hash",
"module_type" : "SwiftTarget",
"name" : "test-hash",
"path" : "Sources/test-hash",
"product_memberships" : [
"test-hash"
],
"sources" : [
"test-hash.swift"
],
"target_dependencies" : [
"VideoHash"
],
"type" : "executable"
},
{
"c99name" : "VideoHashTests",
"module_type" : "SwiftTarget",
"name" : "VideoHashTests",
"path" : "Tests/VideoHashTests",
"sources" : [
"FFmpegPathResolverTests.swift",
"HashBatchPlannerTests.swift",
"OSHashTests.swift",
"PHashHashComputerTests.swift"
],
"target_dependencies" : [
"VideoHash"
],
"type" : "test"
},
{
"c99name" : "VideoHash",
"module_type" : "SwiftTarget",
"name" : "VideoHash",
"path" : "Sources/VideoHash",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"VideoHash",
"test-hash",
"TestHash"
],
"sources" : [
"HashBatchPlanner.swift",
"Models/HashConfiguration.swift",
"Models/HashError.swift",
"Models/HashResult.swift",
"OSHash/OSHashGenerator.swift",
"PHash/DCTProcessor.swift",
"PHash/FFmpegPathResolver.swift",
"PHash/FrameExtractor.swift",
"PHash/HashComputer.swift",
"PHash/ImageProcessor.swift",
"PHash/PHashGenerator.swift",
"PHash/SpriteComposer.swift",
"Utilities/Logger.swift",
"VideoHash.swift"
],
"type" : "library"
},
{
"c99name" : "TestHash",
"module_type" : "SwiftTarget",
"name" : "TestHash",
"path" : "Sources/TestHash",
"product_memberships" : [
"TestHash"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"VideoHash"
],
"type" : "executable"
}
],
"tools_version" : "6.2"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"test-hash",
"TestHash",
"VideoHash",
"VideoHash-Package"
]
}
}
2026-03-10 21:35:22.008 xcodebuild[794:4635] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"test-hash",
"TestHash",
"VideoHash",
"VideoHash-Package"
]
}
}
2026-03-10 21:35:22.899 xcodebuild[800:4677] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme VideoHash-Package -destination generic/platform=xrOS
Command line invocation:
/Applications/Xcode-26.0.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 VideoHash-Package -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
VideoHash: /Users/admin/builder/spi-builder-workspace
swift-log: https://github.com/apple/swift-log.git @ 1.10.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
Target 'test-hash' in project 'VideoHash'
➜ Explicit dependency on target 'VideoHash' in project 'VideoHash'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
Target 'TestHash' in project 'VideoHash'
➜ Explicit dependency on target 'VideoHash' in project 'VideoHash'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
Target 'VideoHash' in project 'VideoHash'
➜ Explicit dependency on target 'VideoHash' in project 'VideoHash'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
Target 'VideoHash' in project 'VideoHash'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
Target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
Target 'Logging' in project 'swift-log' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.sdkstatcache
SwiftDriver VideoHash normal arm64 com.apple.xcode.tools.swift.compiler (in target 'VideoHash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name VideoHash -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.build/Objects-normal/arm64/VideoHash.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -enable-experimental-feature StrictConcurrency -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.build/Objects-normal/arm64/VideoHash-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.build/Objects-normal/arm64/VideoHash.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.build/Objects-normal/arm64/VideoHash_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/VideoHash.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/VideoHash.build/Debug-xros/VideoHash.build/Objects-normal/arm64/VideoHash-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver TestHash normal arm64 com.apple.xcode.tools.swift.compiler (in target 'TestHash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name TestHash -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/TestHash.build/Objects-normal/arm64/TestHash.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/TestHash.build/Objects-normal/arm64/TestHash-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/TestHash.build/Objects-normal/arm64/TestHash.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/TestHash.build/Objects-normal/arm64/TestHash_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/TestHash.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/TestHash.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/TestHash.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver test-hash normal arm64 com.apple.xcode.tools.swift.compiler (in target 'test-hash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name test_hash -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/Objects-normal/arm64/test-hash.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/Objects-normal/arm64/test-hash-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/Objects-normal/arm64/test_hash.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/Objects-normal/arm64/test-hash_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/test-hash.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ TestHash (in target 'TestHash' from project 'VideoHash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TestHash/main.swift (in target 'TestHash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/TestHash/main.swift:5:1: error: 'main' attribute cannot be used in a module that contains top-level code
@main
^
/Users/admin/builder/spi-builder-workspace/Sources/TestHash/main.swift:1:1: note: top-level code defined in this source file
import Foundation
^
/Users/admin/builder/spi-builder-workspace/Sources/TestHash/main.swift:1:1: note: pass '-parse-as-library' to compiler invocation if this is intentional
import Foundation
^
Failed frontend command:
/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/TestHash/main.swift -target arm64-apple-xros1.0 -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/TestHash.build/Objects-normal/arm64/TestHash-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 6 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/TestHash.build/Objects-normal/arm64/TestHash_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/TestHash.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/TestHash.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/TestHash.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name TestHash -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name xros26.0 -clang-target arm64-apple-xros26.0 -in-process-plugin-server-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/TestHash.build/Objects-normal/arm64/TestHash.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/TestHash.build/Objects-normal/arm64/TestHash.swiftsourceinfo -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/TestHash.build/Objects-normal/arm64/TestHash-primary-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/TestHash.build/Objects-normal/arm64/TestHash-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/TestHash.build/Objects-normal/arm64/TestHash.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-xros/TestHash.build/Objects-normal/arm64/TestHash.abi.json
SwiftCompile normal arm64 Compiling\ main.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHash/main.swift (in target 'TestHash' from project 'VideoHash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TestHash/main.swift (in target 'TestHash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ test-hash.swift /Users/admin/builder/spi-builder-workspace/Sources/test-hash/test-hash.swift (in target 'test-hash' from project 'VideoHash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/test-hash/test-hash.swift (in target 'test-hash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ test_hash (in target 'test-hash' from project 'VideoHash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/test-hash/test-hash.swift (in target 'test-hash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ DCTProcessor.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/DCTProcessor.swift (in target 'VideoHash' from project 'VideoHash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/DCTProcessor.swift (in target 'VideoHash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ FrameExtractor.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/FrameExtractor.swift (in target 'VideoHash' from project 'VideoHash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/FrameExtractor.swift (in target 'VideoHash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ FFmpegPathResolver.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/FFmpegPathResolver.swift (in target 'VideoHash' from project 'VideoHash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/FFmpegPathResolver.swift (in target 'VideoHash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ VideoHash (in target 'VideoHash' from project 'VideoHash')
EmitSwiftModule normal arm64 (in target 'VideoHash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PHashGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/PHashGenerator.swift (in target 'VideoHash' from project 'VideoHash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/PHashGenerator.swift (in target 'VideoHash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ OSHashGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/OSHash/OSHashGenerator.swift (in target 'VideoHash' from project 'VideoHash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/OSHash/OSHashGenerator.swift (in target 'VideoHash' from project 'VideoHash')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ VideoHash.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/VideoHash.swift (in target 'VideoHash' from project 'VideoHash')
2026-03-10 21:35:23.744 xcodebuild[805:4715] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TestHash/main.swift (in target 'TestHash' from project 'VideoHash')
SwiftEmitModule normal arm64 Emitting\ module\ for\ TestHash (in target 'TestHash' from project 'VideoHash')
Building workspace spi-builder-workspace with scheme VideoHash-Package
(3 failures)
BUILD FAILURE 6.2 visionOS