This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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

Failed to build PermissionsSwiftUI with Swift 6.0 (beta) for watchOS using Xcode 16.0 at main.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme PermissionsSwiftUI-Package -destination generic/platform=watchos OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:20:40: error: cannot find type 'UIView' in scope
    public func introspect<TargetView: UIView>(
                                       ^~~~~~
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:32:70: error: cannot find type 'UINavigationController' in scope
    public func introspectNavigationController(customize: @escaping (UINavigationController) -> ()) -> some View {
                                                                     ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:50:69: error: cannot find type 'UISplitViewController' in scope
    public func introspectSplitViewController(customize: @escaping (UISplitViewController) -> ()) -> some View {
                                                                    ^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:68:64: error: cannot find type 'UIViewController' in scope
    public func introspectViewController(customize: @escaping (UIViewController) -> ()) -> some View {
                                                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:77:66: error: cannot find type 'UITabBarController' in scope
    public func introspectTabBarController(customize: @escaping (UITabBarController) -> ()) -> some View {
                                                                 ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:97:66: error: cannot find type 'UISearchController' in scope
    public func introspectSearchController(customize: @escaping (UISearchController) -> ()) -> some View {
                                                                 ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:108:59: error: cannot find type 'UITableView' in scope
    public func introspectTableView(customize: @escaping (UITableView) -> ()) -> some View {
                                                          ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:114:63: error: cannot find type 'UITableViewCell' in scope
    public func introspectTableViewCell(customize: @escaping (UITableViewCell) -> ()) -> some View {
                                                              ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:120:64: error: cannot find type 'UICollectionView' in scope
    public func introspectCollectionView(customize: @escaping (UICollectionView) -> ()) -> some View {
                                                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:126:68: error: cannot find type 'UICollectionViewCell' in scope
    public func introspectCollectionViewCell(customize: @escaping (UICollectionViewCell) -> ()) -> some View {
                                                                   ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:132:60: error: cannot find type 'UIScrollView' in scope
    public func introspectScrollView(customize: @escaping (UIScrollView) -> ()) -> some View {
                                                           ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:145:62: error: cannot find type 'UICollectionView' in scope
    public func introspectPagedTabView(customize: @escaping (UICollectionView, UIScrollView) -> ()) -> some View {
                                                             ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:145:80: error: cannot find type 'UIScrollView' in scope
    public func introspectPagedTabView(customize: @escaping (UICollectionView, UIScrollView) -> ()) -> some View {
                                                                               ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:164:59: error: cannot find type 'UITextField' in scope
    public func introspectTextField(customize: @escaping (UITextField) -> ()) -> some View {
                                                          ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:170:58: error: cannot find type 'UITextView' in scope
    public func introspectTextView(customize: @escaping (UITextView) -> ()) -> some View {
                                                         ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:177:56: error: cannot find type 'UISwitch' in scope
    public func introspectSwitch(customize: @escaping (UISwitch) -> ()) -> some View {
                                                       ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:184:56: error: cannot find type 'UISlider' in scope
    public func introspectSlider(customize: @escaping (UISlider) -> ()) -> some View {
                                                       ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:191:57: error: cannot find type 'UIStepper' in scope
    public func introspectStepper(customize: @escaping (UIStepper) -> ()) -> some View {
                                                        ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:198:60: error: cannot find type 'UIDatePicker' in scope
    public func introspectDatePicker(customize: @escaping (UIDatePicker) -> ()) -> some View {
                                                           ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:204:66: error: cannot find type 'UISegmentedControl' in scope
    public func introspectSegmentedControl(customize: @escaping (UISegmentedControl) -> ()) -> some View {
                                                                 ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:327:57: error: cannot find type 'MKMapView' in scope
    public func introspectMapView(customize: @escaping (MKMapView) -> ()) -> some View {
                                                        ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionView.swift:29:54: error: cannot find type 'UIView' in scope
public struct UIKitIntrospectionView<TargetViewType: UIView>: UIViewRepresentable {
                                                     ^~~~~~
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:24:9: error: instance method 'inject' requires that 'UIKitIntrospectionView<TargetView>' conform to 'View'
        inject(UIKitIntrospectionView(
        ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:10:17: note: where 'SomeView' = 'UIKitIntrospectionView<TargetView>'
    public func inject<SomeView>(_ view: SomeView) -> some View where SomeView: View {
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:42:63: error: cannot find 'UINavigationController' in scope
                return Introspect.previousSibling(containing: UINavigationController.self, from: introspectionViewController)
                                                              ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionViewController.swift:19:74: error: cannot find type 'UIViewController' in scope
public struct UIKitIntrospectionViewController<TargetViewControllerType: UIViewController>: UIViewControllerRepresentable {
                                                                         ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionViewController.swift:25:30: error: cannot find type 'UIViewController' in scope
        selector: @escaping (UIViewController) -> TargetViewControllerType?,
                             ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:33:16: error: generic parameter 'TargetViewControllerType' could not be inferred
        inject(UIKitIntrospectionViewController(
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionViewController.swift:19:48: note: 'TargetViewControllerType' declared as parameter to type 'UIKitIntrospectionViewController'
public struct UIKitIntrospectionViewController<TargetViewControllerType: UIViewController>: UIViewControllerRepresentable {
                                               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:33:16: note: explicitly specify the generic arguments to fix this issue
        inject(UIKitIntrospectionViewController(
               ^
                                               <Any>
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:60:63: error: cannot find 'UISplitViewController' in scope
                return Introspect.previousSibling(containing: UISplitViewController.self, from: introspectionViewController)
                                                              ^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:51:16: error: generic parameter 'TargetViewControllerType' could not be inferred
        inject(UIKitIntrospectionViewController(
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionViewController.swift:19:48: note: 'TargetViewControllerType' declared as parameter to type 'UIKitIntrospectionViewController'
public struct UIKitIntrospectionViewController<TargetViewControllerType: UIViewController>: UIViewControllerRepresentable {
                                               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:51:16: note: explicitly specify the generic arguments to fix this issue
        inject(UIKitIntrospectionViewController(
               ^
                                               <Any>
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:69:16: error: generic parameter 'TargetViewControllerType' could not be inferred
        inject(UIKitIntrospectionViewController(
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionViewController.swift:19:48: note: 'TargetViewControllerType' declared as parameter to type 'UIKitIntrospectionViewController'
public struct UIKitIntrospectionViewController<TargetViewControllerType: UIViewController>: UIViewControllerRepresentable {
                                               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:69:16: note: explicitly specify the generic arguments to fix this issue
        inject(UIKitIntrospectionViewController(
               ^
                                               <Any>
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:87:59: error: cannot find 'UITabBarController' in scope
                return Introspect.previousSibling(ofType: UITabBarController.self, from: introspectionViewController)
                                                          ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:78:16: error: generic parameter 'TargetViewControllerType' could not be inferred
        inject(UIKitIntrospectionViewController(
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionViewController.swift:19:48: note: 'TargetViewControllerType' declared as parameter to type 'UIKitIntrospectionViewController'
public struct UIKitIntrospectionViewController<TargetViewControllerType: UIViewController>: UIViewControllerRepresentable {
                                               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:78:16: note: explicitly specify the generic arguments to fix this issue
        inject(UIKitIntrospectionViewController(
               ^
                                               <Any>
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:332:90: error: cannot find type 'PlatformView' in scope
    public static func ancestorOrSiblingContaining<TargetView: PlatformView>(from entry: PlatformView) -> TargetView? {
                                                                                         ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:332:64: error: cannot find type 'PlatformView' in scope
    public static func ancestorOrSiblingContaining<TargetView: PlatformView>(from entry: PlatformView) -> TargetView? {
                                                               ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:109:9: error: generic parameter 'TargetView' could not be inferred
        introspect(selector: TargetViewSelector.ancestorOrSiblingContaining, customize: customize)
        ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:115:9: error: generic parameter 'TargetView' could not be inferred
        introspect(selector: TargetViewSelector.ancestorOrSiblingContaining, customize: customize)
        ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:121:9: error: generic parameter 'TargetView' could not be inferred
        introspect(selector: TargetViewSelector.ancestorOrSiblingContaining, customize: customize)
        ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:127:9: error: generic parameter 'TargetView' could not be inferred
        introspect(selector: TargetViewSelector.ancestorOrSiblingContaining, customize: customize)
        ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:322:114: error: cannot find type 'PlatformView' in scope
    public static func siblingOrAncestorOrSiblingContainingOrAncestorChild<TargetView: PlatformView>(from entry: PlatformView) -> TargetView? {
                                                                                                                 ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:322:88: error: cannot find type 'PlatformView' in scope
    public static func siblingOrAncestorOrSiblingContainingOrAncestorChild<TargetView: PlatformView>(from entry: PlatformView) -> TargetView? {
                                                                                       ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:134:20: error: generic parameter 'TargetView' could not be inferred
            return introspect(selector: TargetViewSelector.siblingOrAncestorOrSiblingContainingOrAncestorChild, customize: customize)
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:294:90: error: cannot find type 'PlatformView' in scope
    public static func siblingContainingOrAncestor<TargetView: PlatformView>(from entry: PlatformView) -> TargetView? {
                                                                                         ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:294:64: error: cannot find type 'PlatformView' in scope
    public static func siblingContainingOrAncestor<TargetView: PlatformView>(from entry: PlatformView) -> TargetView? {
                                                               ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:136:20: error: generic parameter 'TargetView' could not be inferred
            return introspect(selector: TargetViewSelector.siblingContainingOrAncestor, customize: customize)
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:147:119: error: cannot find type 'UICollectionView' in scope
            return introspect(selector: TargetViewSelector.ancestorOrSiblingContaining, customize: { (collectionView: UICollectionView) in
                                                                                                                      ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:151:119: error: cannot find type 'UICollectionView' in scope
            return introspect(selector: TargetViewSelector.ancestorOrSiblingContaining, customize: { (collectionView: UICollectionView) in
                                                                                                                      ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:153:51: error: argument type '_' expected to be an instance of a class or class-constrained type
                    if NSStringFromClass(type(of: subview)).contains("EmbeddedScrollView"), let scrollView = subview as? UIScrollView {
                                                  ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:301:105: error: cannot find type 'PlatformView' in scope
    public static func siblingContainingOrAncestorOrAncestorChild<TargetView: PlatformView>(from entry: PlatformView) -> TargetView? {
                                                                                                        ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:301:79: error: cannot find type 'PlatformView' in scope
    public static func siblingContainingOrAncestorOrAncestorChild<TargetView: PlatformView>(from entry: PlatformView) -> TargetView? {
                                                                              ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:165:9: error: generic parameter 'TargetView' could not be inferred
        introspect(selector: TargetViewSelector.siblingContainingOrAncestorOrAncestorChild, customize: customize)
        ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:287:80: error: cannot find type 'PlatformView' in scope
    public static func siblingContaining<TargetView: PlatformView>(from entry: PlatformView) -> TargetView? {
                                                                               ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:287:54: error: cannot find type 'PlatformView' in scope
    public static func siblingContaining<TargetView: PlatformView>(from entry: PlatformView) -> TargetView? {
                                                     ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:171:9: error: generic parameter 'TargetView' could not be inferred
        introspect(selector: TargetViewSelector.siblingContaining, customize: customize)
        ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:178:9: error: generic parameter 'TargetView' could not be inferred
        introspect(selector: TargetViewSelector.siblingContaining, customize: customize)
        ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:185:9: error: generic parameter 'TargetView' could not be inferred
        introspect(selector: TargetViewSelector.siblingContaining, customize: customize)
        ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:192:9: error: generic parameter 'TargetView' could not be inferred
        introspect(selector: TargetViewSelector.siblingContaining, customize: customize)
        ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:199:9: error: generic parameter 'TargetView' could not be inferred
        introspect(selector: TargetViewSelector.siblingContaining, customize: customize)
        ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:205:9: error: generic parameter 'TargetView' could not be inferred
        introspect(selector: TargetViewSelector.siblingContaining, customize: customize)
        ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:328:9: error: generic parameter 'TargetView' could not be inferred
        introspect(selector: TargetViewSelector.siblingContaining, customize: customize)
        ^
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/.stats/stats-1717178865087627-swift-frontend-Introspect-ViewExtensions.swift-arm64_32_apple_watchos6.0-o-Onone-2519522826.json' for writing
SwiftCompile normal arm64_32 Compiling\ AppKitIntrospectionView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/AppKitIntrospectionView.swift (in target 'Introspect' from project 'swiftui-introspect')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/AppKitIntrospectionView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64_32/AppKitIntrospectionView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64_32/AppKitIntrospectionView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64_32/AppKitIntrospectionView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64_32/AppKitIntrospectionView.dia -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64_32/Introspect_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Introspect -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64_32/AppKitIntrospectionView.o -index-unit-output-path /swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64_32/AppKitIntrospectionView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/.stats/stats-1717178865090331-swift-frontend-Introspect-AppKitIntrospectionView.swift-arm64_32_apple_watchos6.0-o-Onone-2095656602.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.9139 seconds (0.9297 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0323 ( 38.5%)   0.2637 ( 31.8%)   0.2960 ( 32.4%)   0.3000 ( 32.3%)  parse-and-resolve-imports
   0.0319 ( 38.0%)   0.2632 ( 31.7%)   0.2952 ( 32.3%)   0.2992 ( 32.2%)  Import resolution
   0.0063 (  7.5%)   0.1409 ( 17.0%)   0.1472 ( 16.1%)   0.1509 ( 16.2%)  ParseTopLevelDeclsRequest
   0.0063 (  7.5%)   0.1409 ( 17.0%)   0.1472 ( 16.1%)   0.1509 ( 16.2%)  ParseSourceFileRequest
   0.0014 (  1.7%)   0.0076 (  0.9%)   0.0091 (  1.0%)   0.0095 (  1.0%)  load-stdlib
   0.0021 (  2.5%)   0.0059 (  0.7%)   0.0080 (  0.9%)   0.0080 (  0.9%)  IRGenRequest
   0.0019 (  2.3%)   0.0056 (  0.7%)   0.0076 (  0.8%)   0.0076 (  0.8%)  IRGen
   0.0003 (  0.4%)   0.0004 (  0.0%)   0.0007 (  0.1%)   0.0007 (  0.1%)  ExtendedNominalRequest
   0.0003 (  0.3%)   0.0004 (  0.0%)   0.0007 (  0.1%)   0.0007 (  0.1%)  UnqualifiedLookupRequest
   0.0003 (  0.3%)   0.0004 (  0.0%)   0.0006 (  0.1%)   0.0006 (  0.1%)  performUnqualifiedLookup
   0.0003 (  0.3%)   0.0003 (  0.0%)   0.0006 (  0.1%)   0.0006 (  0.1%)  LookupInModuleRequest
   0.0001 (  0.1%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  perform-sema
   0.0001 (  0.1%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  TypeCheckSourceFileRequest
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ExecuteSILPipelineRequest
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  verify-all-loaded-modules
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  Type checking and Semantic analysis
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ASTLoweringRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentWeakLinkedImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentImplementationOnlyImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsNonUserModuleRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ModuleQualifiedLookupRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PublicSymbolsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandPeerMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasImportsMatchingFlagRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ModuleImplicitImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  typecheck-decl
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentAccessLevelOnImport
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  GenericParamListRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SILgen-decl
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SPIGroupsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SemanticDeclAttrsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandMemberAttributeMacros
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PrimarySourceFilesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentSPIOnlyImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  LocalTypeDeclsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentAccessLevelOnImportSameFileRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0840 (100.0%)   0.8298 (100.0%)   0.9139 (100.0%)   0.9297 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3196 seconds (0.3243 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0385 (100.0%)   0.2811 (100.0%)   0.3196 (100.0%)   0.3243 (100.0%)  Building Target
   0.0385 (100.0%)   0.2811 (100.0%)   0.3196 (100.0%)   0.3243 (100.0%)  Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/AppKitIntrospectionView.swift (in target 'Introspect' from project 'swiftui-introspect')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/AppKitIntrospectionView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64_32/AppKitIntrospectionView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64_32/AppKitIntrospectionView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64_32/AppKitIntrospectionView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64_32/AppKitIntrospectionView.dia -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64_32/Introspect_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Introspect -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64_32/AppKitIntrospectionView.o -index-unit-output-path /swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64_32/AppKitIntrospectionView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ UIKitIntrospectionViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionViewController.swift (in target 'Introspect' from project 'swiftui-introspect')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/AppKitIntrospectionView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionView.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/UIKitIntrospectionViewController.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/UIKitIntrospectionViewController.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/UIKitIntrospectionViewController.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/UIKitIntrospectionViewController.dia -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/Introspect_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Introspect -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/UIKitIntrospectionViewController.o -index-unit-output-path /swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/UIKitIntrospectionViewController.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionViewController.swift (in target 'Introspect' from project 'swiftui-introspect')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/AppKitIntrospectionView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionView.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/UIKitIntrospectionViewController.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/UIKitIntrospectionViewController.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/UIKitIntrospectionViewController.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/UIKitIntrospectionViewController.dia -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/Introspect_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Introspect -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/UIKitIntrospectionViewController.o -index-unit-output-path /swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/UIKitIntrospectionViewController.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftEmitModule normal arm64 Emitting\ module\ for\ Introspect (in target 'Introspect' from project 'swiftui-introspect')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/AppKitIntrospectionView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/Introspect_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Introspect -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/Introspect.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/Introspect.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/Introspect-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/Introspect-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/Introspect-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/Introspect.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/Introspect.abi.json
SwiftEmitModule normal armv7k Emitting\ module\ for\ Introspect (in target 'Introspect' from project 'swiftui-introspect')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/AppKitIntrospectionView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift -target armv7k-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/Introspect_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Introspect -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/Introspect.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/Introspect.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/Introspect-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/Introspect-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/Introspect-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/Introspect.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/Introspect.abi.json
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:25:18: error: cannot find type 'PlatformView' in scope
 23 |     public static func findChild<AnyViewType: PlatformView>(
 24 |         ofType type: AnyViewType.Type,
 25 |         in root: PlatformView
    |                  `- error: cannot find type 'PlatformView' in scope
 26 |     ) -> AnyViewType? {
 27 |         for subview in root.subviews {
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:23:47: error: cannot find type 'PlatformView' in scope
 21 |     /// This method will recursively look for this view.
 22 |     /// Returns nil if it can't find a view of the specified type.
 23 |     public static func findChild<AnyViewType: PlatformView>(
    |                                               `- error: cannot find type 'PlatformView' in scope
 24 |         ofType type: AnyViewType.Type,
 25 |         in root: PlatformView
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:42:18: error: cannot find type 'PlatformViewController' in scope
 40 |     public static func findChild<AnyViewControllerType: PlatformViewController>(
 41 |         ofType type: AnyViewControllerType.Type,
 42 |         in root: PlatformViewController
    |                  `- error: cannot find type 'PlatformViewController' in scope
 43 |     ) -> AnyViewControllerType? {
 44 |         for child in root.children {
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:40:57: error: cannot find type 'PlatformViewController' in scope
 38 |     /// This method will recursively look for this child.
 39 |     /// Returns nil if it can't find a view of the specified type.
 40 |     public static func findChild<AnyViewControllerType: PlatformViewController>(
    |                                                         `- error: cannot find type 'PlatformViewController' in scope
 41 |         ofType type: AnyViewControllerType.Type,
 42 |         in root: PlatformViewController
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:59:18: error: cannot find type 'PlatformView' in scope
 57 |     public static func findChildUsingFrame<AnyViewType: PlatformView>(
 58 |         ofType type: AnyViewType.Type,
 59 |         in root: PlatformView,
    |                  `- error: cannot find type 'PlatformView' in scope
 60 |         from originalEntry: PlatformView
 61 |     ) -> AnyViewType? {
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:60:29: error: cannot find type 'PlatformView' in scope
 58 |         ofType type: AnyViewType.Type,
 59 |         in root: PlatformView,
 60 |         from originalEntry: PlatformView
    |                             `- error: cannot find type 'PlatformView' in scope
 61 |     ) -> AnyViewType? {
 62 |         var children: [AnyViewType] = []
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:57:57: error: cannot find type 'PlatformView' in scope
 55 |     /// This method will recursively look for this view.
 56 |     /// Returns nil if it can't find a view of the specified type.
 57 |     public static func findChildUsingFrame<AnyViewType: PlatformView>(
    |                                                         `- error: cannot find type 'PlatformView' in scope
 58 |         ofType type: AnyViewType.Type,
 59 |         in root: PlatformView,
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:92:21: error: cannot find type 'PlatformView' in scope
 90 |     public static func previousSibling<AnyViewType: PlatformView>(
 91 |         containing type: AnyViewType.Type,
 92 |         from entry: PlatformView
    |                     `- error: cannot find type 'PlatformView' in scope
 93 |     ) -> AnyViewType? {
 94 |
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:90:53: error: cannot find type 'PlatformView' in scope
 88 |     /// This method inspects siblings recursively.
 89 |     /// Returns nil if no sibling contains the specified type.
 90 |     public static func previousSibling<AnyViewType: PlatformView>(
    |                                                     `- error: cannot find type 'PlatformView' in scope
 91 |         containing type: AnyViewType.Type,
 92 |         from entry: PlatformView
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:116:21: error: cannot find type 'PlatformView' in scope
114 |     public static func previousSibling<AnyViewType: PlatformView>(
115 |         ofType type: AnyViewType.Type,
116 |         from entry: PlatformView
    |                     `- error: cannot find type 'PlatformView' in scope
117 |     ) -> AnyViewType? {
118 |
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:114:53: error: cannot find type 'PlatformView' in scope
112 |     /// This method inspects siblings recursively.
113 |     /// Returns nil if no sibling contains the specified type.
114 |     public static func previousSibling<AnyViewType: PlatformView>(
    |                                                     `- error: cannot find type 'PlatformView' in scope
115 |         ofType type: AnyViewType.Type,
116 |         from entry: PlatformView
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:141:21: error: cannot find type 'PlatformViewController' in scope
139 |     public static func previousSibling<AnyViewControllerType: PlatformViewController>(
140 |         containing type: AnyViewControllerType.Type,
141 |         from entry: PlatformViewController
    |                     `- error: cannot find type 'PlatformViewController' in scope
142 |     ) -> AnyViewControllerType? {
143 |
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:139:63: error: cannot find type 'PlatformViewController' in scope
137 |     /// Returns nil if no sibling contains the specified type.
138 |     @available(macOS, unavailable)
139 |     public static func previousSibling<AnyViewControllerType: PlatformViewController>(
    |                                                               `- error: cannot find type 'PlatformViewController' in scope
140 |         containing type: AnyViewControllerType.Type,
141 |         from entry: PlatformViewController
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:165:21: error: cannot find type 'PlatformViewController' in scope
163 |     public static func previousSibling<AnyViewControllerType: PlatformViewController>(
164 |         ofType type: AnyViewControllerType.Type,
165 |         from entry: PlatformViewController
    |                     `- error: cannot find type 'PlatformViewController' in scope
166 |     ) -> AnyViewControllerType? {
167 |
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:163:63: error: cannot find type 'PlatformViewController' in scope
161 |     /// This method does not inspect siblings recursively.
162 |     /// Returns nil if no sibling is of the specified type.
163 |     public static func previousSibling<AnyViewControllerType: PlatformViewController>(
    |                                                               `- error: cannot find type 'PlatformViewController' in scope
164 |         ofType type: AnyViewControllerType.Type,
165 |         from entry: PlatformViewController
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:189:21: error: cannot find type 'PlatformView' in scope
187 |     public static func nextSibling<AnyViewType: PlatformView>(
188 |         containing type: AnyViewType.Type,
189 |         from entry: PlatformView
    |                     `- error: cannot find type 'PlatformView' in scope
190 |     ) -> AnyViewType? {
191 |
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:187:49: error: cannot find type 'PlatformView' in scope
185 |     /// This method inspects siblings recursively.
186 |     /// Returns nil if no sibling contains the specified type.
187 |     public static func nextSibling<AnyViewType: PlatformView>(
    |                                                 `- error: cannot find type 'PlatformView' in scope
188 |         containing type: AnyViewType.Type,
189 |         from entry: PlatformView
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:212:21: error: cannot find type 'PlatformView' in scope
210 |     public static func nextSibling<AnyViewType: PlatformView>(
211 |         ofType type: AnyViewType.Type,
212 |         from entry: PlatformView
    |                     `- error: cannot find type 'PlatformView' in scope
213 |     ) -> AnyViewType? {
214 |
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:210:49: error: cannot find type 'PlatformView' in scope
208 |     /// This method inspects siblings recursively.
209 |     /// Returns nil if no sibling contains the specified type.
210 |     public static func nextSibling<AnyViewType: PlatformView>(
    |                                                 `- error: cannot find type 'PlatformView' in scope
211 |         ofType type: AnyViewType.Type,
212 |         from entry: PlatformView
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:232:107: error: cannot find type 'PlatformView' in scope
230 |     /// Finds an ancestor of the specified type.
231 |     /// If it reaches the top of the view without finding the specified view type, it returns nil.
232 |     public static func findAncestor<AnyViewType: PlatformView>(ofType type: AnyViewType.Type, from entry: PlatformView) -> AnyViewType? {
    |                                                                                                           `- error: cannot find type 'PlatformView' in scope
233 |         var superview = entry.superview
234 |         while let s = superview {
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:232:50: error: cannot find type 'PlatformView' in scope
230 |     /// Finds an ancestor of the specified type.
231 |     /// If it reaches the top of the view without finding the specified view type, it returns nil.
232 |     public static func findAncestor<AnyViewType: PlatformView>(ofType type: AnyViewType.Type, from entry: PlatformView) -> AnyViewType? {
    |                                                  `- error: cannot find type 'PlatformView' in scope
233 |         var superview = entry.superview
234 |         while let s = superview {
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:245:122: error: cannot find type 'PlatformView' in scope
243 |     /// Finds an ancestor of the specified type.
244 |     /// If it reaches the top of the view without finding the specified view type, it returns nil.
245 |     public static func findAncestorOrAncestorChild<AnyViewType: PlatformView>(ofType type: AnyViewType.Type, from entry: PlatformView) -> AnyViewType? {
    |                                                                                                                          `- error: cannot find type 'PlatformView' in scope
246 |         var superview = entry.superview
247 |         while let s = superview {
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:245:65: error: cannot find type 'PlatformView' in scope
243 |     /// Finds an ancestor of the specified type.
244 |     /// If it reaches the top of the view without finding the specified view type, it returns nil.
245 |     public static func findAncestorOrAncestorChild<AnyViewType: PlatformView>(ofType type: AnyViewType.Type, from entry: PlatformView) -> AnyViewType? {
    |                                                                 `- error: cannot find type 'PlatformView' in scope
246 |         var superview = entry.superview
247 |         while let s = superview {
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:260:69: error: cannot find type 'PlatformView' in scope
258 |     /// For instance, if there are multiple text fields in a VStack, the hosting view will contain those text fields (and their host views, see below).
259 |     /// Returns nil if it couldn't find a hosting view. This should never happen when called with an IntrospectionView.
260 |     public static func findHostingView(from entry: PlatformView) -> PlatformView? {
    |                                                                     `- error: cannot find type 'PlatformView' in scope
261 |         var superview = entry.superview
262 |         while let s = superview {
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:260:52: error: cannot find type 'PlatformView' in scope
258 |     /// For instance, if there are multiple text fields in a VStack, the hosting view will contain those text fields (and their host views, see below).
259 |     /// Returns nil if it couldn't find a hosting view. This should never happen when called with an IntrospectionView.
260 |     public static func findHostingView(from entry: PlatformView) -> PlatformView? {
    |                                                    `- error: cannot find type 'PlatformView' in scope
261 |         var superview = entry.superview
262 |         while let s = superview {
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:274:66: error: cannot find type 'PlatformView' in scope
272 |     /// SwiftUI wraps each UIView within a ViewHost, then within a HostingView.
273 |     /// Returns nil if it couldn't find a view host. This should never happen when called with an IntrospectionView.
274 |     public static func findViewHost(from entry: PlatformView) -> PlatformView? {
    |                                                                  `- error: cannot find type 'PlatformView' in scope
275 |         var superview = entry.superview
276 |         while let s = superview {
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:274:49: error: cannot find type 'PlatformView' in scope
272 |     /// SwiftUI wraps each UIView within a ViewHost, then within a HostingView.
273 |     /// Returns nil if it couldn't find a view host. This should never happen when called with an IntrospectionView.
274 |     public static func findViewHost(from entry: PlatformView) -> PlatformView? {
    |                                                 `- error: cannot find type 'PlatformView' in scope
275 |         var superview = entry.superview
276 |         while let s = superview {
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:287:80: error: cannot find type 'PlatformView' in scope
285 |
286 | public enum TargetViewSelector {
287 |     public static func siblingContaining<TargetView: PlatformView>(from entry: PlatformView) -> TargetView? {
    |                                                                                `- error: cannot find type 'PlatformView' in scope
288 |         guard let viewHost = Introspect.findViewHost(from: entry) else {
289 |             return nil
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:287:54: error: cannot find type 'PlatformView' in scope
285 |
286 | public enum TargetViewSelector {
287 |     public static func siblingContaining<TargetView: PlatformView>(from entry: PlatformView) -> TargetView? {
    |                                                      `- error: cannot find type 'PlatformView' in scope
288 |         guard let viewHost = Introspect.findViewHost(from: entry) else {
289 |             return nil
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:294:90: error: cannot find type 'PlatformView' in scope
292 |     }
293 |
294 |     public static func siblingContainingOrAncestor<TargetView: PlatformView>(from entry: PlatformView) -> TargetView? {
    |                                                                                          `- error: cannot find type 'PlatformView' in scope
295 |         if let sibling: TargetView = siblingContaining(from: entry) {
296 |             return sibling
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:294:64: error: cannot find type 'PlatformView' in scope
292 |     }
293 |
294 |     public static func siblingContainingOrAncestor<TargetView: PlatformView>(from entry: PlatformView) -> TargetView? {
    |                                                                `- error: cannot find type 'PlatformView' in scope
295 |         if let sibling: TargetView = siblingContaining(from: entry) {
296 |             return sibling
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:301:105: error: cannot find type 'PlatformView' in scope
299 |     }
300 |
301 |     public static func siblingContainingOrAncestorOrAncestorChild<TargetView: PlatformView>(from entry: PlatformView) -> TargetView? {
    |                                                                                                         `- error: cannot find type 'PlatformView' in scope
302 |         if let sibling: TargetView = siblingContaining(from: entry) {
303 |             return sibling
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:301:79: error: cannot find type 'PlatformView' in scope
299 |     }
300 |
301 |     public static func siblingContainingOrAncestorOrAncestorChild<TargetView: PlatformView>(from entry: PlatformView) -> TargetView? {
    |                                                                               `- error: cannot find type 'PlatformView' in scope
302 |         if let sibling: TargetView = siblingContaining(from: entry) {
303 |             return sibling
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:308:76: error: cannot find type 'PlatformView' in scope
306 |     }
307 |
308 |     public static func siblingOfType<TargetView: PlatformView>(from entry: PlatformView) -> TargetView? {
    |                                                                            `- error: cannot find type 'PlatformView' in scope
309 |         guard let viewHost = Introspect.findViewHost(from: entry) else {
310 |             return nil
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:308:50: error: cannot find type 'PlatformView' in scope
306 |     }
307 |
308 |     public static func siblingOfType<TargetView: PlatformView>(from entry: PlatformView) -> TargetView? {
    |                                                  `- error: cannot find type 'PlatformView' in scope
309 |         guard let viewHost = Introspect.findViewHost(from: entry) else {
310 |             return nil
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:315:86: error: cannot find type 'PlatformView' in scope
313 |     }
314 |
315 |     public static func siblingOfTypeOrAncestor<TargetView: PlatformView>(from entry: PlatformView) -> TargetView? {
    |                                                                                      `- error: cannot find type 'PlatformView' in scope
316 |         if let sibling: TargetView = siblingOfType(from: entry) {
317 |             return sibling
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:315:60: error: cannot find type 'PlatformView' in scope
313 |     }
314 |
315 |     public static func siblingOfTypeOrAncestor<TargetView: PlatformView>(from entry: PlatformView) -> TargetView? {
    |                                                            `- error: cannot find type 'PlatformView' in scope
316 |         if let sibling: TargetView = siblingOfType(from: entry) {
317 |             return sibling
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:322:114: error: cannot find type 'PlatformView' in scope
320 |     }
321 |
322 |     public static func siblingOrAncestorOrSiblingContainingOrAncestorChild<TargetView: PlatformView>(from entry: PlatformView) -> TargetView? {
    |                                                                                                                  `- error: cannot find type 'PlatformView' in scope
323 |         if let sibling: TargetView = siblingOfType(from: entry) {
324 |             return sibling
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:322:88: error: cannot find type 'PlatformView' in scope
320 |     }
321 |
322 |     public static func siblingOrAncestorOrSiblingContainingOrAncestorChild<TargetView: PlatformView>(from entry: PlatformView) -> TargetView? {
    |                                                                                        `- error: cannot find type 'PlatformView' in scope
323 |         if let sibling: TargetView = siblingOfType(from: entry) {
324 |             return sibling
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:332:90: error: cannot find type 'PlatformView' in scope
330 |     }
331 |
332 |     public static func ancestorOrSiblingContaining<TargetView: PlatformView>(from entry: PlatformView) -> TargetView? {
    |                                                                                          `- error: cannot find type 'PlatformView' in scope
333 |         if let tableView = Introspect.findAncestor(ofType: TargetView.self, from: entry) {
334 |             return tableView
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:332:64: error: cannot find type 'PlatformView' in scope
330 |     }
331 |
332 |     public static func ancestorOrSiblingContaining<TargetView: PlatformView>(from entry: PlatformView) -> TargetView? {
    |                                                                `- error: cannot find type 'PlatformView' in scope
333 |         if let tableView = Introspect.findAncestor(ofType: TargetView.self, from: entry) {
334 |             return tableView
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:339:86: error: cannot find type 'PlatformView' in scope
337 |     }
338 |
339 |     public static func ancestorOrSiblingOfType<TargetView: PlatformView>(from entry: PlatformView) -> TargetView? {
    |                                                                                      `- error: cannot find type 'PlatformView' in scope
340 |         if let tableView = Introspect.findAncestor(ofType: TargetView.self, from: entry) {
341 |             return tableView
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:339:60: error: cannot find type 'PlatformView' in scope
337 |     }
338 |
339 |     public static func ancestorOrSiblingOfType<TargetView: PlatformView>(from entry: PlatformView) -> TargetView? {
    |                                                            `- error: cannot find type 'PlatformView' in scope
340 |         if let tableView = Introspect.findAncestor(ofType: TargetView.self, from: entry) {
341 |             return tableView
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionView.swift:21:26: error: method does not override any method from its superclass
19 |     }
20 |
21 |     override public func didMoveToWindow() {
   |                          `- error: method does not override any method from its superclass
22 |         super.didMoveToWindow()
23 |         moveToWindowHandler?()
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionView.swift:6:35: error: cannot find type 'UIView' in scope
 4 |
 5 | /// Introspection UIView that is inserted alongside the target view.
 6 | public class IntrospectionUIView: UIView {
   |                                   `- error: cannot find type 'UIView' in scope
 7 |
 8 |     var moveToWindowHandler: (() -> Void)?
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
 21 | @class NSLayoutManager;
 22 | @class UIImage;
 23 | @class UIView;
    | `- note: interface 'UIView' forward declared here
 24 | @class NSFileWrapper;
 25 | @class NSTextAttachmentViewProvider;
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionView.swift:29:54: error: cannot find type 'UIView' in scope
27 | /// Introspection View that is injected into the UIKit hierarchy alongside the target view.
28 | /// After `updateUIView` is called, it calls `selector` to find the target view, then `customize` when the target view is found.
29 | public struct UIKitIntrospectionView<TargetViewType: UIView>: UIViewRepresentable {
   |                                                      `- error: cannot find type 'UIView' in scope
30 |
31 |     /// Method that introspects the view hierarchy to find the target view.
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
 21 | @class NSLayoutManager;
 22 | @class UIImage;
 23 | @class UIView;
    | `- note: interface 'UIView' forward declared here
 24 | @class NSFileWrapper;
 25 | @class NSTextAttachmentViewProvider;
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionView.swift:51:37: error: cannot find type 'UIViewRepresentableContext' in scope
49 |     /// Finding the target view fails silently if the selector yields no result. This happens when the introspection view gets
50 |     /// removed from the hierarchy.
51 |     public func makeUIView(context: UIViewRepresentableContext<UIKitIntrospectionView>) -> IntrospectionUIView {
   |                                     `- error: cannot find type 'UIViewRepresentableContext' in scope
52 |         let view = IntrospectionUIView()
53 |         view.accessibilityLabel = "IntrospectionUIView<\(TargetViewType.self)>"
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionView.swift:71:18: error: cannot find type 'UIViewRepresentableContext' in scope
69 |     public func updateUIView(
70 |         _ view: IntrospectionUIView,
71 |         context: UIViewRepresentableContext<UIKitIntrospectionView>
   |                  `- error: cannot find type 'UIViewRepresentableContext' in scope
72 |     ) {
73 |         guard let targetView = self.selector(view) else {
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionView.swift:29:63: error: cannot find type 'UIViewRepresentable' in scope
27 | /// Introspection View that is injected into the UIKit hierarchy alongside the target view.
28 | /// After `updateUIView` is called, it calls `selector` to find the target view, then `customize` when the target view is found.
29 | public struct UIKitIntrospectionView<TargetViewType: UIView>: UIViewRepresentable {
   |                                                               `- error: cannot find type 'UIViewRepresentable' in scope
30 |
31 |     /// Method that introspects the view hierarchy to find the target view.
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionViewController.swift:6:45: error: cannot find type 'UIViewController' in scope
 4 |
 5 | /// Introspection UIViewController that is inserted alongside the target view controller.
 6 | public class IntrospectionUIViewController: UIViewController {
   |                                             `- error: cannot find type 'UIViewController' in scope
 7 |     required init() {
 8 |         super.init(nibName: nil, bundle: nil)
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionViewController.swift:19:74: error: cannot find type 'UIViewController' in scope
17 |
18 | /// This is the same logic as IntrospectionView but for view controllers. Please see details above.
19 | public struct UIKitIntrospectionViewController<TargetViewControllerType: UIViewController>: UIViewControllerRepresentable {
   |                                                                          `- error: cannot find type 'UIViewController' in scope
20 |
21 |     let selector: (IntrospectionUIViewController) -> TargetViewControllerType?
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionViewController.swift:25:30: error: cannot find type 'UIViewController' in scope
23 |
24 |     public init(
25 |         selector: @escaping (UIViewController) -> TargetViewControllerType?,
   |                              `- error: cannot find type 'UIViewController' in scope
26 |         customize: @escaping (TargetViewControllerType) -> Void
27 |     ) {
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionViewController.swift:38:18: error: cannot find type 'UIViewControllerRepresentableContext' in scope
36 |     /// This happens when the introspection view controller's view gets removed from the hierarchy.
37 |     public func makeUIViewController(
38 |         context: UIViewControllerRepresentableContext<UIKitIntrospectionViewController>
   |                  `- error: cannot find type 'UIViewControllerRepresentableContext' in scope
39 |     ) -> IntrospectionUIViewController {
40 |         let viewController = IntrospectionUIViewController()
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionViewController.swift:60:18: error: cannot find type 'UIViewControllerRepresentableContext' in scope
58 |     public func updateUIViewController(
59 |         _ viewController: IntrospectionUIViewController,
60 |         context: UIViewControllerRepresentableContext<UIKitIntrospectionViewController>
   |                  `- error: cannot find type 'UIViewControllerRepresentableContext' in scope
61 |     ) {
62 |         guard let targetView = self.selector(viewController) else {
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionViewController.swift:19:93: error: cannot find type 'UIViewControllerRepresentable' in scope
17 |
18 | /// This is the same logic as IntrospectionView but for view controllers. Please see details above.
19 | public struct UIKitIntrospectionViewController<TargetViewControllerType: UIViewController>: UIViewControllerRepresentable {
   |                                                                                             `- error: cannot find type 'UIViewControllerRepresentable' in scope
20 |
21 |     let selector: (IntrospectionUIViewController) -> TargetViewControllerType?
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:20:40: error: cannot find type 'UIView' in scope
 18 |     /// Finds a `TargetView` from a `SwiftUI.View`
 19 |     @available(*, deprecated, message: "The Introspect module is deprecated and will be obsoleted later this year. Please switch over to the new and improved SwiftUIIntrospect module. More info: https://github.com/siteline/swiftui-introspect#readme")
 20 |     public func introspect<TargetView: UIView>(
    |                                        `- error: cannot find type 'UIView' in scope
 21 |         selector: @escaping (IntrospectionUIView) -> TargetView?,
 22 |         customize: @escaping (TargetView) -> ()
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
 21 | @class NSLayoutManager;
 22 | @class UIImage;
 23 | @class UIView;
    | `- note: interface 'UIView' forward declared here
 24 | @class NSFileWrapper;
 25 | @class NSTextAttachmentViewProvider;
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:32:70: error: cannot find type 'UINavigationController' in scope
 30 |     /// Finds a `UINavigationController` from any view embedded in a `SwiftUI.NavigationView`.
 31 |     @available(*, deprecated, message: "The Introspect module is deprecated and will be obsoleted later this year. Please switch over to the new and improved SwiftUIIntrospect module. More info: https://github.com/siteline/swiftui-introspect#readme")
 32 |     public func introspectNavigationController(customize: @escaping (UINavigationController) -> ()) -> some View {
    |                                                                      `- error: cannot find type 'UINavigationController' in scope
 33 |         inject(UIKitIntrospectionViewController(
 34 |             selector: { introspectionViewController in
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:50:69: error: cannot find type 'UISplitViewController' in scope
 48 |     /// Finds a `UISplitViewController` from  a `SwiftUI.NavigationView` with style `DoubleColumnNavigationViewStyle`.
 49 |     @available(*, deprecated, message: "The Introspect module is deprecated and will be obsoleted later this year. Please switch over to the new and improved SwiftUIIntrospect module. More info: https://github.com/siteline/swiftui-introspect#readme")
 50 |     public func introspectSplitViewController(customize: @escaping (UISplitViewController) -> ()) -> some View {
    |                                                                     `- error: cannot find type 'UISplitViewController' in scope
 51 |         inject(UIKitIntrospectionViewController(
 52 |             selector: { introspectionViewController in
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:68:64: error: cannot find type 'UIViewController' in scope
 66 |     /// Finds the containing `UIViewController` of a SwiftUI view.
 67 |     @available(*, deprecated, message: "The Introspect module is deprecated and will be obsoleted later this year. Please switch over to the new and improved SwiftUIIntrospect module. More info: https://github.com/siteline/swiftui-introspect#readme")
 68 |     public func introspectViewController(customize: @escaping (UIViewController) -> ()) -> some View {
    |                                                                `- error: cannot find type 'UIViewController' in scope
 69 |         inject(UIKitIntrospectionViewController(
 70 |             selector: { $0.parent },
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:77:66: error: cannot find type 'UITabBarController' in scope
 75 |     /// Finds a `UITabBarController` from any SwiftUI view embedded in a `SwiftUI.TabView`
 76 |     @available(*, deprecated, message: "The Introspect module is deprecated and will be obsoleted later this year. Please switch over to the new and improved SwiftUIIntrospect module. More info: https://github.com/siteline/swiftui-introspect#readme")
 77 |     public func introspectTabBarController(customize: @escaping (UITabBarController) -> ()) -> some View {
    |                                                                  `- error: cannot find type 'UITabBarController' in scope
 78 |         inject(UIKitIntrospectionViewController(
 79 |             selector: { introspectionViewController in
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:97:66: error: cannot find type 'UISearchController' in scope
 95 |     @available(tvOS, unavailable)
 96 |     @available(*, deprecated, message: "The Introspect module is deprecated and will be obsoleted later this year. Please switch over to the new and improved SwiftUIIntrospect module. More info: https://github.com/siteline/swiftui-introspect#readme")
 97 |     public func introspectSearchController(customize: @escaping (UISearchController) -> ()) -> some View {
    |                                                                  `- error: cannot find type 'UISearchController' in scope
 98 |         introspectNavigationController { navigationController in
 99 |             let navigationBar = navigationController.navigationBar
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:108:59: error: cannot find type 'UITableView' in scope
106 |     /// Finds a `UITableView` from a `SwiftUI.List`, or `SwiftUI.List` child.
107 |     @available(*, deprecated, message: "The Introspect module is deprecated and will be obsoleted later this year. Please switch over to the new and improved SwiftUIIntrospect module. More info: https://github.com/siteline/swiftui-introspect#readme")
108 |     public func introspectTableView(customize: @escaping (UITableView) -> ()) -> some View {
    |                                                           `- error: cannot find type 'UITableView' in scope
109 |         introspect(selector: TargetViewSelector.ancestorOrSiblingContaining, customize: customize)
110 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:114:63: error: cannot find type 'UITableViewCell' in scope
112 |     /// Finds a `UITableViewCell` from a `SwiftUI.List`, or `SwiftUI.List` child. You can attach this directly to the element inside the list.
113 |     @available(*, deprecated, message: "The Introspect module is deprecated and will be obsoleted later this year. Please switch over to the new and improved SwiftUIIntrospect module. More info: https://github.com/siteline/swiftui-introspect#readme")
114 |     public func introspectTableViewCell(customize: @escaping (UITableViewCell) -> ()) -> some View {
    |                                                               `- error: cannot find type 'UITableViewCell' in scope
115 |         introspect(selector: TargetViewSelector.ancestorOrSiblingContaining, customize: customize)
116 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:120:64: error: cannot find type 'UICollectionView' in scope
118 |     /// Finds a `UICollectionView` from a `SwiftUI.List`, or `SwiftUI.List` child.
119 |     @available(*, deprecated, message: "The Introspect module is deprecated and will be obsoleted later this year. Please switch over to the new and improved SwiftUIIntrospect module. More info: https://github.com/siteline/swiftui-introspect#readme")
120 |     public func introspectCollectionView(customize: @escaping (UICollectionView) -> ()) -> some View {
    |                                                                `- error: cannot find type 'UICollectionView' in scope
121 |         introspect(selector: TargetViewSelector.ancestorOrSiblingContaining, customize: customize)
122 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:126:68: error: cannot find type 'UICollectionViewCell' in scope
124 |     /// Finds a `UICollectionView` from a `SwiftUI.List`, or `SwiftUI.List` child. You can attach this directly to the element inside the list.
125 |     @available(*, deprecated, message: "The Introspect module is deprecated and will be obsoleted later this year. Please switch over to the new and improved SwiftUIIntrospect module. More info: https://github.com/siteline/swiftui-introspect#readme")
126 |     public func introspectCollectionViewCell(customize: @escaping (UICollectionViewCell) -> ()) -> some View {
    |                                                                    `- error: cannot find type 'UICollectionViewCell' in scope
127 |         introspect(selector: TargetViewSelector.ancestorOrSiblingContaining, customize: customize)
128 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:132:60: error: cannot find type 'UIScrollView' in scope
130 |     /// Finds a `UIScrollView` from a `SwiftUI.ScrollView`, or `SwiftUI.ScrollView` child.
131 |     @available(*, deprecated, message: "The Introspect module is deprecated and will be obsoleted later this year. Please switch over to the new and improved SwiftUIIntrospect module. More info: https://github.com/siteline/swiftui-introspect#readme")
132 |     public func introspectScrollView(customize: @escaping (UIScrollView) -> ()) -> some View {
    |                                                            `- error: cannot find type 'UIScrollView' in scope
133 |         if #available(iOS 14, tvOS 14, *) {
134 |             return introspect(selector: TargetViewSelector.siblingOrAncestorOrSiblingContainingOrAncestorChild, customize: customize)
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:145:62: error: cannot find type 'UICollectionView' in scope
143 |     @available(iOS 14, tvOS 14, *)
144 |     @available(*, deprecated, message: "The Introspect module is deprecated and will be obsoleted later this year. Please switch over to the new and improved SwiftUIIntrospect module. More info: https://github.com/siteline/swiftui-introspect#readme")
145 |     public func introspectPagedTabView(customize: @escaping (UICollectionView, UIScrollView) -> ()) -> some View {
    |                                                              `- error: cannot find type 'UICollectionView' in scope
146 |         if #available(iOS 16, *) {
147 |             return introspect(selector: TargetViewSelector.ancestorOrSiblingContaining, customize: { (collectionView: UICollectionView) in
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:145:80: error: cannot find type 'UIScrollView' in scope
143 |     @available(iOS 14, tvOS 14, *)
144 |     @available(*, deprecated, message: "The Introspect module is deprecated and will be obsoleted later this year. Please switch over to the new and improved SwiftUIIntrospect module. More info: https://github.com/siteline/swiftui-introspect#readme")
145 |     public func introspectPagedTabView(customize: @escaping (UICollectionView, UIScrollView) -> ()) -> some View {
    |                                                                                `- error: cannot find type 'UIScrollView' in scope
146 |         if #available(iOS 16, *) {
147 |             return introspect(selector: TargetViewSelector.ancestorOrSiblingContaining, customize: { (collectionView: UICollectionView) in
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:164:59: error: cannot find type 'UITextField' in scope
162 |     /// Finds a `UITextField` from a `SwiftUI.TextField`
163 |     @available(*, deprecated, message: "The Introspect module is deprecated and will be obsoleted later this year. Please switch over to the new and improved SwiftUIIntrospect module. More info: https://github.com/siteline/swiftui-introspect#readme")
164 |     public func introspectTextField(customize: @escaping (UITextField) -> ()) -> some View {
    |                                                           `- error: cannot find type 'UITextField' in scope
165 |         introspect(selector: TargetViewSelector.siblingContainingOrAncestorOrAncestorChild, customize: customize)
166 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:170:58: error: cannot find type 'UITextView' in scope
168 |     /// Finds a `UITextView` from a `SwiftUI.TextEditor`
169 |     @available(*, deprecated, message: "The Introspect module is deprecated and will be obsoleted later this year. Please switch over to the new and improved SwiftUIIntrospect module. More info: https://github.com/siteline/swiftui-introspect#readme")
170 |     public func introspectTextView(customize: @escaping (UITextView) -> ()) -> some View {
    |                                                          `- error: cannot find type 'UITextView' in scope
171 |         introspect(selector: TargetViewSelector.siblingContaining, customize: customize)
172 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:177:56: error: cannot find type 'UISwitch' in scope
175 |     @available(tvOS, unavailable)
176 |     @available(*, deprecated, message: "The Introspect module is deprecated and will be obsoleted later this year. Please switch over to the new and improved SwiftUIIntrospect module. More info: https://github.com/siteline/swiftui-introspect#readme")
177 |     public func introspectSwitch(customize: @escaping (UISwitch) -> ()) -> some View {
    |                                                        `- error: cannot find type 'UISwitch' in scope
178 |         introspect(selector: TargetViewSelector.siblingContaining, customize: customize)
179 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:184:56: error: cannot find type 'UISlider' in scope
182 |     @available(tvOS, unavailable)
183 |     @available(*, deprecated, message: "The Introspect module is deprecated and will be obsoleted later this year. Please switch over to the new and improved SwiftUIIntrospect module. More info: https://github.com/siteline/swiftui-introspect#readme")
184 |     public func introspectSlider(customize: @escaping (UISlider) -> ()) -> some View {
    |                                                        `- error: cannot find type 'UISlider' in scope
185 |         introspect(selector: TargetViewSelector.siblingContaining, customize: customize)
186 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:191:57: error: cannot find type 'UIStepper' in scope
189 |     @available(tvOS, unavailable)
190 |     @available(*, deprecated, message: "The Introspect module is deprecated and will be obsoleted later this year. Please switch over to the new and improved SwiftUIIntrospect module. More info: https://github.com/siteline/swiftui-introspect#readme")
191 |     public func introspectStepper(customize: @escaping (UIStepper) -> ()) -> some View {
    |                                                         `- error: cannot find type 'UIStepper' in scope
192 |         introspect(selector: TargetViewSelector.siblingContaining, customize: customize)
193 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:198:60: error: cannot find type 'UIDatePicker' in scope
196 |     @available(tvOS, unavailable)
197 |     @available(*, deprecated, message: "The Introspect module is deprecated and will be obsoleted later this year. Please switch over to the new and improved SwiftUIIntrospect module. More info: https://github.com/siteline/swiftui-introspect#readme")
198 |     public func introspectDatePicker(customize: @escaping (UIDatePicker) -> ()) -> some View {
    |                                                            `- error: cannot find type 'UIDatePicker' in scope
199 |         introspect(selector: TargetViewSelector.siblingContaining, customize: customize)
200 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:204:66: error: cannot find type 'UISegmentedControl' in scope
202 |     /// Finds a `UISegmentedControl` from a `SwiftUI.Picker` with style `SegmentedPickerStyle`
203 |     @available(*, deprecated, message: "The Introspect module is deprecated and will be obsoleted later this year. Please switch over to the new and improved SwiftUIIntrospect module. More info: https://github.com/siteline/swiftui-introspect#readme")
204 |     public func introspectSegmentedControl(customize: @escaping (UISegmentedControl) -> ()) -> some View {
    |                                                                  `- error: cannot find type 'UISegmentedControl' in scope
205 |         introspect(selector: TargetViewSelector.siblingContaining, customize: customize)
206 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:327:57: error: cannot find type 'MKMapView' in scope
325 |     @available(iOS 14, tvOS 14, macOS 11, *)
326 |     @available(*, deprecated, message: "The Introspect module is deprecated and will be obsoleted later this year. Please switch over to the new and improved SwiftUIIntrospect module. More info: https://github.com/siteline/swiftui-introspect#readme")
327 |     public func introspectMapView(customize: @escaping (MKMapView) -> ()) -> some View {
    |                                                         `- error: cannot find type 'MKMapView' in scope
328 |         introspect(selector: TargetViewSelector.siblingContaining, customize: customize)
329 |     }
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/.stats/stats-1717178865088314-swift-frontend-Introspect-all-armv7k_apple_watchos6.0-swiftmodule-Onone-1998449531.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8956 seconds (1.9254 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0321 (  3.8%)   0.2587 ( 24.9%)   0.2908 ( 15.3%)   0.3036 ( 15.8%)  parse-and-resolve-imports
   0.0318 (  3.7%)   0.2580 ( 24.8%)   0.2897 ( 15.3%)   0.3025 ( 15.7%)  Import resolution
   0.0060 (  0.7%)   0.1406 ( 13.5%)   0.1466 (  7.7%)   0.1475 (  7.7%)  ParseTopLevelDeclsRequest
   0.0059 (  0.7%)   0.1406 ( 13.5%)   0.1465 (  7.7%)   0.1474 (  7.7%)  ParseSourceFileRequest
   0.1100 ( 12.9%)   0.0308 (  3.0%)   0.1407 (  7.4%)   0.1410 (  7.3%)  perform-sema
   0.1099 ( 12.8%)   0.0307 (  3.0%)   0.1406 (  7.4%)   0.1409 (  7.3%)  TypeCheckSourceFileRequest
   0.1098 ( 12.8%)   0.0306 (  2.9%)   0.1404 (  7.4%)   0.1407 (  7.3%)  Type checking and Semantic analysis
   0.1092 ( 12.8%)   0.0299 (  2.9%)   0.1391 (  7.3%)   0.1393 (  7.2%)  typecheck-decl
   0.0975 ( 11.4%)   0.0175 (  1.7%)   0.1150 (  6.1%)   0.1152 (  6.0%)  ResolveTypeRequest
   0.0733 (  8.6%)   0.0211 (  2.0%)   0.0944 (  5.0%)   0.0947 (  4.9%)  InterfaceTypeRequest
   0.0512 (  6.0%)   0.0121 (  1.2%)   0.0634 (  3.3%)   0.0636 (  3.3%)  GenericSignatureRequest
   0.0504 (  5.9%)   0.0039 (  0.4%)   0.0542 (  2.9%)   0.0543 (  2.8%)  InheritedTypeRequest
   0.0262 (  3.1%)   0.0070 (  0.7%)   0.0332 (  1.8%)   0.0332 (  1.7%)  InferredGenericSignatureRequest
   0.0086 (  1.0%)   0.0119 (  1.1%)   0.0205 (  1.1%)   0.0205 (  1.1%)  UnqualifiedLookupRequest
   0.0081 (  0.9%)   0.0105 (  1.0%)   0.0185 (  1.0%)   0.0186 (  1.0%)  performUnqualifiedLookup
   0.0015 (  0.2%)   0.0088 (  0.8%)   0.0104 (  0.5%)   0.0107 (  0.6%)  load-stdlib
   0.0039 (  0.5%)   0.0065 (  0.6%)   0.0104 (  0.6%)   0.0105 (  0.5%)  QualifiedLookupRequest
   0.0032 (  0.4%)   0.0041 (  0.4%)   0.0074 (  0.4%)   0.0074 (  0.4%)  DirectLookupRequest
   0.0018 (  0.2%)   0.0036 (  0.3%)   0.0054 (  0.3%)   0.0054 (  0.3%)  RequirementRequest
   0.0030 (  0.3%)   0.0012 (  0.1%)   0.0042 (  0.2%)   0.0042 (  0.2%)  LookupInModuleRequest
   0.0023 (  0.3%)   0.0016 (  0.2%)   0.0040 (  0.2%)   0.0040 (  0.2%)  ResultTypeRequest
   0.0014 (  0.2%)   0.0011 (  0.1%)   0.0025 (  0.1%)   0.0025 (  0.1%)  LookupConformanceInModuleRequest
   0.0007 (  0.1%)   0.0017 (  0.2%)   0.0024 (  0.1%)   0.0024 (  0.1%)  PotentialMacroExpansionsInContextRequest
   0.0011 (  0.1%)   0.0012 (  0.1%)   0.0023 (  0.1%)   0.0023 (  0.1%)  OpaqueResultTypeRequest
   0.0005 (  0.1%)   0.0008 (  0.1%)   0.0013 (  0.1%)   0.0013 (  0.1%)  ActorIsolationRequest
   0.0003 (  0.0%)   0.0007 (  0.1%)   0.0010 (  0.1%)   0.0010 (  0.1%)  ExtendedNominalRequest
   0.0004 (  0.0%)   0.0003 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  InheritedDeclsReferencedRequest
   0.0002 (  0.0%)   0.0005 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  IsFunctionBodySkippedRequest
   0.0003 (  0.0%)   0.0003 (  0.0%)   0.0005 (  0.0%)   0.0006 (  0.0%)  ModuleQualifiedLookupRequest
   0.0004 (  0.0%)   0.0001 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  ParseMembersRequest
   0.0003 (  0.0%)   0.0001 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  build-rewrite-system
   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  AttachedPropertyWrappersRequest
   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  ABIMembersRequest
   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  PatternBindingEntryRequest
   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  ExpandChildTypeRefinementContextsRequest
   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  PatternTypeRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  IsDynamicRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0003 (  0.0%)  FragileFunctionKindRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  CheckRedeclarationRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  ExpandPeerMacroRequest
   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  import-clang-decl
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  typecheck-expr
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  SuperclassDeclRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  StoredPropertiesRequest
   0.0003 (  0.0%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  verify-all-loaded-modules
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)  HasIsolatedSelfRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  ExpandMemberAttributeMacros
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ResolveImplicitMemberRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  AbstractGenericSignatureRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ImplicitKnownProtocolConformanceRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  LookupAllConformancesInContextRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsActorRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ExtendedTypeRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsGetterMutatingRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  HasUserDefinedDesignatedInitRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  GenericParamListRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  OpaqueReadOwnershipRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ApplyAccessNoteRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  AttachedResultBuilderRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsObjCRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  HasMemberwiseInitRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SPIGroupsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  AccessLevelRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SelfBoundsFromWhereClauseRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  GlobalActorAttributeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  LifetimeDependenceInfoRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ObjCInterfaceAndImplementationRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  StorageImplInfoRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasDefaultInitRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ParamSpecifierRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DefaultInitializerIsolation
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ConditionalRequirementsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  OverriddenDeclsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsFinalRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SelfAccessKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DynamicallyReplacedDeclRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsStaticRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ProtocolDependenciesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentImplementationOnlyImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DefaultAndMaxAccessLevelRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandExtensionMacros
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentWeakLinkedImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  LocalTypeDeclsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentAccessLevelOnImport
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasCircularRawValueRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentSPIOnlyImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  RequirementSignatureRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SynthesizeAccessorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  precheck-expr
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasImportsMatchingFlagRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PatternBindingCheckedAndContextualizedInitRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  RequiresOpaqueAccessorsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  InheritedProtocolsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentAccessLevelOnImportSameFileRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandAccessorMacros
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  RequiresOpaqueModifyCoroutineRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasCircularInheritedProtocolsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasStorageRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperAuxiliaryVariablesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AllInheritedProtocolsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperInitializerInfoRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SimpleDidSetRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ModuleImplicitImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsSetterMutatingRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperMutabilityRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsDistributedActorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandSynthesizedMemberMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  InitKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  GetDestructorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SynthesizeMainFunctionRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  EnumRawTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SetterAccessLevelRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DefaultTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PrimaryAssociatedTypesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ClassAncestryFlagsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  TypeDeclsFromWhereClauseRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SuperclassTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PrimarySourceFilesRequest
   0.8553 (100.0%)   1.0403 (100.0%)   1.8956 (100.0%)   1.9254 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4447 seconds (0.4581 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1449 (100.0%)   0.2998 (100.0%)   0.4447 (100.0%)   0.4581 (100.0%)  Building Target
   0.1449 (100.0%)   0.2998 (100.0%)   0.4447 (100.0%)   0.4581 (100.0%)  Total
SwiftCompile normal armv7k Compiling\ Introspect.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift (in target 'Introspect' from project 'swiftui-introspect')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/AppKitIntrospectionView.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/Introspect.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/Introspect.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/Introspect.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/Introspect.dia -target armv7k-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/Introspect_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Introspect -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/Introspect.o -index-unit-output-path /swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/Introspect.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift (in target 'Introspect' from project 'swiftui-introspect')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/AppKitIntrospectionView.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/Introspect.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/Introspect.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/Introspect.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/Introspect.dia -target armv7k-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/Introspect_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Introspect -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/Introspect.o -index-unit-output-path /swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/Introspect.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k Compiling\ ViewExtensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift (in target 'Introspect' from project 'swiftui-introspect')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/AppKitIntrospectionView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionViewController.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/ViewExtensions.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/ViewExtensions.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/ViewExtensions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/ViewExtensions.dia -target armv7k-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/Introspect_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Introspect -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/ViewExtensions.o -index-unit-output-path /swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/ViewExtensions.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift (in target 'Introspect' from project 'swiftui-introspect')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/AppKitIntrospectionView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionViewController.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/ViewExtensions.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/ViewExtensions.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/ViewExtensions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/ViewExtensions.dia -target armv7k-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/Introspect_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Introspect -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/ViewExtensions.o -index-unit-output-path /swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/ViewExtensions.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Introspect.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift (in target 'Introspect' from project 'swiftui-introspect')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/AppKitIntrospectionView.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/Introspect.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/Introspect.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/Introspect.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/Introspect.dia -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/Introspect_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Introspect -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/Introspect.o -index-unit-output-path /swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/Introspect.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift (in target 'Introspect' from project 'swiftui-introspect')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/AppKitIntrospectionView.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/Introspect.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/Introspect.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/Introspect.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/Introspect.dia -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/Introspect_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Introspect -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/Introspect.o -index-unit-output-path /swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/Introspect.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64_32 Compiling AppKitIntrospectionView.swift (in target 'Introspect' from project 'swiftui-introspect')
SwiftCompile normal arm64 Compiling\ AppKitIntrospectionView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/AppKitIntrospectionView.swift (in target 'Introspect' from project 'swiftui-introspect')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/AppKitIntrospectionView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/AppKitIntrospectionView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/AppKitIntrospectionView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/AppKitIntrospectionView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/AppKitIntrospectionView.dia -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/Introspect_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Introspect -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/AppKitIntrospectionView.o -index-unit-output-path /swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/AppKitIntrospectionView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/AppKitIntrospectionView.swift (in target 'Introspect' from project 'swiftui-introspect')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/AppKitIntrospectionView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/AppKitIntrospectionView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/AppKitIntrospectionView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/AppKitIntrospectionView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/AppKitIntrospectionView.dia -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/Introspect_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Introspect -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/AppKitIntrospectionView.o -index-unit-output-path /swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/AppKitIntrospectionView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriver\ Compilation\ Requirements Introspect normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Introspect' from project 'swiftui-introspect')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name Introspect -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64_32/Introspect.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -target arm64_32-apple-watchos6.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-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64_32/Introspect-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/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64_32/Introspect.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/swiftui-introspect.build/Debug-watchos/Introspect.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64_32/Introspect_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.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/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64_32/Introspect-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect -experimental-emit-module-separately -disable-cmo
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PermissionsSwiftUISpeech' from project 'PermissionsSwiftUI')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PermissionsSwiftUIBluetooth' from project 'PermissionsSwiftUI')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'CorePermissionsSwiftUI' from project 'PermissionsSwiftUI')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PermissionsSwiftUILocation' from project 'PermissionsSwiftUI')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PermissionsSwiftUICalendar' from project 'PermissionsSwiftUI')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PermissionsSwiftUICamera' from project 'PermissionsSwiftUI')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'CorePermissionsSwiftUI' from project 'PermissionsSwiftUI')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PermissionsSwiftUIHealth' from project 'PermissionsSwiftUI')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PermissionsSwiftUI_CorePermissionsSwiftUI' from project 'PermissionsSwiftUI')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PermissionsSwiftUI' from project 'PermissionsSwiftUI')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PermissionsSwiftUIMicrophone' from project 'PermissionsSwiftUI')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PermissionsSwiftUIHealth' from project 'PermissionsSwiftUI')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PermissionsSwiftUIBiometrics' from project 'PermissionsSwiftUI')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PermissionsSwiftUISpeech' from project 'PermissionsSwiftUI')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PermissionsSwiftUIPhoto' from project 'PermissionsSwiftUI')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PermissionsSwiftUIBiometrics' from project 'PermissionsSwiftUI')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PermissionsSwiftUIReminder' from project 'PermissionsSwiftUI')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PermissionsSwiftUIContacts' from project 'PermissionsSwiftUI')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PermissionsSwiftUIMicrophone' from project 'PermissionsSwiftUI')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PermissionsSwiftUIMotion' from project 'PermissionsSwiftUI')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PermissionsSwiftUIMotion' from project 'PermissionsSwiftUI')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PermissionsSwiftUISiri' from project 'PermissionsSwiftUI')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PermissionsSwiftUITracking' from project 'PermissionsSwiftUI')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PermissionsSwiftUIReminder' from project 'PermissionsSwiftUI')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PermissionsSwiftUINotification' from project 'PermissionsSwiftUI')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PermissionsSwiftUIContacts' from project 'PermissionsSwiftUI')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PermissionsSwiftUIBluetooth' from project 'PermissionsSwiftUI')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PermissionsSwiftUISiri' from project 'PermissionsSwiftUI')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PermissionsSwiftUILocationAlways' from project 'PermissionsSwiftUI')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PermissionsSwiftUI' from project 'PermissionsSwiftUI')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PermissionsSwiftUIEvent' from project 'PermissionsSwiftUI')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PermissionsSwiftUIMusic' from project 'PermissionsSwiftUI')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Introspect' from project 'swiftui-introspect')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PermissionsSwiftUILocation' from project 'PermissionsSwiftUI')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PermissionsSwiftUIMusic' from project 'PermissionsSwiftUI')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PermissionsSwiftUITracking' from project 'PermissionsSwiftUI')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PermissionsSwiftUIPhoto' from project 'PermissionsSwiftUI')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PermissionsSwiftUICalendar' from project 'PermissionsSwiftUI')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PermissionsSwiftUICamera' from project 'PermissionsSwiftUI')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PermissionsSwiftUINotification' from project 'PermissionsSwiftUI')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PermissionsSwiftUIEvent' from project 'PermissionsSwiftUI')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PermissionsSwiftUILocationAlways' from project 'PermissionsSwiftUI')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionView.swift (in target 'Introspect' from project 'swiftui-introspect')
	SwiftCompile normal arm64_32 Compiling\ UIKitIntrospectionView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionView.swift (in target 'Introspect' from project 'swiftui-introspect')
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Introspect (in target 'Introspect' from project 'swiftui-introspect')
	SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift (in target 'Introspect' from project 'swiftui-introspect')
	SwiftEmitModule normal armv7k Emitting\ module\ for\ Introspect (in target 'Introspect' from project 'swiftui-introspect')
(5 failures)
BUILD FAILURE 6.0 watchOS
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.