Build Information
Successful build of SnapshotPreviews, reference v0.10.22 (d2e18d
), with Swift 6.1 for visionOS using Xcode 16.3 on 1 May 2025 03:37:36 UTC.
Swift 6 data race errors: 15
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SnapshotPreviews-Package -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
private static let renderingStrategy = getRenderingStrategy()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/SnapshotTest.swift:54:22: warning: static property 'previews' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static private var previews: [SnapshotPreviewsCore.PreviewType] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/SnapshotTest.swift:54:22: note: convert 'previews' to a 'let' constant to make 'Sendable' shared state immutable
static private var previews: [SnapshotPreviewsCore.PreviewType] = []
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/SnapshotTest.swift:54:22: note: add '@MainActor' to make static property 'previews' part of global actor 'MainActor'
static private var previews: [SnapshotPreviewsCore.PreviewType] = []
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/SnapshotTest.swift:54:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static private var previews: [SnapshotPreviewsCore.PreviewType] = []
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ PreviewLayoutTest.swift /Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/PreviewLayoutTest.swift (in target 'SnapshottingTests' from project 'SnapshotPreviews')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/PreviewLayoutTest.swift (in target 'SnapshottingTests' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/PreviewLayoutTest.swift:9:22: warning: using '@_implementationOnly' without enabling library evolution for 'SnapshottingTests' may lead to instability during execution
@_implementationOnly import SnapshotPreviewsCore
^
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/PreviewLayoutTest.swift:35:22: warning: static property 'previews' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static private var previews: [PreviewType] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/PreviewLayoutTest.swift:35:22: note: convert 'previews' to a 'let' constant to make 'Sendable' shared state immutable
static private var previews: [PreviewType] = []
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/PreviewLayoutTest.swift:35:22: note: add '@MainActor' to make static property 'previews' part of global actor 'MainActor'
static private var previews: [PreviewType] = []
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/PreviewLayoutTest.swift:35:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static private var previews: [PreviewType] = []
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ AccessibilityPreviewTest.swift /Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/AccessibilityPreviewTest.swift (in target 'SnapshottingTests' from project 'SnapshotPreviews')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/AccessibilityPreviewTest.swift (in target 'SnapshottingTests' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/AccessibilityPreviewTest.swift:28:5: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
XCUIApplication()
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks/XCUIAutomation.framework/Headers/XCUIApplication.h:29:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init NS_DESIGNATED_INITIALIZER;
^
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/AccessibilityPreviewTest.swift:27:19: note: add '@MainActor' to make class method 'getApp()' part of global actor 'MainActor'
open class func getApp() -> XCUIApplication {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/AccessibilityPreviewTest.swift:118:9: warning: mutation of captured var 'resultPath' in concurrently-executing code
resultPath = stringData
^
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/AccessibilityPreviewTest.swift:154:7: warning: mutation of captured var 'resultData' in concurrently-executing code
resultData = data
^
SwiftCompile normal arm64 Compiling\ PreviewFilters.swift /Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/PreviewFilters.swift (in target 'SnapshottingTests' from project 'SnapshotPreviews')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/PreviewFilters.swift (in target 'SnapshottingTests' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ DiscoveredPreview+PreviewType.swift /Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/DiscoveredPreview+PreviewType.swift (in target 'SnapshottingTests' from project 'SnapshotPreviews')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/DiscoveredPreview+PreviewType.swift (in target 'SnapshottingTests' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/DiscoveredPreview+PreviewType.swift:9:22: warning: using '@_implementationOnly' without enabling library evolution for 'SnapshottingTests' may lead to instability during execution
@_implementationOnly import SnapshotPreviewsCore
^
SwiftEmitModule normal arm64 Emitting\ module\ for\ PreviewGallery (in target 'PreviewGallery' from project 'SnapshotPreviews')
EmitSwiftModule normal arm64 (in target 'PreviewGallery' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ FlyingFox (in target 'FlyingFox' from project 'FlyingFox')
EmitSwiftModule normal arm64 (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling EmergeModifierFinder.swift (in target 'SnapshotPreferences' from project 'SnapshotPreviews')
SwiftCompile normal arm64 Compiling\ PreviewBaseTest.swift /Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/PreviewBaseTest.swift (in target 'SnapshottingTests' from project 'SnapshotPreviews')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/PreviewBaseTest.swift (in target 'SnapshottingTests' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/PreviewBaseTest.swift:23:5: warning: var 'previews' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
var previews: [DiscoveredPreviewAndIndex] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/PreviewBaseTest.swift:23:5: note: convert 'previews' to a 'let' constant to make 'Sendable' shared state immutable
var previews: [DiscoveredPreviewAndIndex] = []
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/PreviewBaseTest.swift:23:5: note: add '@MainActor' to make var 'previews' part of global actor 'MainActor'
var previews: [DiscoveredPreviewAndIndex] = []
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/PreviewBaseTest.swift:23:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var previews: [DiscoveredPreviewAndIndex] = []
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/PreviewBaseTest.swift:28:14: warning: static property 'signatureCreator' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var signatureCreator: NSObject?
^
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/PreviewBaseTest.swift:28:14: note: convert 'signatureCreator' to a 'let' constant to make 'Sendable' shared state immutable
static var signatureCreator: NSObject?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/PreviewBaseTest.swift:28:14: note: add '@MainActor' to make static property 'signatureCreator' part of global actor 'MainActor'
static var signatureCreator: NSObject?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/PreviewBaseTest.swift:28:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var signatureCreator: NSObject?
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling PrecisionPreference.swift (in target 'SnapshotPreferences' from project 'SnapshotPreviews')
SwiftCompile normal arm64 Compiling\ SnapshotTest.swift /Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/SnapshotTest.swift (in target 'SnapshottingTests' from project 'SnapshotPreviews')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/SnapshotTest.swift (in target 'SnapshottingTests' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/SnapshotTest.swift:9:22: warning: using '@_implementationOnly' without enabling library evolution for 'SnapshottingTests' may lead to instability during execution
@_implementationOnly import SnapshotPreviewsCore
^
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/SnapshotTest.swift:52:22: warning: static property 'renderingStrategy' is not concurrency-safe because non-'Sendable' type 'any RenderingStrategy' may have shared mutable state; this is an error in the Swift 6 language mode
private static let renderingStrategy = getRenderingStrategy()
^
/Users/admin/builder/spi-builder-workspace/Sources/SnapshotPreviewsCore/RenderingStrategy.swift:63:17: note: protocol 'RenderingStrategy' does not conform to the 'Sendable' protocol
public protocol RenderingStrategy {
^
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/SnapshotTest.swift:9:22: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SnapshotPreviewsCore'
@_implementationOnly import SnapshotPreviewsCore
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/SnapshotTest.swift:52:22: note: add '@MainActor' to make static property 'renderingStrategy' part of global actor 'MainActor'
private static let renderingStrategy = getRenderingStrategy()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/SnapshotTest.swift:52:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static let renderingStrategy = getRenderingStrategy()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/SnapshotTest.swift:54:22: warning: static property 'previews' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static private var previews: [SnapshotPreviewsCore.PreviewType] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/SnapshotTest.swift:54:22: note: convert 'previews' to a 'let' constant to make 'Sendable' shared state immutable
static private var previews: [SnapshotPreviewsCore.PreviewType] = []
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/SnapshotTest.swift:54:22: note: add '@MainActor' to make static property 'previews' part of global actor 'MainActor'
static private var previews: [SnapshotPreviewsCore.PreviewType] = []
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/SnapshotTest.swift:54:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static private var previews: [SnapshotPreviewsCore.PreviewType] = []
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling ExpansionPreference.swift (in target 'SnapshotPreferences' from project 'SnapshotPreviews')
SwiftCompile normal arm64 Compiling\ Colors.swift /Users/admin/builder/spi-builder-workspace/Sources/PreviewGallery/Colors.swift (in target 'PreviewGallery' from project 'SnapshotPreviews')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PreviewGallery/Colors.swift (in target 'PreviewGallery' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling AppStoreSnapshotPreference.swift (in target 'SnapshotPreferences' from project 'SnapshotPreviews')
SwiftDriver\ Compilation SnapshotPreferences normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SnapshotPreferences' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SnapshotPreferences -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshotPreferences.build/Objects-normal/arm64/SnapshotPreferences.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshotPreferences.build/Objects-normal/arm64/SnapshotPreferences-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshotPreferences.build/Objects-normal/arm64/SnapshotPreferences.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshotPreferences.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshotPreferences.build/Objects-normal/arm64/SnapshotPreferences_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/SnapshotPreviews.build/Debug-xros/SnapshotPreferences.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshotPreferences.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshotPreferences.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/SnapshotPreviews.build/Debug-xros/SnapshotPreferences.build/Objects-normal/arm64/SnapshotPreferences-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for PreviewGallery (in target 'PreviewGallery' from project 'SnapshotPreviews')
SwiftDriver\ Compilation\ Requirements PreviewGallery normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PreviewGallery' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PreviewGallery -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/PreviewGallery.build/Objects-normal/arm64/PreviewGallery.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/PreviewGallery.build/Objects-normal/arm64/PreviewGallery-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/PreviewGallery.build/Objects-normal/arm64/PreviewGallery.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/PreviewGallery.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/PreviewGallery.build/Objects-normal/arm64/PreviewGallery_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/SnapshotPreviews.build/Debug-xros/PreviewGallery.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/PreviewGallery.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/PreviewGallery.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/SnapshotPreviews.build/Debug-xros/PreviewGallery.build/Objects-normal/arm64/PreviewGallery-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ PreviewData.swift /Users/admin/builder/spi-builder-workspace/Sources/PreviewGallery/PreviewData.swift (in target 'PreviewGallery' from project 'SnapshotPreviews')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PreviewGallery/PreviewData.swift (in target 'PreviewGallery' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/PreviewGallery-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/PreviewGallery.build/Objects-normal/arm64/PreviewGallery-Swift.h (in target 'PreviewGallery' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/PreviewGallery.build/Objects-normal/arm64/PreviewGallery-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/PreviewGallery-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling Colors.swift (in target 'PreviewGallery' from project 'SnapshotPreviews')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PreviewGallery.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/PreviewGallery.build/Objects-normal/arm64/PreviewGallery.swiftmodule (in target 'PreviewGallery' from project 'SnapshotPreviews')
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/SnapshotPreviews.build/Debug-xros/PreviewGallery.build/Objects-normal/arm64/PreviewGallery.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PreviewGallery.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PreviewGallery.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/PreviewGallery.build/Objects-normal/arm64/PreviewGallery.swiftdoc (in target 'PreviewGallery' from project 'SnapshotPreviews')
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/SnapshotPreviews.build/Debug-xros/PreviewGallery.build/Objects-normal/arm64/PreviewGallery.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PreviewGallery.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PreviewGallery.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/PreviewGallery.build/Objects-normal/arm64/PreviewGallery.abi.json (in target 'PreviewGallery' from project 'SnapshotPreviews')
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/SnapshotPreviews.build/Debug-xros/PreviewGallery.build/Objects-normal/arm64/PreviewGallery.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PreviewGallery.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PreviewGallery.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/PreviewGallery.build/Objects-normal/arm64/PreviewGallery.swiftsourceinfo (in target 'PreviewGallery' from project 'SnapshotPreviews')
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/SnapshotPreviews.build/Debug-xros/PreviewGallery.build/Objects-normal/arm64/PreviewGallery.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PreviewGallery.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ PreviewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/PreviewGallery/PreviewCell.swift (in target 'PreviewGallery' from project 'SnapshotPreviews')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PreviewGallery/PreviewCell.swift (in target 'PreviewGallery' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ TitleSubtitleRow.swift /Users/admin/builder/spi-builder-workspace/Sources/PreviewGallery/TitleSubtitleRow.swift (in target 'PreviewGallery' from project 'SnapshotPreviews')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PreviewGallery/TitleSubtitleRow.swift (in target 'PreviewGallery' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling PreviewData.swift (in target 'PreviewGallery' from project 'SnapshotPreviews')
SwiftCompile normal arm64 Compiling\ Array+Filter.swift,\ Checkerboard.swift /Users/admin/builder/spi-builder-workspace/Sources/PreviewGallery/Array+Filter.swift /Users/admin/builder/spi-builder-workspace/Sources/PreviewGallery/Checkerboard.swift (in target 'PreviewGallery' from project 'SnapshotPreviews')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PreviewGallery/Array+Filter.swift (in target 'PreviewGallery' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PreviewGallery/Checkerboard.swift (in target 'PreviewGallery' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for FlyingFox (in target 'FlyingFox' from project 'FlyingFox')
SwiftDriver\ Compilation\ Requirements FlyingFox normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FlyingFox -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-xros/FlyingFox.build/Objects-normal/arm64/FlyingFox.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-xros/FlyingFox.build/Objects-normal/arm64/FlyingFox-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-xros/FlyingFox.build/Objects-normal/arm64/FlyingFox.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name flyingfox -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-xros/FlyingFox.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-xros/FlyingFox.build/Objects-normal/arm64/FlyingFox_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/FlyingFox.build/Debug-xros/FlyingFox.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-xros/FlyingFox.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-xros/FlyingFox.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/FlyingFox.build/Debug-xros/FlyingFox.build/Objects-normal/arm64/FlyingFox-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling PreviewCell.swift (in target 'PreviewGallery' from project 'SnapshotPreviews')
SwiftCompile normal arm64 Compiling\ PreviewsDetail.swift /Users/admin/builder/spi-builder-workspace/Sources/PreviewGallery/PreviewsDetail.swift (in target 'PreviewGallery' from project 'SnapshotPreviews')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PreviewGallery/PreviewsDetail.swift (in target 'PreviewGallery' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/FlyingFox-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-xros/FlyingFox.build/Objects-normal/arm64/FlyingFox-Swift.h (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-xros/FlyingFox.build/Objects-normal/arm64/FlyingFox-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/FlyingFox-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling TitleSubtitleRow.swift (in target 'PreviewGallery' from project 'SnapshotPreviews')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FlyingFox.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-xros/FlyingFox.build/Objects-normal/arm64/FlyingFox.swiftmodule (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox
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/FlyingFox.build/Debug-xros/FlyingFox.build/Objects-normal/arm64/FlyingFox.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FlyingFox.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FlyingFox.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-xros/FlyingFox.build/Objects-normal/arm64/FlyingFox.swiftdoc (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox
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/FlyingFox.build/Debug-xros/FlyingFox.build/Objects-normal/arm64/FlyingFox.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FlyingFox.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FlyingFox.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-xros/FlyingFox.build/Objects-normal/arm64/FlyingFox.abi.json (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox
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/FlyingFox.build/Debug-xros/FlyingFox.build/Objects-normal/arm64/FlyingFox.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FlyingFox.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FlyingFox.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-xros/FlyingFox.build/Objects-normal/arm64/FlyingFox.swiftsourceinfo (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox
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/FlyingFox.build/Debug-xros/FlyingFox.build/Objects-normal/arm64/FlyingFox.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FlyingFox.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ ModulePreviews.swift /Users/admin/builder/spi-builder-workspace/Sources/PreviewGallery/ModulePreviews.swift (in target 'PreviewGallery' from project 'SnapshotPreviews')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PreviewGallery/ModulePreviews.swift (in target 'PreviewGallery' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Preview+FullScreen.swift /Users/admin/builder/spi-builder-workspace/Sources/PreviewGallery/Preview+FullScreen.swift (in target 'PreviewGallery' from project 'SnapshotPreviews')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PreviewGallery/Preview+FullScreen.swift (in target 'PreviewGallery' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Array+Filter.swift, Checkerboard.swift (in target 'PreviewGallery' from project 'SnapshotPreviews')
SwiftCompile normal arm64 Compiling\ PreviewGallery.swift /Users/admin/builder/spi-builder-workspace/Sources/PreviewGallery/PreviewGallery.swift (in target 'PreviewGallery' from project 'SnapshotPreviews')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PreviewGallery/PreviewGallery.swift (in target 'PreviewGallery' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling PreviewsDetail.swift (in target 'PreviewGallery' from project 'SnapshotPreviews')
SwiftCompile normal arm64 Compiling\ ModuleScreens.swift /Users/admin/builder/spi-builder-workspace/Sources/PreviewGallery/ModuleScreens.swift (in target 'PreviewGallery' from project 'SnapshotPreviews')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PreviewGallery/ModuleScreens.swift (in target 'PreviewGallery' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Preview+FullScreen.swift (in target 'PreviewGallery' from project 'SnapshotPreviews')
SwiftCompile normal arm64 Compiling\ DirectoryHTTPHandler.swift,\ FileHTTPHandler.swift,\ ProxyHTTPHandler.swift,\ RedirectHTTPHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/Handlers/DirectoryHTTPHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/Handlers/FileHTTPHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/Handlers/ProxyHTTPHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/Handlers/RedirectHTTPHandler.swift (in target 'FlyingFox' from project 'FlyingFox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/Handlers/DirectoryHTTPHandler.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/Handlers/FileHTTPHandler.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/Handlers/ProxyHTTPHandler.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/Handlers/RedirectHTTPHandler.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling ModulePreviews.swift (in target 'PreviewGallery' from project 'SnapshotPreviews')
SwiftCompile normal arm64 Compiling\ AsyncSequence+Extensions.swift,\ HTTPBodyPattern.swift,\ HTTPBodySequence.swift,\ HTTPChunkedEncodedSequence.swift,\ HTTPClient.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/AsyncSequence+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPBodyPattern.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPBodySequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPChunkedEncodedSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPClient.swift (in target 'FlyingFox' from project 'FlyingFox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/AsyncSequence+Extensions.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPBodyPattern.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPBodySequence.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPChunkedEncodedSequence.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPClient.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling PreviewGallery.swift (in target 'PreviewGallery' from project 'SnapshotPreviews')
SwiftCompile normal arm64 Compiling\ RoutedHTTPHandler.swift,\ WebSocketHTTPHandler.swift,\ SocketAddress+Glibc.swift,\ URLSession+Async.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/Handlers/RoutedHTTPHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/Handlers/WebSocketHTTPHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/SocketAddress+Glibc.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/URLSession+Async.swift (in target 'FlyingFox' from project 'FlyingFox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/Handlers/RoutedHTTPHandler.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/Handlers/WebSocketHTTPHandler.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/SocketAddress+Glibc.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/URLSession+Async.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling ModuleScreens.swift (in target 'PreviewGallery' from project 'SnapshotPreviews')
SwiftDriver\ Compilation PreviewGallery normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PreviewGallery' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PreviewGallery -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/PreviewGallery.build/Objects-normal/arm64/PreviewGallery.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/PreviewGallery.build/Objects-normal/arm64/PreviewGallery-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/PreviewGallery.build/Objects-normal/arm64/PreviewGallery.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/PreviewGallery.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/PreviewGallery.build/Objects-normal/arm64/PreviewGallery_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/SnapshotPreviews.build/Debug-xros/PreviewGallery.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/PreviewGallery.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/PreviewGallery.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/SnapshotPreviews.build/Debug-xros/PreviewGallery.build/Objects-normal/arm64/PreviewGallery-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling DirectoryHTTPHandler.swift, FileHTTPHandler.swift, ProxyHTTPHandler.swift, RedirectHTTPHandler.swift (in target 'FlyingFox' from project 'FlyingFox')
SwiftCompile normal arm64 Compiling\ HTTPLogging+OSLog.swift,\ HTTPLogging.swift,\ HTTPMethod.swift,\ HTTPRequest+Address.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPLogging+OSLog.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPLogging.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPMethod.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPRequest+Address.swift (in target 'FlyingFox' from project 'FlyingFox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPLogging+OSLog.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPLogging.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPMethod.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPRequest+Address.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UncheckedSendable.swift,\ AsyncStream+WSFrame.swift,\ SHA1.swift,\ WSFrame.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/UncheckedSendable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/WebSocket/AsyncStream+WSFrame.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/WebSocket/SHA1.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/WebSocket/WSFrame.swift (in target 'FlyingFox' from project 'FlyingFox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/UncheckedSendable.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/WebSocket/AsyncStream+WSFrame.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/WebSocket/SHA1.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/WebSocket/WSFrame.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling AsyncSequence+Extensions.swift, HTTPBodyPattern.swift, HTTPBodySequence.swift, HTTPChunkedEncodedSequence.swift, HTTPClient.swift (in target 'FlyingFox' from project 'FlyingFox')
SwiftCompile normal arm64 Compiling\ WSFrameEncoder.swift,\ WSFrameValidator.swift,\ WSHandler.swift,\ WSMessage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/WebSocket/WSFrameEncoder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/WebSocket/WSFrameValidator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/WebSocket/WSHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/WebSocket/WSMessage.swift (in target 'FlyingFox' from project 'FlyingFox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/WebSocket/WSFrameEncoder.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/WebSocket/WSFrameValidator.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/WebSocket/WSHandler.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/WebSocket/WSMessage.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling HTTPLogging+OSLog.swift, HTTPLogging.swift, HTTPMethod.swift, HTTPRequest+Address.swift (in target 'FlyingFox' from project 'FlyingFox')
SwiftCompile normal arm64 Compiling\ HTTPConnection.swift,\ HTTPDecoder.swift,\ HTTPEncoder.swift,\ HTTPHandler.swift,\ HTTPHeader.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPConnection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPDecoder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPEncoder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPHeader.swift (in target 'FlyingFox' from project 'FlyingFox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPConnection.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPDecoder.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPEncoder.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPHandler.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPHeader.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling RoutedHTTPHandler.swift, WebSocketHTTPHandler.swift, SocketAddress+Glibc.swift, URLSession+Async.swift (in target 'FlyingFox' from project 'FlyingFox')
SwiftCompile normal arm64 Compiling\ HTTPServer.swift,\ HTTPStatusCode.swift,\ HTTPVersion.swift,\ ClosureHTTPHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPServer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPStatusCode.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPVersion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/Handlers/ClosureHTTPHandler.swift (in target 'FlyingFox' from project 'FlyingFox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPServer.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPStatusCode.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPVersion.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/Handlers/ClosureHTTPHandler.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling UncheckedSendable.swift, AsyncStream+WSFrame.swift, SHA1.swift, WSFrame.swift (in target 'FlyingFox' from project 'FlyingFox')
SwiftCompile normal arm64 Compiling\ HTTPRequest+QueryItem.swift,\ HTTPRequest+RouteParameter.swift,\ HTTPRequest.swift,\ HTTPResponse.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPRequest+QueryItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPRequest+RouteParameter.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPRequest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPResponse.swift (in target 'FlyingFox' from project 'FlyingFox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPRequest+QueryItem.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPRequest+RouteParameter.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPRequest.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPResponse.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling HTTPConnection.swift, HTTPDecoder.swift, HTTPEncoder.swift, HTTPHandler.swift, HTTPHeader.swift (in target 'FlyingFox' from project 'FlyingFox')
SwiftCompile normal arm64 Compiling\ HTTPRoute.swift,\ HTTPRouteParameterValue.swift,\ HTTPServer+Configuration.swift,\ HTTPServer+Listening.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPRoute.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPRouteParameterValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPServer+Configuration.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPServer+Listening.swift (in target 'FlyingFox' from project 'FlyingFox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPRoute.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPRouteParameterValue.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPServer+Configuration.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox/FlyingFox/Sources/HTTPServer+Listening.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling WSFrameEncoder.swift, WSFrameValidator.swift, WSHandler.swift, WSMessage.swift (in target 'FlyingFox' from project 'FlyingFox')
SwiftDriverJobDiscovery normal arm64 Compiling HTTPServer.swift, HTTPStatusCode.swift, HTTPVersion.swift, ClosureHTTPHandler.swift (in target 'FlyingFox' from project 'FlyingFox')
ExtractAppIntentsMetadata (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name FlyingSocks --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier flyingfox.FlyingSocks --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FlyingSocks.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FlyingSocks.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-xros/FlyingSocks.build/Objects-normal/arm64/FlyingSocks_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-xros/FlyingSocks.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-xros/FlyingSocks.build/Objects-normal/arm64/FlyingSocks.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-xros/FlyingSocks.build/FlyingSocks.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-xros/FlyingSocks.build/FlyingSocks.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-xros/FlyingSocks.build/Objects-normal/arm64/FlyingSocks.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-30 20:37:33.688 appintentsmetadataprocessor[962:5138] Starting appintentsmetadataprocessor export
2025-04-30 20:37:33.723 appintentsmetadataprocessor[962:5138] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriver SnapshottingSwift normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SnapshottingSwift' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SnapshottingSwift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.build/Objects-normal/arm64/SnapshottingSwift.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.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/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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.build/Objects-normal/arm64/SnapshottingSwift-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.build/Objects-normal/arm64/SnapshottingSwift.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.build/Objects-normal/arm64/SnapshottingSwift_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/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.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/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.build/Objects-normal/arm64/SnapshottingSwift-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ SnapshottingSwift (in target 'SnapshottingSwift' from project 'SnapshotPreviews')
EmitSwiftModule normal arm64 (in target 'SnapshottingSwift' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingSwift/Initializer.swift:17:21: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Initializer' may have shared mutable state; this is an error in the Swift 6 language mode
static public let shared = Initializer()
^
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingSwift/Initializer.swift:14:14: note: class 'Initializer' does not conform to the 'Sendable' protocol
public class Initializer: NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingSwift/Initializer.swift:17:21: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
static public let shared = Initializer()
^
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingSwift/Initializer.swift:17:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static public let shared = Initializer()
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Initializer.swift /Users/admin/builder/spi-builder-workspace/Sources/SnapshottingSwift/Initializer.swift (in target 'SnapshottingSwift' from project 'SnapshotPreviews')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SnapshottingSwift/Initializer.swift (in target 'SnapshottingSwift' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingSwift/Initializer.swift:17:21: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Initializer' may have shared mutable state; this is an error in the Swift 6 language mode
static public let shared = Initializer()
^
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingSwift/Initializer.swift:14:14: note: class 'Initializer' does not conform to the 'Sendable' protocol
public class Initializer: NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingSwift/Initializer.swift:17:21: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
static public let shared = Initializer()
^
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingSwift/Initializer.swift:17:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static public let shared = Initializer()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingSwift/Initializer.swift:26:7: warning: capture of 'self' with non-sendable type 'Initializer?' in a '@Sendable' closure
self?.snapshots = Snapshots()
^
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingSwift/Initializer.swift:14:14: note: class 'Initializer' does not conform to the 'Sendable' protocol
public class Initializer: NSObject {
^
SwiftDriverJobDiscovery normal arm64 Compiling HTTPRequest+QueryItem.swift, HTTPRequest+RouteParameter.swift, HTTPRequest.swift, HTTPResponse.swift (in target 'FlyingFox' from project 'FlyingFox')
SwiftCompile normal arm64 Compiling\ Snapshots.swift /Users/admin/builder/spi-builder-workspace/Sources/SnapshottingSwift/Snapshots.swift (in target 'SnapshottingSwift' from project 'SnapshotPreviews')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SnapshottingSwift/Snapshots.swift (in target 'SnapshottingSwift' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingSwift/Snapshots.swift:60:17: warning: capture of 'self' with non-sendable type 'Snapshots?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
guard let self, pathComponents.count > 3 else {
^
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingSwift/Snapshots.swift:26:7: note: class 'Snapshots' does not conform to the 'Sendable' protocol
class Snapshots {
^
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingSwift/Snapshots.swift:68:42: warning: non-sendable result type '(Result<ImageType, any Error>, Preview)' (aka '(Result<UIImage, any Error>, Preview)') cannot be sent from main actor-isolated context in call to instance method 'render(typeName:id:)'; this is an error in the Swift 6 language mode
let (imageResult, preview) = await render(typeName: typeName, id: id)
^
/Users/admin/builder/spi-builder-workspace/Sources/SnapshotPreviewsCore/SnapshotPreviewsCore.swift:4:15: note: struct 'Preview' does not conform to the 'Sendable' protocol
public struct Preview: Identifiable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingSwift/Snapshots.swift:9:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SnapshotPreviewsCore'
import SnapshotPreviewsCore
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingSwift/Snapshots.swift:41:10: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
Task {
^
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingSwift/Snapshots.swift:42:17: note: closure captures 'self' which is accessible to code in the current task
try await startServer()
^
SwiftDriverJobDiscovery normal arm64 Emitting module for SnapshottingSwift (in target 'SnapshottingSwift' from project 'SnapshotPreviews')
SwiftDriver\ Compilation\ Requirements SnapshottingSwift normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SnapshottingSwift' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SnapshottingSwift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.build/Objects-normal/arm64/SnapshottingSwift.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.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/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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.build/Objects-normal/arm64/SnapshottingSwift-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.build/Objects-normal/arm64/SnapshottingSwift.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.build/Objects-normal/arm64/SnapshottingSwift_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/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.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/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.build/Objects-normal/arm64/SnapshottingSwift-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Initializer.swift (in target 'SnapshottingSwift' from project 'SnapshotPreviews')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SnapshotSharedModels.o (in target 'SnapshotSharedModels' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SnapshotSharedModels.o
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SnapshottingSwift-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.build/Objects-normal/arm64/SnapshottingSwift-Swift.h (in target 'SnapshottingSwift' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.build/Objects-normal/arm64/SnapshottingSwift-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SnapshottingSwift-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SnapshottingSwift.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.build/Objects-normal/arm64/SnapshottingSwift.swiftmodule (in target 'SnapshottingSwift' from project 'SnapshotPreviews')
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/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.build/Objects-normal/arm64/SnapshottingSwift.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SnapshottingSwift.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SnapshottingSwift.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.build/Objects-normal/arm64/SnapshottingSwift.swiftdoc (in target 'SnapshottingSwift' from project 'SnapshotPreviews')
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/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.build/Objects-normal/arm64/SnapshottingSwift.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SnapshottingSwift.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SnapshottingSwift.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.build/Objects-normal/arm64/SnapshottingSwift.abi.json (in target 'SnapshottingSwift' from project 'SnapshotPreviews')
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/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.build/Objects-normal/arm64/SnapshottingSwift.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SnapshottingSwift.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SnapshottingSwift.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.build/Objects-normal/arm64/SnapshottingSwift.swiftsourceinfo (in target 'SnapshottingSwift' from project 'SnapshotPreviews')
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/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.build/Objects-normal/arm64/SnapshottingSwift.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SnapshottingSwift.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FlyingSocks.o (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FlyingSocks.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SnapshotPreviewsCore.o normal (in target 'SnapshotPreviewsCore' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -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-16.3.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/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshotPreviewsCore.build/Objects-normal/arm64/SnapshotPreviewsCore.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshotPreviewsCore.build/Objects-normal/arm64/SnapshotPreviewsCore_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshotPreviewsCore.build/Objects-normal/arm64/SnapshotPreviewsCore_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.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/SnapshotPreviews.build/Debug-xros/SnapshotPreviewsCore.build/Objects-normal/arm64/SnapshotPreviewsCore.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SnapshotPreviewsCore.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SnapshotPreferences.o normal (in target 'SnapshotPreferences' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -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-16.3.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/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshotPreferences.build/Objects-normal/arm64/SnapshotPreferences.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshotPreferences.build/Objects-normal/arm64/SnapshotPreferences_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshotPreferences.build/Objects-normal/arm64/SnapshotPreferences_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.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/SnapshotPreviews.build/Debug-xros/SnapshotPreferences.build/Objects-normal/arm64/SnapshotPreferences.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SnapshotPreferences.o
SwiftDriverJobDiscovery normal arm64 Compiling HTTPRoute.swift, HTTPRouteParameterValue.swift, HTTPServer+Configuration.swift, HTTPServer+Listening.swift (in target 'FlyingFox' from project 'FlyingFox')
SwiftDriver\ Compilation FlyingFox normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FlyingFox -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-xros/FlyingFox.build/Objects-normal/arm64/FlyingFox.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-xros/FlyingFox.build/Objects-normal/arm64/FlyingFox-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-xros/FlyingFox.build/Objects-normal/arm64/FlyingFox.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name flyingfox -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-xros/FlyingFox.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-xros/FlyingFox.build/Objects-normal/arm64/FlyingFox_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/FlyingFox.build/Debug-xros/FlyingFox.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-xros/FlyingFox.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-xros/FlyingFox.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/FlyingFox.build/Debug-xros/FlyingFox.build/Objects-normal/arm64/FlyingFox-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/FlyingFox.o normal (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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-16.3.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/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-xros/FlyingFox.build/Objects-normal/arm64/FlyingFox.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-xros/FlyingFox.build/Objects-normal/arm64/FlyingFox_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-xros/FlyingFox.build/Objects-normal/arm64/FlyingFox_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.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/FlyingFox.build/Debug-xros/FlyingFox.build/Objects-normal/arm64/FlyingFox.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FlyingFox.o
ExtractAppIntentsMetadata (in target 'SnapshotPreviewsCore' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SnapshotPreviewsCore --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.SnapshotPreviewsCore --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SnapshotPreviewsCore.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SnapshotPreviewsCore.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshotPreviewsCore.build/Objects-normal/arm64/SnapshotPreviewsCore_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshotPreviewsCore.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshotPreviewsCore.build/Objects-normal/arm64/SnapshotPreviewsCore.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshotPreviewsCore.build/SnapshotPreviewsCore.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshotPreviewsCore.build/SnapshotPreviewsCore.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshotPreviewsCore.build/Objects-normal/arm64/SnapshotPreviewsCore.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-30 20:37:34.117 appintentsmetadataprocessor[978:5195] Starting appintentsmetadataprocessor export
2025-04-30 20:37:34.157 appintentsmetadataprocessor[978:5195] Extracted no relevant App Intents symbols, skipping writing output
ExtractAppIntentsMetadata (in target 'SnapshotPreferences' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SnapshotPreferences --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.SnapshotPreferences --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SnapshotPreferences.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SnapshotPreferences.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshotPreferences.build/Objects-normal/arm64/SnapshotPreferences_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshotPreferences.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshotPreferences.build/Objects-normal/arm64/SnapshotPreferences.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshotPreferences.build/SnapshotPreferences.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshotPreferences.build/SnapshotPreferences.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshotPreferences.build/Objects-normal/arm64/SnapshotPreferences.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-30 20:37:34.154 appintentsmetadataprocessor[980:5210] Starting appintentsmetadataprocessor export
2025-04-30 20:37:34.190 appintentsmetadataprocessor[980:5210] Extracted no relevant App Intents symbols, skipping writing output
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/Snapshotting.build/Objects-normal/arm64/Initializer.o /Users/admin/builder/spi-builder-workspace/Sources/Snapshotting/Initializer.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Snapshotting' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/Snapshotting.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp
builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/Snapshotting.build/Objects-normal/arm64/Initializer.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/Snapshotting.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/Snapshotting.build/Objects-normal/arm64/Initializer.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/Snapshotting.build/Objects-normal/arm64/Initializer.dia -c /Users/admin/builder/spi-builder-workspace/Sources/Snapshotting/Initializer.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/Snapshotting.build/Objects-normal/arm64/Initializer.o -index-unit-output-path /SnapshotPreviews.build/Debug-xros/Snapshotting.build/Objects-normal/arm64/Initializer.o
ExtractAppIntentsMetadata (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name FlyingFox --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier flyingfox.FlyingFox --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FlyingFox.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FlyingFox.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-xros/FlyingFox.build/Objects-normal/arm64/FlyingFox_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-xros/FlyingFox.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-xros/FlyingFox.build/Objects-normal/arm64/FlyingFox.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-xros/FlyingFox.build/FlyingFox.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-xros/FlyingFox.build/FlyingFox.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-xros/FlyingFox.build/Objects-normal/arm64/FlyingFox.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-30 20:37:34.207 appintentsmetadataprocessor[981:5215] Starting appintentsmetadataprocessor export
2025-04-30 20:37:34.244 appintentsmetadataprocessor[981:5215] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SnapshotPreviewsCore.o (in target 'SnapshotPreviewsCore' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SnapshotPreviewsCore.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SnapshotPreferences.o (in target 'SnapshotPreferences' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SnapshotPreferences.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FlyingFox.o (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FlyingFox
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FlyingFox.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PreviewGallery.o normal (in target 'PreviewGallery' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -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-16.3.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/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/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/PreviewGallery.build/Objects-normal/arm64/PreviewGallery.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/PreviewGallery.build/Objects-normal/arm64/PreviewGallery_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/PreviewGallery.build/Objects-normal/arm64/PreviewGallery_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.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/SnapshotPreviews.build/Debug-xros/PreviewGallery.build/Objects-normal/arm64/PreviewGallery.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PreviewGallery.o
ExtractAppIntentsMetadata (in target 'PreviewGallery' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name PreviewGallery --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.PreviewGallery --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PreviewGallery.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PreviewGallery.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/PreviewGallery.build/Objects-normal/arm64/PreviewGallery_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/PreviewGallery.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/PreviewGallery.build/Objects-normal/arm64/PreviewGallery.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/PreviewGallery.build/PreviewGallery.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/PreviewGallery.build/PreviewGallery.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/PreviewGallery.build/Objects-normal/arm64/PreviewGallery.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-30 20:37:34.309 appintentsmetadataprocessor[984:5242] Starting appintentsmetadataprocessor export
2025-04-30 20:37:34.347 appintentsmetadataprocessor[984:5242] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling Snapshots.swift (in target 'SnapshottingSwift' from project 'SnapshotPreviews')
SwiftDriver\ Compilation SnapshottingSwift normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SnapshottingSwift' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SnapshottingSwift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.build/Objects-normal/arm64/SnapshottingSwift.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.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/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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.build/Objects-normal/arm64/SnapshottingSwift-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.build/Objects-normal/arm64/SnapshottingSwift.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.build/Objects-normal/arm64/SnapshottingSwift_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/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.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/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.build/Objects-normal/arm64/SnapshottingSwift-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/SnapshottingSwift.o normal (in target 'SnapshottingSwift' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -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-16.3.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/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/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 -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.build/Objects-normal/arm64/SnapshottingSwift.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.build/Objects-normal/arm64/SnapshottingSwift_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.build/Objects-normal/arm64/SnapshottingSwift_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.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/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.build/Objects-normal/arm64/SnapshottingSwift.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SnapshottingSwift.o
ExtractAppIntentsMetadata (in target 'SnapshottingSwift' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SnapshottingSwift --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.SnapshottingSwift --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SnapshottingSwift.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SnapshottingSwift.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.build/Objects-normal/arm64/SnapshottingSwift_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.build/Objects-normal/arm64/SnapshottingSwift.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.build/SnapshottingSwift.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.build/SnapshottingSwift.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.build/Objects-normal/arm64/SnapshottingSwift.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-30 20:37:34.352 appintentsmetadataprocessor[987:5268] Starting appintentsmetadataprocessor export
2025-04-30 20:37:34.388 appintentsmetadataprocessor[987:5268] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PreviewGallery.o (in target 'PreviewGallery' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PreviewGallery.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SnapshottingSwift.o (in target 'SnapshottingSwift' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SnapshottingSwift.o
SwiftDriverJobDiscovery normal arm64 Compiling PreviewFilters.swift (in target 'SnapshottingTests' from project 'SnapshotPreviews')
SwiftDriverJobDiscovery normal arm64 Emitting module for SnapshottingTests (in target 'SnapshottingTests' from project 'SnapshotPreviews')
SwiftDriver\ Compilation\ Requirements SnapshottingTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SnapshottingTests' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SnapshottingTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingTests.build/Objects-normal/arm64/SnapshottingTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SnapshottingTestsObjc.modulemap -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingTests.build/Objects-normal/arm64/SnapshottingTests-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingTests.build/Objects-normal/arm64/SnapshottingTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingTests.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingTests.build/Objects-normal/arm64/SnapshottingTests_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTestsObjc/include -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/SnapshotPreviews.build/Debug-xros/SnapshottingTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingTests.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/SnapshotPreviews.build/Debug-xros/SnapshottingTests.build/Objects-normal/arm64/SnapshottingTests-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/SnapshottingTests-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingTests.build/Objects-normal/arm64/SnapshottingTests-Swift.h (in target 'SnapshottingTests' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingTests.build/Objects-normal/arm64/SnapshottingTests-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SnapshottingTests-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SnapshottingTests.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingTests.build/Objects-normal/arm64/SnapshottingTests.swiftmodule (in target 'SnapshottingTests' from project 'SnapshotPreviews')
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/SnapshotPreviews.build/Debug-xros/SnapshottingTests.build/Objects-normal/arm64/SnapshottingTests.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SnapshottingTests.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SnapshottingTests.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingTests.build/Objects-normal/arm64/SnapshottingTests.abi.json (in target 'SnapshottingTests' from project 'SnapshotPreviews')
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/SnapshotPreviews.build/Debug-xros/SnapshottingTests.build/Objects-normal/arm64/SnapshottingTests.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SnapshottingTests.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SnapshottingTests.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingTests.build/Objects-normal/arm64/SnapshottingTests.swiftdoc (in target 'SnapshottingTests' from project 'SnapshotPreviews')
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/SnapshotPreviews.build/Debug-xros/SnapshottingTests.build/Objects-normal/arm64/SnapshottingTests.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SnapshottingTests.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SnapshottingTests.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingTests.build/Objects-normal/arm64/SnapshottingTests.swiftsourceinfo (in target 'SnapshottingTests' from project 'SnapshotPreviews')
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/SnapshotPreviews.build/Debug-xros/SnapshottingTests.build/Objects-normal/arm64/SnapshottingTests.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SnapshottingTests.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling DiscoveredPreview+PreviewType.swift (in target 'SnapshottingTests' from project 'SnapshotPreviews')
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdarg-1KYP7MEQ4KNUY5YSTFMBBKVAC.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdarg-1KYP7MEQ4KNUY5YSTFMBBKVAC.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_iso646-8YL9G2EIOBPVDOFNMS2FR2HDM.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_iso646-8YL9G2EIOBPVDOFNMS2FR2HDM.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_fenv-7FGR7555NW118ZHG3P3LSI1TV.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_fenv-7FGR7555NW118ZHG3P3LSI1TV.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_float-DI31K8WGFO059XGKRI2382XSG.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_float-DI31K8WGFO059XGKRI2382XSG.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrcheck-29W3HFGX53V702VDTKXVPVA7K.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrcheck-29W3HFGX53V702VDTKXVPVA7K.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stddef-5QLM86D3FJXEWG8I7HYU4AEDW.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stddef-5QLM86D3FJXEWG8I7HYU4AEDW.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdbool-6M56WHPY8A1TTYDVWYCBBFV9F.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdbool-6M56WHPY8A1TTYDVWYCBBFV9F.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/TargetConditionals-DY4JKBUZVGIZMVC04UYRK8CZD.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/TargetConditionals-DY4JKBUZVGIZMVC04UYRK8CZD.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrauth-CMIZ5CXQXOO1N3S47L0BD9C13.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrauth-CMIZ5CXQXOO1N3S47L0BD9C13.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_availability_internal-ARC7M1RD5AIO3W2B55Y6ZCOAI.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_availability_internal-ARC7M1RD5AIO3W2B55Y6ZCOAI.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_float-ETVIBUMM3O1CKYWN8GEDMDVUA.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_float-ETVIBUMM3O1CKYWN8GEDMDVUA.scan
SwiftDriverJobDiscovery normal arm64 Compiling PreviewLayoutTest.swift (in target 'SnapshottingTests' from project 'SnapshotPreviews')
SwiftDriverJobDiscovery normal arm64 Compiling AccessibilityPreviewTest.swift (in target 'SnapshottingTests' from project 'SnapshotPreviews')
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_availability-7OP4JR1TSQO2W8HWLFLRZYE3L.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_availability-7OP4JR1TSQO2W8HWLFLRZYE3L.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/AvailabilityMacros-1X099JU5UEEH19HKSXFP2V6W5.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/AvailabilityMacros-1X099JU5UEEH19HKSXFP2V6W5.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/DarwinFoundation-2GDFEJJUQELOC4NKNKXJN078V.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/DarwinFoundation-2GDFEJJUQELOC4NKNKXJN078V.scan
SwiftDriverJobDiscovery normal arm64 Compiling PreviewBaseTest.swift (in target 'SnapshottingTests' from project 'SnapshotPreviews')
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/alloca-5K1L6U7A9Q0TC5PO1FXEB4H32.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/alloca-5K1L6U7A9Q0TC5PO1FXEB4H32.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_time-2SBEENN7L03RK0EO9AQRD1LP.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_time-2SBEENN7L03RK0EO9AQRD1LP.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/runetype-7CDJZHWEGAGJ8PYTIIL4ZH8BK.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/runetype-7CDJZHWEGAGJ8PYTIIL4ZH8BK.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_setjmp-38QGQWTJY9EEDO4HWT01Z085T.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_setjmp-38QGQWTJY9EEDO4HWT01Z085T.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_math-2DKVB7YG9VZOKTOXZDIQBH2JK.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_math-2DKVB7YG9VZOKTOXZDIQBH2JK.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_locale-A7B81BMV9DJCW63B41D6Z2MXE.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_locale-A7B81BMV9DJCW63B41D6Z2MXE.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/mach-COBZSG7FA1313QQ0CLQ7TXH2U.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/mach-COBZSG7FA1313QQ0CLQ7TXH2U.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_limits-7X40MIQJP5A78QC05L2DR6HAD.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_limits-7X40MIQJP5A78QC05L2DR6HAD.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_assert-3VCJQURKGJSBJNWRFCYXZ5YAK.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_assert-3VCJQURKGJSBJNWRFCYXZ5YAK.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_errno-2T2CQRGNI5Z2CTN7FK9F26P2A.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_errno-2T2CQRGNI5Z2CTN7FK9F26P2A.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/netinet_in-2P2VI4DVV8AL82T8EI9U2UIZQ.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/netinet_in-2P2VI4DVV8AL82T8EI9U2UIZQ.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_stdint-E6YPF73DPCM7354V5TQ1P97IQ.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_stdint-E6YPF73DPCM7354V5TQ1P97IQ.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_useconds_t-CBDRBUJ92WE3JOS9AAJ8F72VB.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_useconds_t-CBDRBUJ92WE3JOS9AAJ8F72VB.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_sys_select-3QTSQVNA1WER2C2I6QHRRXD5K.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_sys_select-3QTSQVNA1WER2C2I6QHRRXD5K.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_ctype-1W0XJONIGTGEI09VPYC32IXZU.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_ctype-1W0XJONIGTGEI09VPYC32IXZU.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/xlocale-1B4DJ0QCAU5WD19UMNIVOD2LK.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/xlocale-1B4DJ0QCAU5WD19UMNIVOD2LK.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_complex-308T26MQZM0GLARU8ZR8YO8EA.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_complex-308T26MQZM0GLARU8ZR8YO8EA.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_limits-6CZ7YZL9A3YTLZDFIAE5A5QHN.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_limits-6CZ7YZL9A3YTLZDFIAE5A5QHN.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/uuid-53QAV1F5FPHY60PW7HODSF4VM.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/uuid-53QAV1F5FPHY60PW7HODSF4VM.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_strings-5JH5K0J91BJPQ7G4ZQO50DPHS.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_strings-5JH5K0J91BJPQ7G4ZQO50DPHS.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdint-BBUUWM2USS2NSR4K3SLDQECJA.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdint-BBUUWM2USS2NSR4K3SLDQECJA.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_tgmath-AGUGP3XKG5VYI7ERM24304AUD.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_tgmath-AGUGP3XKG5VYI7ERM24304AUD.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_types-EN4VUDXT5IAO4JGI4VWJJ48I4.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_types-EN4VUDXT5IAO4JGI4VWJJ48I4.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/__wctype-Q4BHH1JFEGXPYL1J7YYPXOQ7.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/__wctype-Q4BHH1JFEGXPYL1J7YYPXOQ7.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdatomic-CO3P8D9XQOFEBFYKKQK4K2M50.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdatomic-CO3P8D9XQOFEBFYKKQK4K2M50.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_inttypes-7XNPOC68BFC5CVKOI2FRKBA55.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_inttypes-7XNPOC68BFC5CVKOI2FRKBA55.scan
SwiftDriverJobDiscovery normal arm64 Compiling SnapshotTest.swift (in target 'SnapshottingTests' from project 'SnapshotPreviews')
SwiftDriver\ Compilation SnapshottingTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SnapshottingTests' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SnapshottingTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingTests.build/Objects-normal/arm64/SnapshottingTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SnapshottingTestsObjc.modulemap -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingTests.build/Objects-normal/arm64/SnapshottingTests-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingTests.build/Objects-normal/arm64/SnapshottingTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingTests.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingTests.build/Objects-normal/arm64/SnapshottingTests_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTestsObjc/include -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/SnapshotPreviews.build/Debug-xros/SnapshottingTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingTests.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/SnapshotPreviews.build/Debug-xros/SnapshottingTests.build/Objects-normal/arm64/SnapshottingTests-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/SnapshottingTests.o normal (in target 'SnapshottingTests' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -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-16.3.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/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/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingTests.build/Objects-normal/arm64/SnapshottingTests.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingTests.build/Objects-normal/arm64/SnapshottingTests_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingTests.build/Objects-normal/arm64/SnapshottingTests_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.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/SnapshotPreviews.build/Debug-xros/SnapshottingTests.build/Objects-normal/arm64/SnapshottingTests.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SnapshottingTests.o
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_wctype-D745I8AKZYAMFVNKRHS0SGA0W.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_wctype-D745I8AKZYAMFVNKRHS0SGA0W.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_time-536VXIUM28H9SLLJRDZCUFFJ7.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_time-536VXIUM28H9SLLJRDZCUFFJ7.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_resource-A7TDDKUEM1C2E0ZNUFU4WVLDM.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_resource-A7TDDKUEM1C2E0ZNUFU4WVLDM.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_string-ESNPLNA02WWJBFEZSPRQBKMVZ.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_string-ESNPLNA02WWJBFEZSPRQBKMVZ.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_stdio-AJV1PM600MH699JHYCR6TA1K1.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_stdio-AJV1PM600MH699JHYCR6TA1K1.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_signal-8MJS3VA259C0KBYJAHWL2A677.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_signal-8MJS3VA259C0KBYJAHWL2A677.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/nl_types-C1KRDR5Y44SC8T8MXCZ32SAA2.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/nl_types-C1KRDR5Y44SC8T8MXCZ32SAA2.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_tgmath-9HQM5CVMQ7RAQUDNM3QI1TQ3Q.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_tgmath-9HQM5CVMQ7RAQUDNM3QI1TQ3Q.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_inttypes-4IC3YBYLZUNUUGPE814Y3XDXO.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_inttypes-4IC3YBYLZUNUUGPE814Y3XDXO.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/gethostuuid-M701X025ZHYTNYTNE0WCB6JI.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/gethostuuid-M701X025ZHYTNYTNE0WCB6JI.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/pthread-9PNUD7N3IHX7EXZLX759JJY7B.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/pthread-9PNUD7N3IHX7EXZLX759JJY7B.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_select-5P2ZBD7BILSQDTMJNZMLG8QRG.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_select-5P2ZBD7BILSQDTMJNZMLG8QRG.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_wait-B96RVAA92XPVRV2Y9HAJCDKZR.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_wait-B96RVAA92XPVRV2Y9HAJCDKZR.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_wchar-66BQ4HQFJZA8J6ATE7E1RNM02.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_wchar-66BQ4HQFJZA8J6ATE7E1RNM02.scan
ExtractAppIntentsMetadata (in target 'SnapshottingTests' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SnapshottingTests --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.SnapshottingTests --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SnapshottingTests.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SnapshottingTests.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingTests.build/Objects-normal/arm64/SnapshottingTests_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingTests.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingTests.build/Objects-normal/arm64/SnapshottingTests.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingTests.build/SnapshottingTests.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingTests.build/SnapshottingTests.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingTests.build/Objects-normal/arm64/SnapshottingTests.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-30 20:37:35.004 appintentsmetadataprocessor[1044:5449] Starting appintentsmetadataprocessor export
2025-04-30 20:37:35.041 appintentsmetadataprocessor[1044:5449] Extracted no relevant App Intents symbols, skipping writing output
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/unistd-BDGD0RI60U96ZDSRZOXKS17OW.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/unistd-BDGD0RI60U96ZDSRZOXKS17OW.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_stdlib-8YWG1M9A77QIYMOSZIVTEJLXH.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_stdlib-8YWG1M9A77QIYMOSZIVTEJLXH.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Darwin-DZNY7D38IG83EBWVOAZ0FP1A2.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Darwin-DZNY7D38IG83EBWVOAZ0FP1A2.scan
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SnapshottingTests.o (in target 'SnapshottingTests' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SnapshottingTests.o
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ObjectiveC-2SVIWVZ1EN9J8MJXV13MBEM5J.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ObjectiveC-2SVIWVZ1EN9J8MJXV13MBEM5J.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_object-2DABWUW20ECCZ4U77KBR04OER.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_object-2DABWUW20ECCZ4U77KBR04OER.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_workgroup-AMLY42F2N7KRPFMX0R1IZ1LUE.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_workgroup-AMLY42F2N7KRPFMX0R1IZ1LUE.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Dispatch-7GIVIWY92Y8ONL3HRERCN1YRL.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Dispatch-7GIVIWY92Y8ONL3HRERCN1YRL.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreFoundation-DF8EE3QETLOF3KWKBB6IBPKTX.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreFoundation-DF8EE3QETLOF3KWKBB6IBPKTX.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CFNetwork-7P20R6LVHGDQNGGZ8ZDNOQD8T.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CFNetwork-7P20R6LVHGDQNGGZ8ZDNOQD8T.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Security-AP3OSP4KJHQJHSYHQQ87M96HL.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Security-AP3OSP4KJHQJHSYHQQ87M96HL.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Foundation-AL5SLTAFRNJSZQWJ5H05IUMDS.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Foundation-AL5SLTAFRNJSZQWJ5H05IUMDS.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/SnapshottingSwift-85EC4MLCVBQT63ZGF4LD3LB1J.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/SnapshottingSwift-85EC4MLCVBQT63ZGF4LD3LB1J.scan
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/Snapshotting.build/Objects-normal/arm64/Initializer.o /Users/admin/builder/spi-builder-workspace/Sources/Snapshotting/Initializer.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Snapshotting' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/Snapshotting.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/Snapshotting.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/Snapshotting.build/Objects-normal/arm64/Initializer.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/Snapshotting.build/Objects-normal/arm64/Initializer.dia -c /Users/admin/builder/spi-builder-workspace/Sources/Snapshotting/Initializer.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/Snapshotting.build/Objects-normal/arm64/Initializer.o -index-unit-output-path /SnapshotPreviews.build/Debug-xros/Snapshotting.build/Objects-normal/arm64/Initializer.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Snapshotting.o normal (in target 'Snapshotting' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -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-16.3.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/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/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/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/Snapshotting.build/Objects-normal/arm64/Snapshotting.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/Snapshotting.build/Objects-normal/arm64/Snapshotting_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/Snapshotting.build/Objects-normal/arm64/Snapshotting_dependency_info.dat -fobjc-arc -fobjc-link-runtime -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Snapshotting.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Snapshotting.o (in target 'Snapshotting' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Snapshotting.o
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/Snapshotting.framework/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/Snapshotting\ product.build/empty-Snapshotting.plist (in target 'Snapshotting' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/Snapshotting\ product.build/empty-Snapshotting.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform xros -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/Snapshotting.framework/Info.plist
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/Snapshotting.framework/Snapshotting normal (in target 'Snapshotting' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -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-16.3.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/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/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/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 -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/Snapshotting\ product.build/Objects-normal/arm64/Snapshotting.LinkFileList -install_name @rpath/Snapshotting.framework/Snapshotting -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/Snapshotting\ product.build/Objects-normal/arm64/Snapshotting_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/Snapshotting\ product.build/Objects-normal/arm64/Snapshotting_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -framework PreviewsSupport -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/Snapshotting.framework/Snapshotting -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshotSharedModels.build/Objects-normal/arm64/SnapshotSharedModels.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshotPreviewsCore.build/Objects-normal/arm64/SnapshotPreviewsCore.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-xros/FlyingFox.build/Objects-normal/arm64/FlyingFox.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-xros/FlyingSocks.build/Objects-normal/arm64/FlyingSocks.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapshotPreviews.build/Debug-xros/SnapshottingSwift.build/Objects-normal/arm64/SnapshottingSwift.swiftmodule
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/Snapshotting.framework (in target 'Snapshotting' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/Snapshotting.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/Snapshotting.framework (in target 'Snapshotting' from project 'SnapshotPreviews')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/Snapshotting.framework
** BUILD SUCCEEDED **
Build complete.
{
"cxx_language_standard" : "c++11",
"dependencies" : [
{
"identity" : "flyingfox",
"requirement" : {
"exact" : [
"0.16.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/swhitty/FlyingFox.git"
},
{
"identity" : "accessibilitysnapshot",
"requirement" : {
"exact" : [
"1.0.2"
]
},
"type" : "sourceControl",
"url" : "https://github.com/EmergeTools/AccessibilitySnapshot.git"
},
{
"identity" : "simpledebugger",
"requirement" : {
"exact" : [
"1.0.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/EmergeTools/SimpleDebugger.git"
}
],
"manifest_display_name" : "SnapshotPreviews",
"name" : "SnapshotPreviews",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "PreviewGallery",
"targets" : [
"PreviewGallery"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "SnapshottingTests",
"targets" : [
"SnapshottingTests"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "SnapshotPreferences",
"targets" : [
"SnapshotPreferences"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SnapshotPreviewsCore",
"targets" : [
"SnapshotPreviewsCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Snapshotting",
"targets" : [
"Snapshotting"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "SnapshottingTestsObjc",
"module_type" : "ClangTarget",
"name" : "SnapshottingTestsObjc",
"path" : "Sources/SnapshottingTestsObjc",
"product_dependencies" : [
"SimpleDebugger"
],
"product_memberships" : [
"SnapshottingTests"
],
"sources" : [
"EMGInvocationCreator.mm"
],
"type" : "library"
},
{
"c99name" : "SnapshottingTests",
"module_type" : "SwiftTarget",
"name" : "SnapshottingTests",
"path" : "Sources/SnapshottingTests",
"product_memberships" : [
"SnapshottingTests"
],
"sources" : [
"AccessibilityPreviewTest.swift",
"DiscoveredPreview+PreviewType.swift",
"PreviewBaseTest.swift",
"PreviewFilters.swift",
"PreviewLayoutTest.swift",
"SnapshotTest.swift"
],
"target_dependencies" : [
"SnapshotPreviewsCore",
"SnapshottingTestsObjc"
],
"type" : "library"
},
{
"c99name" : "SnapshottingSwift",
"module_type" : "SwiftTarget",
"name" : "SnapshottingSwift",
"path" : "Sources/SnapshottingSwift",
"product_dependencies" : [
"FlyingFox"
],
"product_memberships" : [
"Snapshotting"
],
"sources" : [
"Initializer.swift",
"Snapshots.swift"
],
"target_dependencies" : [
"SnapshotPreviewsCore"
],
"type" : "library"
},
{
"c99name" : "Snapshotting",
"module_type" : "ClangTarget",
"name" : "Snapshotting",
"path" : "Sources/Snapshotting",
"product_memberships" : [
"Snapshotting"
],
"sources" : [
"Initializer.m"
],
"target_dependencies" : [
"SnapshottingSwift"
],
"type" : "library"
},
{
"c99name" : "SnapshotSharedModels",
"module_type" : "SwiftTarget",
"name" : "SnapshotSharedModels",
"path" : "Sources/SnapshotSharedModels",
"product_memberships" : [
"PreviewGallery",
"SnapshottingTests",
"SnapshotPreferences",
"SnapshotPreviewsCore",
"Snapshotting"
],
"sources" : [
"RenderingMode.swift"
],
"type" : "library"
},
{
"c99name" : "SnapshotPreviewsTests",
"module_type" : "SwiftTarget",
"name" : "SnapshotPreviewsTests",
"path" : "Tests/SnapshotPreviewsTests",
"sources" : [
"ETBrowserTests.swift"
],
"target_dependencies" : [
"SnapshotPreviewsCore"
],
"type" : "test"
},
{
"c99name" : "SnapshotPreviewsCore",
"module_type" : "SwiftTarget",
"name" : "SnapshotPreviewsCore",
"path" : "Sources/SnapshotPreviewsCore",
"product_dependencies" : [
"AccessibilitySnapshotCore"
],
"product_memberships" : [
"PreviewGallery",
"SnapshottingTests",
"SnapshotPreviewsCore",
"Snapshotting"
],
"sources" : [
"AppKitRenderingStrategy.swift",
"ConformanceLookup.swift",
"ExpandingViewController.swift",
"MetadataTypes.swift",
"ModifierFinder.swift",
"NSImage+EMG.swift",
"Orientation.swift",
"PreferredColorSchemeWrapper.swift",
"RenderingStrategy.swift",
"ScrollExpansion.swift",
"SnapshotPreviewsCore.swift",
"String+Split.swift",
"SwiftUIRenderingStrategy.swift",
"UIImage+EMG.swift",
"UIKitRenderingStrategy.swift",
"UIViewWrapper.swift",
"View+Snapshot.swift",
"ViewSelector.swift"
],
"target_dependencies" : [
"PreviewsSupport",
"SnapshotSharedModels"
],
"type" : "library"
},
{
"c99name" : "SnapshotPreferences",
"module_type" : "SwiftTarget",
"name" : "SnapshotPreferences",
"path" : "Sources/SnapshotPreferences",
"product_memberships" : [
"PreviewGallery",
"SnapshotPreferences"
],
"sources" : [
"AccessibiltyPreference.swift",
"AppStoreSnapshotPreference.swift",
"EmergeModifierFinder.swift",
"ExpansionPreference.swift",
"PrecisionPreference.swift",
"RenderingModePreference.swift"
],
"target_dependencies" : [
"SnapshotSharedModels"
],
"type" : "library"
},
{
"c99name" : "PreviewsSupport",
"module_type" : "BinaryTarget",
"name" : "PreviewsSupport",
"path" : "PreviewsSupport/PreviewsSupport.xcframework",
"product_memberships" : [
"PreviewGallery",
"SnapshottingTests",
"SnapshotPreviewsCore",
"Snapshotting"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "PreviewGallery",
"module_type" : "SwiftTarget",
"name" : "PreviewGallery",
"path" : "Sources/PreviewGallery",
"product_memberships" : [
"PreviewGallery"
],
"sources" : [
"Array+Filter.swift",
"Checkerboard.swift",
"Colors.swift",
"ModulePreviews.swift",
"ModuleScreens.swift",
"Preview+FullScreen.swift",
"PreviewCell.swift",
"PreviewData.swift",
"PreviewGallery.swift",
"PreviewsDetail.swift",
"TitleSubtitleRow.swift"
],
"target_dependencies" : [
"SnapshotPreviewsCore",
"SnapshotPreferences"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.