The Swift Package Index logo.Swift Package Index

Build Information

Failed to build PhantomSwift, reference v1.1.1 (ee5fad), with Swift 6.1 for visionOS using Xcode 16.3 on 24 Apr 2026 09:26:48 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme PhantomSwift -destination generic/platform=xrOS

Build Log

    public static let shared = PhantomFeatureFlags()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/FeatureFlags/Core/PhantomFeatureFlags.swift:6:20: note: class 'PhantomFeatureFlags' does not conform to the 'Sendable' protocol
public final class PhantomFeatureFlags {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/FeatureFlags/Core/PhantomFeatureFlags.swift:7:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    public static let shared = PhantomFeatureFlags()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/FeatureFlags/Core/PhantomFeatureFlags.swift:7:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let shared = PhantomFeatureFlags()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Logger/LogStore.swift:6:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'LogStore' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let shared = LogStore()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Logger/LogStore.swift:5:20: note: class 'LogStore' does not conform to the 'Sendable' protocol
public final class LogStore {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Logger/LogStore.swift:6:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    public static let shared = LogStore()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Logger/LogStore.swift:6:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let shared = LogStore()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Logger/PhantomOSLogBridge.swift:25:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'PhantomOSLogBridge' may have shared mutable state; this is an error in the Swift 6 language mode
    internal static let shared = PhantomOSLogBridge()
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Logger/PhantomOSLogBridge.swift:23:22: note: class 'PhantomOSLogBridge' does not conform to the 'Sendable' protocol
internal final class PhantomOSLogBridge {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Logger/PhantomOSLogBridge.swift:25:25: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    internal static let shared = PhantomOSLogBridge()
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Logger/PhantomOSLogBridge.swift:25:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    internal static let shared = PhantomOSLogBridge()
                        ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Logger/PhantomWebViewConsoleAutoInstaller.swift:10:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'PhantomWebViewConsoleAutoInstaller' may have shared mutable state; this is an error in the Swift 6 language mode
    static let shared = PhantomWebViewConsoleAutoInstaller()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Logger/PhantomWebViewConsoleAutoInstaller.swift:9:22: note: class 'PhantomWebViewConsoleAutoInstaller' does not conform to the 'Sendable' protocol
internal final class PhantomWebViewConsoleAutoInstaller {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Logger/PhantomWebViewConsoleAutoInstaller.swift:10:16: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    static let shared = PhantomWebViewConsoleAutoInstaller()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Logger/PhantomWebViewConsoleAutoInstaller.swift:10:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let shared = PhantomWebViewConsoleAutoInstaller()
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Logger/PhantomWebViewConsoleAutoInstaller.swift:30:13: warning: var 'phantomConsoleBridgeAssociatedKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var phantomConsoleBridgeAssociatedKey: UInt8 = 0
            ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Logger/PhantomWebViewConsoleAutoInstaller.swift:30:13: note: convert 'phantomConsoleBridgeAssociatedKey' to a 'let' constant to make 'Sendable' shared state immutable
private var phantomConsoleBridgeAssociatedKey: UInt8 = 0
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Logger/PhantomWebViewConsoleAutoInstaller.swift:30:13: note: add '@MainActor' to make var 'phantomConsoleBridgeAssociatedKey' part of global actor 'MainActor'
private var phantomConsoleBridgeAssociatedKey: UInt8 = 0
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Logger/PhantomWebViewConsoleAutoInstaller.swift:30:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var phantomConsoleBridgeAssociatedKey: UInt8 = 0
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Logger/UI/LogConsoleVC.swift:302:10: warning: main actor-isolated instance method 'onEvent' cannot be used to satisfy nonisolated requirement from protocol 'PhantomEventObserver'; this is an error in the Swift 6 language mode
    func onEvent(_ event: PhantomEvent) {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Logger/UI/LogConsoleVC.swift:302:10: note: add 'nonisolated' to 'onEvent' to make this instance method not isolated to the actor
    func onEvent(_ event: PhantomEvent) {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Logger/UI/LogConsoleVC.swift:7:54: note: add '@preconcurrency' to the 'PhantomEventObserver' conformance to defer isolation checking to run time
internal final class LogConsoleVC: UIViewController, PhantomEventObserver {
                                                     ^
                                                     @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Core/PhantomEventBus.swift:60:10: note: mark the protocol requirement 'onEvent' 'async' to allow actor-isolated conformances
    func onEvent(_ event: PhantomEvent)
         ^
                                        async
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/MainThreadChecker/Core/PhantomMainThreadChecker.swift:8:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'PhantomMainThreadChecker' may have shared mutable state; this is an error in the Swift 6 language mode
    internal static let shared = PhantomMainThreadChecker()
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/MainThreadChecker/Core/PhantomMainThreadChecker.swift:7:22: note: class 'PhantomMainThreadChecker' does not conform to the 'Sendable' protocol
internal final class PhantomMainThreadChecker {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/MainThreadChecker/Core/PhantomMainThreadChecker.swift:8:25: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    internal static let shared = PhantomMainThreadChecker()
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/MainThreadChecker/Core/PhantomMainThreadChecker.swift:8:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    internal static let shared = PhantomMainThreadChecker()
                        ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/MemoryLeak/PhantomHeapSnapshot.swift:9:13: warning: var '_snapshotAccumulator' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var _snapshotAccumulator: [String: Int] = [:]
            ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/MemoryLeak/PhantomHeapSnapshot.swift:9:13: note: convert '_snapshotAccumulator' to a 'let' constant to make 'Sendable' shared state immutable
private var _snapshotAccumulator: [String: Int] = [:]
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/MemoryLeak/PhantomHeapSnapshot.swift:9:13: note: add '@MainActor' to make var '_snapshotAccumulator' part of global actor 'MainActor'
private var _snapshotAccumulator: [String: Int] = [:]
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/MemoryLeak/PhantomHeapSnapshot.swift:9:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var _snapshotAccumulator: [String: Int] = [:]
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/MemoryLeak/PhantomLeakTracker.swift:47:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'PhantomLeakTracker' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let shared = PhantomLeakTracker()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/MemoryLeak/PhantomLeakTracker.swift:45:20: note: class 'PhantomLeakTracker' does not conform to the 'Sendable' protocol
public final class PhantomLeakTracker {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/MemoryLeak/PhantomLeakTracker.swift:47:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    public static let shared = PhantomLeakTracker()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/MemoryLeak/PhantomLeakTracker.swift:47:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let shared = PhantomLeakTracker()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/MemoryLeak/UI/LeakListVC.swift:161:10: warning: main actor-isolated instance method 'onEvent' cannot be used to satisfy nonisolated requirement from protocol 'PhantomEventObserver'; this is an error in the Swift 6 language mode
    func onEvent(_ event: PhantomEvent) {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/MemoryLeak/UI/LeakListVC.swift:161:10: note: add 'nonisolated' to 'onEvent' to make this instance method not isolated to the actor
    func onEvent(_ event: PhantomEvent) {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/MemoryLeak/UI/LeakListVC.swift:6:50: note: add '@preconcurrency' to the 'PhantomEventObserver' conformance to defer isolation checking to run time
internal final class LeakListVC: PhantomTableVC, PhantomEventObserver {
                                                 ^
                                                 @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Core/PhantomEventBus.swift:60:10: note: mark the protocol requirement 'onEvent' 'async' to allow actor-isolated conformances
    func onEvent(_ event: PhantomEvent)
         ^
                                        async
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/Core/PhantomHARExporter.swift:9:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'PhantomHARExporter' may have shared mutable state; this is an error in the Swift 6 language mode
    internal static let shared = PhantomHARExporter()
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/Core/PhantomHARExporter.swift:7:22: note: class 'PhantomHARExporter' does not conform to the 'Sendable' protocol
internal final class PhantomHARExporter {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/Core/PhantomHARExporter.swift:9:25: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    internal static let shared = PhantomHARExporter()
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/Core/PhantomHARExporter.swift:9:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    internal static let shared = PhantomHARExporter()
                        ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/Core/PhantomRequestStore.swift:7:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'PhantomRequestStore' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let shared = PhantomRequestStore()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/Core/PhantomRequestStore.swift:6:20: note: class 'PhantomRequestStore' does not conform to the 'Sendable' protocol
public final class PhantomRequestStore {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/Core/PhantomRequestStore.swift:7:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    public static let shared = PhantomRequestStore()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/Core/PhantomRequestStore.swift:7:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let shared = PhantomRequestStore()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/Core/PhantomSessionRecorder.swift:7:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'PhantomSessionRecorder' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let shared = PhantomSessionRecorder()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/Core/PhantomSessionRecorder.swift:6:20: note: class 'PhantomSessionRecorder' does not conform to the 'Sendable' protocol
public final class PhantomSessionRecorder {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/Core/PhantomSessionRecorder.swift:7:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    public static let shared = PhantomSessionRecorder()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/Core/PhantomSessionRecorder.swift:7:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let shared = PhantomSessionRecorder()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/Core/PhantomSessionRecorder.swift:31:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'PhantomSessionReplayer' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let shared = PhantomSessionReplayer()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/Core/PhantomSessionRecorder.swift:30:20: note: class 'PhantomSessionReplayer' does not conform to the 'Sendable' protocol
public final class PhantomSessionReplayer {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/Core/PhantomSessionRecorder.swift:31:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    public static let shared = PhantomSessionReplayer()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/Core/PhantomSessionRecorder.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let shared = PhantomSessionReplayer()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/Core/PhantomURLProtocol.swift:6:20: warning: 'Sendable' class 'PhantomURLProtocol' cannot inherit from another class other than 'NSObject'; this is an error in the Swift 6 language mode
public final class PhantomURLProtocol: URLProtocol {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/Core/PhantomURLProtocol.swift:8:17: warning: stored property 'session' of 'Sendable'-conforming class 'PhantomURLProtocol' is mutable; this is an error in the Swift 6 language mode
    private var session: URLSession?
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/UI/NetworkListVC.swift:238:10: warning: main actor-isolated instance method 'onEvent' cannot be used to satisfy nonisolated requirement from protocol 'PhantomEventObserver'; this is an error in the Swift 6 language mode
    func onEvent(_ event: PhantomEvent) {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/UI/NetworkListVC.swift:238:10: note: add 'nonisolated' to 'onEvent' to make this instance method not isolated to the actor
    func onEvent(_ event: PhantomEvent) {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/UI/NetworkListVC.swift:54:53: note: add '@preconcurrency' to the 'PhantomEventObserver' conformance to defer isolation checking to run time
internal final class NetworkListVC: PhantomTableVC, PhantomEventObserver {
                                                    ^
                                                    @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Core/PhantomEventBus.swift:60:10: note: mark the protocol requirement 'onEvent' 'async' to allow actor-isolated conformances
    func onEvent(_ event: PhantomEvent)
         ^
                                        async
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/UI/RequestReplayVC.swift:24:52: error: 'white' is unavailable in visionOS
            return UIActivityIndicatorView(style: .white)
                                                   ^~~~~
UIKit.UIActivityIndicatorView.Style.white:4:10: note: 'white' has been explicitly marked unavailable here
    case white  }
         ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PerformanceMonitor.swift:7:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'PerformanceMonitor' may have shared mutable state; this is an error in the Swift 6 language mode
    internal static let shared = PerformanceMonitor()
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PerformanceMonitor.swift:6:22: note: class 'PerformanceMonitor' does not conform to the 'Sendable' protocol
internal final class PerformanceMonitor {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PerformanceMonitor.swift:7:25: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    internal static let shared = PerformanceMonitor()
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PerformanceMonitor.swift:7:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    internal static let shared = PerformanceMonitor()
                        ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomCrashLogStore.swift:46:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'PhantomCrashLogStore' may have shared mutable state; this is an error in the Swift 6 language mode
    internal static let shared = PhantomCrashLogStore()
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomCrashLogStore.swift:44:22: note: class 'PhantomCrashLogStore' does not conform to the 'Sendable' protocol
internal final class PhantomCrashLogStore {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomCrashLogStore.swift:46:25: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    internal static let shared = PhantomCrashLogStore()
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomCrashLogStore.swift:46:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    internal static let shared = PhantomCrashLogStore()
                        ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomCrashLogStore.swift:160:24: warning: static property 'previousHandler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var previousHandler: NSUncaughtExceptionHandler?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomCrashLogStore.swift:160:24: note: convert 'previousHandler' to a 'let' constant to make 'Sendable' shared state immutable
    private static var previousHandler: NSUncaughtExceptionHandler?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomCrashLogStore.swift:160:24: note: add '@MainActor' to make static property 'previousHandler' part of global actor 'MainActor'
    private static var previousHandler: NSUncaughtExceptionHandler?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomCrashLogStore.swift:160:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var previousHandler: NSUncaughtExceptionHandler?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomHangDetector.swift:16:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'PhantomHangDetector' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let shared = PhantomHangDetector()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomHangDetector.swift:15:20: note: class 'PhantomHangDetector' does not conform to the 'Sendable' protocol
public final class PhantomHangDetector {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomHangDetector.swift:16:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    public static let shared = PhantomHangDetector()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomHangDetector.swift:16:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let shared = PhantomHangDetector()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomMemorySlayer.swift:23:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'PhantomMemorySlayer' may have shared mutable state; this is an error in the Swift 6 language mode
    internal static let shared = PhantomMemorySlayer()
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomMemorySlayer.swift:21:22: note: class 'PhantomMemorySlayer' does not conform to the 'Sendable' protocol
internal final class PhantomMemorySlayer {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomMemorySlayer.swift:23:25: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    internal static let shared = PhantomMemorySlayer()
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomMemorySlayer.swift:23:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    internal static let shared = PhantomMemorySlayer()
                        ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomMetricKitMonitor.swift:51:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'PhantomMetricKitMonitor' may have shared mutable state; this is an error in the Swift 6 language mode
    internal static let shared = PhantomMetricKitMonitor()
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomMetricKitMonitor.swift:49:22: note: class 'PhantomMetricKitMonitor' does not conform to the 'Sendable' protocol
internal final class PhantomMetricKitMonitor: NSObject, MXMetricManagerSubscriber {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomMetricKitMonitor.swift:51:25: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    internal static let shared = PhantomMetricKitMonitor()
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomMetricKitMonitor.swift:51:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    internal static let shared = PhantomMetricKitMonitor()
                        ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomObjectTracker.swift:25:13: warning: var 'phantomWatcherKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var phantomWatcherKey: UInt8 = 0
            ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomObjectTracker.swift:25:13: note: convert 'phantomWatcherKey' to a 'let' constant to make 'Sendable' shared state immutable
private var phantomWatcherKey: UInt8 = 0
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomObjectTracker.swift:25:13: note: add '@MainActor' to make var 'phantomWatcherKey' part of global actor 'MainActor'
private var phantomWatcherKey: UInt8 = 0
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomObjectTracker.swift:25:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var phantomWatcherKey: UInt8 = 0
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomObjectTracker.swift:28:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'PhantomObjectTracker' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let shared = PhantomObjectTracker()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomObjectTracker.swift:27:20: note: class 'PhantomObjectTracker' does not conform to the 'Sendable' protocol
public final class PhantomObjectTracker {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomObjectTracker.swift:28:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    public static let shared = PhantomObjectTracker()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomObjectTracker.swift:28:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let shared = PhantomObjectTracker()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomAccessibilityAuditor.swift:6:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'PhantomAccessibilityAuditor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let shared = PhantomAccessibilityAuditor()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomAccessibilityAuditor.swift:5:20: note: class 'PhantomAccessibilityAuditor' does not conform to the 'Sendable' protocol
public final class PhantomAccessibilityAuditor {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomAccessibilityAuditor.swift:6:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    public static let shared = PhantomAccessibilityAuditor()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomAccessibilityAuditor.swift:6:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let shared = PhantomAccessibilityAuditor()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomBGTaskInspector.swift:58:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'PhantomBGTaskInspector' may have shared mutable state; this is an error in the Swift 6 language mode
    internal static let shared = PhantomBGTaskInspector()
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomBGTaskInspector.swift:56:22: note: class 'PhantomBGTaskInspector' does not conform to the 'Sendable' protocol
internal final class PhantomBGTaskInspector {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomBGTaskInspector.swift:58:25: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    internal static let shared = PhantomBGTaskInspector()
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomBGTaskInspector.swift:58:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    internal static let shared = PhantomBGTaskInspector()
                        ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomBugReporter.swift:6:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'PhantomBugReporter' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let shared = PhantomBugReporter()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomBugReporter.swift:5:20: note: class 'PhantomBugReporter' does not conform to the 'Sendable' protocol
public final class PhantomBugReporter {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomBugReporter.swift:6:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    public static let shared = PhantomBugReporter()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomBugReporter.swift:6:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let shared = PhantomBugReporter()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomEnvironmentMonitor.swift:6:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'PhantomEnvironmentMonitor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let shared = PhantomEnvironmentMonitor()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomEnvironmentMonitor.swift:5:20: note: class 'PhantomEnvironmentMonitor' does not conform to the 'Sendable' protocol
public final class PhantomEnvironmentMonitor {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomEnvironmentMonitor.swift:6:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    public static let shared = PhantomEnvironmentMonitor()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomEnvironmentMonitor.swift:6:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let shared = PhantomEnvironmentMonitor()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomLocaleManager.swift:6:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'PhantomLocaleManager' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let shared = PhantomLocaleManager()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomLocaleManager.swift:5:20: note: class 'PhantomLocaleManager' does not conform to the 'Sendable' protocol
public final class PhantomLocaleManager {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomLocaleManager.swift:6:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    public static let shared = PhantomLocaleManager()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomLocaleManager.swift:6:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let shared = PhantomLocaleManager()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomLocationManager.swift:7:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'PhantomLocationManager' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let shared = PhantomLocationManager()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomLocationManager.swift:6:20: note: class 'PhantomLocationManager' does not conform to the 'Sendable' protocol
public final class PhantomLocationManager {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomLocationManager.swift:7:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    public static let shared = PhantomLocationManager()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomLocationManager.swift:7:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let shared = PhantomLocationManager()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomPushSimulator.swift:100:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'PhantomPushSimulator' may have shared mutable state; this is an error in the Swift 6 language mode
    internal static let shared = PhantomPushSimulator()
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomPushSimulator.swift:98:22: note: class 'PhantomPushSimulator' does not conform to the 'Sendable' protocol
internal final class PhantomPushSimulator {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomPushSimulator.swift:100:25: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    internal static let shared = PhantomPushSimulator()
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomPushSimulator.swift:100:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    internal static let shared = PhantomPushSimulator()
                        ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Remote/PhantomRemoteServer.swift:10:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'PhantomRemoteServer' may have shared mutable state; this is an error in the Swift 6 language mode
    internal static let shared = PhantomRemoteServer()
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Remote/PhantomRemoteServer.swift:9:22: note: class 'PhantomRemoteServer' does not conform to the 'Sendable' protocol
internal final class PhantomRemoteServer {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Remote/PhantomRemoteServer.swift:10:25: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    internal static let shared = PhantomRemoteServer()
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Remote/PhantomRemoteServer.swift:10:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    internal static let shared = PhantomRemoteServer()
                        ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/RuntimeBrowser/Core/PhantomRuntimeInspector.swift:66:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'PhantomRuntimeInspector' may have shared mutable state; this is an error in the Swift 6 language mode
    internal static let shared = PhantomRuntimeInspector()
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/RuntimeBrowser/Core/PhantomRuntimeInspector.swift:64:22: note: class 'PhantomRuntimeInspector' does not conform to the 'Sendable' protocol
internal final class PhantomRuntimeInspector {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/RuntimeBrowser/Core/PhantomRuntimeInspector.swift:66:25: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    internal static let shared = PhantomRuntimeInspector()
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/RuntimeBrowser/Core/PhantomRuntimeInspector.swift:66:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    internal static let shared = PhantomRuntimeInspector()
                        ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/RuntimeBrowser/UI/ClassDetailVC.swift:35:52: error: 'gray' is unavailable in visionOS
            return UIActivityIndicatorView(style: .gray)
                                                   ^~~~
UIKit.UIActivityIndicatorView.Style.gray:4:10: note: 'gray' has been explicitly marked unavailable here
    case gray  }
         ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/RuntimeBrowser/UI/RuntimeBrowserVC.swift:27:52: error: 'whiteLarge' is unavailable in visionOS
            return UIActivityIndicatorView(style: .whiteLarge)
                                                   ^~~~~~~~~~
UIKit.UIActivityIndicatorView.Style.whiteLarge:4:10: note: 'whiteLarge' has been explicitly marked unavailable here
    case whiteLarge  }
         ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Security/PhantomSecurityInspector.swift:9:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'PhantomSecurityInspector' may have shared mutable state; this is an error in the Swift 6 language mode
    internal static let shared = PhantomSecurityInspector()
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Security/PhantomSecurityInspector.swift:8:22: note: class 'PhantomSecurityInspector' does not conform to the 'Sendable' protocol
internal final class PhantomSecurityInspector {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Security/PhantomSecurityInspector.swift:9:25: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    internal static let shared = PhantomSecurityInspector()
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Security/PhantomSecurityInspector.swift:9:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    internal static let shared = PhantomSecurityInspector()
                        ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Storage/Core/PhantomSnapshotManager.swift:21:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'PhantomSnapshotManager' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let shared = PhantomSnapshotManager()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Storage/Core/PhantomSnapshotManager.swift:20:20: note: class 'PhantomSnapshotManager' does not conform to the 'Sendable' protocol
public final class PhantomSnapshotManager {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Storage/Core/PhantomSnapshotManager.swift:21:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    public static let shared = PhantomSnapshotManager()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Storage/Core/PhantomSnapshotManager.swift:21:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let shared = PhantomSnapshotManager()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/SwiftUI/Core/PhantomRenderStore.swift:22:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'PhantomRenderStore' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let shared = PhantomRenderStore()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/SwiftUI/Core/PhantomRenderStore.swift:21:20: note: class 'PhantomRenderStore' does not conform to the 'Sendable' protocol
public final class PhantomRenderStore {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/SwiftUI/Core/PhantomRenderStore.swift:22:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    public static let shared = PhantomRenderStore()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/SwiftUI/Core/PhantomRenderStore.swift:22:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let shared = PhantomRenderStore()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomFPSMonitor.swift:10:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'PhantomFPSMonitor' may have shared mutable state; this is an error in the Swift 6 language mode
    internal static let shared = PhantomFPSMonitor()
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomFPSMonitor.swift:8:22: note: class 'PhantomFPSMonitor' does not conform to the 'Sendable' protocol
internal final class PhantomFPSMonitor {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomFPSMonitor.swift:10:25: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    internal static let shared = PhantomFPSMonitor()
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomFPSMonitor.swift:10:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    internal static let shared = PhantomFPSMonitor()
                        ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomGridOverlay.swift:36:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'PhantomGridOverlay' may have shared mutable state; this is an error in the Swift 6 language mode
    internal static let shared = PhantomGridOverlay()
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomGridOverlay.swift:34:22: note: class 'PhantomGridOverlay' does not conform to the 'Sendable' protocol
internal final class PhantomGridOverlay {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomGridOverlay.swift:36:25: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    internal static let shared = PhantomGridOverlay()
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomGridOverlay.swift:36:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    internal static let shared = PhantomGridOverlay()
                        ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomGridOverlay.swift:45:23: warning: main actor-isolated property 'config' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            drawView?.config = config
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomGridOverlay.swift:112:9: note: mutation of this property is only permitted within the actor
    var config: PhantomGridConfig {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomGridOverlay.swift:46:28: warning: main actor-isolated property 'alpha' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            overlayWindow?.alpha = CGFloat(config.opacity)
                           ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:304:56: note: mutation of this property is only permitted within the actor
@property(nonatomic)                 CGFloat           alpha;                      // animatable. default is 1.0
                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomLayoutConflictDetector.swift:38:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'PhantomLayoutConflictDetector' may have shared mutable state; this is an error in the Swift 6 language mode
    internal static let shared = PhantomLayoutConflictDetector()
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomLayoutConflictDetector.swift:36:22: note: class 'PhantomLayoutConflictDetector' does not conform to the 'Sendable' protocol
internal final class PhantomLayoutConflictDetector {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomLayoutConflictDetector.swift:38:25: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    internal static let shared = PhantomLayoutConflictDetector()
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomLayoutConflictDetector.swift:38:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    internal static let shared = PhantomLayoutConflictDetector()
                        ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomMeasurementTool.swift:8:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'PhantomMeasurementTool' may have shared mutable state; this is an error in the Swift 6 language mode
    internal static let shared = PhantomMeasurementTool()
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomMeasurementTool.swift:6:22: note: class 'PhantomMeasurementTool' does not conform to the 'Sendable' protocol
internal final class PhantomMeasurementTool {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomMeasurementTool.swift:8:25: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    internal static let shared = PhantomMeasurementTool()
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomMeasurementTool.swift:8:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    internal static let shared = PhantomMeasurementTool()
                        ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomTouchVisualizer.swift:11:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'PhantomTouchVisualizer' may have shared mutable state; this is an error in the Swift 6 language mode
    internal static let shared = PhantomTouchVisualizer()
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomTouchVisualizer.swift:9:22: note: class 'PhantomTouchVisualizer' does not conform to the 'Sendable' protocol
internal final class PhantomTouchVisualizer {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomTouchVisualizer.swift:11:25: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    internal static let shared = PhantomTouchVisualizer()
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomTouchVisualizer.swift:11:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    internal static let shared = PhantomTouchVisualizer()
                        ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomUIKitTracker.swift:6:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'PhantomUIKitTracker' may have shared mutable state; this is an error in the Swift 6 language mode
    static let shared = PhantomUIKitTracker()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomUIKitTracker.swift:5:22: note: class 'PhantomUIKitTracker' does not conform to the 'Sendable' protocol
internal final class PhantomUIKitTracker {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomUIKitTracker.swift:6:16: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    static let shared = PhantomUIKitTracker()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomUIKitTracker.swift:6:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let shared = PhantomUIKitTracker()
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/PhantomUIInspector.swift:6:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'PhantomUIInspector' may have shared mutable state; this is an error in the Swift 6 language mode
    internal static let shared = PhantomUIInspector()
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/PhantomUIInspector.swift:5:22: note: class 'PhantomUIInspector' does not conform to the 'Sendable' protocol
internal final class PhantomUIInspector {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/PhantomUIInspector.swift:6:25: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    internal static let shared = PhantomUIInspector()
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/PhantomUIInspector.swift:6:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    internal static let shared = PhantomUIInspector()
                        ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/HitTestInspectorVC.swift:58:44: error: 'UIScreen' is unavailable in visionOS
    private let panelCollapsedY: CGFloat = UIScreen.main.bounds.height - 96
                                           ^~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
@interface UIScreen : NSObject <UITraitEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/HitTestInspectorVC.swift:59:44: error: 'UIScreen' is unavailable in visionOS
    private let panelExpandedY:  CGFloat = UIScreen.main.bounds.height * 0.45
                                           ^~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
@interface UIScreen : NSObject <UITraitEnvironment>
           ^
SwiftCompile normal arm64 Compiling\ PhantomMetricKitMonitor.swift,\ PhantomObjectTracker.swift,\ CrashLogVC.swift,\ HangDetailVC.swift,\ HangListVC.swift,\ MemoryDiffVC.swift,\ MemoryGraphVC.swift,\ PerformanceDashboardVC.swift,\ PhantomTimelineView.swift,\ PhantomAccessibilityAuditor.swift,\ PhantomBGTaskInspector.swift,\ PhantomBugReporter.swift,\ PhantomEnvironmentMonitor.swift,\ PhantomLocaleManager.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomMetricKitMonitor.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomObjectTracker.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/UI/CrashLogVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/UI/HangDetailVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/UI/HangListVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/UI/MemoryDiffVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/UI/MemoryGraphVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/UI/PerformanceDashboardVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/UI/PhantomTimelineView.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomAccessibilityAuditor.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomBGTaskInspector.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomBugReporter.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomEnvironmentMonitor.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomLocaleManager.swift (in target 'PhantomSwift' from project 'PhantomSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomMetricKitMonitor.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomObjectTracker.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/UI/CrashLogVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/UI/HangDetailVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/UI/HangListVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/UI/MemoryDiffVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/UI/MemoryGraphVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/UI/PerformanceDashboardVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/UI/PhantomTimelineView.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomAccessibilityAuditor.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomBGTaskInspector.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomBugReporter.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomEnvironmentMonitor.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomLocaleManager.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ GestureInspectorVC.swift,\ GridOverlayVC.swift,\ HitTestInspectorVC.swift,\ LayerInspectorVC.swift,\ LayoutConflictVC.swift,\ LiveEditVC.swift,\ ResponderChainVC.swift,\ SnapshotCompareVC.swift,\ UIInspectorActionCard.swift,\ UserDefaultsInspectorVC.swift,\ ViewDetailVC.swift,\ ViewHierarchy3DVC.swift,\ ViewHierarchyVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/GestureInspectorVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/GridOverlayVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/HitTestInspectorVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/LayerInspectorVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/LayoutConflictVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/LiveEditVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/ResponderChainVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/SnapshotCompareVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/UIInspectorActionCard.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/UserDefaultsInspectorVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/ViewDetailVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/ViewHierarchy3DVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/ViewHierarchyVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/GestureInspectorVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/GridOverlayVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/HitTestInspectorVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/LayerInspectorVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/LayoutConflictVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/LiveEditVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/ResponderChainVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/SnapshotCompareVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/UIInspectorActionCard.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/UserDefaultsInspectorVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/ViewDetailVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/ViewHierarchy3DVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/ViewHierarchyVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling PhantomCURLExporter.swift (in target 'PhantomSwiftNetworking' from project 'PhantomSwift')
SwiftCompile normal arm64 Compiling\ PhantomFPSMonitor.swift,\ PhantomGridOverlay.swift,\ PhantomLayoutConflictDetector.swift,\ PhantomMeasurementTool.swift,\ PhantomTouchVisualizer.swift,\ PhantomUIKitTracker.swift,\ PhantomUIInspector.swift,\ AccessibilityAuditVC.swift,\ AnimationInspectorVC.swift,\ ColorPickerVC.swift,\ ConstraintInspectorVC.swift,\ DevToolsVC.swift,\ EnvironmentOverrideVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomFPSMonitor.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomGridOverlay.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomLayoutConflictDetector.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomMeasurementTool.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomTouchVisualizer.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomUIKitTracker.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/PhantomUIInspector.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/AccessibilityAuditVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/AnimationInspectorVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/ColorPickerVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/ConstraintInspectorVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/DevToolsVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/EnvironmentOverrideVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomFPSMonitor.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomGridOverlay.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomLayoutConflictDetector.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomMeasurementTool.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomTouchVisualizer.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomUIKitTracker.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/PhantomUIInspector.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/AccessibilityAuditVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/AnimationInspectorVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/ColorPickerVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/ConstraintInspectorVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/DevToolsVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/EnvironmentOverrideVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling InterceptRule.swift (in target 'PhantomSwiftNetworking' from project 'PhantomSwift')
SwiftCompile normal arm64 Compiling\ LogStore.swift,\ PhantomLog.swift,\ PhantomOSLogBridge.swift,\ PhantomWebViewConsoleAutoInstaller.swift,\ PhantomWebViewConsoleBridge.swift,\ ExtensionLogVC.swift,\ LogConsoleVC.swift,\ PhantomMainThreadChecker.swift,\ MainThreadCheckerVC.swift,\ PhantomHeapSnapshot.swift,\ PhantomLeakTracker.swift,\ HeapSnapshotVC.swift,\ LeakListVC.swift,\ ObjectRetainGraphVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Logger/LogStore.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Logger/PhantomLog.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Logger/PhantomOSLogBridge.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Logger/PhantomWebViewConsoleAutoInstaller.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Logger/PhantomWebViewConsoleBridge.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Logger/UI/ExtensionLogVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Logger/UI/LogConsoleVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/MainThreadChecker/Core/PhantomMainThreadChecker.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/MainThreadChecker/UI/MainThreadCheckerVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/MemoryLeak/PhantomHeapSnapshot.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/MemoryLeak/PhantomLeakTracker.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/MemoryLeak/UI/HeapSnapshotVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/MemoryLeak/UI/LeakListVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/MemoryLeak/UI/ObjectRetainGraphVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Logger/LogStore.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Logger/PhantomLog.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Logger/PhantomOSLogBridge.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Logger/PhantomWebViewConsoleAutoInstaller.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Logger/PhantomWebViewConsoleBridge.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Logger/UI/ExtensionLogVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Logger/UI/LogConsoleVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/MainThreadChecker/Core/PhantomMainThreadChecker.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/MainThreadChecker/UI/MainThreadCheckerVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/MemoryLeak/PhantomHeapSnapshot.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/MemoryLeak/PhantomLeakTracker.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/MemoryLeak/UI/HeapSnapshotVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/MemoryLeak/UI/LeakListVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/MemoryLeak/UI/ObjectRetainGraphVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PhantomHARExporter.swift,\ PhantomRequestStore.swift,\ PhantomSessionRecorder.swift,\ PhantomURLProtocol.swift,\ BadNetworkDashboardVC.swift,\ NetworkListVC.swift,\ NetworkWaterfallVC.swift,\ PhantomNetworkCell.swift,\ PhantomNetworkHeaderView.swift,\ RequestReplayVC.swift,\ PerformanceMonitor.swift,\ PhantomCrashLogStore.swift,\ PhantomHangDetector.swift,\ PhantomMemorySlayer.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/Core/PhantomHARExporter.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/Core/PhantomRequestStore.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/Core/PhantomSessionRecorder.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/Core/PhantomURLProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/UI/BadNetworkDashboardVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/UI/NetworkListVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/UI/NetworkWaterfallVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/UI/PhantomNetworkCell.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/UI/PhantomNetworkHeaderView.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/UI/RequestReplayVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PerformanceMonitor.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomCrashLogStore.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomHangDetector.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomMemorySlayer.swift (in target 'PhantomSwift' from project 'PhantomSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/Core/PhantomHARExporter.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/Core/PhantomRequestStore.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/Core/PhantomSessionRecorder.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/Core/PhantomURLProtocol.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/UI/BadNetworkDashboardVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/UI/NetworkListVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/UI/NetworkWaterfallVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/UI/PhantomNetworkCell.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/UI/PhantomNetworkHeaderView.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/UI/RequestReplayVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PerformanceMonitor.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomCrashLogStore.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomHangDetector.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomMemorySlayer.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling PhantomRuleMatcher.swift (in target 'PhantomSwiftNetworking' from project 'PhantomSwift')
SwiftCompile normal arm64 Compiling\ PhantomBadgeView.swift,\ PhantomCodeView.swift,\ PhantomEmptyStateView.swift,\ PhantomTableVC.swift,\ Data+Phantom.swift,\ UIColor+Phantom.swift,\ UIExtensions+Phantom.swift,\ UIFont+Phantom.swift,\ UIImage+Phantom.swift,\ UIViewController+Phantom.swift,\ UIViewController+PhantomAppearance.swift,\ PhantomPresentationResolver.swift,\ PhantomSwizzler.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Components/PhantomBadgeView.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Components/PhantomCodeView.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Components/PhantomEmptyStateView.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Components/PhantomTableVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Extensions/Data+Phantom.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Extensions/UIColor+Phantom.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Extensions/UIExtensions+Phantom.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Extensions/UIFont+Phantom.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Extensions/UIImage+Phantom.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Extensions/UIViewController+Phantom.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Extensions/UIViewController+PhantomAppearance.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Helpers/PhantomPresentationResolver.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Helpers/PhantomSwizzler.swift (in target 'PhantomSwift' from project 'PhantomSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Components/PhantomBadgeView.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Components/PhantomCodeView.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Components/PhantomEmptyStateView.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Components/PhantomTableVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Extensions/Data+Phantom.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Extensions/UIColor+Phantom.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Extensions/UIExtensions+Phantom.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Extensions/UIFont+Phantom.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Extensions/UIImage+Phantom.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Extensions/UIViewController+Phantom.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Extensions/UIViewController+PhantomAppearance.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Helpers/PhantomPresentationResolver.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Helpers/PhantomSwizzler.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling PhantomNetworkModel.swift (in target 'PhantomSwiftNetworking' from project 'PhantomSwift')
SwiftDriverJobDiscovery normal arm64 Compiling PhantomNetworkSimulator.swift (in target 'PhantomSwiftNetworking' from project 'PhantomSwift')
SwiftCompile normal arm64 Compiling\ PhantomAnalyticsMonitor.swift,\ AnalyticsListVC.swift,\ PhantomAssetInspector.swift,\ AssetGridCell.swift,\ AssetListVC.swift,\ PhantomExtensionBus.swift,\ PhantomFeatureFlags.swift,\ FeatureFlagsDashboardVC.swift,\ PhantomInterceptorDraft.swift,\ InterceptorCardCell.swift,\ InterceptorListVC.swift,\ PhantomMockEditorVC.swift,\ LogEntry.swift,\ LogLevel.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Analytics/Core/PhantomAnalyticsMonitor.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Analytics/UI/AnalyticsListVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Assets/Core/PhantomAssetInspector.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Assets/UI/AssetGridCell.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Assets/UI/AssetListVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Core/PhantomExtensionBus.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/FeatureFlags/Core/PhantomFeatureFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/FeatureFlags/UI/FeatureFlagsDashboardVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Interceptor/Core/PhantomInterceptorDraft.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Interceptor/UI/InterceptorCardCell.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Interceptor/UI/InterceptorListVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Interceptor/UI/PhantomMockEditorVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Logger/LogEntry.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Logger/LogLevel.swift (in target 'PhantomSwift' from project 'PhantomSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Analytics/Core/PhantomAnalyticsMonitor.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Analytics/UI/AnalyticsListVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Assets/Core/PhantomAssetInspector.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Assets/UI/AssetGridCell.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Assets/UI/AssetListVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Core/PhantomExtensionBus.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/FeatureFlags/Core/PhantomFeatureFlags.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/FeatureFlags/UI/FeatureFlagsDashboardVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Interceptor/Core/PhantomInterceptorDraft.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Interceptor/UI/InterceptorCardCell.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Interceptor/UI/InterceptorListVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Interceptor/UI/PhantomMockEditorVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Logger/LogEntry.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Logger/LogLevel.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling PhantomInterceptor.swift (in target 'PhantomSwiftNetworking' from project 'PhantomSwift')
SwiftDriver\ Compilation PhantomSwiftNetworking normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PhantomSwiftNetworking' from project 'PhantomSwift')
    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 PhantomSwiftNetworking -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhantomSwift.build/Debug-xros/PhantomSwiftNetworking.build/Objects-normal/arm64/PhantomSwiftNetworking.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 -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/PhantomSwift.build/Debug-xros/PhantomSwiftNetworking.build/Objects-normal/arm64/PhantomSwiftNetworking-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/PhantomSwift.build/Debug-xros/PhantomSwiftNetworking.build/Objects-normal/arm64/PhantomSwiftNetworking.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhantomSwift.build/Debug-xros/PhantomSwiftNetworking.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhantomSwift.build/Debug-xros/PhantomSwiftNetworking.build/Objects-normal/arm64/PhantomSwiftNetworking_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/PhantomSwift.build/Debug-xros/PhantomSwiftNetworking.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhantomSwift.build/Debug-xros/PhantomSwiftNetworking.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhantomSwift.build/Debug-xros/PhantomSwiftNetworking.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/PhantomSwift.build/Debug-xros/PhantomSwiftNetworking.build/Objects-normal/arm64/PhantomSwiftNetworking-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ PhantomSwift (in target 'PhantomSwift' from project 'PhantomSwift')
	EmitSwiftModule normal arm64 (in target 'PhantomSwift' from project 'PhantomSwift')
	Building workspace spi-builder-workspace with scheme PhantomSwift
(3 failures)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  PhantomSwift: /Users/admin/builder/spi-builder-workspace
resolved source packages: PhantomSwift
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PhantomSwift",
  "name" : "PhantomSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "PhantomSwift",
      "targets" : [
        "PhantomSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PhantomSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "PhantomSwiftTests",
      "path" : "Tests/PhantomSwiftTests",
      "sources" : [
        "Core/PhantomEventBusTests.swift",
        "Core/PhantomFeatureCatalogTests.swift",
        "Core/PhantomLaunchPlannerTests.swift",
        "Modules/Analytics/Core/PhantomAnalyticsMonitorTests.swift",
        "Modules/Interceptor/PhantomInterceptorDraftTests.swift",
        "Modules/Interceptor/PhantomInterceptorTests.swift",
        "Modules/Logger/LogStoreTests.swift",
        "Modules/Logger/PhantomWebViewConsoleBridgeTests.swift",
        "Modules/Network/Core/PhantomRequestStoreTests.swift",
        "Modules/SwiftUI/Core/PhantomRenderStoreTests.swift",
        "PhantomAnalyticsMonitorQueryTests.swift",
        "PhantomCURLExporterTests.swift",
        "PhantomFeatureFlagsTests.swift",
        "PhantomLocationManagerTests.swift",
        "PhantomRequestStoreClearTests.swift"
      ],
      "target_dependencies" : [
        "PhantomSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PhantomSwiftNetworking",
      "module_type" : "SwiftTarget",
      "name" : "PhantomSwiftNetworking",
      "path" : "Sources/PhantomSwiftNetworking",
      "product_memberships" : [
        "PhantomSwift"
      ],
      "sources" : [
        "Modules/Interceptor/InterceptRule.swift",
        "Modules/Interceptor/PhantomInterceptor.swift",
        "Modules/Interceptor/PhantomRuleMatcher.swift",
        "Modules/Network/Core/PhantomCURLExporter.swift",
        "Modules/Network/Core/PhantomNetworkModel.swift",
        "Modules/Network/Core/PhantomNetworkSimulator.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PhantomSwift",
      "module_type" : "SwiftTarget",
      "name" : "PhantomSwift",
      "path" : "Sources/PhantomSwift",
      "product_memberships" : [
        "PhantomSwift"
      ],
      "sources" : [
        "Core/PhantomConfig.swift",
        "Core/PhantomEnvironment.swift",
        "Core/PhantomEventBus.swift",
        "Core/PhantomFeature.swift",
        "Core/PhantomLaunchPlanner.swift",
        "Core/PhantomPlugin.swift",
        "Core/PhantomSwift.swift",
        "Core/PhantomSwiftExports.swift",
        "HUD/PhantomDashboardVC.swift",
        "HUD/PhantomDynamicIsland.swift",
        "HUD/PhantomFeatureCatalog.swift",
        "HUD/PhantomGestureHandler.swift",
        "HUD/PhantomHUDWindow.swift",
        "HUD/PhantomTheme.swift",
        "Modules/Analytics/Core/PhantomAnalyticsMonitor.swift",
        "Modules/Analytics/UI/AnalyticsListVC.swift",
        "Modules/Assets/Core/PhantomAssetInspector.swift",
        "Modules/Assets/UI/AssetGridCell.swift",
        "Modules/Assets/UI/AssetListVC.swift",
        "Modules/Core/PhantomExtensionBus.swift",
        "Modules/FeatureFlags/Core/PhantomFeatureFlags.swift",
        "Modules/FeatureFlags/UI/FeatureFlagsDashboardVC.swift",
        "Modules/Interceptor/Core/PhantomInterceptorDraft.swift",
        "Modules/Interceptor/UI/InterceptorCardCell.swift",
        "Modules/Interceptor/UI/InterceptorListVC.swift",
        "Modules/Interceptor/UI/PhantomMockEditorVC.swift",
        "Modules/Logger/LogEntry.swift",
        "Modules/Logger/LogLevel.swift",
        "Modules/Logger/LogStore.swift",
        "Modules/Logger/PhantomLog.swift",
        "Modules/Logger/PhantomOSLogBridge.swift",
        "Modules/Logger/PhantomWebViewConsoleAutoInstaller.swift",
        "Modules/Logger/PhantomWebViewConsoleBridge.swift",
        "Modules/Logger/UI/ExtensionLogVC.swift",
        "Modules/Logger/UI/LogConsoleVC.swift",
        "Modules/MainThreadChecker/Core/PhantomMainThreadChecker.swift",
        "Modules/MainThreadChecker/UI/MainThreadCheckerVC.swift",
        "Modules/MemoryLeak/PhantomHeapSnapshot.swift",
        "Modules/MemoryLeak/PhantomLeakTracker.swift",
        "Modules/MemoryLeak/UI/HeapSnapshotVC.swift",
        "Modules/MemoryLeak/UI/LeakListVC.swift",
        "Modules/MemoryLeak/UI/ObjectRetainGraphVC.swift",
        "Modules/Network/Core/PhantomHARExporter.swift",
        "Modules/Network/Core/PhantomRequestStore.swift",
        "Modules/Network/Core/PhantomSessionRecorder.swift",
        "Modules/Network/Core/PhantomURLProtocol.swift",
        "Modules/Network/UI/BadNetworkDashboardVC.swift",
        "Modules/Network/UI/NetworkListVC.swift",
        "Modules/Network/UI/NetworkWaterfallVC.swift",
        "Modules/Network/UI/PhantomNetworkCell.swift",
        "Modules/Network/UI/PhantomNetworkHeaderView.swift",
        "Modules/Network/UI/RequestReplayVC.swift",
        "Modules/Performance/Core/PerformanceMonitor.swift",
        "Modules/Performance/Core/PhantomCrashLogStore.swift",
        "Modules/Performance/Core/PhantomHangDetector.swift",
        "Modules/Performance/Core/PhantomMemorySlayer.swift",
        "Modules/Performance/Core/PhantomMetricKitMonitor.swift",
        "Modules/Performance/Core/PhantomObjectTracker.swift",
        "Modules/Performance/UI/CrashLogVC.swift",
        "Modules/Performance/UI/HangDetailVC.swift",
        "Modules/Performance/UI/HangListVC.swift",
        "Modules/Performance/UI/MemoryDiffVC.swift",
        "Modules/Performance/UI/MemoryGraphVC.swift",
        "Modules/Performance/UI/PerformanceDashboardVC.swift",
        "Modules/Performance/UI/PhantomTimelineView.swift",
        "Modules/QA/Core/PhantomAccessibilityAuditor.swift",
        "Modules/QA/Core/PhantomBGTaskInspector.swift",
        "Modules/QA/Core/PhantomBugReporter.swift",
        "Modules/QA/Core/PhantomEnvironmentMonitor.swift",
        "Modules/QA/Core/PhantomLocaleManager.swift",
        "Modules/QA/Core/PhantomLocationManager.swift",
        "Modules/QA/Core/PhantomPushSimulator.swift",
        "Modules/QA/UI/AccessibilityDashboardVC.swift",
        "Modules/QA/UI/AppShortcutsVC.swift",
        "Modules/QA/UI/BGTaskInspectorVC.swift",
        "Modules/QA/UI/DeepLinkTesterVC.swift",
        "Modules/QA/UI/EnvironmentDashboardVC.swift",
        "Modules/QA/UI/MacroRecorderVC.swift",
        "Modules/QA/UI/PushSimulatorVC.swift",
        "Modules/Remote/PhantomRemoteServer.swift",
        "Modules/RuntimeBrowser/Core/PhantomRuntimeInspector.swift",
        "Modules/RuntimeBrowser/UI/ClassDetailVC.swift",
        "Modules/RuntimeBrowser/UI/RuntimeBrowserVC.swift",
        "Modules/Security/PhantomSecurityInspector.swift",
        "Modules/Security/UI/SecurityDashboardVC.swift",
        "Modules/Security/UI/SecurityKeychainVC.swift",
        "Modules/Storage/Core/PhantomSnapshotManager.swift",
        "Modules/Storage/UI/CoreDataInspectorVC.swift",
        "Modules/Storage/UI/KeychainInspectorVC.swift",
        "Modules/Storage/UI/SQLiteInspectorVC.swift",
        "Modules/Storage/UI/SandboxInspectorVC.swift",
        "Modules/Storage/UI/SnapshotListVC.swift",
        "Modules/Storage/UI/StorageDashboardCell.swift",
        "Modules/Storage/UI/StorageListVC.swift",
        "Modules/Storage/UI/UserDefaultsVC.swift",
        "Modules/SwiftUI/Core/PhantomRenderStore.swift",
        "Modules/SwiftUI/Core/PhantomRenderTracker.swift",
        "Modules/SwiftUI/UI/RenderListVC.swift",
        "Modules/UIInspector/Core/PhantomFPSMonitor.swift",
        "Modules/UIInspector/Core/PhantomGridOverlay.swift",
        "Modules/UIInspector/Core/PhantomLayoutConflictDetector.swift",
        "Modules/UIInspector/Core/PhantomMeasurementTool.swift",
        "Modules/UIInspector/Core/PhantomTouchVisualizer.swift",
        "Modules/UIInspector/Core/PhantomUIKitTracker.swift",
        "Modules/UIInspector/PhantomUIInspector.swift",
        "Modules/UIInspector/UI/AccessibilityAuditVC.swift",
        "Modules/UIInspector/UI/AnimationInspectorVC.swift",
        "Modules/UIInspector/UI/ColorPickerVC.swift",
        "Modules/UIInspector/UI/ConstraintInspectorVC.swift",
        "Modules/UIInspector/UI/DevToolsVC.swift",
        "Modules/UIInspector/UI/EnvironmentOverrideVC.swift",
        "Modules/UIInspector/UI/GestureInspectorVC.swift",
        "Modules/UIInspector/UI/GridOverlayVC.swift",
        "Modules/UIInspector/UI/HitTestInspectorVC.swift",
        "Modules/UIInspector/UI/LayerInspectorVC.swift",
        "Modules/UIInspector/UI/LayoutConflictVC.swift",
        "Modules/UIInspector/UI/LiveEditVC.swift",
        "Modules/UIInspector/UI/ResponderChainVC.swift",
        "Modules/UIInspector/UI/SnapshotCompareVC.swift",
        "Modules/UIInspector/UI/UIInspectorActionCard.swift",
        "Modules/UIInspector/UI/UserDefaultsInspectorVC.swift",
        "Modules/UIInspector/UI/ViewDetailVC.swift",
        "Modules/UIInspector/UI/ViewHierarchy3DVC.swift",
        "Modules/UIInspector/UI/ViewHierarchyVC.swift",
        "Shared/Components/PhantomBadgeView.swift",
        "Shared/Components/PhantomCodeView.swift",
        "Shared/Components/PhantomEmptyStateView.swift",
        "Shared/Components/PhantomTableVC.swift",
        "Shared/Extensions/Data+Phantom.swift",
        "Shared/Extensions/UIColor+Phantom.swift",
        "Shared/Extensions/UIExtensions+Phantom.swift",
        "Shared/Extensions/UIFont+Phantom.swift",
        "Shared/Extensions/UIImage+Phantom.swift",
        "Shared/Extensions/UIViewController+Phantom.swift",
        "Shared/Extensions/UIViewController+PhantomAppearance.swift",
        "Shared/Helpers/PhantomPresentationResolver.swift",
        "Shared/Helpers/PhantomSwizzler.swift"
      ],
      "target_dependencies" : [
        "PhantomSwiftNetworking"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "PhantomSwift"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme PhantomSwift -destination generic/platform=xrOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme PhantomSwift -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
  PhantomSwift: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'PhantomSwift' in project 'PhantomSwift'
        ➜ Explicit dependency on target 'PhantomSwift' in project 'PhantomSwift'
        ➜ Explicit dependency on target 'PhantomSwiftNetworking' in project 'PhantomSwift'
    Target 'PhantomSwift' in project 'PhantomSwift'
        ➜ Explicit dependency on target 'PhantomSwiftNetworking' in project 'PhantomSwift'
    Target 'PhantomSwiftNetworking' in project 'PhantomSwift' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 6f87d86c6ee96093f90680055421f896
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/6f87d86c6ee96093f90680055421f896.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
SwiftDriver PhantomSwiftNetworking normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PhantomSwiftNetworking' from project 'PhantomSwift')
    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 PhantomSwiftNetworking -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhantomSwift.build/Debug-xros/PhantomSwiftNetworking.build/Objects-normal/arm64/PhantomSwiftNetworking.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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 -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/PhantomSwift.build/Debug-xros/PhantomSwiftNetworking.build/Objects-normal/arm64/PhantomSwiftNetworking-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/PhantomSwift.build/Debug-xros/PhantomSwiftNetworking.build/Objects-normal/arm64/PhantomSwiftNetworking.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhantomSwift.build/Debug-xros/PhantomSwiftNetworking.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhantomSwift.build/Debug-xros/PhantomSwiftNetworking.build/Objects-normal/arm64/PhantomSwiftNetworking_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/PhantomSwift.build/Debug-xros/PhantomSwiftNetworking.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhantomSwift.build/Debug-xros/PhantomSwiftNetworking.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhantomSwift.build/Debug-xros/PhantomSwiftNetworking.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/PhantomSwift.build/Debug-xros/PhantomSwiftNetworking.build/Objects-normal/arm64/PhantomSwiftNetworking-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ InterceptRule.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwiftNetworking/Modules/Interceptor/InterceptRule.swift (in target 'PhantomSwiftNetworking' from project 'PhantomSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwiftNetworking/Modules/Interceptor/InterceptRule.swift (in target 'PhantomSwiftNetworking' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ PhantomSwiftNetworking (in target 'PhantomSwiftNetworking' from project 'PhantomSwift')
EmitSwiftModule normal arm64 (in target 'PhantomSwiftNetworking' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PhantomRuleMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwiftNetworking/Modules/Interceptor/PhantomRuleMatcher.swift (in target 'PhantomSwiftNetworking' from project 'PhantomSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwiftNetworking/Modules/Interceptor/PhantomRuleMatcher.swift (in target 'PhantomSwiftNetworking' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PhantomNetworkModel.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwiftNetworking/Modules/Network/Core/PhantomNetworkModel.swift (in target 'PhantomSwiftNetworking' from project 'PhantomSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwiftNetworking/Modules/Network/Core/PhantomNetworkModel.swift (in target 'PhantomSwiftNetworking' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PhantomCURLExporter.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwiftNetworking/Modules/Network/Core/PhantomCURLExporter.swift (in target 'PhantomSwiftNetworking' from project 'PhantomSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwiftNetworking/Modules/Network/Core/PhantomCURLExporter.swift (in target 'PhantomSwiftNetworking' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PhantomInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwiftNetworking/Modules/Interceptor/PhantomInterceptor.swift (in target 'PhantomSwiftNetworking' from project 'PhantomSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwiftNetworking/Modules/Interceptor/PhantomInterceptor.swift (in target 'PhantomSwiftNetworking' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PhantomNetworkSimulator.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwiftNetworking/Modules/Network/Core/PhantomNetworkSimulator.swift (in target 'PhantomSwiftNetworking' from project 'PhantomSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwiftNetworking/Modules/Network/Core/PhantomNetworkSimulator.swift (in target 'PhantomSwiftNetworking' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling PhantomNetworkModel.swift (in target 'PhantomSwiftNetworking' from project 'PhantomSwift')
SwiftDriverJobDiscovery normal arm64 Emitting module for PhantomSwiftNetworking (in target 'PhantomSwiftNetworking' from project 'PhantomSwift')
SwiftDriver\ Compilation\ Requirements PhantomSwiftNetworking normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PhantomSwiftNetworking' from project 'PhantomSwift')
    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 PhantomSwiftNetworking -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhantomSwift.build/Debug-xros/PhantomSwiftNetworking.build/Objects-normal/arm64/PhantomSwiftNetworking.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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 -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/PhantomSwift.build/Debug-xros/PhantomSwiftNetworking.build/Objects-normal/arm64/PhantomSwiftNetworking-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/PhantomSwift.build/Debug-xros/PhantomSwiftNetworking.build/Objects-normal/arm64/PhantomSwiftNetworking.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhantomSwift.build/Debug-xros/PhantomSwiftNetworking.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhantomSwift.build/Debug-xros/PhantomSwiftNetworking.build/Objects-normal/arm64/PhantomSwiftNetworking_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/PhantomSwift.build/Debug-xros/PhantomSwiftNetworking.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhantomSwift.build/Debug-xros/PhantomSwiftNetworking.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhantomSwift.build/Debug-xros/PhantomSwiftNetworking.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/PhantomSwift.build/Debug-xros/PhantomSwiftNetworking.build/Objects-normal/arm64/PhantomSwiftNetworking-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling PhantomRuleMatcher.swift (in target 'PhantomSwiftNetworking' from project 'PhantomSwift')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PhantomSwiftNetworking.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhantomSwift.build/Debug-xros/PhantomSwiftNetworking.build/Objects-normal/arm64/PhantomSwiftNetworking.abi.json (in target 'PhantomSwiftNetworking' from project 'PhantomSwift')
    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/PhantomSwift.build/Debug-xros/PhantomSwiftNetworking.build/Objects-normal/arm64/PhantomSwiftNetworking.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PhantomSwiftNetworking.swiftmodule/arm64-apple-xros.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling InterceptRule.swift (in target 'PhantomSwiftNetworking' from project 'PhantomSwift')
SwiftDriver PhantomSwift normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PhantomSwift' from project 'PhantomSwift')
    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 PhantomSwift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhantomSwift.build/Debug-xros/PhantomSwift.build/Objects-normal/arm64/PhantomSwift.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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/PhantomSwift.build/Debug-xros/PhantomSwift.build/Objects-normal/arm64/PhantomSwift-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/PhantomSwift.build/Debug-xros/PhantomSwift.build/Objects-normal/arm64/PhantomSwift.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhantomSwift.build/Debug-xros/PhantomSwift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhantomSwift.build/Debug-xros/PhantomSwift.build/Objects-normal/arm64/PhantomSwift_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/PhantomSwift.build/Debug-xros/PhantomSwift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhantomSwift.build/Debug-xros/PhantomSwift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhantomSwift.build/Debug-xros/PhantomSwift.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/PhantomSwift.build/Debug-xros/PhantomSwift.build/Objects-normal/arm64/PhantomSwift-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling PhantomCURLExporter.swift (in target 'PhantomSwiftNetworking' from project 'PhantomSwift')
SwiftDriverJobDiscovery normal arm64 Compiling PhantomNetworkSimulator.swift (in target 'PhantomSwiftNetworking' from project 'PhantomSwift')
SwiftCompile normal arm64 Compiling\ PhantomMetricKitMonitor.swift,\ PhantomObjectTracker.swift,\ CrashLogVC.swift,\ HangDetailVC.swift,\ HangListVC.swift,\ MemoryDiffVC.swift,\ MemoryGraphVC.swift,\ PerformanceDashboardVC.swift,\ PhantomTimelineView.swift,\ PhantomAccessibilityAuditor.swift,\ PhantomBGTaskInspector.swift,\ PhantomBugReporter.swift,\ PhantomEnvironmentMonitor.swift,\ PhantomLocaleManager.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomMetricKitMonitor.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomObjectTracker.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/UI/CrashLogVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/UI/HangDetailVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/UI/HangListVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/UI/MemoryDiffVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/UI/MemoryGraphVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/UI/PerformanceDashboardVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/UI/PhantomTimelineView.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomAccessibilityAuditor.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomBGTaskInspector.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomBugReporter.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomEnvironmentMonitor.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomLocaleManager.swift (in target 'PhantomSwift' from project 'PhantomSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomMetricKitMonitor.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomObjectTracker.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/UI/CrashLogVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/UI/HangDetailVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/UI/HangListVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/UI/MemoryDiffVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/UI/MemoryGraphVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/UI/PerformanceDashboardVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/UI/PhantomTimelineView.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomAccessibilityAuditor.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomBGTaskInspector.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomBugReporter.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomEnvironmentMonitor.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomLocaleManager.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PhantomHARExporter.swift,\ PhantomRequestStore.swift,\ PhantomSessionRecorder.swift,\ PhantomURLProtocol.swift,\ BadNetworkDashboardVC.swift,\ NetworkListVC.swift,\ NetworkWaterfallVC.swift,\ PhantomNetworkCell.swift,\ PhantomNetworkHeaderView.swift,\ RequestReplayVC.swift,\ PerformanceMonitor.swift,\ PhantomCrashLogStore.swift,\ PhantomHangDetector.swift,\ PhantomMemorySlayer.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/Core/PhantomHARExporter.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/Core/PhantomRequestStore.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/Core/PhantomSessionRecorder.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/Core/PhantomURLProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/UI/BadNetworkDashboardVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/UI/NetworkListVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/UI/NetworkWaterfallVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/UI/PhantomNetworkCell.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/UI/PhantomNetworkHeaderView.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/UI/RequestReplayVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PerformanceMonitor.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomCrashLogStore.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomHangDetector.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomMemorySlayer.swift (in target 'PhantomSwift' from project 'PhantomSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/Core/PhantomHARExporter.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/Core/PhantomRequestStore.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/Core/PhantomSessionRecorder.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/Core/PhantomURLProtocol.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/UI/BadNetworkDashboardVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/UI/NetworkListVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/UI/NetworkWaterfallVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/UI/PhantomNetworkCell.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/UI/PhantomNetworkHeaderView.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Network/UI/RequestReplayVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PerformanceMonitor.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomCrashLogStore.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomHangDetector.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Performance/Core/PhantomMemorySlayer.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PhantomLocationManager.swift,\ PhantomPushSimulator.swift,\ AccessibilityDashboardVC.swift,\ AppShortcutsVC.swift,\ BGTaskInspectorVC.swift,\ DeepLinkTesterVC.swift,\ EnvironmentDashboardVC.swift,\ MacroRecorderVC.swift,\ PushSimulatorVC.swift,\ PhantomRemoteServer.swift,\ PhantomRuntimeInspector.swift,\ ClassDetailVC.swift,\ RuntimeBrowserVC.swift,\ PhantomSecurityInspector.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomLocationManager.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomPushSimulator.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/UI/AccessibilityDashboardVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/UI/AppShortcutsVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/UI/BGTaskInspectorVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/UI/DeepLinkTesterVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/UI/EnvironmentDashboardVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/UI/MacroRecorderVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/UI/PushSimulatorVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Remote/PhantomRemoteServer.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/RuntimeBrowser/Core/PhantomRuntimeInspector.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/RuntimeBrowser/UI/ClassDetailVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/RuntimeBrowser/UI/RuntimeBrowserVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Security/PhantomSecurityInspector.swift (in target 'PhantomSwift' from project 'PhantomSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomLocationManager.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/Core/PhantomPushSimulator.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/UI/AccessibilityDashboardVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/UI/AppShortcutsVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/UI/BGTaskInspectorVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/UI/DeepLinkTesterVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/UI/EnvironmentDashboardVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/UI/MacroRecorderVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/QA/UI/PushSimulatorVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Remote/PhantomRemoteServer.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/RuntimeBrowser/Core/PhantomRuntimeInspector.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/RuntimeBrowser/UI/ClassDetailVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/RuntimeBrowser/UI/RuntimeBrowserVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Security/PhantomSecurityInspector.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ PhantomSwift (in target 'PhantomSwift' from project 'PhantomSwift')
EmitSwiftModule normal arm64 (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ GestureInspectorVC.swift,\ GridOverlayVC.swift,\ HitTestInspectorVC.swift,\ LayerInspectorVC.swift,\ LayoutConflictVC.swift,\ LiveEditVC.swift,\ ResponderChainVC.swift,\ SnapshotCompareVC.swift,\ UIInspectorActionCard.swift,\ UserDefaultsInspectorVC.swift,\ ViewDetailVC.swift,\ ViewHierarchy3DVC.swift,\ ViewHierarchyVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/GestureInspectorVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/GridOverlayVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/HitTestInspectorVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/LayerInspectorVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/LayoutConflictVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/LiveEditVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/ResponderChainVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/SnapshotCompareVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/UIInspectorActionCard.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/UserDefaultsInspectorVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/ViewDetailVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/ViewHierarchy3DVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/ViewHierarchyVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/GestureInspectorVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/GridOverlayVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/HitTestInspectorVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/LayerInspectorVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/LayoutConflictVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/LiveEditVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/ResponderChainVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/SnapshotCompareVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/UIInspectorActionCard.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/UserDefaultsInspectorVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/ViewDetailVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/ViewHierarchy3DVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/ViewHierarchyVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SecurityDashboardVC.swift,\ SecurityKeychainVC.swift,\ PhantomSnapshotManager.swift,\ CoreDataInspectorVC.swift,\ KeychainInspectorVC.swift,\ SQLiteInspectorVC.swift,\ SandboxInspectorVC.swift,\ SnapshotListVC.swift,\ StorageDashboardCell.swift,\ StorageListVC.swift,\ UserDefaultsVC.swift,\ PhantomRenderStore.swift,\ PhantomRenderTracker.swift,\ RenderListVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Security/UI/SecurityDashboardVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Security/UI/SecurityKeychainVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Storage/Core/PhantomSnapshotManager.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Storage/UI/CoreDataInspectorVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Storage/UI/KeychainInspectorVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Storage/UI/SQLiteInspectorVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Storage/UI/SandboxInspectorVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Storage/UI/SnapshotListVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Storage/UI/StorageDashboardCell.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Storage/UI/StorageListVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Storage/UI/UserDefaultsVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/SwiftUI/Core/PhantomRenderStore.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/SwiftUI/Core/PhantomRenderTracker.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/SwiftUI/UI/RenderListVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Security/UI/SecurityDashboardVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Security/UI/SecurityKeychainVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Storage/Core/PhantomSnapshotManager.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Storage/UI/CoreDataInspectorVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Storage/UI/KeychainInspectorVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Storage/UI/SQLiteInspectorVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Storage/UI/SandboxInspectorVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Storage/UI/SnapshotListVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Storage/UI/StorageDashboardCell.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Storage/UI/StorageListVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Storage/UI/UserDefaultsVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/SwiftUI/Core/PhantomRenderStore.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/SwiftUI/Core/PhantomRenderTracker.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/SwiftUI/UI/RenderListVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PhantomFPSMonitor.swift,\ PhantomGridOverlay.swift,\ PhantomLayoutConflictDetector.swift,\ PhantomMeasurementTool.swift,\ PhantomTouchVisualizer.swift,\ PhantomUIKitTracker.swift,\ PhantomUIInspector.swift,\ AccessibilityAuditVC.swift,\ AnimationInspectorVC.swift,\ ColorPickerVC.swift,\ ConstraintInspectorVC.swift,\ DevToolsVC.swift,\ EnvironmentOverrideVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomFPSMonitor.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomGridOverlay.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomLayoutConflictDetector.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomMeasurementTool.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomTouchVisualizer.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomUIKitTracker.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/PhantomUIInspector.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/AccessibilityAuditVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/AnimationInspectorVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/ColorPickerVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/ConstraintInspectorVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/DevToolsVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/EnvironmentOverrideVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomFPSMonitor.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomGridOverlay.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomLayoutConflictDetector.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomMeasurementTool.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomTouchVisualizer.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/Core/PhantomUIKitTracker.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/PhantomUIInspector.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/AccessibilityAuditVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/AnimationInspectorVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/ColorPickerVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/ConstraintInspectorVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/DevToolsVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/UIInspector/UI/EnvironmentOverrideVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PhantomBadgeView.swift,\ PhantomCodeView.swift,\ PhantomEmptyStateView.swift,\ PhantomTableVC.swift,\ Data+Phantom.swift,\ UIColor+Phantom.swift,\ UIExtensions+Phantom.swift,\ UIFont+Phantom.swift,\ UIImage+Phantom.swift,\ UIViewController+Phantom.swift,\ UIViewController+PhantomAppearance.swift,\ PhantomPresentationResolver.swift,\ PhantomSwizzler.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Components/PhantomBadgeView.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Components/PhantomCodeView.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Components/PhantomEmptyStateView.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Components/PhantomTableVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Extensions/Data+Phantom.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Extensions/UIColor+Phantom.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Extensions/UIExtensions+Phantom.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Extensions/UIFont+Phantom.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Extensions/UIImage+Phantom.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Extensions/UIViewController+Phantom.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Extensions/UIViewController+PhantomAppearance.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Helpers/PhantomPresentationResolver.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Helpers/PhantomSwizzler.swift (in target 'PhantomSwift' from project 'PhantomSwift')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhantomSwift.build/Debug-xros/PhantomSwift.build/Objects-normal/arm64/sources-1 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Components/PhantomBadgeView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Components/PhantomCodeView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Components/PhantomEmptyStateView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Components/PhantomTableVC.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Extensions/Data+Phantom.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Extensions/UIColor+Phantom.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Extensions/UIExtensions+Phantom.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Extensions/UIFont+Phantom.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Extensions/UIImage+Phantom.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Extensions/UIViewController+Phantom.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Extensions/UIViewController+PhantomAppearance.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Helpers/PhantomPresentationResolver.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Helpers/PhantomSwizzler.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhantomSwift.build/Debug-xros/PhantomSwift.build/Objects-normal/arm64/supplementaryOutputs-10 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -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 -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhantomSwift.build/Debug-xros/PhantomSwift.build/Objects-normal/arm64/PhantomSwift_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhantomSwift.build/Debug-xros/PhantomSwift.build/swift-overrides.hmap -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/PhantomSwift.build/Debug-xros/PhantomSwift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhantomSwift.build/Debug-xros/PhantomSwift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhantomSwift.build/Debug-xros/PhantomSwift.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PhantomSwift -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.4 -target-sdk-name xros2.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhantomSwift.build/Debug-xros/PhantomSwift.build/Objects-normal/arm64/PhantomBadgeView.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhantomSwift.build/Debug-xros/PhantomSwift.build/Objects-normal/arm64/PhantomCodeView.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhantomSwift.build/Debug-xros/PhantomSwift.build/Objects-normal/arm64/PhantomEmptyStateView.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhantomSwift.build/Debug-xros/PhantomSwift.build/Objects-normal/arm64/PhantomTableVC.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhantomSwift.build/Debug-xros/PhantomSwift.build/Objects-normal/arm64/Data+Phantom.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhantomSwift.build/Debug-xros/PhantomSwift.build/Objects-normal/arm64/UIColor+Phantom.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhantomSwift.build/Debug-xros/PhantomSwift.build/Objects-normal/arm64/UIExtensions+Phantom.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhantomSwift.build/Debug-xros/PhantomSwift.build/Objects-normal/arm64/UIFont+Phantom.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhantomSwift.build/Debug-xros/PhantomSwift.build/Objects-normal/arm64/UIImage+Phantom.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhantomSwift.build/Debug-xros/PhantomSwift.build/Objects-normal/arm64/UIViewController+Phantom.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhantomSwift.build/Debug-xros/PhantomSwift.build/Objects-normal/arm64/UIViewController+PhantomAppearance.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhantomSwift.build/Debug-xros/PhantomSwift.build/Objects-normal/arm64/PhantomPresentationResolver.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhantomSwift.build/Debug-xros/PhantomSwift.build/Objects-normal/arm64/PhantomSwizzler.o -index-unit-output-path /PhantomSwift.build/Debug-xros/PhantomSwift.build/Objects-normal/arm64/PhantomBadgeView.o -index-unit-output-path /PhantomSwift.build/Debug-xros/PhantomSwift.build/Objects-normal/arm64/PhantomCodeView.o -index-unit-output-path /PhantomSwift.build/Debug-xros/PhantomSwift.build/Objects-normal/arm64/PhantomEmptyStateView.o -index-unit-output-path /PhantomSwift.build/Debug-xros/PhantomSwift.build/Objects-normal/arm64/PhantomTableVC.o -index-unit-output-path /PhantomSwift.build/Debug-xros/PhantomSwift.build/Objects-normal/arm64/Data+Phantom.o -index-unit-output-path /PhantomSwift.build/Debug-xros/PhantomSwift.build/Objects-normal/arm64/UIColor+Phantom.o -index-unit-output-path /PhantomSwift.build/Debug-xros/PhantomSwift.build/Objects-normal/arm64/UIExtensions+Phantom.o -index-unit-output-path /PhantomSwift.build/Debug-xros/PhantomSwift.build/Objects-normal/arm64/UIFont+Phantom.o -index-unit-output-path /PhantomSwift.build/Debug-xros/PhantomSwift.build/Objects-normal/arm64/UIImage+Phantom.o -index-unit-output-path /PhantomSwift.build/Debug-xros/PhantomSwift.build/Objects-normal/arm64/UIViewController+Phantom.o -index-unit-output-path /PhantomSwift.build/Debug-xros/PhantomSwift.build/Objects-normal/arm64/UIViewController+PhantomAppearance.o -index-unit-output-path /PhantomSwift.build/Debug-xros/PhantomSwift.build/Objects-normal/arm64/PhantomPresentationResolver.o -index-unit-output-path /PhantomSwift.build/Debug-xros/PhantomSwift.build/Objects-normal/arm64/PhantomSwizzler.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Components/PhantomBadgeView.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Components/PhantomCodeView.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Components/PhantomEmptyStateView.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Components/PhantomTableVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Extensions/Data+Phantom.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Extensions/UIColor+Phantom.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Extensions/UIExtensions+Phantom.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Extensions/UIFont+Phantom.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Extensions/UIImage+Phantom.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Extensions/UIViewController+Phantom.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Extensions/UIViewController+PhantomAppearance.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Helpers/PhantomPresentationResolver.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Helpers/PhantomPresentationResolver.swift:35:37: warning: 'windows' was deprecated in visionOS 1.0: Use UIWindowScene.windows on a relevant window scene instead
        return UIApplication.shared.windows.filter { !($0 is PhantomHUDWindow) }
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Helpers/PhantomPresentationResolver.swift:63:57: error: 'UIScreen' is unavailable in visionOS
        activeHostWindow() ?? fallback ?? UIView(frame: UIScreen.main.bounds)
                                                        ^~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
@interface UIScreen : NSObject <UITraitEnvironment>
           ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Helpers/PhantomSwizzler.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PhantomConfig.swift,\ PhantomEnvironment.swift,\ PhantomEventBus.swift,\ PhantomFeature.swift,\ PhantomLaunchPlanner.swift,\ PhantomPlugin.swift,\ PhantomSwift.swift,\ PhantomSwiftExports.swift,\ PhantomDashboardVC.swift,\ PhantomDynamicIsland.swift,\ PhantomFeatureCatalog.swift,\ PhantomGestureHandler.swift,\ PhantomHUDWindow.swift,\ PhantomTheme.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Core/PhantomConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Core/PhantomEnvironment.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Core/PhantomEventBus.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Core/PhantomFeature.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Core/PhantomLaunchPlanner.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Core/PhantomPlugin.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Core/PhantomSwift.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Core/PhantomSwiftExports.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/HUD/PhantomDashboardVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/HUD/PhantomDynamicIsland.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/HUD/PhantomFeatureCatalog.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/HUD/PhantomGestureHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/HUD/PhantomHUDWindow.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/HUD/PhantomTheme.swift (in target 'PhantomSwift' from project 'PhantomSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Core/PhantomConfig.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Core/PhantomEnvironment.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Core/PhantomEventBus.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Core/PhantomFeature.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Core/PhantomLaunchPlanner.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Core/PhantomPlugin.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Core/PhantomSwift.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Core/PhantomSwiftExports.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/HUD/PhantomDashboardVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/HUD/PhantomDynamicIsland.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/HUD/PhantomFeatureCatalog.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/HUD/PhantomGestureHandler.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/HUD/PhantomHUDWindow.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/HUD/PhantomTheme.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PhantomAnalyticsMonitor.swift,\ AnalyticsListVC.swift,\ PhantomAssetInspector.swift,\ AssetGridCell.swift,\ AssetListVC.swift,\ PhantomExtensionBus.swift,\ PhantomFeatureFlags.swift,\ FeatureFlagsDashboardVC.swift,\ PhantomInterceptorDraft.swift,\ InterceptorCardCell.swift,\ InterceptorListVC.swift,\ PhantomMockEditorVC.swift,\ LogEntry.swift,\ LogLevel.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Analytics/Core/PhantomAnalyticsMonitor.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Analytics/UI/AnalyticsListVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Assets/Core/PhantomAssetInspector.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Assets/UI/AssetGridCell.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Assets/UI/AssetListVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Core/PhantomExtensionBus.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/FeatureFlags/Core/PhantomFeatureFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/FeatureFlags/UI/FeatureFlagsDashboardVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Interceptor/Core/PhantomInterceptorDraft.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Interceptor/UI/InterceptorCardCell.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Interceptor/UI/InterceptorListVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Interceptor/UI/PhantomMockEditorVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Logger/LogEntry.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Logger/LogLevel.swift (in target 'PhantomSwift' from project 'PhantomSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Analytics/Core/PhantomAnalyticsMonitor.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Analytics/UI/AnalyticsListVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Assets/Core/PhantomAssetInspector.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Assets/UI/AssetGridCell.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Assets/UI/AssetListVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Core/PhantomExtensionBus.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/FeatureFlags/Core/PhantomFeatureFlags.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/FeatureFlags/UI/FeatureFlagsDashboardVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Interceptor/Core/PhantomInterceptorDraft.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Interceptor/UI/InterceptorCardCell.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Interceptor/UI/InterceptorListVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Interceptor/UI/PhantomMockEditorVC.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Logger/LogEntry.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Modules/Logger/LogLevel.swift (in target 'PhantomSwift' from project 'PhantomSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling PhantomInterceptor.swift (in target 'PhantomSwiftNetworking' from project 'PhantomSwift')
SwiftDriver\ Compilation PhantomSwiftNetworking normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PhantomSwiftNetworking' from project 'PhantomSwift')
    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 PhantomSwiftNetworking -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhantomSwift.build/Debug-xros/PhantomSwiftNetworking.build/Objects-normal/arm64/PhantomSwiftNetworking.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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 -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/PhantomSwift.build/Debug-xros/PhantomSwiftNetworking.build/Objects-normal/arm64/PhantomSwiftNetworking-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/PhantomSwift.build/Debug-xros/PhantomSwiftNetworking.build/Objects-normal/arm64/PhantomSwiftNetworking.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhantomSwift.build/Debug-xros/PhantomSwiftNetworking.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhantomSwift.build/Debug-xros/PhantomSwiftNetworking.build/Objects-normal/arm64/PhantomSwiftNetworking_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/PhantomSwift.build/Debug-xros/PhantomSwiftNetworking.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhantomSwift.build/Debug-xros/PhantomSwiftNetworking.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhantomSwift.build/Debug-xros/PhantomSwiftNetworking.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/PhantomSwift.build/Debug-xros/PhantomSwiftNetworking.build/Objects-normal/arm64/PhantomSwiftNetworking-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ PhantomBadgeView.swift,\ PhantomCodeView.swift,\ PhantomEmptyStateView.swift,\ PhantomTableVC.swift,\ Data+Phantom.swift,\ UIColor+Phantom.swift,\ UIExtensions+Phantom.swift,\ UIFont+Phantom.swift,\ UIImage+Phantom.swift,\ UIViewController+Phantom.swift,\ UIViewController+PhantomAppearance.swift,\ PhantomPresentationResolver.swift,\ PhantomSwizzler.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Components/PhantomBadgeView.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Components/PhantomCodeView.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Components/PhantomEmptyStateView.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Components/PhantomTableVC.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Extensions/Data+Phantom.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Extensions/UIColor+Phantom.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Extensions/UIExtensions+Phantom.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Extensions/UIFont+Phantom.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Extensions/UIImage+Phantom.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Extensions/UIViewController+Phantom.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Extensions/UIViewController+PhantomAppearance.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Helpers/PhantomPresentationResolver.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Helpers/PhantomSwizzler.swift (in target 'PhantomSwift' from project 'PhantomSwift')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomSwift/Shared/Helpers/PhantomPresentationResolver.swift (in target 'PhantomSwift' from project 'PhantomSwift')
	Building workspace spi-builder-workspace with scheme PhantomSwift
(3 failures)
BUILD FAILURE 6.1 visionOS