The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Inspector, reference develop (e5d0b8), with Swift 6.1 for iOS using Xcode 16.3 on 27 Apr 2025 18:09:24 UTC.

Swift 6 data race errors: 154

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Inspector-Package -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

        if viewController.restoresFocusAfterTransition != store.latest.restoresFocusAfterTransition {
                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:226:28: note: property declared here
@property (nonatomic) BOOL restoresFocusAfterTransition API_AVAILABLE(ios(10.0)) API_UNAVAILABLE(watchos);
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyElementController.swift:748:31: warning: main actor-isolated property 'restoresFocusAfterTransition' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        return viewController.restoresFocusAfterTransition
                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:226:28: note: property declared here
@property (nonatomic) BOOL restoresFocusAfterTransition API_AVAILABLE(ios(10.0)) API_UNAVAILABLE(watchos);
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyElementController.swift:756:27: warning: main actor-isolated property 'shouldAutomaticallyForwardAppearanceMethods' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        if viewController.shouldAutomaticallyForwardAppearanceMethods != store.latest.shouldAutomaticallyForwardAppearanceMethods {
                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:484:37: note: property declared here
@property(nonatomic, readonly) BOOL shouldAutomaticallyForwardAppearanceMethods API_AVAILABLE(ios(6.0));
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyElementController.swift:760:31: warning: main actor-isolated property 'shouldAutomaticallyForwardAppearanceMethods' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        return viewController.shouldAutomaticallyForwardAppearanceMethods
                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:484:37: note: property declared here
@property(nonatomic, readonly) BOOL shouldAutomaticallyForwardAppearanceMethods API_AVAILABLE(ios(6.0));
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyElementController.swift:768:27: warning: main actor-isolated property 'systemMinimumLayoutMargins' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        if viewController.systemMinimumLayoutMargins != store.latest.systemMinimumLayoutMargins {
                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:551:55: note: property declared here
@property(nonatomic,readonly) NSDirectionalEdgeInsets systemMinimumLayoutMargins API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);
                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyElementController.swift:772:31: warning: main actor-isolated property 'systemMinimumLayoutMargins' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        return viewController.systemMinimumLayoutMargins
                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:551:55: note: property declared here
@property(nonatomic,readonly) NSDirectionalEdgeInsets systemMinimumLayoutMargins API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);
                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyElementController.swift:780:27: warning: main actor-isolated property 'title' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        if viewController.title != store.latest.title {
                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:195:47: note: property declared here
@property(nullable, nonatomic,copy) NSString *title;  // Localized title for use by a parent controller.
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyElementController.swift:784:31: warning: main actor-isolated property 'title' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        return viewController.title ?? viewController.tabBarItem.title
                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:195:47: note: property declared here
@property(nullable, nonatomic,copy) NSString *title;  // Localized title for use by a parent controller.
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyElementController.swift:784:66: warning: main actor-isolated property 'title' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        return viewController.title ?? viewController.tabBarItem.title
                                                                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarItem.h:26:62: note: property declared here
@property(nullable, nonatomic,copy)             NSString    *title;        // default is nil
                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyElementController.swift:784:55: warning: main actor-isolated property 'tabBarItem' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        return viewController.title ?? viewController.tabBarItem.title
                                                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarController.h:172:61: note: property declared here
@property(null_resettable, nonatomic, strong) UITabBarItem *tabBarItem; // Automatically created lazily with the view controller's title if it's not set explicitly.
                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyElementController.swift:792:27: warning: main actor-isolated property 'viewRespectsSystemMinimumLayoutMargins' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        if viewController.viewRespectsSystemMinimumLayoutMargins != store.latest.viewRespectsSystemMinimumLayoutMargins {
                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:557:27: note: property declared here
@property(nonatomic) BOOL viewRespectsSystemMinimumLayoutMargins API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyElementController.swift:796:31: warning: main actor-isolated property 'viewRespectsSystemMinimumLayoutMargins' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        return viewController.viewRespectsSystemMinimumLayoutMargins
                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:557:27: note: property declared here
@property(nonatomic) BOOL viewRespectsSystemMinimumLayoutMargins API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);
                          ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyInformation.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyIssue.swift:51:17: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        if view.frame.isEmpty == true {
                ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyIssue.swift:48:17: note: add '@MainActor' to make static method 'issues(for:)' part of global actor 'MainActor'
    static func issues(for view: UIView) -> [ViewHierarchyIssue] {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyIssue.swift:54:17: warning: main actor-isolated property 'isUserInteractionEnabled' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        if view.isUserInteractionEnabled == false {
                ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:152:59: note: property declared here
@property(nonatomic,getter=isUserInteractionEnabled) BOOL userInteractionEnabled;  // default is YES. if set to NO, user events (touch, keys) are ignored and removed from the event queue.
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyIssue.swift:48:17: note: add '@MainActor' to make static method 'issues(for:)' part of global actor 'MainActor'
    static func issues(for view: UIView) -> [ViewHierarchyIssue] {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyIssue.swift:57:34: warning: main actor-isolated property 'isEnabled' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        if (view as? UIControl)?.isEnabled == false {
                                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:84:44: note: property declared here
@property(nonatomic,getter=isEnabled) BOOL enabled;                                  // default is YES. if NO, ignores touch events and subclasses may draw differently
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyIssue.swift:48:17: note: add '@MainActor' to make static method 'issues(for:)' part of global actor 'MainActor'
    static func issues(for view: UIView) -> [ViewHierarchyIssue] {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyIssue.swift:64:33: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let defaultAppearance = UINavigationBarAppearance()
                                ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarAppearance.h:22:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init;
^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyIssue.swift:48:17: note: add '@MainActor' to make static method 'issues(for:)' part of global actor 'MainActor'
    static func issues(for view: UIView) -> [ViewHierarchyIssue] {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyIssue.swift:65:27: warning: call to main actor-isolated instance method 'configureWithDefaultBackground()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        defaultAppearance.configureWithDefaultBackground()
                          ^
UIKit.UIBarAppearance.configureWithDefaultBackground:2:22: note: calls to instance method 'configureWithDefaultBackground()' from outside of its actor context are implicitly asynchronous
@MainActor open func configureWithDefaultBackground()}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyIssue.swift:48:17: note: add '@MainActor' to make static method 'issues(for:)' part of global actor 'MainActor'
    static func issues(for view: UIView) -> [ViewHierarchyIssue] {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyIssue.swift:69:27: warning: main actor-isolated property 'scrollEdgeAppearance' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            navigationBar.scrollEdgeAppearance == nil,
                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationBar.h:144:77: note: property declared here
@property (nonatomic, readwrite, copy, nullable) UINavigationBarAppearance *scrollEdgeAppearance UI_APPEARANCE_SELECTOR API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(watchos);
                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyIssue.swift:48:17: note: add '@MainActor' to make static method 'issues(for:)' part of global actor 'MainActor'
    static func issues(for view: UIView) -> [ViewHierarchyIssue] {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyIssue.swift:70:46: warning: main actor-isolated property 'backgroundColor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            navigationBar.standardAppearance.backgroundColor != defaultAppearance.backgroundColor,
                                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarAppearance.h:49:59: note: property declared here
@property (nonatomic, readwrite, copy, nullable) UIColor *backgroundColor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyIssue.swift:48:17: note: add '@MainActor' to make static method 'issues(for:)' part of global actor 'MainActor'
    static func issues(for view: UIView) -> [ViewHierarchyIssue] {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyIssue.swift:70:27: warning: main actor-isolated property 'standardAppearance' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            navigationBar.standardAppearance.backgroundColor != defaultAppearance.backgroundColor,
                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationBar.h:140:67: note: property declared here
@property (nonatomic, readwrite, copy) UINavigationBarAppearance *standardAppearance UI_APPEARANCE_SELECTOR API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyIssue.swift:48:17: note: add '@MainActor' to make static method 'issues(for:)' part of global actor 'MainActor'
    static func issues(for view: UIView) -> [ViewHierarchyIssue] {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyIssue.swift:70:83: warning: main actor-isolated property 'backgroundColor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            navigationBar.standardAppearance.backgroundColor != defaultAppearance.backgroundColor,
                                                                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarAppearance.h:49:59: note: property declared here
@property (nonatomic, readwrite, copy, nullable) UIColor *backgroundColor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyIssue.swift:48:17: note: add '@MainActor' to make static method 'issues(for:)' part of global actor 'MainActor'
    static func issues(for view: UIView) -> [ViewHierarchyIssue] {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyIssue.swift:71:64: warning: main actor-isolated property 'style' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            navigationBar.standardAppearance.backgroundEffect?.style != defaultAppearance.backgroundEffect?.style
                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UIBlurEffect/UIBlurEffect+Style.swift:24:9: note: property declared here
    var style: Style? {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyIssue.swift:48:17: note: add '@MainActor' to make static method 'issues(for:)' part of global actor 'MainActor'
    static func issues(for view: UIView) -> [ViewHierarchyIssue] {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyIssue.swift:71:46: warning: main actor-isolated property 'backgroundEffect' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            navigationBar.standardAppearance.backgroundEffect?.style != defaultAppearance.backgroundEffect?.style
                                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarAppearance.h:47:64: note: property declared here
@property (nonatomic, readwrite, copy, nullable) UIBlurEffect *backgroundEffect;
                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyIssue.swift:48:17: note: add '@MainActor' to make static method 'issues(for:)' part of global actor 'MainActor'
    static func issues(for view: UIView) -> [ViewHierarchyIssue] {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyIssue.swift:71:27: warning: main actor-isolated property 'standardAppearance' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            navigationBar.standardAppearance.backgroundEffect?.style != defaultAppearance.backgroundEffect?.style
                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationBar.h:140:67: note: property declared here
@property (nonatomic, readwrite, copy) UINavigationBarAppearance *standardAppearance UI_APPEARANCE_SELECTOR API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyIssue.swift:48:17: note: add '@MainActor' to make static method 'issues(for:)' part of global actor 'MainActor'
    static func issues(for view: UIView) -> [ViewHierarchyIssue] {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyIssue.swift:71:109: warning: main actor-isolated property 'style' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            navigationBar.standardAppearance.backgroundEffect?.style != defaultAppearance.backgroundEffect?.style
                                                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UIBlurEffect/UIBlurEffect+Style.swift:24:9: note: property declared here
    var style: Style? {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyIssue.swift:48:17: note: add '@MainActor' to make static method 'issues(for:)' part of global actor 'MainActor'
    static func issues(for view: UIView) -> [ViewHierarchyIssue] {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyIssue.swift:71:91: warning: main actor-isolated property 'backgroundEffect' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            navigationBar.standardAppearance.backgroundEffect?.style != defaultAppearance.backgroundEffect?.style
                                                                                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarAppearance.h:47:64: note: property declared here
@property (nonatomic, readwrite, copy, nullable) UIBlurEffect *backgroundEffect;
                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyIssue.swift:48:17: note: add '@MainActor' to make static method 'issues(for:)' part of global actor 'MainActor'
    static func issues(for view: UIView) -> [ViewHierarchyIssue] {
                ^
    @MainActor
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:101:16: warning: static property 'activityIndicators' is not concurrency-safe because non-'Sendable' type 'Inspector.ViewHierarchyLayer' may have shared mutable state; this is an error in the Swift 6 language mode
    static let activityIndicators = Inspector.ViewHierarchyLayer(name: "Activity Indicators", allowsInternalViews: true) { $0 is UIActivityIndicatorView }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:28:12: note: consider making struct 'ViewHierarchyLayer' conform to the 'Sendable' protocol
    struct ViewHierarchyLayer: Hashable {
           ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:101:16: note: add '@MainActor' to make static property 'activityIndicators' part of global actor 'MainActor'
    static let activityIndicators = Inspector.ViewHierarchyLayer(name: "Activity Indicators", allowsInternalViews: true) { $0 is UIActivityIndicatorView }
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:101:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let activityIndicators = Inspector.ViewHierarchyLayer(name: "Activity Indicators", allowsInternalViews: true) { $0 is UIActivityIndicatorView }
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:103:16: warning: static property 'buttons' is not concurrency-safe because non-'Sendable' type 'Inspector.ViewHierarchyLayer' may have shared mutable state; this is an error in the Swift 6 language mode
    static let buttons = Inspector.ViewHierarchyLayer(name: "Buttons", allowsInternalViews: true) { $0 is UIButton }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:28:12: note: consider making struct 'ViewHierarchyLayer' conform to the 'Sendable' protocol
    struct ViewHierarchyLayer: Hashable {
           ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:103:16: note: add '@MainActor' to make static property 'buttons' part of global actor 'MainActor'
    static let buttons = Inspector.ViewHierarchyLayer(name: "Buttons", allowsInternalViews: true) { $0 is UIButton }
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:103:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let buttons = Inspector.ViewHierarchyLayer(name: "Buttons", allowsInternalViews: true) { $0 is UIButton }
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:105:16: warning: static property 'collectionViews' is not concurrency-safe because non-'Sendable' type 'Inspector.ViewHierarchyLayer' may have shared mutable state; this is an error in the Swift 6 language mode
    static let collectionViews = Inspector.ViewHierarchyLayer(name: "Collection Views") { $0 is UICollectionView }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:28:12: note: consider making struct 'ViewHierarchyLayer' conform to the 'Sendable' protocol
    struct ViewHierarchyLayer: Hashable {
           ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:105:16: note: add '@MainActor' to make static property 'collectionViews' part of global actor 'MainActor'
    static let collectionViews = Inspector.ViewHierarchyLayer(name: "Collection Views") { $0 is UICollectionView }
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:105:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let collectionViews = Inspector.ViewHierarchyLayer(name: "Collection Views") { $0 is UICollectionView }
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:107:16: warning: static property 'containerViews' is not concurrency-safe because non-'Sendable' type 'Inspector.ViewHierarchyLayer' may have shared mutable state; this is an error in the Swift 6 language mode
    static let containerViews = Inspector.ViewHierarchyLayer(name: "Containers", allowsInternalViews: true) { $0.className == "UIView" && $0.children.isEmpty == false }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:28:12: note: consider making struct 'ViewHierarchyLayer' conform to the 'Sendable' protocol
    struct ViewHierarchyLayer: Hashable {
           ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:107:16: note: add '@MainActor' to make static property 'containerViews' part of global actor 'MainActor'
    static let containerViews = Inspector.ViewHierarchyLayer(name: "Containers", allowsInternalViews: true) { $0.className == "UIView" && $0.children.isEmpty == false }
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:107:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let containerViews = Inspector.ViewHierarchyLayer(name: "Containers", allowsInternalViews: true) { $0.className == "UIView" && $0.children.isEmpty == false }
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:107:16: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
    static let containerViews = Inspector.ViewHierarchyLayer(name: "Containers", allowsInternalViews: true) { $0.className == "UIView" && $0.children.isEmpty == false }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:109:16: warning: static property 'controls' is not concurrency-safe because non-'Sendable' type 'Inspector.ViewHierarchyLayer' may have shared mutable state; this is an error in the Swift 6 language mode
    static let controls = Inspector.ViewHierarchyLayer(name: "Controls", allowsInternalViews: true) { $0 is UIControl }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:28:12: note: consider making struct 'ViewHierarchyLayer' conform to the 'Sendable' protocol
    struct ViewHierarchyLayer: Hashable {
           ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:109:16: note: add '@MainActor' to make static property 'controls' part of global actor 'MainActor'
    static let controls = Inspector.ViewHierarchyLayer(name: "Controls", allowsInternalViews: true) { $0 is UIControl }
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:109:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let controls = Inspector.ViewHierarchyLayer(name: "Controls", allowsInternalViews: true) { $0 is UIControl }
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:111:16: warning: static property 'images' is not concurrency-safe because non-'Sendable' type 'Inspector.ViewHierarchyLayer' may have shared mutable state; this is an error in the Swift 6 language mode
    static let images = Inspector.ViewHierarchyLayer(name: "Images", allowsInternalViews: true) { $0 is UIImageView }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:28:12: note: consider making struct 'ViewHierarchyLayer' conform to the 'Sendable' protocol
    struct ViewHierarchyLayer: Hashable {
           ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:111:16: note: add '@MainActor' to make static property 'images' part of global actor 'MainActor'
    static let images = Inspector.ViewHierarchyLayer(name: "Images", allowsInternalViews: true) { $0 is UIImageView }
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:111:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let images = Inspector.ViewHierarchyLayer(name: "Images", allowsInternalViews: true) { $0 is UIImageView }
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:113:16: warning: static property 'maps' is not concurrency-safe because non-'Sendable' type 'Inspector.ViewHierarchyLayer' may have shared mutable state; this is an error in the Swift 6 language mode
    static let maps = Inspector.ViewHierarchyLayer(name: "Maps") { $0 is MKMapView }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:28:12: note: consider making struct 'ViewHierarchyLayer' conform to the 'Sendable' protocol
    struct ViewHierarchyLayer: Hashable {
           ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:113:16: note: add '@MainActor' to make static property 'maps' part of global actor 'MainActor'
    static let maps = Inspector.ViewHierarchyLayer(name: "Maps") { $0 is MKMapView }
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:113:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let maps = Inspector.ViewHierarchyLayer(name: "Maps") { $0 is MKMapView }
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:115:16: warning: static property 'pickers' is not concurrency-safe because non-'Sendable' type 'Inspector.ViewHierarchyLayer' may have shared mutable state; this is an error in the Swift 6 language mode
    static let pickers = Inspector.ViewHierarchyLayer(name: "Pickers") { $0 is UIPickerView }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:28:12: note: consider making struct 'ViewHierarchyLayer' conform to the 'Sendable' protocol
    struct ViewHierarchyLayer: Hashable {
           ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:115:16: note: add '@MainActor' to make static property 'pickers' part of global actor 'MainActor'
    static let pickers = Inspector.ViewHierarchyLayer(name: "Pickers") { $0 is UIPickerView }
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:115:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let pickers = Inspector.ViewHierarchyLayer(name: "Pickers") { $0 is UIPickerView }
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:117:16: warning: static property 'progressIndicators' is not concurrency-safe because non-'Sendable' type 'Inspector.ViewHierarchyLayer' may have shared mutable state; this is an error in the Swift 6 language mode
    static let progressIndicators = Inspector.ViewHierarchyLayer(name: "Progress Indicators") { $0 is UIProgressView }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:28:12: note: consider making struct 'ViewHierarchyLayer' conform to the 'Sendable' protocol
    struct ViewHierarchyLayer: Hashable {
           ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:117:16: note: add '@MainActor' to make static property 'progressIndicators' part of global actor 'MainActor'
    static let progressIndicators = Inspector.ViewHierarchyLayer(name: "Progress Indicators") { $0 is UIProgressView }
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:117:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let progressIndicators = Inspector.ViewHierarchyLayer(name: "Progress Indicators") { $0 is UIProgressView }
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:119:16: warning: static property 'scrollViews' is not concurrency-safe because non-'Sendable' type 'Inspector.ViewHierarchyLayer' may have shared mutable state; this is an error in the Swift 6 language mode
    static let scrollViews = Inspector.ViewHierarchyLayer(name: "Scroll Views") { $0 is UIScrollView }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:28:12: note: consider making struct 'ViewHierarchyLayer' conform to the 'Sendable' protocol
    struct ViewHierarchyLayer: Hashable {
           ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:119:16: note: add '@MainActor' to make static property 'scrollViews' part of global actor 'MainActor'
    static let scrollViews = Inspector.ViewHierarchyLayer(name: "Scroll Views") { $0 is UIScrollView }
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:119:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let scrollViews = Inspector.ViewHierarchyLayer(name: "Scroll Views") { $0 is UIScrollView }
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:121:16: warning: static property 'segmentedControls' is not concurrency-safe because non-'Sendable' type 'Inspector.ViewHierarchyLayer' may have shared mutable state; this is an error in the Swift 6 language mode
    static let segmentedControls = Inspector.ViewHierarchyLayer(name: "Segmented Controls") { $0 is UISegmentedControl }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:28:12: note: consider making struct 'ViewHierarchyLayer' conform to the 'Sendable' protocol
    struct ViewHierarchyLayer: Hashable {
           ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:121:16: note: add '@MainActor' to make static property 'segmentedControls' part of global actor 'MainActor'
    static let segmentedControls = Inspector.ViewHierarchyLayer(name: "Segmented Controls") { $0 is UISegmentedControl }
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:121:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let segmentedControls = Inspector.ViewHierarchyLayer(name: "Segmented Controls") { $0 is UISegmentedControl }
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:123:16: warning: static property 'spacerViews' is not concurrency-safe because non-'Sendable' type 'Inspector.ViewHierarchyLayer' may have shared mutable state; this is an error in the Swift 6 language mode
    static let spacerViews = Inspector.ViewHierarchyLayer(name: "Spacers") { $0.className == "UIView" && $0.children.isEmpty }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:28:12: note: consider making struct 'ViewHierarchyLayer' conform to the 'Sendable' protocol
    struct ViewHierarchyLayer: Hashable {
           ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:123:16: note: add '@MainActor' to make static property 'spacerViews' part of global actor 'MainActor'
    static let spacerViews = Inspector.ViewHierarchyLayer(name: "Spacers") { $0.className == "UIView" && $0.children.isEmpty }
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:123:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let spacerViews = Inspector.ViewHierarchyLayer(name: "Spacers") { $0.className == "UIView" && $0.children.isEmpty }
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:123:16: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
    static let spacerViews = Inspector.ViewHierarchyLayer(name: "Spacers") { $0.className == "UIView" && $0.children.isEmpty }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:125:16: warning: static property 'stackViews' is not concurrency-safe because non-'Sendable' type 'Inspector.ViewHierarchyLayer' may have shared mutable state; this is an error in the Swift 6 language mode
    static let stackViews = Inspector.ViewHierarchyLayer(name: "Stacks", allowsInternalViews: true) { $0 is UIStackView }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:28:12: note: consider making struct 'ViewHierarchyLayer' conform to the 'Sendable' protocol
    struct ViewHierarchyLayer: Hashable {
           ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:125:16: note: add '@MainActor' to make static property 'stackViews' part of global actor 'MainActor'
    static let stackViews = Inspector.ViewHierarchyLayer(name: "Stacks", allowsInternalViews: true) { $0 is UIStackView }
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:125:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let stackViews = Inspector.ViewHierarchyLayer(name: "Stacks", allowsInternalViews: true) { $0 is UIStackView }
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:127:16: warning: static property 'tableViewCells' is not concurrency-safe because non-'Sendable' type 'Inspector.ViewHierarchyLayer' may have shared mutable state; this is an error in the Swift 6 language mode
    static let tableViewCells = Inspector.ViewHierarchyLayer(name: "Table Cells") { $0 is UITableViewCell }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:28:12: note: consider making struct 'ViewHierarchyLayer' conform to the 'Sendable' protocol
    struct ViewHierarchyLayer: Hashable {
           ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:127:16: note: add '@MainActor' to make static property 'tableViewCells' part of global actor 'MainActor'
    static let tableViewCells = Inspector.ViewHierarchyLayer(name: "Table Cells") { $0 is UITableViewCell }
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:127:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let tableViewCells = Inspector.ViewHierarchyLayer(name: "Table Cells") { $0 is UITableViewCell }
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:129:16: warning: static property 'collectionViewReusableView' is not concurrency-safe because non-'Sendable' type 'Inspector.ViewHierarchyLayer' may have shared mutable state; this is an error in the Swift 6 language mode
    static let collectionViewReusableView = Inspector.ViewHierarchyLayer(name: "Collection Reusable Views") { $0 is UICollectionReusableView }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:28:12: note: consider making struct 'ViewHierarchyLayer' conform to the 'Sendable' protocol
    struct ViewHierarchyLayer: Hashable {
           ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:129:16: note: add '@MainActor' to make static property 'collectionViewReusableView' part of global actor 'MainActor'
    static let collectionViewReusableView = Inspector.ViewHierarchyLayer(name: "Collection Reusable Views") { $0 is UICollectionReusableView }
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:129:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let collectionViewReusableView = Inspector.ViewHierarchyLayer(name: "Collection Reusable Views") { $0 is UICollectionReusableView }
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:131:16: warning: static property 'collectionViewCells' is not concurrency-safe because non-'Sendable' type 'Inspector.ViewHierarchyLayer' may have shared mutable state; this is an error in the Swift 6 language mode
    static let collectionViewCells = Inspector.ViewHierarchyLayer(name: "Collection Cells") { $0 is UICollectionViewCell }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:28:12: note: consider making struct 'ViewHierarchyLayer' conform to the 'Sendable' protocol
    struct ViewHierarchyLayer: Hashable {
           ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:131:16: note: add '@MainActor' to make static property 'collectionViewCells' part of global actor 'MainActor'
    static let collectionViewCells = Inspector.ViewHierarchyLayer(name: "Collection Cells") { $0 is UICollectionViewCell }
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:131:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let collectionViewCells = Inspector.ViewHierarchyLayer(name: "Collection Cells") { $0 is UICollectionViewCell }
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:133:16: warning: static property 'staticTexts' is not concurrency-safe because non-'Sendable' type 'Inspector.ViewHierarchyLayer' may have shared mutable state; this is an error in the Swift 6 language mode
    static let staticTexts = Inspector.ViewHierarchyLayer(name: "Static Texts", allowsInternalViews: true) { $0 is UILabel || $0._className == "CGDrawingView" }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:28:12: note: consider making struct 'ViewHierarchyLayer' conform to the 'Sendable' protocol
    struct ViewHierarchyLayer: Hashable {
           ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:133:16: note: add '@MainActor' to make static property 'staticTexts' part of global actor 'MainActor'
    static let staticTexts = Inspector.ViewHierarchyLayer(name: "Static Texts", allowsInternalViews: true) { $0 is UILabel || $0._className == "CGDrawingView" }
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:133:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let staticTexts = Inspector.ViewHierarchyLayer(name: "Static Texts", allowsInternalViews: true) { $0 is UILabel || $0._className == "CGDrawingView" }
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:135:16: warning: static property 'switches' is not concurrency-safe because non-'Sendable' type 'Inspector.ViewHierarchyLayer' may have shared mutable state; this is an error in the Swift 6 language mode
    static let switches = Inspector.ViewHierarchyLayer(name: "Switches") { $0 is UISwitch }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:28:12: note: consider making struct 'ViewHierarchyLayer' conform to the 'Sendable' protocol
    struct ViewHierarchyLayer: Hashable {
           ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:135:16: note: add '@MainActor' to make static property 'switches' part of global actor 'MainActor'
    static let switches = Inspector.ViewHierarchyLayer(name: "Switches") { $0 is UISwitch }
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:135:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let switches = Inspector.ViewHierarchyLayer(name: "Switches") { $0 is UISwitch }
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:137:16: warning: static property 'tables' is not concurrency-safe because non-'Sendable' type 'Inspector.ViewHierarchyLayer' may have shared mutable state; this is an error in the Swift 6 language mode
    static let tables = Inspector.ViewHierarchyLayer(name: "Tables") { $0 is UITableView }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:28:12: note: consider making struct 'ViewHierarchyLayer' conform to the 'Sendable' protocol
    struct ViewHierarchyLayer: Hashable {
           ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:137:16: note: add '@MainActor' to make static property 'tables' part of global actor 'MainActor'
    static let tables = Inspector.ViewHierarchyLayer(name: "Tables") { $0 is UITableView }
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:137:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let tables = Inspector.ViewHierarchyLayer(name: "Tables") { $0 is UITableView }
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:139:16: warning: static property 'textFields' is not concurrency-safe because non-'Sendable' type 'Inspector.ViewHierarchyLayer' may have shared mutable state; this is an error in the Swift 6 language mode
    static let textFields = Inspector.ViewHierarchyLayer(name: "Text Fields") { $0 is UITextField }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:28:12: note: consider making struct 'ViewHierarchyLayer' conform to the 'Sendable' protocol
    struct ViewHierarchyLayer: Hashable {
           ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:139:16: note: add '@MainActor' to make static property 'textFields' part of global actor 'MainActor'
    static let textFields = Inspector.ViewHierarchyLayer(name: "Text Fields") { $0 is UITextField }
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:139:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let textFields = Inspector.ViewHierarchyLayer(name: "Text Fields") { $0 is UITextField }
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:141:16: warning: static property 'textViews' is not concurrency-safe because non-'Sendable' type 'Inspector.ViewHierarchyLayer' may have shared mutable state; this is an error in the Swift 6 language mode
    static let textViews = Inspector.ViewHierarchyLayer(name: "Text Views") { $0 is UITextView }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:28:12: note: consider making struct 'ViewHierarchyLayer' conform to the 'Sendable' protocol
    struct ViewHierarchyLayer: Hashable {
           ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:141:16: note: add '@MainActor' to make static property 'textViews' part of global actor 'MainActor'
    static let textViews = Inspector.ViewHierarchyLayer(name: "Text Views") { $0 is UITextView }
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:141:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let textViews = Inspector.ViewHierarchyLayer(name: "Text Views") { $0 is UITextView }
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:143:16: warning: static property 'textInputs' is not concurrency-safe because non-'Sendable' type 'Inspector.ViewHierarchyLayer' may have shared mutable state; this is an error in the Swift 6 language mode
    static let textInputs = Inspector.ViewHierarchyLayer(name: "Editable Texts") { ($0 as? UITextView)?.isEditable == true || $0 is UITextField }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:28:12: note: consider making struct 'ViewHierarchyLayer' conform to the 'Sendable' protocol
    struct ViewHierarchyLayer: Hashable {
           ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:143:16: note: add '@MainActor' to make static property 'textInputs' part of global actor 'MainActor'
    static let textInputs = Inspector.ViewHierarchyLayer(name: "Editable Texts") { ($0 as? UITextView)?.isEditable == true || $0 is UITextField }
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:143:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let textInputs = Inspector.ViewHierarchyLayer(name: "Editable Texts") { ($0 as? UITextView)?.isEditable == true || $0 is UITextField }
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:143:16: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
    static let textInputs = Inspector.ViewHierarchyLayer(name: "Editable Texts") { ($0 as? UITextView)?.isEditable == true || $0 is UITextField }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:145:16: warning: static property 'webViews' is not concurrency-safe because non-'Sendable' type 'Inspector.ViewHierarchyLayer' may have shared mutable state; this is an error in the Swift 6 language mode
    static let webViews = Inspector.ViewHierarchyLayer(name: "Web Views") { $0 is WKWebView }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:28:12: note: consider making struct 'ViewHierarchyLayer' conform to the 'Sendable' protocol
    struct ViewHierarchyLayer: Hashable {
           ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:145:16: note: add '@MainActor' to make static property 'webViews' part of global actor 'MainActor'
    static let webViews = Inspector.ViewHierarchyLayer(name: "Web Views") { $0 is WKWebView }
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:145:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let webViews = Inspector.ViewHierarchyLayer(name: "Web Views") { $0 is WKWebView }
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:147:16: warning: static property 'systemContainers' is not concurrency-safe because non-'Sendable' type 'Inspector.ViewHierarchyLayer' may have shared mutable state; this is an error in the Swift 6 language mode
    static let systemContainers = Inspector.ViewHierarchyLayer(name: "System Containers", showLabels: true, allowsInternalViews: true, allowsSystemContainers: true) { $0._isSystemContainer }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:28:12: note: consider making struct 'ViewHierarchyLayer' conform to the 'Sendable' protocol
    struct ViewHierarchyLayer: Hashable {
           ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:147:16: note: add '@MainActor' to make static property 'systemContainers' part of global actor 'MainActor'
    static let systemContainers = Inspector.ViewHierarchyLayer(name: "System Containers", showLabels: true, allowsInternalViews: true, allowsSystemContainers: true) { $0._isSystemContainer }
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:147:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let systemContainers = Inspector.ViewHierarchyLayer(name: "System Containers", showLabels: true, allowsInternalViews: true, allowsSystemContainers: true) { $0._isSystemContainer }
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:149:16: warning: static property 'accessibilityIdentifiers' is not concurrency-safe because non-'Sendable' type 'Inspector.ViewHierarchyLayer' may have shared mutable state; this is an error in the Swift 6 language mode
    static let accessibilityIdentifiers = Inspector.ViewHierarchyLayer(name: "Accessibility Identifier") { $0.accessibilityIdentifier?.trimmed.isNilOrEmpty == false }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:28:12: note: consider making struct 'ViewHierarchyLayer' conform to the 'Sendable' protocol
    struct ViewHierarchyLayer: Hashable {
           ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:149:16: note: add '@MainActor' to make static property 'accessibilityIdentifiers' part of global actor 'MainActor'
    static let accessibilityIdentifiers = Inspector.ViewHierarchyLayer(name: "Accessibility Identifier") { $0.accessibilityIdentifier?.trimmed.isNilOrEmpty == false }
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:149:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let accessibilityIdentifiers = Inspector.ViewHierarchyLayer(name: "Accessibility Identifier") { $0.accessibilityIdentifier?.trimmed.isNilOrEmpty == false }
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:149:16: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
    static let accessibilityIdentifiers = Inspector.ViewHierarchyLayer(name: "Accessibility Identifier") { $0.accessibilityIdentifier?.trimmed.isNilOrEmpty == false }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:150:16: warning: static property 'accessibilityLabels' is not concurrency-safe because non-'Sendable' type 'Inspector.ViewHierarchyLayer' may have shared mutable state; this is an error in the Swift 6 language mode
    static let accessibilityLabels = Inspector.ViewHierarchyLayer(name: "Accessibility Label") { $0.accessibilityLabel?.trimmed.isNilOrEmpty == false }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:28:12: note: consider making struct 'ViewHierarchyLayer' conform to the 'Sendable' protocol
    struct ViewHierarchyLayer: Hashable {
           ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:150:16: note: add '@MainActor' to make static property 'accessibilityLabels' part of global actor 'MainActor'
    static let accessibilityLabels = Inspector.ViewHierarchyLayer(name: "Accessibility Label") { $0.accessibilityLabel?.trimmed.isNilOrEmpty == false }
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:150:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let accessibilityLabels = Inspector.ViewHierarchyLayer(name: "Accessibility Label") { $0.accessibilityLabel?.trimmed.isNilOrEmpty == false }
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:150:16: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
    static let accessibilityLabels = Inspector.ViewHierarchyLayer(name: "Accessibility Label") { $0.accessibilityLabel?.trimmed.isNilOrEmpty == false }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:151:16: warning: static property 'accessibilityElements' is not concurrency-safe because non-'Sendable' type 'Inspector.ViewHierarchyLayer' may have shared mutable state; this is an error in the Swift 6 language mode
    static let accessibilityElements = Inspector.ViewHierarchyLayer(name: "Accessibility Elements") { $0.isAccessibilityElement }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:28:12: note: consider making struct 'ViewHierarchyLayer' conform to the 'Sendable' protocol
    struct ViewHierarchyLayer: Hashable {
           ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:151:16: note: add '@MainActor' to make static property 'accessibilityElements' part of global actor 'MainActor'
    static let accessibilityElements = Inspector.ViewHierarchyLayer(name: "Accessibility Elements") { $0.isAccessibilityElement }
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:151:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let accessibilityElements = Inspector.ViewHierarchyLayer(name: "Accessibility Elements") { $0.isAccessibilityElement }
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:151:16: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
    static let accessibilityElements = Inspector.ViewHierarchyLayer(name: "Accessibility Elements") { $0.isAccessibilityElement }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:152:16: warning: static property 'navigationBars' is not concurrency-safe because non-'Sendable' type 'Inspector.ViewHierarchyLayer' may have shared mutable state; this is an error in the Swift 6 language mode
    static let navigationBars = Inspector.ViewHierarchyLayer(name: "Navigation Bars") { $0 is UINavigationBar }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:28:12: note: consider making struct 'ViewHierarchyLayer' conform to the 'Sendable' protocol
    struct ViewHierarchyLayer: Hashable {
           ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:152:16: note: add '@MainActor' to make static property 'navigationBars' part of global actor 'MainActor'
    static let navigationBars = Inspector.ViewHierarchyLayer(name: "Navigation Bars") { $0 is UINavigationBar }
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:152:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let navigationBars = Inspector.ViewHierarchyLayer(name: "Navigation Bars") { $0 is UINavigationBar }
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:153:16: warning: static property 'tabBars' is not concurrency-safe because non-'Sendable' type 'Inspector.ViewHierarchyLayer' may have shared mutable state; this is an error in the Swift 6 language mode
    static let tabBars = Inspector.ViewHierarchyLayer(name: "Tab Bars") { $0 is UITabBar }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:28:12: note: consider making struct 'ViewHierarchyLayer' conform to the 'Sendable' protocol
    struct ViewHierarchyLayer: Hashable {
           ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:153:16: note: add '@MainActor' to make static property 'tabBars' part of global actor 'MainActor'
    static let tabBars = Inspector.ViewHierarchyLayer(name: "Tab Bars") { $0 is UITabBar }
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:153:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let tabBars = Inspector.ViewHierarchyLayer(name: "Tab Bars") { $0 is UITabBar }
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:155:16: warning: static property 'wireframes' is not concurrency-safe because non-'Sendable' type 'Inspector.ViewHierarchyLayer' may have shared mutable state; this is an error in the Swift 6 language mode
    static let wireframes = Inspector.ViewHierarchyLayer(name: "Wireframes", showLabels: false, allowsInternalViews: true) { _ in true }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:28:12: note: consider making struct 'ViewHierarchyLayer' conform to the 'Sendable' protocol
    struct ViewHierarchyLayer: Hashable {
           ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:155:16: note: add '@MainActor' to make static property 'wireframes' part of global actor 'MainActor'
    static let wireframes = Inspector.ViewHierarchyLayer(name: "Wireframes", showLabels: false, allowsInternalViews: true) { _ in true }
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:155:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let wireframes = Inspector.ViewHierarchyLayer(name: "Wireframes", showLabels: false, allowsInternalViews: true) { _ in true }
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:157:16: warning: static property 'internalViews' is not concurrency-safe because non-'Sendable' type 'Inspector.ViewHierarchyLayer' may have shared mutable state; this is an error in the Swift 6 language mode
    static let internalViews = Inspector.ViewHierarchyLayer(name: "Internal Views", showLabels: true, allowsInternalViews: true) { $0._isInternalView }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:28:12: note: consider making struct 'ViewHierarchyLayer' conform to the 'Sendable' protocol
    struct ViewHierarchyLayer: Hashable {
           ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:157:16: note: add '@MainActor' to make static property 'internalViews' part of global actor 'MainActor'
    static let internalViews = Inspector.ViewHierarchyLayer(name: "Internal Views", showLabels: true, allowsInternalViews: true) { $0._isInternalView }
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:157:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let internalViews = Inspector.ViewHierarchyLayer(name: "Internal Views", showLabels: true, allowsInternalViews: true) { $0._isInternalView }
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayer.swift:59:30: warning: main actor-isolated property 'isHidden' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                    rootView.isHidden == false,
                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:307:56: note: property declared here
@property(nonatomic,getter=isHidden) BOOL              hidden;                     // default is NO. doesn't check superviews
                                                       ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyLayerAction.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyRoot.swift:26:14: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
    lazy var children = windows
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyRoot.swift:82:31: warning: main actor-isolated property 'windows' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        windows = application.windows
                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:109:62: note: property declared here
@property(nonatomic,readonly) NSArray<__kindof UIWindow *>  *windows API_DEPRECATED("Use UIWindowScene.windows on a relevant window scene instead", ios(2.0, 15.0), visionos(1.0, 1.0)) API_UNAVAILABLE(watchos);
                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyRoot.swift:129:58: warning: cannot form key path to main actor-isolated property 'isKeyWindow'; this is an error in the Swift 6 language mode
    var underlyingView: UIView? { windows.first(where: \.isKeyWindow) }
                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyRoot.swift:131:92: warning: main actor-isolated property 'rootViewController' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
    var underlyingViewController: UIViewController? { windows.first(where: \.isKeyWindow)?.rootViewController }
                                                                                           ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:66:57: note: property declared here
@property(nullable, nonatomic,strong) UIViewController *rootViewController API_AVAILABLE(ios(4.0));  // default is nil
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyRoot.swift:131:78: warning: cannot form key path to main actor-isolated property 'isKeyWindow'; this is an error in the Swift 6 language mode
    var underlyingViewController: UIViewController? { windows.first(where: \.isKeyWindow)?.rootViewController }
                                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyRoot.swift:173:39: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
    var frame: CGRect { UIScreen.main.bounds }
                                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:59:39: note: property declared here
@property(nonatomic,readonly) CGRect  bounds;                // Bounds of entire screen in points
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyRoot.swift:173:34: warning: main actor-isolated class property 'main' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
    var frame: CGRect { UIScreen.main.bounds }
                                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:57:49: note: class property declared here
@property(class, nonatomic, readonly) UIScreen *mainScreen API_DEPRECATED("Use a UIScreen instance found through context instead: i.e, view.window.windowScene.screen", ios(2.0, API_TO_BE_DEPRECATED), visionos(1.0, API_TO_BE_DEPRECATED)) API_UNAVAILABLE(watchos); // the device's internal screen
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyRoot.swift:218:73: warning: main actor-isolated property 'allChildren' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let viewControllers = [rootViewController] + rootViewController.allChildren + rootViewController.allPresentedViewControllers
                                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UIViewController/UIViewController+Children.swift:43:9: note: property declared here
    var allChildren: [UIViewController] {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyRoot.swift:215:18: note: add '@MainActor' to make instance method 'allViewControllers(with:)' part of global actor 'MainActor'
    private func allViewControllers(with rootViewController: UIViewController?) -> [UIViewController] {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyRoot.swift:218:106: warning: main actor-isolated property 'allPresentedViewControllers' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let viewControllers = [rootViewController] + rootViewController.allChildren + rootViewController.allPresentedViewControllers
                                                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UIViewController/UIViewController+Children.swift:24:9: note: property declared here
    var allPresentedViewControllers: [UIViewController] {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyRoot.swift:215:18: note: add '@MainActor' to make instance method 'allViewControllers(with:)' part of global actor 'MainActor'
    private func allViewControllers(with rootViewController: UIViewController?) -> [UIViewController] {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchyRoot.swift:221:34: warning: main actor-isolated property 'allChildren' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            .flatMap { [$0] + $0.allChildren }
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UIViewController/UIViewController+Children.swift:43:9: note: property declared here
    var allChildren: [UIViewController] {
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Models/ViewHierarchySnapshot.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

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

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

SwiftDriverJobDiscovery normal arm64 Compiling SegmentedControlSizeSectionDataSource.swift, TableViewSizeSectionDataSource.swift, ViewFrameSizeSectionDataSource.swift, Array+Inserting.swift, Array+InspectorElementLibraryProtocol.swift, Array+UIKeyCommand.swift, Array+UniqueValues.swift, BinaryFloatingPoint+String.swift, CACornerMask+UIRectCorner.swift, CGRect+Hashable.swift, CGSize+Sizes.swift, CharacterSet+AllCharacters.swift, IndexPath+FirstRow.swift, InspectorElementViewModelProperty+Color.swift, InspectorElementViewModelProperty+Font.swift, InspectorElementViewModelProperty+Hashable.swift, InspectorElementViewModelProperty+SegmentedControl.swift, InspectorElementViewModelProperty+Stepper.swift, InspectorElementViewModelProperty+TextView.swift, Int+CGFloat.swift, Int+String.swift, MKMapView+CaseIterable.swift, MKMapView+CustomStringConvertible.swift, NSDirectionalEdgeInsets+Update.swift (in target 'Inspector' from project 'Inspector')
SwiftCompile normal arm64 Compiling\ UIStackView+Init.swift,\ UISwitch.Style+CaseIterable.swift,\ UISwitch.Style+SegmentedControlDisplayable.swift,\ UITableView+Convenience.swift,\ UITextAutocapitalizationType+CaseIterable.swift,\ UITextAutocapitalizationType+CustomStringConvertible.swift,\ UITextAutocorrectionType+CaseIterable.swift,\ UITextAutocorrectionType+CustomStringConvertible.swift,\ UITextContentType+CaseIterable.swift,\ UITextContentType+CustomStringConvertible.swift,\ UITextField.BorderStyle+CaseIterable.swift,\ UITextField.BorderStyle+SegmentedControlDisplayable.swift,\ UITextField.ViewMode+CaseIterable.swift,\ UITextField.ViewMode+CustomStringConvertible.swift,\ UITextSmartDashesType+CaseIterable.swift,\ UITextSmartDashesType+CustomStringConvertible.swift,\ UITextSmartQuotesType+CaseIterable.swift,\ UITextSmartQuotesType+CustomStringConvertible.swift,\ UITextSpellCheckingType+CaseIterable.swift,\ UITextSpellCheckingType+CustomStringConvertible.swift,\ UITextView+Init.swift,\ UIView.AutoresizingMask+CaseIterable.swift,\ UIView.AutoresizingMask+CustomStringConvertible.swift,\ UIView.ContentMode+CaseIterable.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UIStackView/UIStackView+Init.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UISwitch/UISwitch.Style+CaseIterable.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UISwitch/UISwitch.Style+SegmentedControlDisplayable.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UITableView/UITableView+Convenience.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UITextAutocapitalizationType/UITextAutocapitalizationType+CaseIterable.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UITextAutocapitalizationType/UITextAutocapitalizationType+CustomStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UITextAutocorrectionType/UITextAutocorrectionType+CaseIterable.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UITextAutocorrectionType/UITextAutocorrectionType+CustomStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UITextContentType/UITextContentType+CaseIterable.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UITextContentType/UITextContentType+CustomStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UITextField/BorderStyle/UITextField.BorderStyle+CaseIterable.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UITextField/BorderStyle/UITextField.BorderStyle+SegmentedControlDisplayable.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UITextField/ViewMode/UITextField.ViewMode+CaseIterable.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UITextField/ViewMode/UITextField.ViewMode+CustomStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UITextSmartDashesType/UITextSmartDashesType+CaseIterable.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UITextSmartDashesType/UITextSmartDashesType+CustomStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UITextSmartQuotesType/UITextSmartQuotesType+CaseIterable.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UITextSmartQuotesType/UITextSmartQuotesType+CustomStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UITextSpellCheckingType/UITextSpellCheckingType+CaseIterable.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UITextSpellCheckingType/UITextSpellCheckingType+CustomStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UITextView/UITextView+Init.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UIView/AutoresizingMask/UIView.AutoresizingMask+CaseIterable.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UIView/AutoresizingMask/UIView.AutoresizingMask+CustomStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UIView/ContentMode/UIView.ContentMode+CaseIterable.swift (in target 'Inspector' from project 'Inspector')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UIStackView/UIStackView+Init.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UISwitch/UISwitch.Style+CaseIterable.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UISwitch/UISwitch.Style+SegmentedControlDisplayable.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UITableView/UITableView+Convenience.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UITextAutocapitalizationType/UITextAutocapitalizationType+CaseIterable.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UITextAutocapitalizationType/UITextAutocapitalizationType+CustomStringConvertible.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UITextAutocorrectionType/UITextAutocorrectionType+CaseIterable.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UITextAutocorrectionType/UITextAutocorrectionType+CustomStringConvertible.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UITextContentType/UITextContentType+CaseIterable.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UITextContentType/UITextContentType+CustomStringConvertible.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UITextField/BorderStyle/UITextField.BorderStyle+CaseIterable.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UITextField/BorderStyle/UITextField.BorderStyle+SegmentedControlDisplayable.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UITextField/ViewMode/UITextField.ViewMode+CaseIterable.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UITextField/ViewMode/UITextField.ViewMode+CustomStringConvertible.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UITextSmartDashesType/UITextSmartDashesType+CaseIterable.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UITextSmartDashesType/UITextSmartDashesType+CustomStringConvertible.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UITextSmartQuotesType/UITextSmartQuotesType+CaseIterable.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UITextSmartQuotesType/UITextSmartQuotesType+CustomStringConvertible.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UITextSpellCheckingType/UITextSpellCheckingType+CaseIterable.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UITextSpellCheckingType/UITextSpellCheckingType+CustomStringConvertible.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UITextView/UITextView+Init.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UIView/AutoresizingMask/UIView.AutoresizingMask+CaseIterable.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UIView/AutoresizingMask/UIView.AutoresizingMask+CustomStringConvertible.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/Extensions/UIView/ContentMode/UIView.ContentMode+CaseIterable.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for Inspector (in target 'Inspector' from project 'Inspector')
SwiftDriver\ Compilation\ Requirements Inspector normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Inspector' from project 'Inspector')
    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 Inspector -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Inspector.build/Debug-iphoneos/Inspector.build/Objects-normal/arm64/Inspector.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Inspector.build/Debug-iphoneos/Inspector.build/Objects-normal/arm64/Inspector-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/Inspector.build/Debug-iphoneos/Inspector.build/Objects-normal/arm64/Inspector.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Inspector.build/Debug-iphoneos/Inspector.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Inspector.build/Debug-iphoneos/Inspector.build/Objects-normal/arm64/Inspector_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Inspector.build/Debug-iphoneos/Inspector.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Inspector.build/Debug-iphoneos/Inspector.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Inspector.build/Debug-iphoneos/Inspector.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/Inspector.build/Debug-iphoneos/Inspector.build/Objects-normal/arm64/Inspector-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling ElementInspectorCoordinator+OperationQueueManagerProtocol.swift, ElementInspectorCoordinator.swift, ElementInspectorPanel.swift, ElementInspectorPanelListState.swift, ElementInspectorPanelSelectionMode.swift, InspectorElementItemSeparatorStyle.swift, InspectorElementSectionState.swift, ElementInspectorFormPanelDataSource.swift, ElementInspectorPanelViewControllerProtocol.swift, InspectorElementSectionView.swift, ElementChildrenPanelAction.swift, ElementChildrenPanelViewController+UITableViewDataSource.swift, ElementChildrenPanelViewController+UITableViewDelegate.swift, ElementChildrenPanelViewController.swift, CellViewModel.swift, ElementChildrenPanelViewModel.swift, ElementChildrenPanelTableViewCodeCell.swift, ElementChildrenPanelViewCode.swift, DefaultFormPanelDataSource.swift, ElementInspectorFormPanelViewController+InspectorElementSectionViewControllerDelegate.swift, ElementInspectorFormPanelViewController.swift, InspectorElementSectionViewController.swift, ElementInspectorNavigationController.swift, ElementInspectorPanelViewController.swift (in target 'Inspector' from project 'Inspector')
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ BaseCardView.swift,\ BaseControl.swift,\ BaseFormControl.swift,\ BaseView.swift,\ ScrollingStackView.swift,\ AccessoryControl.swift,\ ColorPreviewControl.swift,\ DirectionalEdgeInsetsControl.swift,\ EdgeInsetsControl.swift,\ ImagePreviewControl.swift,\ NoteControl.swift,\ OffsetControl.swift,\ OptionListControl.swift,\ PointControl.swift,\ RectControl.swift,\ SegmentedControl.swift,\ SizeControl.swift,\ StepperControl.swift,\ StepperPairControl.swift,\ TextFieldControl.swift,\ TextViewControl.swift,\ ToggleControl.swift,\ Animation.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Inspector.build/Debug-iphoneos/Inspector.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Bases/BaseCardView.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Bases/BaseControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Bases/BaseFormControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Bases/BaseView.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Bases/ScrollingStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Controls/AccessoryControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Controls/ColorPreviewControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Controls/DirectionalEdgeInsetsControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Controls/EdgeInsetsControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Controls/ImagePreviewControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Controls/NoteControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Controls/OffsetControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Controls/OptionListControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Controls/PointControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Controls/RectControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Controls/SegmentedControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Controls/SizeControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Controls/StepperControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Controls/StepperPairControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Controls/TextFieldControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Controls/TextViewControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Controls/ToggleControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Enums/Animation.swift (in target 'Inspector' from project 'Inspector')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Inspector.build/Debug-iphoneos/Inspector.build/DerivedSources/resource_bundle_accessor.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Bases/BaseCardView.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Bases/BaseControl.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Bases/BaseControl.swift:27:16: warning: static property 'stateChanged' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var stateChanged = UIControl.Event(rawValue: 1 << 24)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Bases/BaseControl.swift:27:16: note: convert 'stateChanged' to a 'let' constant to make 'Sendable' shared state immutable
    static var stateChanged = UIControl.Event(rawValue: 1 << 24)
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Bases/BaseControl.swift:27:16: note: add '@MainActor' to make static property 'stateChanged' part of global actor 'MainActor'
    static var stateChanged = UIControl.Event(rawValue: 1 << 24)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Bases/BaseControl.swift:27:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var stateChanged = UIControl.Event(rawValue: 1 << 24)
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Bases/BaseFormControl.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Bases/BaseView.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Bases/ScrollingStackView.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Controls/AccessoryControl.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Controls/ColorPreviewControl.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Controls/DirectionalEdgeInsetsControl.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Controls/EdgeInsetsControl.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Controls/ImagePreviewControl.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Controls/NoteControl.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Controls/OffsetControl.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Controls/OptionListControl.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Controls/PointControl.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Controls/RectControl.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Controls/SegmentedControl.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Controls/SizeControl.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Controls/StepperControl.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Controls/StepperControl.swift:22:22: warning: using '@_implementationOnly' without enabling library evolution for 'Inspector' may lead to instability during execution
@_implementationOnly import UIKitOptions
                     ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Controls/StepperPairControl.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Controls/TextFieldControl.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Controls/TextViewControl.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Controls/ToggleControl.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Enums/Animation.swift (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Enums/Animation.swift:95:16: warning: call to main actor-isolated class method 'animate(withDuration:delay:usingSpringWithDamping:initialSpringVelocity:options:animations:completion:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        UIView.animate(
               ^
UIKit.UIView.animate:3:30: note: calls to class method 'animate(withDuration:delay:usingSpringWithDamping:initialSpringVelocity:options:animations:completion:)' from outside of its actor context are implicitly asynchronous
  @MainActor open class func animate(withDuration duration: TimeInterval, delay: TimeInterval, usingSpringWithDamping dampingRatio: CGFloat, initialSpringVelocity velocity: CGFloat, options: UIView.AnimationOptions = [], animations: @escaping () -> Void, completion: ((Bool) -> Void)? = nil)}
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Enums/Animation.swift:87:10: note: add '@MainActor' to make instance method 'animate(withDuration:delay:damping:options:animations:completion:)' part of global actor 'MainActor'
    func animate(
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Enums/Animation.swift:95:16: warning: sending value of non-Sendable type '() -> Void' risks causing data races; this is an error in the Swift 6 language mode
        UIView.animate(
        ~~~~~~~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Enums/Animation.swift:95:16: note: sending task-isolated value of non-Sendable type '() -> Void' to main actor-isolated class method 'animate(withDuration:delay:usingSpringWithDamping:initialSpringVelocity:options:animations:completion:)' risks causing races in between task-isolated and main actor-isolated uses
        UIView.animate(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Enums/Animation.swift:95:16: warning: sending value of non-Sendable type '((Bool) -> Void)?' risks causing data races; this is an error in the Swift 6 language mode
        UIView.animate(
        ~~~~~~~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Inspector/CommonUI/Enums/Animation.swift:95:16: note: sending task-isolated value of non-Sendable type '((Bool) -> Void)?' to main actor-isolated class method 'animate(withDuration:delay:usingSpringWithDamping:initialSpringVelocity:options:animations:completion:)' risks causing races in between task-isolated and main actor-isolated uses
        UIView.animate(
               ^
SwiftDriver\ Compilation Coordinator normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Coordinator' from project 'Coordinator')
    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 Coordinator -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Coordinator.build/Debug-iphoneos/Coordinator.build/Objects-normal/arm64/Coordinator.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Coordinator.build/Debug-iphoneos/Coordinator.build/Objects-normal/arm64/Coordinator-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/Coordinator.build/Debug-iphoneos/Coordinator.build/Objects-normal/arm64/Coordinator.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Coordinator.build/Debug-iphoneos/Coordinator.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Coordinator.build/Debug-iphoneos/Coordinator.build/Objects-normal/arm64/Coordinator_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Coordinator.build/Debug-iphoneos/Coordinator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Coordinator.build/Debug-iphoneos/Coordinator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Coordinator.build/Debug-iphoneos/Coordinator.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/Coordinator.build/Debug-iphoneos/Coordinator.build/Objects-normal/arm64/Coordinator-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling NavigationControllerAttributesSectionDataSource.swift, NavigationItemAttributesSectionDataSource.swift, ScrollViewAttributesSectionDataSource.swift, SegmentedControlAttributesSectionDataSource.swift, SliderAttributesSectionDataSource.swift, StackViewAttributesSectionDataSource.swift, SwitchAttributesSectionDataSource.swift, TabBarAttributesSectionDataSource.swift, TabBarItemAttributesSectionDataSource.swift, TableViewAttributesSectionDataSource.swift, TextFieldAttributesSectionDataSource.swift, TextViewAttributesSectionDataSource.swift, ViewAttributesSectionDataSource.swift, ViewControllerAttributesSectionDataSource.swift, WindowAttributesSectionDataSource.swift, HierarchyIdentitySectionDataSource.swift, HighlightViewSectionDataSource.swift, PreviewIdentitySectionDataSource.swift, RuntimeAttributesIdentitySectionDataSource.swift, ButtonSizeSectionDataSource.swift, ContentLayoutPrioritySizeSectionDataSource.swift, LabelSizeSectionDataSource.swift, LayoutConstraintSizeSectionDataSource.swift, ScrollViewSizeSectionDataSource.swift (in target 'Inspector' from project 'Inspector')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Inspector-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Inspector.build/Debug-iphoneos/Inspector.build/Objects-normal/arm64/Inspector-Swift.h (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Inspector.build/Debug-iphoneos/Inspector.build/Objects-normal/arm64/Inspector-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Inspector-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Inspector.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Inspector.build/Debug-iphoneos/Inspector.build/Objects-normal/arm64/Inspector.swiftmodule (in target 'Inspector' from project 'Inspector')
    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/Inspector.build/Debug-iphoneos/Inspector.build/Objects-normal/arm64/Inspector.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Inspector.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Inspector.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Inspector.build/Debug-iphoneos/Inspector.build/Objects-normal/arm64/Inspector.swiftdoc (in target 'Inspector' from project 'Inspector')
    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/Inspector.build/Debug-iphoneos/Inspector.build/Objects-normal/arm64/Inspector.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Inspector.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Inspector.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Inspector.build/Debug-iphoneos/Inspector.build/Objects-normal/arm64/Inspector.abi.json (in target 'Inspector' from project 'Inspector')
    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/Inspector.build/Debug-iphoneos/Inspector.build/Objects-normal/arm64/Inspector.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Inspector.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Inspector.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Inspector.build/Debug-iphoneos/Inspector.build/Objects-normal/arm64/Inspector.swiftsourceinfo (in target 'Inspector' from project 'Inspector')
    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/Inspector.build/Debug-iphoneos/Inspector.build/Objects-normal/arm64/Inspector.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Inspector.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Coordinator.o normal (in target 'Coordinator' from project 'Coordinator')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Coordinator
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Coordinator.build/Debug-iphoneos/Coordinator.build/Objects-normal/arm64/Coordinator.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Coordinator.build/Debug-iphoneos/Coordinator.build/Objects-normal/arm64/Coordinator_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Coordinator.build/Debug-iphoneos/Coordinator.build/Objects-normal/arm64/Coordinator_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Coordinator.build/Debug-iphoneos/Coordinator.build/Objects-normal/arm64/Coordinator.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Coordinator.o
ExtractAppIntentsMetadata (in target 'Coordinator' from project 'Coordinator')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Coordinator
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Coordinator --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier coordinator.Coordinator --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Coordinator.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Coordinator.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Coordinator.build/Debug-iphoneos/Coordinator.build/Objects-normal/arm64/Coordinator_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Coordinator.build/Debug-iphoneos/Coordinator.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Coordinator.build/Debug-iphoneos/Coordinator.build/Objects-normal/arm64/Coordinator.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Coordinator.build/Debug-iphoneos/Coordinator.build/Coordinator.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Coordinator.build/Debug-iphoneos/Coordinator.build/Coordinator.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Coordinator.build/Debug-iphoneos/Coordinator.build/Objects-normal/arm64/Coordinator.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 11:09:20.187 appintentsmetadataprocessor[963:5455] Starting appintentsmetadataprocessor export
2025-04-27 11:09:20.225 appintentsmetadataprocessor[963:5455] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Coordinator.o (in target 'Coordinator' from project 'Coordinator')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Coordinator
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Coordinator.o
SwiftDriverJobDiscovery normal arm64 Compiling UIStackView+Init.swift, UISwitch.Style+CaseIterable.swift, UISwitch.Style+SegmentedControlDisplayable.swift, UITableView+Convenience.swift, UITextAutocapitalizationType+CaseIterable.swift, UITextAutocapitalizationType+CustomStringConvertible.swift, UITextAutocorrectionType+CaseIterable.swift, UITextAutocorrectionType+CustomStringConvertible.swift, UITextContentType+CaseIterable.swift, UITextContentType+CustomStringConvertible.swift, UITextField.BorderStyle+CaseIterable.swift, UITextField.BorderStyle+SegmentedControlDisplayable.swift, UITextField.ViewMode+CaseIterable.swift, UITextField.ViewMode+CustomStringConvertible.swift, UITextSmartDashesType+CaseIterable.swift, UITextSmartDashesType+CustomStringConvertible.swift, UITextSmartQuotesType+CaseIterable.swift, UITextSmartQuotesType+CustomStringConvertible.swift, UITextSpellCheckingType+CaseIterable.swift, UITextSpellCheckingType+CustomStringConvertible.swift, UITextView+Init.swift, UIView.AutoresizingMask+CaseIterable.swift, UIView.AutoresizingMask+CustomStringConvertible.swift, UIView.ContentMode+CaseIterable.swift (in target 'Inspector' from project 'Inspector')
SwiftDriverJobDiscovery normal arm64 Compiling ViewHierarchyElementCatalog.swift, ViewHierarchyElementReference.swift, ViewHierarchyElementRepresentable.swift, ViewHierarchyLayerConstructorProtocol.swift, ViewHierarchyLayerManagerProtocol.swift, ViewHierarchyRepresentable.swift, Texts.swift, DeviceShakeModifier.swift, InspectorModifier.swift, InspectorUI.swift, ElementInspectorSlidingPanelAnimator.swift, ViewHierarchyCoordinator+AsyncOperationProtocol.swift, ViewHierarchyCoordinator+LayerCommandProtocol.swift, ViewHierarchyCoordinator+LayerConstructorProtocol.swift, ViewHierarchyCoordinator+LayerViewDelegate.swift, ViewHierarchyCoordinator.swift, ElementNameView.swift, HighlightView.swift, LayerView.swift, LayerViewComponent.swift, LoaderView.swift, WireframeView.swift, GeneratedAssetSymbols.swift (in target 'Inspector' from project 'Inspector')
SwiftDriverJobDiscovery normal arm64 Compiling ElementInspectorViewController.swift, ElementInspectorViewModel.swift, ElementInspectorViewCode+Content.swift, ElementInspectorViewCode.swift, InspectorElementKeyCommandSectionView.swift, InspectorElementLayoutConstraintSectionView.swift, InspectorElementSectionFormView.swift, ToogleCollapseButton.swift, DefaultElementAttributesLibrary.swift, DefaultElementIdentityLibrary.swift, DefaultElementSizeLibrary.swift, ActivityIndicatorViewAttributesSectionDataSource.swift, ApplicationAttributesSectionDataSource.swift, ApplicationShortcutItemSectionDataSource.swift, ButtonAttributesSectionDataSource.swift, ControlAttributesSectionDataSource.swift, DatePickerAttributesSectionDataSource.swift, ImageViewAttributesSectionDataSource.swift, KeyCommandsSectionDataSource.swift, LabelAttributesSectionDataSource.swift, LayerAttributesSectionDataSource.swift, MapViewAttributesSectionDataSource.swift, NavigationBarAppearanceAttributesSectionDataSource.swift, NavigationBarAttributesSectionDataSource.swift (in target 'Inspector' from project 'Inspector')
SwiftDriverJobDiscovery normal arm64 Compiling SnapshotViewModel.swift, HierarchyInspectorActionTableViewCell.swift, HierarchyInspectorReferenceSummaryTableViewCell.swift, HierarchyInspectorSearchView.swift, HierarchyInspectorTableViewCell.swift, HierarchyInspectorTableViewHeaderView.swift, HierarchyInspectorViewCode.swift, Manager+ElementInspectorCoordinatorDelegate.swift, Manager+InspectorViewCoordinatorDelegate.swift, Manager+KeyCommandPresentable.swift, Manager+ViewHierarchyActionableProtocol.swift, Manager+ViewHierarchyLayerManagerProtocol.swift, Manager.swift, BundleInfo.swift, Command.swift, CommandsGroup.swift, ElementCatalogIconProviderDefault.swift, ElementPanelType.swift, ExpirableStore.swift, FontReference.swift, HashableValue.swift, InspectorElementProperty.swift, InspectorElementSection.swift, LayoutConstraintElement.swift (in target 'Inspector' from project 'Inspector')
SwiftDriverJobDiscovery normal arm64 Compiling ThumbnailBackgroundStyle.swift, Icon.Glyph.swift, Icon.swift, IconButton.swift, IconKit.swift, SectionHeader.swift, SeparatorView.swift, LengthMeasurementView+ArrowView.swift, LengthMeasurementView.swift, SizeInspectorView.swift, LiveViewHierarchyElementThumbnailView.swift, ViewHierarchyElementDescriptionView.swift, ViewHierarchyElementThumbnailView.swift, ViewHierarchyThumbnailViewController.swift, InspectorAppearance.swift, InspectorColorStyle.swift, InspectorConfiguration+KeyCommandSettings.swift, InspectorConfiguration.swift, ConsoleLogger.swift, ElementInspectorAppearance.swift, ElementInspectorConfiguration.swift, ElementInspectorCoordinator+ElementInspectorFormPanelDelegate.swift, ElementInspectorCoordinator+ElementInspectorNavigationControllerDismissDelegate.swift, ElementInspectorCoordinator+ElementInspectorViewControllerDelegate.swift (in target 'Inspector' from project 'Inspector')
SwiftDriverJobDiscovery normal arm64 Compiling UIView.ContentMode+CustomStringConvertible.swift, UIView+Convenience.swift, UIView+HightlightView.swift, UIView+Mask.swift, UIView+Snapshot.swift, UIView+Swizzling.swift, UIView+ViewHierarchyElementRepresentable.swift, UIViewController+Children.swift, UIViewController+PopoverPresentationStyle.swift, UIViewController+UIKeyCommand.swift, UIWindow+PresentedViewController.swift, ViewHierarchyLayer+Actionable.swift, ViewHierarchyLayer+AdditiveArithmetic.swift, ViewHierarchyLayer+CustomStringConvertible.swift, ViewHierarchyCoordinatorFactory.swift, Inspector.swift, InspectorViewCoordinator.swift, InspectorCommand.swift, InspectorViewController+UITableViewDataSource.swift, InspectorViewController+UITableViewDelegate.swift, InspectorViewController+UITableViewKeyCommandsDelegate.swift, InspectorViewController.swift, CommandGroupsViewModel.swift, HierarchyInspectorViewModel.swift (in target 'Inspector' from project 'Inspector')
SwiftDriverJobDiscovery normal arm64 Compiling Logger.swift, MainThreadAsyncOperation.swift, MainThreadOperation.swift, Provider.swift, SnapshotStore.swift, ViewHierarchy.swift, ViewHierarchyColorSchemeDefault.swift, ViewHierarchyElement.swift, ViewHierarchyElementAction.swift, ViewHierarchyElementController.swift, ViewHierarchyInformation.swift, ViewHierarchyInterfaceStyle.swift, ViewHierarchyIssue.swift, ViewHierarchyLayer.swift, ViewHierarchyLayerAction.swift, ViewHierarchyRoot.swift, ViewHierarchySnapshot.swift, AdaptiveModalPresenter.swift, ColorPickerPresenter.swift, ContextMenuPresenter.swift, DocumentPickerPresenter.swift, UIViewControllerTransitionPresenter.swift, Actionable.swift, AsyncOperationProtocol.swift (in target 'Inspector' from project 'Inspector')
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, BaseCardView.swift, BaseControl.swift, BaseFormControl.swift, BaseView.swift, ScrollingStackView.swift, AccessoryControl.swift, ColorPreviewControl.swift, DirectionalEdgeInsetsControl.swift, EdgeInsetsControl.swift, ImagePreviewControl.swift, NoteControl.swift, OffsetControl.swift, OptionListControl.swift, PointControl.swift, RectControl.swift, SegmentedControl.swift, SizeControl.swift, StepperControl.swift, StepperPairControl.swift, TextFieldControl.swift, TextViewControl.swift, ToggleControl.swift, Animation.swift (in target 'Inspector' from project 'Inspector')
SwiftDriverJobDiscovery normal arm64 Compiling CALayer+Options.swift, NSAttributedString+Init.swift, NSAttributedString+Options.swift, NSDirectionalEdgeInsets+Convenience.swift, NumberFormatter+Init.swift (in target 'UIKitOptions' from project 'UIKitOptions')
SwiftDriver\ Compilation Inspector normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Inspector' from project 'Inspector')
    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 Inspector -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Inspector.build/Debug-iphoneos/Inspector.build/Objects-normal/arm64/Inspector.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Inspector.build/Debug-iphoneos/Inspector.build/Objects-normal/arm64/Inspector-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/Inspector.build/Debug-iphoneos/Inspector.build/Objects-normal/arm64/Inspector.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Inspector.build/Debug-iphoneos/Inspector.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Inspector.build/Debug-iphoneos/Inspector.build/Objects-normal/arm64/Inspector_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Inspector.build/Debug-iphoneos/Inspector.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Inspector.build/Debug-iphoneos/Inspector.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Inspector.build/Debug-iphoneos/Inspector.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/Inspector.build/Debug-iphoneos/Inspector.build/Objects-normal/arm64/Inspector-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation UIKitOptions normal arm64 com.apple.xcode.tools.swift.compiler (in target 'UIKitOptions' from project 'UIKitOptions')
    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 UIKitOptions -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-iphoneos/UIKitOptions.build/Objects-normal/arm64/UIKitOptions.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-iphoneos/UIKitOptions.build/Objects-normal/arm64/UIKitOptions-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/UIKitOptions.build/Debug-iphoneos/UIKitOptions.build/Objects-normal/arm64/UIKitOptions.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-iphoneos/UIKitOptions.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-iphoneos/UIKitOptions.build/Objects-normal/arm64/UIKitOptions_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-iphoneos/UIKitOptions.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-iphoneos/UIKitOptions.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-iphoneos/UIKitOptions.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/UIKitOptions.build/Debug-iphoneos/UIKitOptions.build/Objects-normal/arm64/UIKitOptions-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIKitOptions.o normal (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/UIKitOptions
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-iphoneos/UIKitOptions.build/Objects-normal/arm64/UIKitOptions.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-iphoneos/UIKitOptions.build/Objects-normal/arm64/UIKitOptions_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-iphoneos/UIKitOptions.build/Objects-normal/arm64/UIKitOptions_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-iphoneos/UIKitOptions.build/Objects-normal/arm64/UIKitOptions.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIKitOptions.o
ExtractAppIntentsMetadata (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/UIKitOptions
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name UIKitOptions --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier uikitoptions.UIKitOptions --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIKitOptions.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIKitOptions.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-iphoneos/UIKitOptions.build/Objects-normal/arm64/UIKitOptions_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-iphoneos/UIKitOptions.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-iphoneos/UIKitOptions.build/Objects-normal/arm64/UIKitOptions.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-iphoneos/UIKitOptions.build/UIKitOptions.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-iphoneos/UIKitOptions.build/UIKitOptions.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-iphoneos/UIKitOptions.build/Objects-normal/arm64/UIKitOptions.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 11:09:22.474 appintentsmetadataprocessor[966:5609] Starting appintentsmetadataprocessor export
2025-04-27 11:09:22.508 appintentsmetadataprocessor[966:5609] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIKitOptions.o (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/UIKitOptions
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIKitOptions.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIKeyCommandTableView.o normal (in target 'UIKeyCommandTableView' from project 'UIKeyCommandTableView')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/UIKeyCommandTableView
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKeyCommandTableView.build/Debug-iphoneos/UIKeyCommandTableView.build/Objects-normal/arm64/UIKeyCommandTableView.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKeyCommandTableView.build/Debug-iphoneos/UIKeyCommandTableView.build/Objects-normal/arm64/UIKeyCommandTableView_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKeyCommandTableView.build/Debug-iphoneos/UIKeyCommandTableView.build/Objects-normal/arm64/UIKeyCommandTableView_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKeyCommandTableView.build/Debug-iphoneos/UIKeyCommandTableView.build/Objects-normal/arm64/UIKeyCommandTableView.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIKeyCommandTableView.o
ExtractAppIntentsMetadata (in target 'UIKeyCommandTableView' from project 'UIKeyCommandTableView')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/UIKeyCommandTableView
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name UIKeyCommandTableView --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier uikeycommandtableview.UIKeyCommandTableView --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIKeyCommandTableView.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIKeyCommandTableView.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKeyCommandTableView.build/Debug-iphoneos/UIKeyCommandTableView.build/Objects-normal/arm64/UIKeyCommandTableView_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKeyCommandTableView.build/Debug-iphoneos/UIKeyCommandTableView.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKeyCommandTableView.build/Debug-iphoneos/UIKeyCommandTableView.build/Objects-normal/arm64/UIKeyCommandTableView.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKeyCommandTableView.build/Debug-iphoneos/UIKeyCommandTableView.build/UIKeyCommandTableView.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKeyCommandTableView.build/Debug-iphoneos/UIKeyCommandTableView.build/UIKeyCommandTableView.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKeyCommandTableView.build/Debug-iphoneos/UIKeyCommandTableView.build/Objects-normal/arm64/UIKeyCommandTableView.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 11:09:22.553 appintentsmetadataprocessor[969:5624] Starting appintentsmetadataprocessor export
2025-04-27 11:09:22.586 appintentsmetadataprocessor[969:5624] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIKeyCommandTableView.o (in target 'UIKeyCommandTableView' from project 'UIKeyCommandTableView')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/UIKeyCommandTableView
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIKeyCommandTableView.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Inspector.o normal (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios14.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Inspector.build/Debug-iphoneos/Inspector.build/Objects-normal/arm64/Inspector.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Inspector.build/Debug-iphoneos/Inspector.build/Objects-normal/arm64/Inspector_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Inspector.build/Debug-iphoneos/Inspector.build/Objects-normal/arm64/Inspector_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Inspector.build/Debug-iphoneos/Inspector.build/Objects-normal/arm64/Inspector.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Inspector.o
ExtractAppIntentsMetadata (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Inspector --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 14.0 --bundle-identifier spi-builder-workspace.Inspector --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Inspector.appintents --target-triple arm64-apple-ios14.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Inspector.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Inspector.build/Debug-iphoneos/Inspector.build/Objects-normal/arm64/Inspector_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Inspector.build/Debug-iphoneos/Inspector.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Inspector.build/Debug-iphoneos/Inspector.build/Objects-normal/arm64/Inspector.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Inspector.build/Debug-iphoneos/Inspector.build/Inspector.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Inspector.build/Debug-iphoneos/Inspector.build/Inspector.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Inspector.build/Debug-iphoneos/Inspector.build/Objects-normal/arm64/Inspector.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 11:09:22.742 appintentsmetadataprocessor[972:5641] Starting appintentsmetadataprocessor export
2025-04-27 11:09:22.781 appintentsmetadataprocessor[972:5641] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Inspector.o (in target 'Inspector' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Inspector.o
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks/InspectorDynamic.framework/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Inspector.build/Debug-iphoneos/InspectorDynamic\ product.build/empty-InspectorDynamic.plist (in target 'InspectorDynamic' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Inspector.build/Debug-iphoneos/InspectorDynamic\ product.build/empty-InspectorDynamic.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks/InspectorDynamic.framework/Info.plist
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks/InspectorDynamic.framework/InspectorDynamic normal (in target 'InspectorDynamic' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios14.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Inspector.build/Debug-iphoneos/InspectorDynamic\ product.build/Objects-normal/arm64/InspectorDynamic.LinkFileList -install_name @rpath/InspectorDynamic.framework/InspectorDynamic -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Inspector.build/Debug-iphoneos/InspectorDynamic\ product.build/Objects-normal/arm64/InspectorDynamic_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Inspector.build/Debug-iphoneos/InspectorDynamic\ product.build/Objects-normal/arm64/InspectorDynamic_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks/InspectorDynamic.framework/InspectorDynamic -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Inspector.build/Debug-iphoneos/Inspector.build/Objects-normal/arm64/Inspector.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKeyCommandTableView.build/Debug-iphoneos/UIKeyCommandTableView.build/Objects-normal/arm64/UIKeyCommandTableView.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-iphoneos/UIKitOptions.build/Objects-normal/arm64/UIKitOptions.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKeyboardAnimatable.build/Debug-iphoneos/UIKeyboardAnimatable.build/Objects-normal/arm64/UIKeyboardAnimatable.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Coordinator.build/Debug-iphoneos/Coordinator.build/Objects-normal/arm64/Coordinator.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Coordinator.build/Debug-iphoneos/CoordinatorAPI.build/Objects-normal/arm64/CoordinatorAPI.swiftmodule
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/InspectorDynamic.framework/InspectorDynamic.tbd (in target 'InspectorDynamic' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks/InspectorDynamic.framework/InspectorDynamic -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/InspectorDynamic.framework/InspectorDynamic.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks/InspectorDynamic.framework (in target 'InspectorDynamic' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks/InspectorDynamic.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks/InspectorDynamic.framework (in target 'InspectorDynamic' from project 'Inspector')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks/InspectorDynamic.framework
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "uikeycommandtableview",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ipedro/UIKeyCommandTableView.git"
    },
    {
      "identity" : "uikeyboardanimatable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ipedro/UIKeyboardAnimatable.git"
    },
    {
      "identity" : "uikitoptions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ipedro/UIKitOptions.git"
    },
    {
      "identity" : "coordinator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ipedro/Coordinator.git"
    }
  ],
  "manifest_display_name" : "Inspector",
  "name" : "Inspector",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Inspector",
      "targets" : [
        "Inspector"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "InspectorDynamic",
      "targets" : [
        "Inspector"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "InspectorTests",
      "module_type" : "SwiftTarget",
      "name" : "InspectorTests",
      "path" : "Tests/InspectorTests",
      "sources" : [
        "InspectorTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Inspector"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Inspector",
      "module_type" : "SwiftTarget",
      "name" : "Inspector",
      "path" : "Sources/Inspector",
      "product_dependencies" : [
        "UIKeyCommandTableView",
        "UIKeyboardAnimatable",
        "UIKitOptions",
        "Coordinator"
      ],
      "product_memberships" : [
        "Inspector",
        "InspectorDynamic"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Resources/ElementLibrary.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Inspector/Resources/Symbols.xcassets",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "CommonUI/Bases/BaseCardView.swift",
        "CommonUI/Bases/BaseControl.swift",
        "CommonUI/Bases/BaseFormControl.swift",
        "CommonUI/Bases/BaseView.swift",
        "CommonUI/Bases/ScrollingStackView.swift",
        "CommonUI/Controls/AccessoryControl.swift",
        "CommonUI/Controls/ColorPreviewControl.swift",
        "CommonUI/Controls/DirectionalEdgeInsetsControl.swift",
        "CommonUI/Controls/EdgeInsetsControl.swift",
        "CommonUI/Controls/ImagePreviewControl.swift",
        "CommonUI/Controls/NoteControl.swift",
        "CommonUI/Controls/OffsetControl.swift",
        "CommonUI/Controls/OptionListControl.swift",
        "CommonUI/Controls/PointControl.swift",
        "CommonUI/Controls/RectControl.swift",
        "CommonUI/Controls/SegmentedControl.swift",
        "CommonUI/Controls/SizeControl.swift",
        "CommonUI/Controls/StepperControl.swift",
        "CommonUI/Controls/StepperPairControl.swift",
        "CommonUI/Controls/TextFieldControl.swift",
        "CommonUI/Controls/TextViewControl.swift",
        "CommonUI/Controls/ToggleControl.swift",
        "CommonUI/Enums/Animation.swift",
        "CommonUI/Enums/ThumbnailBackgroundStyle.swift",
        "CommonUI/Icons/Icon.Glyph.swift",
        "CommonUI/Icons/Icon.swift",
        "CommonUI/Icons/IconButton.swift",
        "CommonUI/Icons/IconKit.swift",
        "CommonUI/SectionHeader/SectionHeader.swift",
        "CommonUI/SeparatorView/SeparatorView.swift",
        "CommonUI/SizeInspectorViews/LengthMeasurementView+ArrowView.swift",
        "CommonUI/SizeInspectorViews/LengthMeasurementView.swift",
        "CommonUI/SizeInspectorViews/SizeInspectorView.swift",
        "CommonUI/ViewHierarchyElement/LiveViewHierarchyElementThumbnailView.swift",
        "CommonUI/ViewHierarchyElement/ViewHierarchyElementDescriptionView.swift",
        "CommonUI/ViewHierarchyElement/ViewHierarchyElementThumbnailView.swift",
        "CommonUI/ViewHierarchyElement/ViewHierarchyThumbnailViewController.swift",
        "Configuration/InspectorAppearance.swift",
        "Configuration/InspectorColorStyle.swift",
        "Configuration/InspectorConfiguration+KeyCommandSettings.swift",
        "Configuration/InspectorConfiguration.swift",
        "ConsoleLogger/ConsoleLogger.swift",
        "ElementInspector/Configuration/ElementInspectorAppearance.swift",
        "ElementInspector/Configuration/ElementInspectorConfiguration.swift",
        "ElementInspector/Coordinators/ElementInspectorCoordinator+ElementInspectorFormPanelDelegate.swift",
        "ElementInspector/Coordinators/ElementInspectorCoordinator+ElementInspectorNavigationControllerDismissDelegate.swift",
        "ElementInspector/Coordinators/ElementInspectorCoordinator+ElementInspectorViewControllerDelegate.swift",
        "ElementInspector/Coordinators/ElementInspectorCoordinator+OperationQueueManagerProtocol.swift",
        "ElementInspector/Coordinators/ElementInspectorCoordinator.swift",
        "ElementInspector/Enums/ElementInspectorPanel.swift",
        "ElementInspector/Enums/ElementInspectorPanelListState.swift",
        "ElementInspector/Enums/ElementInspectorPanelSelectionMode.swift",
        "ElementInspector/Enums/InspectorElementItemSeparatorStyle.swift",
        "ElementInspector/Enums/InspectorElementSectionState.swift",
        "ElementInspector/Protocols/ElementInspectorFormPanelDataSource.swift",
        "ElementInspector/Protocols/ElementInspectorPanelViewControllerProtocol.swift",
        "ElementInspector/Protocols/InspectorElementSectionView.swift",
        "ElementInspector/Submodules/ChildrenPanel/Enums/ElementChildrenPanelAction.swift",
        "ElementInspector/Submodules/ChildrenPanel/ViewControllers/ElementChildrenPanelViewController+UITableViewDataSource.swift",
        "ElementInspector/Submodules/ChildrenPanel/ViewControllers/ElementChildrenPanelViewController+UITableViewDelegate.swift",
        "ElementInspector/Submodules/ChildrenPanel/ViewControllers/ElementChildrenPanelViewController.swift",
        "ElementInspector/Submodules/ChildrenPanel/ViewModels/CellViewModel.swift",
        "ElementInspector/Submodules/ChildrenPanel/ViewModels/ElementChildrenPanelViewModel.swift",
        "ElementInspector/Submodules/ChildrenPanel/Views/ElementChildrenPanelTableViewCodeCell.swift",
        "ElementInspector/Submodules/ChildrenPanel/Views/ElementChildrenPanelViewCode.swift",
        "ElementInspector/Submodules/FormPanel/DataSource/DefaultFormPanelDataSource.swift",
        "ElementInspector/Submodules/FormPanel/ElementInspectorFormPanelViewController+InspectorElementSectionViewControllerDelegate.swift",
        "ElementInspector/Submodules/FormPanel/ElementInspectorFormPanelViewController.swift",
        "ElementInspector/Submodules/FormPanel/InspectorElementSectionViewController.swift",
        "ElementInspector/ViewControllers/ElementInspectorNavigationController.swift",
        "ElementInspector/ViewControllers/ElementInspectorPanelViewController.swift",
        "ElementInspector/ViewControllers/ElementInspectorViewController.swift",
        "ElementInspector/ViewModel/ElementInspectorViewModel.swift",
        "ElementInspector/Views/ElementInspectorViewCode+Content.swift",
        "ElementInspector/Views/ElementInspectorViewCode.swift",
        "ElementInspector/Views/InspectorElementKeyCommandSectionView.swift",
        "ElementInspector/Views/InspectorElementLayoutConstraintSectionView.swift",
        "ElementInspector/Views/InspectorElementSectionFormView.swift",
        "ElementInspector/Views/ToogleCollapseButton.swift",
        "ElementLibraries/DefaultElementAttributesLibrary.swift",
        "ElementLibraries/DefaultElementIdentityLibrary.swift",
        "ElementLibraries/DefaultElementSizeLibrary.swift",
        "ElementLibraries/Sections/Attributes/ActivityIndicatorViewAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/ApplicationAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/ApplicationShortcutItemSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/ButtonAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/ControlAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/DatePickerAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/ImageViewAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/KeyCommandsSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/LabelAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/LayerAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/MapViewAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/NavigationBarAppearanceAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/NavigationBarAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/NavigationControllerAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/NavigationItemAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/ScrollViewAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/SegmentedControlAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/SliderAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/StackViewAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/SwitchAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/TabBarAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/TabBarItemAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/TableViewAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/TextFieldAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/TextViewAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/ViewAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/ViewControllerAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/WindowAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Identity/HierarchyIdentitySectionDataSource.swift",
        "ElementLibraries/Sections/Identity/HighlightViewSectionDataSource.swift",
        "ElementLibraries/Sections/Identity/PreviewIdentitySectionDataSource.swift",
        "ElementLibraries/Sections/Identity/RuntimeAttributesIdentitySectionDataSource.swift",
        "ElementLibraries/Sections/Size/ButtonSizeSectionDataSource.swift",
        "ElementLibraries/Sections/Size/ContentLayoutPrioritySizeSectionDataSource.swift",
        "ElementLibraries/Sections/Size/LabelSizeSectionDataSource.swift",
        "ElementLibraries/Sections/Size/LayoutConstraintSizeSectionDataSource.swift",
        "ElementLibraries/Sections/Size/ScrollViewSizeSectionDataSource.swift",
        "ElementLibraries/Sections/Size/SegmentedControlSizeSectionDataSource.swift",
        "ElementLibraries/Sections/Size/TableViewSizeSectionDataSource.swift",
        "ElementLibraries/Sections/Size/ViewFrameSizeSectionDataSource.swift",
        "Extensions/Array/Array+Inserting.swift",
        "Extensions/Array/Array+InspectorElementLibraryProtocol.swift",
        "Extensions/Array/Array+UIKeyCommand.swift",
        "Extensions/Array/Array+UniqueValues.swift",
        "Extensions/BinaryFloatingPoint/BinaryFloatingPoint+String.swift",
        "Extensions/CACornerMask/CACornerMask+UIRectCorner.swift",
        "Extensions/CGRect/CGRect+Hashable.swift",
        "Extensions/CGSize/CGSize+Sizes.swift",
        "Extensions/CharacterSet/CharacterSet+AllCharacters.swift",
        "Extensions/IndexPath/IndexPath+FirstRow.swift",
        "Extensions/InspectorElementViewModelProperty/InspectorElementViewModelProperty+Color.swift",
        "Extensions/InspectorElementViewModelProperty/InspectorElementViewModelProperty+Font.swift",
        "Extensions/InspectorElementViewModelProperty/InspectorElementViewModelProperty+Hashable.swift",
        "Extensions/InspectorElementViewModelProperty/InspectorElementViewModelProperty+SegmentedControl.swift",
        "Extensions/InspectorElementViewModelProperty/InspectorElementViewModelProperty+Stepper.swift",
        "Extensions/InspectorElementViewModelProperty/InspectorElementViewModelProperty+TextView.swift",
        "Extensions/Int/Int+CGFloat.swift",
        "Extensions/Int/Int+String.swift",
        "Extensions/MKMapView/MKMapView+CaseIterable.swift",
        "Extensions/MKMapView/MKMapView+CustomStringConvertible.swift",
        "Extensions/NSDirectionalEdgeInsets/NSDirectionalEdgeInsets+Update.swift",
        "Extensions/NSLayoutConstraint/Attribute/NSLayoutConstraint+Attribute.swift",
        "Extensions/NSLayoutConstraint/Axis/NSLayoutConstraint+Axis+CaseIterable.swift",
        "Extensions/NSLayoutConstraint/Axis/NSLayoutConstraint+Axis+SegmentedControlDisplayable.swift",
        "Extensions/NSLayoutConstraint/NSLayoutConstraint+SafeIdentifier.swift",
        "Extensions/NSLayoutConstraint/Relation/NSLayoutConstraint+Relation+CaseIterable.swift",
        "Extensions/NSLayoutConstraint/Relation/NSLayoutConstraint+Relation+CustomStringConvertible.swift",
        "Extensions/NSObject/NSObject+ClassesForCoder.swift",
        "Extensions/NSObject/NSObject+Create.swift",
        "Extensions/NSObject/NSObject+PropertyNames.swift",
        "Extensions/NSObject/NSObjectProtocoll+Debounce.swift",
        "Extensions/NSRegularExpression/NSRegularExpression+Matches.swift",
        "Extensions/NSTextAlignment/NSTextAlignment+CaseIterable.swift",
        "Extensions/NSTextAlignment/NSTextAlignment+SegmentedControlDisplayable.swift",
        "Extensions/NumberFormatter/NumberFormatter+Convenience.swift",
        "Extensions/Optional/Optional+Collection.swift",
        "Extensions/String/String+Utils.swift",
        "Extensions/UIAction/UIAction+Convenience.swift",
        "Extensions/UIActivityIndicatorView+Style/ UIActivityIndicatorView+Style+CaseIterable.swift",
        "Extensions/UIActivityIndicatorView+Style/UIActivityIndicatorView+Style+CustomStringConvertible.swift",
        "Extensions/UIBarStyle/UIBarStyle+CaseIterable.swift",
        "Extensions/UIBarStyle/UIBarStyle+CustomStringConvertible.swift",
        "Extensions/UIBlurEffect/Style/UIBlurEffect.Style+CaseIterable.swift",
        "Extensions/UIBlurEffect/UIBlurEffect+Style.swift",
        "Extensions/UIBlurEffect/UIBlurEffect.Style+CustomStringConvertible.swift",
        "Extensions/UIButton+ButtonType/UIButton+ButtonType+CaseIterable.swift",
        "Extensions/UIButton+ButtonType/UIButton.ButtonType+CustomStringConvertible.swift",
        "Extensions/UIColor/UIColor+Hex.swift",
        "Extensions/UIColor/UIColor+Init.swift",
        "Extensions/UIColor/UIColor+RGBA.swift",
        "Extensions/UIContextMenuConfiguration/UIContextMenuConfiguration+ViewHierarchyElement.swift",
        "Extensions/UIControl/ContentHorizontalAlignment/UIControl.ContentHorizontalAlignment+CaseIterable.swift",
        "Extensions/UIControl/ContentHorizontalAlignment/UIControl.ContentHorizontalAlignment+SegmentedControlDisplayable.swift",
        "Extensions/UIControl/ContentVerticalAlignment/UIControl.ContentVerticalAlignment+CaseIterable.swift",
        "Extensions/UIControl/ContentVerticalAlignment/UIControl.ContentVerticalAlignment+CustomStringConvertible.swift",
        "Extensions/UIControl/State/UIControl.State+CustomStringConvertible.swift",
        "Extensions/UIControl/UIControl+Animation.swift",
        "Extensions/UIDataDetectorTypes/UIDataDetectorTypes+CustomStringConvertible.swift",
        "Extensions/UIDatePicker+Mode/UIDatePicker+Mode+CaseIterable.swift",
        "Extensions/UIDatePicker+Mode/UIDatePicker+Mode+CustomStringConvertible.swift",
        "Extensions/UIDatePickerStyle/UIDatePickerStyle+CaseIterable.swift",
        "Extensions/UIDatePickerStyle/UIDatePickerStyle+CustomStringConvertible.swift",
        "Extensions/UIImage/UIImage+AssetName.swift",
        "Extensions/UIImage/UIImage+Mask.swift",
        "Extensions/UIImage/UIImage+ModuleImage.swift",
        "Extensions/UIImage/UIImage+Symbols.swift",
        "Extensions/UIKayboardAppearance/UIKeyboardAppearance+CaseIterable.swift",
        "Extensions/UIKayboardAppearance/UIKeyboardAppearance+CustomStringConvertible.swift",
        "Extensions/UIKeyCommand/UIKeyCommandOptions+Init.swift",
        "Extensions/UIKeyboardType/UIKeyboardType+CaseIterable.swift",
        "Extensions/UIKeyboardType/UIKeyboardType+CustomStringConvertible.swift",
        "Extensions/UILayoutPriority/UILayoutPriority+CaseIterable.swift",
        "Extensions/UILayoutPriority/UILayoutPriority+CustomStringConvertible.swift",
        "Extensions/UIMenu/UIMenu+ViewHierarchyElementRepresentable.swift",
        "Extensions/UIMenuElement/UIMenuElement+Convenience.swift",
        "Extensions/UIModalPresentationStyle/UIModalPresentationStyle+CaseIterable.swift",
        "Extensions/UIModalPresentationStyle/UIModalPresentationStyle+CustomStringConvertible.swift",
        "Extensions/UIModalTransitionStyle/UIModalTransitionStyle+CaseIterable.swift",
        "Extensions/UIModalTransitionStyle/UIModalTransitionStyle+CustomStringConvertible.swift",
        "Extensions/UIReturnKeyType/UIReturnKeyType+CaseIterable.swift",
        "Extensions/UIReturnKeyType/UIReturnKeyType+CustomStringConvertible.swift",
        "Extensions/UIScrollView/ContentInsetAdjustmentBehavior/UIScrollView.ContentInsetAdjustmentBehavior+CaseIterable.swift",
        "Extensions/UIScrollView/ContentInsetAdjustmentBehavior/UIScrollView.ContentInsetAdjustmentBehavior+CustomStringConvertible.swift",
        "Extensions/UIScrollView/IndicatorStyle/UIScrollView.IndicatorStyle+CaseIterable.swift",
        "Extensions/UIScrollView/IndicatorStyle/UIScrollView.IndicatorStyle+CustomStringConvertible.swift",
        "Extensions/UIScrollView/KeyboardDismissMode/UIScrollView.KeyboardDismissMode+CaseIterable.swift",
        "Extensions/UIScrollView/KeyboardDismissMode/UIScrollView.KeyboardDismissMode+CustomStringConvertible.swift",
        "Extensions/UISemanticContentAttribute/UISemanticContentAttribute+CaseIterable.swift",
        "Extensions/UISemanticContentAttribute/UISemanticContentAttribute+CustomStringConvertible.swift",
        "Extensions/UIStackView/Alignment/UIStackView.Alignment+CaseIterable.swift",
        "Extensions/UIStackView/Alignment/UIStackView.Alignment+CustomStringConvertible.swift",
        "Extensions/UIStackView/Distribution/UIStackView.Distribution+CaseIterable.swift",
        "Extensions/UIStackView/Distribution/UIStackView.Distribution+CustomStringConvertible.swift",
        "Extensions/UIStackView/UIStackView+Init.swift",
        "Extensions/UISwitch/UISwitch.Style+CaseIterable.swift",
        "Extensions/UISwitch/UISwitch.Style+SegmentedControlDisplayable.swift",
        "Extensions/UITableView/UITableView+Convenience.swift",
        "Extensions/UITextAutocapitalizationType/UITextAutocapitalizationType+CaseIterable.swift",
        "Extensions/UITextAutocapitalizationType/UITextAutocapitalizationType+CustomStringConvertible.swift",
        "Extensions/UITextAutocorrectionType/UITextAutocorrectionType+CaseIterable.swift",
        "Extensions/UITextAutocorrectionType/UITextAutocorrectionType+CustomStringConvertible.swift",
        "Extensions/UITextContentType/UITextContentType+CaseIterable.swift",
        "Extensions/UITextContentType/UITextContentType+CustomStringConvertible.swift",
        "Extensions/UITextField/BorderStyle/UITextField.BorderStyle+CaseIterable.swift",
        "Extensions/UITextField/BorderStyle/UITextField.BorderStyle+SegmentedControlDisplayable.swift",
        "Extensions/UITextField/ViewMode/UITextField.ViewMode+CaseIterable.swift",
        "Extensions/UITextField/ViewMode/UITextField.ViewMode+CustomStringConvertible.swift",
        "Extensions/UITextSmartDashesType/UITextSmartDashesType+CaseIterable.swift",
        "Extensions/UITextSmartDashesType/UITextSmartDashesType+CustomStringConvertible.swift",
        "Extensions/UITextSmartQuotesType/UITextSmartQuotesType+CaseIterable.swift",
        "Extensions/UITextSmartQuotesType/UITextSmartQuotesType+CustomStringConvertible.swift",
        "Extensions/UITextSpellCheckingType/UITextSpellCheckingType+CaseIterable.swift",
        "Extensions/UITextSpellCheckingType/UITextSpellCheckingType+CustomStringConvertible.swift",
        "Extensions/UITextView/UITextView+Init.swift",
        "Extensions/UIView/AutoresizingMask/UIView.AutoresizingMask+CaseIterable.swift",
        "Extensions/UIView/AutoresizingMask/UIView.AutoresizingMask+CustomStringConvertible.swift",
        "Extensions/UIView/ContentMode/UIView.ContentMode+CaseIterable.swift",
        "Extensions/UIView/ContentMode/UIView.ContentMode+CustomStringConvertible.swift",
        "Extensions/UIView/UIView+Convenience.swift",
        "Extensions/UIView/UIView+HightlightView.swift",
        "Extensions/UIView/UIView+Mask.swift",
        "Extensions/UIView/UIView+Snapshot.swift",
        "Extensions/UIView/UIView+Swizzling.swift",
        "Extensions/UIView/UIView+ViewHierarchyElementRepresentable.swift",
        "Extensions/UIViewController/UIViewController+Children.swift",
        "Extensions/UIViewController/UIViewController+PopoverPresentationStyle.swift",
        "Extensions/UIViewController/UIViewController+UIKeyCommand.swift",
        "Extensions/UIWindow/UIWindow+PresentedViewController.swift",
        "Extensions/ViewHierarchyLayer/ViewHierarchyLayer+Actionable.swift",
        "Extensions/ViewHierarchyLayer/ViewHierarchyLayer+AdditiveArithmetic.swift",
        "Extensions/ViewHierarchyLayer/ViewHierarchyLayer+CustomStringConvertible.swift",
        "Factories/ViewHierarchyCoordinatorFactory.swift",
        "Inspector.swift",
        "InspectorView/Coordinators/InspectorViewCoordinator.swift",
        "InspectorView/Enums/InspectorCommand.swift",
        "InspectorView/ViewControllers/InspectorViewController+UITableViewDataSource.swift",
        "InspectorView/ViewControllers/InspectorViewController+UITableViewDelegate.swift",
        "InspectorView/ViewControllers/InspectorViewController+UITableViewKeyCommandsDelegate.swift",
        "InspectorView/ViewControllers/InspectorViewController.swift",
        "InspectorView/ViewModels/CommandGroupsViewModel.swift",
        "InspectorView/ViewModels/HierarchyInspectorViewModel.swift",
        "InspectorView/ViewModels/SnapshotViewModel.swift",
        "InspectorView/Views/HierarchyInspectorActionTableViewCell.swift",
        "InspectorView/Views/HierarchyInspectorReferenceSummaryTableViewCell.swift",
        "InspectorView/Views/HierarchyInspectorSearchView.swift",
        "InspectorView/Views/HierarchyInspectorTableViewCell.swift",
        "InspectorView/Views/HierarchyInspectorTableViewHeaderView.swift",
        "InspectorView/Views/HierarchyInspectorViewCode.swift",
        "Manager/Manager+ElementInspectorCoordinatorDelegate.swift",
        "Manager/Manager+InspectorViewCoordinatorDelegate.swift",
        "Manager/Manager+KeyCommandPresentable.swift",
        "Manager/Manager+ViewHierarchyActionableProtocol.swift",
        "Manager/Manager+ViewHierarchyLayerManagerProtocol.swift",
        "Manager/Manager.swift",
        "Models/BundleInfo.swift",
        "Models/Command.swift",
        "Models/CommandsGroup.swift",
        "Models/ElementCatalogIconProviderDefault.swift",
        "Models/ElementPanelType.swift",
        "Models/ExpirableStore.swift",
        "Models/FontReference.swift",
        "Models/HashableValue.swift",
        "Models/InspectorElementProperty.swift",
        "Models/InspectorElementSection.swift",
        "Models/LayoutConstraintElement.swift",
        "Models/Logger.swift",
        "Models/MainThreadAsyncOperation.swift",
        "Models/MainThreadOperation.swift",
        "Models/Provider.swift",
        "Models/SnapshotStore.swift",
        "Models/ViewHierarchy.swift",
        "Models/ViewHierarchyColorSchemeDefault.swift",
        "Models/ViewHierarchyElement.swift",
        "Models/ViewHierarchyElementAction.swift",
        "Models/ViewHierarchyElementController.swift",
        "Models/ViewHierarchyInformation.swift",
        "Models/ViewHierarchyInterfaceStyle.swift",
        "Models/ViewHierarchyIssue.swift",
        "Models/ViewHierarchyLayer.swift",
        "Models/ViewHierarchyLayerAction.swift",
        "Models/ViewHierarchyRoot.swift",
        "Models/ViewHierarchySnapshot.swift",
        "Presenters/AdaptiveModalPresenter.swift",
        "Presenters/ColorPickerPresenter.swift",
        "Presenters/ContextMenuPresenter.swift",
        "Presenters/DocumentPickerPresenter.swift",
        "Presenters/UIViewControllerTransitionPresenter.swift",
        "Protocols/Actionable.swift",
        "Protocols/AsyncOperationProtocol.swift",
        "Protocols/CaseIterable.swift",
        "Protocols/Create.swift",
        "Protocols/CustomImageConvertible.swift",
        "Protocols/CustomStringConvertible.swift",
        "Protocols/DataReloadingProtocol.swift",
        "Protocols/DismissablePresentationProtocol.swift",
        "Protocols/DraggableViewProtocol.swift",
        "Protocols/ElementInspectorAppearanceProviding.swift",
        "Protocols/ExpirableProtocol.swift",
        "Protocols/InspectorAppearanceProviding.swift",
        "Protocols/InspectorCustomizationProviding.swift",
        "Protocols/InspectorElementLibraryProtocol.swift",
        "Protocols/InspectorElementSectionDataSource.swift",
        "Protocols/InternalViewProtocol.swift",
        "Protocols/KeyCommandPresentable.swift",
        "Protocols/LayerCommandProtocol.swift",
        "Protocols/LayerViewProtocol.swift",
        "Protocols/MenuContentProtocol.swift",
        "Protocols/NonInspectableView.swift",
        "Protocols/OperationQueueManagerProtocol.swift",
        "Protocols/TextElement.swift",
        "Protocols/ViewHierarchyActionableProtocol.swift",
        "Protocols/ViewHierarchyControllerProtocol.swift",
        "Protocols/ViewHierarchyElementCatalog.swift",
        "Protocols/ViewHierarchyElementReference.swift",
        "Protocols/ViewHierarchyElementRepresentable.swift",
        "Protocols/ViewHierarchyLayerConstructorProtocol.swift",
        "Protocols/ViewHierarchyLayerManagerProtocol.swift",
        "Protocols/ViewHierarchyRepresentable.swift",
        "Strings/Texts.swift",
        "SwiftUI/DeviceShakeModifier.swift",
        "SwiftUI/InspectorModifier.swift",
        "SwiftUI/InspectorUI.swift",
        "TransitionCoordinator/ElementInspectorSlidingPanelAnimator.swift",
        "ViewHierarchy/Coordinators/ViewHierarchyCoordinator+AsyncOperationProtocol.swift",
        "ViewHierarchy/Coordinators/ViewHierarchyCoordinator+LayerCommandProtocol.swift",
        "ViewHierarchy/Coordinators/ViewHierarchyCoordinator+LayerConstructorProtocol.swift",
        "ViewHierarchy/Coordinators/ViewHierarchyCoordinator+LayerViewDelegate.swift",
        "ViewHierarchy/Coordinators/ViewHierarchyCoordinator.swift",
        "ViewHierarchy/Views/ElementNameView.swift",
        "ViewHierarchy/Views/HighlightView.swift",
        "ViewHierarchy/Views/LayerView.swift",
        "ViewHierarchy/Views/LayerViewComponent.swift",
        "ViewHierarchy/Views/LoaderView.swift",
        "ViewHierarchy/Views/WireframeView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Done.