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 Refreshable with Swift 6.0 for watchOS using Xcode 16.0.

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 Refreshable -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/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:90: error: cannot find type 'PlatformView' in scope
320 |     }
321 |
322 |     public static func ancestorOrSiblingContaining<TargetView: PlatformView>(from entry: PlatformView) -> TargetView? {
    |                                                                                          `- error: cannot find type 'PlatformView' in scope
323 |         if let tableView = Introspect.findAncestor(ofType: TargetView.self, from: entry) {
324 |             return tableView
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:322:64: error: cannot find type 'PlatformView' in scope
320 |     }
321 |
322 |     public static func ancestorOrSiblingContaining<TargetView: PlatformView>(from entry: PlatformView) -> TargetView? {
    |                                                                `- error: cannot find type 'PlatformView' in scope
323 |         if let tableView = Introspect.findAncestor(ofType: TargetView.self, from: entry) {
324 |             return tableView
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:329:86: error: cannot find type 'PlatformView' in scope
327 |     }
328 |
329 |     public static func ancestorOrSiblingOfType<TargetView: PlatformView>(from entry: PlatformView) -> TargetView? {
    |                                                                                      `- error: cannot find type 'PlatformView' in scope
330 |         if let tableView = Introspect.findAncestor(ofType: TargetView.self, from: entry) {
331 |             return tableView
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:329:60: error: cannot find type 'PlatformView' in scope
327 |     }
328 |
329 |     public static func ancestorOrSiblingOfType<TargetView: PlatformView>(from entry: PlatformView) -> TargetView? {
    |                                                            `- error: cannot find type 'PlatformView' in scope
330 |         if let tableView = Introspect.findAncestor(ofType: TargetView.self, from: entry) {
331 |             return tableView
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionView.swift:7:35: error: cannot find type 'UIView' in scope
 5 | /// Introspection UIView that is inserted alongside the target view.
 6 | @available(iOS 13.0, *)
 7 | public class IntrospectionUIView: UIView {
   |                                   `- error: cannot find type 'UIView' in scope
 8 |
 9 |     required init() {
/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:24:54: error: cannot find type 'UIView' in scope
22 | /// After `updateUIView` is called, it calls `selector` to find the target view, then `customize` when the target view is found.
23 | @available(iOS 13.0, tvOS 13.0, macOS 10.15.0, *)
24 | public struct UIKitIntrospectionView<TargetViewType: UIView>: UIViewRepresentable {
   |                                                      `- error: cannot find type 'UIView' in scope
25 |
26 |     /// 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:41:37: error: cannot find type 'UIViewRepresentableContext' in scope
39 |     }
40 |
41 |     public func makeUIView(context: UIViewRepresentableContext<UIKitIntrospectionView>) -> IntrospectionUIView {
   |                                     `- error: cannot find type 'UIViewRepresentableContext' in scope
42 |         let view = IntrospectionUIView()
43 |         view.accessibilityLabel = "IntrospectionUIView<\(TargetViewType.self)>"
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionView.swift:54:18: error: cannot find type 'UIViewRepresentableContext' in scope
52 |     public func updateUIView(
53 |         _ uiView: IntrospectionUIView,
54 |         context: UIViewRepresentableContext<UIKitIntrospectionView>
   |                  `- error: cannot find type 'UIViewRepresentableContext' in scope
55 |     ) {
56 |         DispatchQueue.main.async {
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionView.swift:24:63: error: cannot find type 'UIViewRepresentable' in scope
22 | /// After `updateUIView` is called, it calls `selector` to find the target view, then `customize` when the target view is found.
23 | @available(iOS 13.0, tvOS 13.0, macOS 10.15.0, *)
24 | public struct UIKitIntrospectionView<TargetViewType: UIView>: UIViewRepresentable {
   |                                                               `- error: cannot find type 'UIViewRepresentable' in scope
25 |
26 |     /// Method that introspects the view hierarchy to find the target view.
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionViewController.swift:7:45: error: cannot find type 'UIViewController' in scope
 5 | /// Introspection UIViewController that is inserted alongside the target view controller.
 6 | @available(iOS 13.0, tvOS 13.0, macOS 10.15.0, *)
 7 | public class IntrospectionUIViewController: UIViewController {
   |                                             `- error: cannot find type 'UIViewController' in scope
 8 |     required init() {
 9 |         super.init(nibName: nil, bundle: nil)
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionViewController.swift:21:74: error: cannot find type 'UIViewController' in scope
19 | /// This is the same logic as IntrospectionView but for view controllers. Please see details above.
20 | @available(iOS 13.0, tvOS 13.0, macOS 10.15.0, *)
21 | public struct UIKitIntrospectionViewController<TargetViewControllerType: UIViewController>: UIViewControllerRepresentable {
   |                                                                          `- error: cannot find type 'UIViewController' in scope
22 |
23 |     let selector: (IntrospectionUIViewController) -> TargetViewControllerType?
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionViewController.swift:27:30: error: cannot find type 'UIViewController' in scope
25 |
26 |     public init(
27 |         selector: @escaping (UIViewController) -> TargetViewControllerType?,
   |                              `- error: cannot find type 'UIViewController' in scope
28 |         customize: @escaping (TargetViewControllerType) -> Void
29 |     ) {
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionViewController.swift:35:18: error: cannot find type 'UIViewControllerRepresentableContext' in scope
33 |
34 |     public func makeUIViewController(
35 |         context: UIViewControllerRepresentableContext<UIKitIntrospectionViewController>
   |                  `- error: cannot find type 'UIViewControllerRepresentableContext' in scope
36 |     ) -> IntrospectionUIViewController {
37 |         let viewController = IntrospectionUIViewController()
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionViewController.swift:45:18: error: cannot find type 'UIViewControllerRepresentableContext' in scope
43 |     public func updateUIViewController(
44 |         _ uiViewController: IntrospectionUIViewController,
45 |         context: UIViewControllerRepresentableContext<UIKitIntrospectionViewController>
   |                  `- error: cannot find type 'UIViewControllerRepresentableContext' in scope
46 |     ) {
47 |         DispatchQueue.main.async {
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionViewController.swift:21:93: error: cannot find type 'UIViewControllerRepresentable' in scope
19 | /// This is the same logic as IntrospectionView but for view controllers. Please see details above.
20 | @available(iOS 13.0, tvOS 13.0, macOS 10.15.0, *)
21 | public struct UIKitIntrospectionViewController<TargetViewControllerType: UIViewController>: UIViewControllerRepresentable {
   |                                                                                             `- error: cannot find type 'UIViewControllerRepresentable' in scope
22 |
23 |     let selector: (IntrospectionUIViewController) -> TargetViewControllerType?
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:11:55: error: 'some' return types are only available in watchOS 6.0.0 or newer
  8 |
  9 | @available(iOS 13.0, tvOS 13.0, macOS 10.15.0, *)
 10 | extension View {
    | `- note: add @available attribute to enclosing extension
 11 |     public func inject<SomeView>(_ view: SomeView) -> some View where SomeView: View {
    |                 |                                     `- error: 'some' return types are only available in watchOS 6.0.0 or newer
    |                 `- note: add @available attribute to enclosing instance method
 12 |         overlay(view.frame(width: 0, height: 0))
 13 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:11:81: error: 'View' is only available in watchOS 6.0 or newer
  8 |
  9 | @available(iOS 13.0, tvOS 13.0, macOS 10.15.0, *)
 10 | extension View {
    | `- note: add @available attribute to enclosing extension
 11 |     public func inject<SomeView>(_ view: SomeView) -> some View where SomeView: View {
    |                 |                                                               `- error: 'View' is only available in watchOS 6.0 or newer
    |                 `- note: add @available attribute to enclosing instance method
 12 |         overlay(view.frame(width: 0, height: 0))
 13 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:11:60: error: 'View' is only available in watchOS 6.0 or newer
  8 |
  9 | @available(iOS 13.0, tvOS 13.0, macOS 10.15.0, *)
 10 | extension View {
    | `- note: add @available attribute to enclosing extension
 11 |     public func inject<SomeView>(_ view: SomeView) -> some View where SomeView: View {
    |                 |                                          `- error: 'View' is only available in watchOS 6.0 or newer
    |                 `- note: add @available attribute to enclosing instance method
 12 |         overlay(view.frame(width: 0, height: 0))
 13 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:10:11: error: 'View' is only available in watchOS 6.0 or newer
  8 |
  9 | @available(iOS 13.0, tvOS 13.0, macOS 10.15.0, *)
 10 | extension View {
    | |         `- error: 'View' is only available in watchOS 6.0 or newer
    | `- note: add @available attribute to enclosing extension
 11 |     public func inject<SomeView>(_ view: SomeView) -> some View where SomeView: View {
 12 |         overlay(view.frame(width: 0, height: 0))
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:21:40: error: cannot find type 'UIView' in scope
 19 |
 20 |     /// Finds a `TargetView` from a `SwiftUI.View`
 21 |     public func introspect<TargetView: UIView>(
    |                                        `- error: cannot find type 'UIView' in scope
 22 |         selector: @escaping (IntrospectionUIView) -> TargetView?,
 23 |         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:24:10: error: 'some' return types are only available in watchOS 6.0.0 or newer
 16 | #if canImport(UIKit)
 17 | @available(iOS 13.0, tvOS 13.0, macOS 10.15.0, *)
 18 | extension View {
    | `- note: add @available attribute to enclosing extension
 19 |
 20 |     /// Finds a `TargetView` from a `SwiftUI.View`
 21 |     public func introspect<TargetView: UIView>(
    |                 `- note: add @available attribute to enclosing instance method
 22 |         selector: @escaping (IntrospectionUIView) -> TargetView?,
 23 |         customize: @escaping (TargetView) -> ()
 24 |     ) -> some View {
    |          `- error: 'some' return types are only available in watchOS 6.0.0 or newer
 25 |         inject(UIKitIntrospectionView(
 26 |             selector: selector,
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:24:15: error: 'View' is only available in watchOS 6.0 or newer
 16 | #if canImport(UIKit)
 17 | @available(iOS 13.0, tvOS 13.0, macOS 10.15.0, *)
 18 | extension View {
    | `- note: add @available attribute to enclosing extension
 19 |
 20 |     /// Finds a `TargetView` from a `SwiftUI.View`
 21 |     public func introspect<TargetView: UIView>(
    |                 `- note: add @available attribute to enclosing instance method
 22 |         selector: @escaping (IntrospectionUIView) -> TargetView?,
 23 |         customize: @escaping (TargetView) -> ()
 24 |     ) -> some View {
    |               `- error: 'View' is only available in watchOS 6.0 or newer
 25 |         inject(UIKitIntrospectionView(
 26 |             selector: selector,
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:32:104: error: 'some' return types are only available in watchOS 6.0.0 or newer
 16 | #if canImport(UIKit)
 17 | @available(iOS 13.0, tvOS 13.0, macOS 10.15.0, *)
 18 | extension View {
    | `- note: add @available attribute to enclosing extension
 19 |
 20 |     /// Finds a `TargetView` from a `SwiftUI.View`
    :
 30 |
 31 |     /// Finds a `UINavigationController` from any view embedded in a `SwiftUI.NavigationView`.
 32 |     public func introspectNavigationController(customize: @escaping (UINavigationController) -> ()) -> some View {
    |                 |                                                                                      `- error: 'some' return types are only available in watchOS 6.0.0 or newer
    |                 `- note: add @available attribute to enclosing instance method
 33 |         inject(UIKitIntrospectionViewController(
 34 |             selector: { introspectionViewController in
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:32:70: error: cannot find type 'UINavigationController' in scope
 30 |
 31 |     /// Finds a `UINavigationController` from any view embedded in a `SwiftUI.NavigationView`.
 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:32:109: error: 'View' is only available in watchOS 6.0 or newer
 16 | #if canImport(UIKit)
 17 | @available(iOS 13.0, tvOS 13.0, macOS 10.15.0, *)
 18 | extension View {
    | `- note: add @available attribute to enclosing extension
 19 |
 20 |     /// Finds a `TargetView` from a `SwiftUI.View`
    :
 30 |
 31 |     /// Finds a `UINavigationController` from any view embedded in a `SwiftUI.NavigationView`.
 32 |     public func introspectNavigationController(customize: @escaping (UINavigationController) -> ()) -> some View {
    |                 |                                                                                           `- error: 'View' is only available in watchOS 6.0 or newer
    |                 `- note: add @available attribute to enclosing instance method
 33 |         inject(UIKitIntrospectionViewController(
 34 |             selector: { introspectionViewController in
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:49:102: error: 'some' return types are only available in watchOS 6.0.0 or newer
 16 | #if canImport(UIKit)
 17 | @available(iOS 13.0, tvOS 13.0, macOS 10.15.0, *)
 18 | extension View {
    | `- note: add @available attribute to enclosing extension
 19 |
 20 |     /// Finds a `TargetView` from a `SwiftUI.View`
    :
 47 |
 48 |     /// Finds a `UISplitViewController` from  a `SwiftUI.NavigationView` with style `DoubleColumnNavigationViewStyle`.
 49 |     public func introspectSplitViewController(customize: @escaping (UISplitViewController) -> ()) -> some View {
    |                 |                                                                                    `- error: 'some' return types are only available in watchOS 6.0.0 or newer
    |                 `- note: add @available attribute to enclosing instance method
 50 |             inject(UIKitIntrospectionViewController(
 51 |                 selector: { introspectionViewController in
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:49:69: error: cannot find type 'UISplitViewController' in scope
 47 |
 48 |     /// Finds a `UISplitViewController` from  a `SwiftUI.NavigationView` with style `DoubleColumnNavigationViewStyle`.
 49 |     public func introspectSplitViewController(customize: @escaping (UISplitViewController) -> ()) -> some View {
    |                                                                     `- error: cannot find type 'UISplitViewController' in scope
 50 |             inject(UIKitIntrospectionViewController(
 51 |                 selector: { introspectionViewController in
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:49:107: error: 'View' is only available in watchOS 6.0 or newer
 16 | #if canImport(UIKit)
 17 | @available(iOS 13.0, tvOS 13.0, macOS 10.15.0, *)
 18 | extension View {
    | `- note: add @available attribute to enclosing extension
 19 |
 20 |     /// Finds a `TargetView` from a `SwiftUI.View`
    :
 47 |
 48 |     /// Finds a `UISplitViewController` from  a `SwiftUI.NavigationView` with style `DoubleColumnNavigationViewStyle`.
 49 |     public func introspectSplitViewController(customize: @escaping (UISplitViewController) -> ()) -> some View {
    |                 |                                                                                         `- error: 'View' is only available in watchOS 6.0 or newer
    |                 `- note: add @available attribute to enclosing instance method
 50 |             inject(UIKitIntrospectionViewController(
 51 |                 selector: { introspectionViewController in
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:66:92: error: 'some' return types are only available in watchOS 6.0.0 or newer
 16 | #if canImport(UIKit)
 17 | @available(iOS 13.0, tvOS 13.0, macOS 10.15.0, *)
 18 | extension View {
    | `- note: add @available attribute to enclosing extension
 19 |
 20 |     /// Finds a `TargetView` from a `SwiftUI.View`
    :
 64 |
 65 |     /// Finds the containing `UIViewController` of a SwiftUI view.
 66 |     public func introspectViewController(customize: @escaping (UIViewController) -> ()) -> some View {
    |                 |                                                                          `- error: 'some' return types are only available in watchOS 6.0.0 or newer
    |                 `- note: add @available attribute to enclosing instance method
 67 |         inject(UIKitIntrospectionViewController(
 68 |             selector: { $0.parent },
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:66:64: error: cannot find type 'UIViewController' in scope
 64 |
 65 |     /// Finds the containing `UIViewController` of a SwiftUI view.
 66 |     public func introspectViewController(customize: @escaping (UIViewController) -> ()) -> some View {
    |                                                                `- error: cannot find type 'UIViewController' in scope
 67 |         inject(UIKitIntrospectionViewController(
 68 |             selector: { $0.parent },
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:66:97: error: 'View' is only available in watchOS 6.0 or newer
 16 | #if canImport(UIKit)
 17 | @available(iOS 13.0, tvOS 13.0, macOS 10.15.0, *)
 18 | extension View {
    | `- note: add @available attribute to enclosing extension
 19 |
 20 |     /// Finds a `TargetView` from a `SwiftUI.View`
    :
 64 |
 65 |     /// Finds the containing `UIViewController` of a SwiftUI view.
 66 |     public func introspectViewController(customize: @escaping (UIViewController) -> ()) -> some View {
    |                 |                                                                               `- error: 'View' is only available in watchOS 6.0 or newer
    |                 `- note: add @available attribute to enclosing instance method
 67 |         inject(UIKitIntrospectionViewController(
 68 |             selector: { $0.parent },
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:74:96: error: 'some' return types are only available in watchOS 6.0.0 or newer
 16 | #if canImport(UIKit)
 17 | @available(iOS 13.0, tvOS 13.0, macOS 10.15.0, *)
 18 | extension View {
    | `- note: add @available attribute to enclosing extension
 19 |
 20 |     /// Finds a `TargetView` from a `SwiftUI.View`
    :
 72 |
 73 |     /// Finds a `UITabBarController` from any SwiftUI view embedded in a `SwiftUI.TabView`
 74 |     public func introspectTabBarController(customize: @escaping (UITabBarController) -> ()) -> some View {
    |                 |                                                                              `- error: 'some' return types are only available in watchOS 6.0.0 or newer
    |                 `- note: add @available attribute to enclosing instance method
 75 |         inject(UIKitIntrospectionViewController(
 76 |             selector: { introspectionViewController in
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:74:66: error: cannot find type 'UITabBarController' in scope
 72 |
 73 |     /// Finds a `UITabBarController` from any SwiftUI view embedded in a `SwiftUI.TabView`
 74 |     public func introspectTabBarController(customize: @escaping (UITabBarController) -> ()) -> some View {
    |                                                                  `- error: cannot find type 'UITabBarController' in scope
 75 |         inject(UIKitIntrospectionViewController(
 76 |             selector: { introspectionViewController in
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:74:101: error: 'View' is only available in watchOS 6.0 or newer
 16 | #if canImport(UIKit)
 17 | @available(iOS 13.0, tvOS 13.0, macOS 10.15.0, *)
 18 | extension View {
    | `- note: add @available attribute to enclosing extension
 19 |
 20 |     /// Finds a `TargetView` from a `SwiftUI.View`
    :
 72 |
 73 |     /// Finds a `UITabBarController` from any SwiftUI view embedded in a `SwiftUI.TabView`
 74 |     public func introspectTabBarController(customize: @escaping (UITabBarController) -> ()) -> some View {
    |                 |                                                                                   `- error: 'View' is only available in watchOS 6.0 or newer
    |                 `- note: add @available attribute to enclosing instance method
 75 |         inject(UIKitIntrospectionViewController(
 76 |             selector: { introspectionViewController in
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:91:82: error: 'some' return types are only available in watchOS 6.0.0 or newer
 16 | #if canImport(UIKit)
 17 | @available(iOS 13.0, tvOS 13.0, macOS 10.15.0, *)
 18 | extension View {
    | `- note: add @available attribute to enclosing extension
 19 |
 20 |     /// Finds a `TargetView` from a `SwiftUI.View`
    :
 89 |
 90 |     /// Finds a `UITableView` from a `SwiftUI.List`, or `SwiftUI.List` child.
 91 |     public func introspectTableView(customize: @escaping (UITableView) -> ()) -> some View {
    |                 |                                                                `- error: 'some' return types are only available in watchOS 6.0.0 or newer
    |                 `- note: add @available attribute to enclosing instance method
 92 |         introspect(selector: TargetViewSelector.ancestorOrSiblingContaining, customize: customize)
 93 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:91:59: error: cannot find type 'UITableView' in scope
 89 |
 90 |     /// Finds a `UITableView` from a `SwiftUI.List`, or `SwiftUI.List` child.
 91 |     public func introspectTableView(customize: @escaping (UITableView) -> ()) -> some View {
    |                                                           `- error: cannot find type 'UITableView' in scope
 92 |         introspect(selector: TargetViewSelector.ancestorOrSiblingContaining, customize: customize)
 93 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:91:87: error: 'View' is only available in watchOS 6.0 or newer
 16 | #if canImport(UIKit)
 17 | @available(iOS 13.0, tvOS 13.0, macOS 10.15.0, *)
 18 | extension View {
    | `- note: add @available attribute to enclosing extension
 19 |
 20 |     /// Finds a `TargetView` from a `SwiftUI.View`
    :
 89 |
 90 |     /// Finds a `UITableView` from a `SwiftUI.List`, or `SwiftUI.List` child.
 91 |     public func introspectTableView(customize: @escaping (UITableView) -> ()) -> some View {
    |                 |                                                                     `- error: 'View' is only available in watchOS 6.0 or newer
    |                 `- note: add @available attribute to enclosing instance method
 92 |         introspect(selector: TargetViewSelector.ancestorOrSiblingContaining, customize: customize)
 93 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:96:90: error: 'some' return types are only available in watchOS 6.0.0 or newer
 16 | #if canImport(UIKit)
 17 | @available(iOS 13.0, tvOS 13.0, macOS 10.15.0, *)
 18 | extension View {
    | `- note: add @available attribute to enclosing extension
 19 |
 20 |     /// Finds a `TargetView` from a `SwiftUI.View`
    :
 94 |
 95 |     /// Finds a `UITableViewCell` from a `SwiftUI.List`, or `SwiftUI.List` child. You can attach this directly to the element inside the list.
 96 |     public func introspectTableViewCell(customize: @escaping (UITableViewCell) -> ()) -> some View {
    |                 |                                                                        `- error: 'some' return types are only available in watchOS 6.0.0 or newer
    |                 `- note: add @available attribute to enclosing instance method
 97 |         introspect(selector: TargetViewSelector.ancestorOrSiblingContaining, customize: customize)
 98 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:96:63: error: cannot find type 'UITableViewCell' in scope
 94 |
 95 |     /// Finds a `UITableViewCell` from a `SwiftUI.List`, or `SwiftUI.List` child. You can attach this directly to the element inside the list.
 96 |     public func introspectTableViewCell(customize: @escaping (UITableViewCell) -> ()) -> some View {
    |                                                               `- error: cannot find type 'UITableViewCell' in scope
 97 |         introspect(selector: TargetViewSelector.ancestorOrSiblingContaining, customize: customize)
 98 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:96:95: error: 'View' is only available in watchOS 6.0 or newer
 16 | #if canImport(UIKit)
 17 | @available(iOS 13.0, tvOS 13.0, macOS 10.15.0, *)
 18 | extension View {
    | `- note: add @available attribute to enclosing extension
 19 |
 20 |     /// Finds a `TargetView` from a `SwiftUI.View`
    :
 94 |
 95 |     /// Finds a `UITableViewCell` from a `SwiftUI.List`, or `SwiftUI.List` child. You can attach this directly to the element inside the list.
 96 |     public func introspectTableViewCell(customize: @escaping (UITableViewCell) -> ()) -> some View {
    |                 |                                                                             `- error: 'View' is only available in watchOS 6.0 or newer
    |                 `- note: add @available attribute to enclosing instance method
 97 |         introspect(selector: TargetViewSelector.ancestorOrSiblingContaining, customize: customize)
 98 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:101:84: error: 'some' return types are only available in watchOS 6.0.0 or newer
 16 | #if canImport(UIKit)
 17 | @available(iOS 13.0, tvOS 13.0, macOS 10.15.0, *)
 18 | extension View {
    | `- note: add @available attribute to enclosing extension
 19 |
 20 |     /// Finds a `TargetView` from a `SwiftUI.View`
    :
 99 |
100 |     /// Finds a `UIScrollView` from a `SwiftUI.ScrollView`, or `SwiftUI.ScrollView` child.
101 |     public func introspectScrollView(customize: @escaping (UIScrollView) -> ()) -> some View {
    |                 |                                                                  `- error: 'some' return types are only available in watchOS 6.0.0 or newer
    |                 `- note: add @available attribute to enclosing instance method
102 |         if #available(iOS 14.0, tvOS 14.0, macOS 11.0, *) {
103 |             return introspect(selector: TargetViewSelector.siblingOfTypeOrAncestor, customize: customize)
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:101:60: error: cannot find type 'UIScrollView' in scope
 99 |
100 |     /// Finds a `UIScrollView` from a `SwiftUI.ScrollView`, or `SwiftUI.ScrollView` child.
101 |     public func introspectScrollView(customize: @escaping (UIScrollView) -> ()) -> some View {
    |                                                            `- error: cannot find type 'UIScrollView' in scope
102 |         if #available(iOS 14.0, tvOS 14.0, macOS 11.0, *) {
103 |             return introspect(selector: TargetViewSelector.siblingOfTypeOrAncestor, customize: customize)
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:101:89: error: 'View' is only available in watchOS 6.0 or newer
 16 | #if canImport(UIKit)
 17 | @available(iOS 13.0, tvOS 13.0, macOS 10.15.0, *)
 18 | extension View {
    | `- note: add @available attribute to enclosing extension
 19 |
 20 |     /// Finds a `TargetView` from a `SwiftUI.View`
    :
 99 |
100 |     /// Finds a `UIScrollView` from a `SwiftUI.ScrollView`, or `SwiftUI.ScrollView` child.
101 |     public func introspectScrollView(customize: @escaping (UIScrollView) -> ()) -> some View {
    |                 |                                                                       `- error: 'View' is only available in watchOS 6.0 or newer
    |                 `- note: add @available attribute to enclosing instance method
102 |         if #available(iOS 14.0, tvOS 14.0, macOS 11.0, *) {
103 |             return introspect(selector: TargetViewSelector.siblingOfTypeOrAncestor, customize: customize)
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:110:82: error: 'some' return types are only available in watchOS 6.0.0 or newer
 16 | #if canImport(UIKit)
 17 | @available(iOS 13.0, tvOS 13.0, macOS 10.15.0, *)
 18 | extension View {
    | `- note: add @available attribute to enclosing extension
 19 |
 20 |     /// Finds a `TargetView` from a `SwiftUI.View`
    :
108 |
109 |     /// Finds a `UITextField` from a `SwiftUI.TextField`
110 |     public func introspectTextField(customize: @escaping (UITextField) -> ()) -> some View {
    |                 |                                                                `- error: 'some' return types are only available in watchOS 6.0.0 or newer
    |                 `- note: add @available attribute to enclosing instance method
111 |         introspect(selector: TargetViewSelector.siblingContainingOrAncestorOrAncestorChild, customize: customize)
112 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:110:59: error: cannot find type 'UITextField' in scope
108 |
109 |     /// Finds a `UITextField` from a `SwiftUI.TextField`
110 |     public func introspectTextField(customize: @escaping (UITextField) -> ()) -> some View {
    |                                                           `- error: cannot find type 'UITextField' in scope
111 |         introspect(selector: TargetViewSelector.siblingContainingOrAncestorOrAncestorChild, customize: customize)
112 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:110:87: error: 'View' is only available in watchOS 6.0 or newer
 16 | #if canImport(UIKit)
 17 | @available(iOS 13.0, tvOS 13.0, macOS 10.15.0, *)
 18 | extension View {
    | `- note: add @available attribute to enclosing extension
 19 |
 20 |     /// Finds a `TargetView` from a `SwiftUI.View`
    :
108 |
109 |     /// Finds a `UITextField` from a `SwiftUI.TextField`
110 |     public func introspectTextField(customize: @escaping (UITextField) -> ()) -> some View {
    |                 |                                                                     `- error: 'View' is only available in watchOS 6.0 or newer
    |                 `- note: add @available attribute to enclosing instance method
111 |         introspect(selector: TargetViewSelector.siblingContainingOrAncestorOrAncestorChild, customize: customize)
112 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:115:80: error: 'some' return types are only available in watchOS 6.0.0 or newer
 16 | #if canImport(UIKit)
 17 | @available(iOS 13.0, tvOS 13.0, macOS 10.15.0, *)
 18 | extension View {
    | `- note: add @available attribute to enclosing extension
 19 |
 20 |     /// Finds a `TargetView` from a `SwiftUI.View`
    :
113 |
114 |     /// Finds a `UITextView` from a `SwiftUI.TextEditor`
115 |     public func introspectTextView(customize: @escaping (UITextView) -> ()) -> some View {
    |                 |                                                              `- error: 'some' return types are only available in watchOS 6.0.0 or newer
    |                 `- note: add @available attribute to enclosing instance method
116 |         introspect(selector: TargetViewSelector.siblingContaining, customize: customize)
117 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:115:58: error: cannot find type 'UITextView' in scope
113 |
114 |     /// Finds a `UITextView` from a `SwiftUI.TextEditor`
115 |     public func introspectTextView(customize: @escaping (UITextView) -> ()) -> some View {
    |                                                          `- error: cannot find type 'UITextView' in scope
116 |         introspect(selector: TargetViewSelector.siblingContaining, customize: customize)
117 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:115:85: error: 'View' is only available in watchOS 6.0 or newer
 16 | #if canImport(UIKit)
 17 | @available(iOS 13.0, tvOS 13.0, macOS 10.15.0, *)
 18 | extension View {
    | `- note: add @available attribute to enclosing extension
 19 |
 20 |     /// Finds a `TargetView` from a `SwiftUI.View`
    :
113 |
114 |     /// Finds a `UITextView` from a `SwiftUI.TextEditor`
115 |     public func introspectTextView(customize: @escaping (UITextView) -> ()) -> some View {
    |                 |                                                                   `- error: 'View' is only available in watchOS 6.0 or newer
    |                 `- note: add @available attribute to enclosing instance method
116 |         introspect(selector: TargetViewSelector.siblingContaining, customize: customize)
117 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:121:76: error: 'some' return types are only available in watchOS 6.0.0 or newer
 16 | #if canImport(UIKit)
 17 | @available(iOS 13.0, tvOS 13.0, macOS 10.15.0, *)
 18 | extension View {
    | `- note: add @available attribute to enclosing extension
 19 |
 20 |     /// Finds a `TargetView` from a `SwiftUI.View`
    :
119 |     /// Finds a `UISwitch` from a `SwiftUI.Toggle`
120 |     @available(tvOS, unavailable)
121 |     public func introspectSwitch(customize: @escaping (UISwitch) -> ()) -> some View {
    |                 |                                                          `- error: 'some' return types are only available in watchOS 6.0.0 or newer
    |                 `- note: add @available attribute to enclosing instance method
122 |         introspect(selector: TargetViewSelector.siblingContaining, customize: customize)
123 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:121:56: error: cannot find type 'UISwitch' in scope
119 |     /// Finds a `UISwitch` from a `SwiftUI.Toggle`
120 |     @available(tvOS, unavailable)
121 |     public func introspectSwitch(customize: @escaping (UISwitch) -> ()) -> some View {
    |                                                        `- error: cannot find type 'UISwitch' in scope
122 |         introspect(selector: TargetViewSelector.siblingContaining, customize: customize)
123 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:121:81: error: 'View' is only available in watchOS 6.0 or newer
 16 | #if canImport(UIKit)
 17 | @available(iOS 13.0, tvOS 13.0, macOS 10.15.0, *)
 18 | extension View {
    | `- note: add @available attribute to enclosing extension
 19 |
 20 |     /// Finds a `TargetView` from a `SwiftUI.View`
    :
119 |     /// Finds a `UISwitch` from a `SwiftUI.Toggle`
120 |     @available(tvOS, unavailable)
121 |     public func introspectSwitch(customize: @escaping (UISwitch) -> ()) -> some View {
    |                 |                                                               `- error: 'View' is only available in watchOS 6.0 or newer
    |                 `- note: add @available attribute to enclosing instance method
122 |         introspect(selector: TargetViewSelector.siblingContaining, customize: customize)
123 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:127:76: error: 'some' return types are only available in watchOS 6.0.0 or newer
 16 | #if canImport(UIKit)
 17 | @available(iOS 13.0, tvOS 13.0, macOS 10.15.0, *)
 18 | extension View {
    | `- note: add @available attribute to enclosing extension
 19 |
 20 |     /// Finds a `TargetView` from a `SwiftUI.View`
    :
125 |     /// Finds a `UISlider` from a `SwiftUI.Slider`
126 |     @available(tvOS, unavailable)
127 |     public func introspectSlider(customize: @escaping (UISlider) -> ()) -> some View {
    |                 |                                                          `- error: 'some' return types are only available in watchOS 6.0.0 or newer
    |                 `- note: add @available attribute to enclosing instance method
128 |         introspect(selector: TargetViewSelector.siblingContaining, customize: customize)
129 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:127:56: error: cannot find type 'UISlider' in scope
125 |     /// Finds a `UISlider` from a `SwiftUI.Slider`
126 |     @available(tvOS, unavailable)
127 |     public func introspectSlider(customize: @escaping (UISlider) -> ()) -> some View {
    |                                                        `- error: cannot find type 'UISlider' in scope
128 |         introspect(selector: TargetViewSelector.siblingContaining, customize: customize)
129 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:127:81: error: 'View' is only available in watchOS 6.0 or newer
 16 | #if canImport(UIKit)
 17 | @available(iOS 13.0, tvOS 13.0, macOS 10.15.0, *)
 18 | extension View {
    | `- note: add @available attribute to enclosing extension
 19 |
 20 |     /// Finds a `TargetView` from a `SwiftUI.View`
    :
125 |     /// Finds a `UISlider` from a `SwiftUI.Slider`
126 |     @available(tvOS, unavailable)
127 |     public func introspectSlider(customize: @escaping (UISlider) -> ()) -> some View {
    |                 |                                                               `- error: 'View' is only available in watchOS 6.0 or newer
    |                 `- note: add @available attribute to enclosing instance method
128 |         introspect(selector: TargetViewSelector.siblingContaining, customize: customize)
129 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:133:78: error: 'some' return types are only available in watchOS 6.0.0 or newer
 16 | #if canImport(UIKit)
 17 | @available(iOS 13.0, tvOS 13.0, macOS 10.15.0, *)
 18 | extension View {
    | `- note: add @available attribute to enclosing extension
 19 |
 20 |     /// Finds a `TargetView` from a `SwiftUI.View`
    :
131 |     /// Finds a `UIStepper` from a `SwiftUI.Stepper`
132 |     @available(tvOS, unavailable)
133 |     public func introspectStepper(customize: @escaping (UIStepper) -> ()) -> some View {
    |                 |                                                            `- error: 'some' return types are only available in watchOS 6.0.0 or newer
    |                 `- note: add @available attribute to enclosing instance method
134 |         introspect(selector: TargetViewSelector.siblingContaining, customize: customize)
135 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:133:57: error: cannot find type 'UIStepper' in scope
131 |     /// Finds a `UIStepper` from a `SwiftUI.Stepper`
132 |     @available(tvOS, unavailable)
133 |     public func introspectStepper(customize: @escaping (UIStepper) -> ()) -> some View {
    |                                                         `- error: cannot find type 'UIStepper' in scope
134 |         introspect(selector: TargetViewSelector.siblingContaining, customize: customize)
135 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:133:83: error: 'View' is only available in watchOS 6.0 or newer
 16 | #if canImport(UIKit)
 17 | @available(iOS 13.0, tvOS 13.0, macOS 10.15.0, *)
 18 | extension View {
    | `- note: add @available attribute to enclosing extension
 19 |
 20 |     /// Finds a `TargetView` from a `SwiftUI.View`
    :
131 |     /// Finds a `UIStepper` from a `SwiftUI.Stepper`
132 |     @available(tvOS, unavailable)
133 |     public func introspectStepper(customize: @escaping (UIStepper) -> ()) -> some View {
    |                 |                                                                 `- error: 'View' is only available in watchOS 6.0 or newer
    |                 `- note: add @available attribute to enclosing instance method
134 |         introspect(selector: TargetViewSelector.siblingContaining, customize: customize)
135 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:139:84: error: 'some' return types are only available in watchOS 6.0.0 or newer
 16 | #if canImport(UIKit)
 17 | @available(iOS 13.0, tvOS 13.0, macOS 10.15.0, *)
 18 | extension View {
    | `- note: add @available attribute to enclosing extension
 19 |
 20 |     /// Finds a `TargetView` from a `SwiftUI.View`
    :
137 |     /// Finds a `UIDatePicker` from a `SwiftUI.DatePicker`
138 |     @available(tvOS, unavailable)
139 |     public func introspectDatePicker(customize: @escaping (UIDatePicker) -> ()) -> some View {
    |                 |                                                                  `- error: 'some' return types are only available in watchOS 6.0.0 or newer
    |                 `- note: add @available attribute to enclosing instance method
140 |         introspect(selector: TargetViewSelector.siblingContaining, customize: customize)
141 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:139:60: error: cannot find type 'UIDatePicker' in scope
137 |     /// Finds a `UIDatePicker` from a `SwiftUI.DatePicker`
138 |     @available(tvOS, unavailable)
139 |     public func introspectDatePicker(customize: @escaping (UIDatePicker) -> ()) -> some View {
    |                                                            `- error: cannot find type 'UIDatePicker' in scope
140 |         introspect(selector: TargetViewSelector.siblingContaining, customize: customize)
141 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:139:89: error: 'View' is only available in watchOS 6.0 or newer
 16 | #if canImport(UIKit)
 17 | @available(iOS 13.0, tvOS 13.0, macOS 10.15.0, *)
 18 | extension View {
    | `- note: add @available attribute to enclosing extension
 19 |
 20 |     /// Finds a `TargetView` from a `SwiftUI.View`
    :
137 |     /// Finds a `UIDatePicker` from a `SwiftUI.DatePicker`
138 |     @available(tvOS, unavailable)
139 |     public func introspectDatePicker(customize: @escaping (UIDatePicker) -> ()) -> some View {
    |                 |                                                                       `- error: 'View' is only available in watchOS 6.0 or newer
    |                 `- note: add @available attribute to enclosing instance method
140 |         introspect(selector: TargetViewSelector.siblingContaining, customize: customize)
141 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:144:96: error: 'some' return types are only available in watchOS 6.0.0 or newer
 16 | #if canImport(UIKit)
 17 | @available(iOS 13.0, tvOS 13.0, macOS 10.15.0, *)
 18 | extension View {
    | `- note: add @available attribute to enclosing extension
 19 |
 20 |     /// Finds a `TargetView` from a `SwiftUI.View`
    :
142 |
143 |     /// Finds a `UISegmentedControl` from a `SwiftUI.Picker` with style `SegmentedPickerStyle`
144 |     public func introspectSegmentedControl(customize: @escaping (UISegmentedControl) -> ()) -> some View {
    |                 |                                                                              `- error: 'some' return types are only available in watchOS 6.0.0 or newer
    |                 `- note: add @available attribute to enclosing instance method
145 |         introspect(selector: TargetViewSelector.siblingContaining, customize: customize)
146 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:144:66: error: cannot find type 'UISegmentedControl' in scope
142 |
143 |     /// Finds a `UISegmentedControl` from a `SwiftUI.Picker` with style `SegmentedPickerStyle`
144 |     public func introspectSegmentedControl(customize: @escaping (UISegmentedControl) -> ()) -> some View {
    |                                                                  `- error: cannot find type 'UISegmentedControl' in scope
145 |         introspect(selector: TargetViewSelector.siblingContaining, customize: customize)
146 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:144:101: error: 'View' is only available in watchOS 6.0 or newer
 16 | #if canImport(UIKit)
 17 | @available(iOS 13.0, tvOS 13.0, macOS 10.15.0, *)
 18 | extension View {
    | `- note: add @available attribute to enclosing extension
 19 |
 20 |     /// Finds a `TargetView` from a `SwiftUI.View`
    :
142 |
143 |     /// Finds a `UISegmentedControl` from a `SwiftUI.Picker` with style `SegmentedPickerStyle`
144 |     public func introspectSegmentedControl(customize: @escaping (UISegmentedControl) -> ()) -> some View {
    |                 |                                                                                   `- error: 'View' is only available in watchOS 6.0 or newer
    |                 `- note: add @available attribute to enclosing instance method
145 |         introspect(selector: TargetViewSelector.siblingContaining, customize: customize)
146 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:151:82: error: 'some' return types are only available in watchOS 6.0.0 or newer
 16 | #if canImport(UIKit)
 17 | @available(iOS 13.0, tvOS 13.0, macOS 10.15.0, *)
 18 | extension View {
    | `- note: add @available attribute to enclosing extension
 19 |
 20 |     /// Finds a `TargetView` from a `SwiftUI.View`
    :
149 |     @available(iOS 14.0, *)
150 |     @available(tvOS, unavailable)
151 |     public func introspectColorWell(customize: @escaping (UIColorWell) -> ()) -> some View {
    |                 |                                                                `- error: 'some' return types are only available in watchOS 6.0.0 or newer
    |                 `- note: add @available attribute to enclosing instance method
152 |         introspect(selector: TargetViewSelector.siblingContaining, customize: customize)
153 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:151:59: error: cannot find type 'UIColorWell' in scope
149 |     @available(iOS 14.0, *)
150 |     @available(tvOS, unavailable)
151 |     public func introspectColorWell(customize: @escaping (UIColorWell) -> ()) -> some View {
    |                                                           `- error: cannot find type 'UIColorWell' in scope
152 |         introspect(selector: TargetViewSelector.siblingContaining, customize: customize)
153 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:151:87: error: 'View' is only available in watchOS 6.0 or newer
 16 | #if canImport(UIKit)
 17 | @available(iOS 13.0, tvOS 13.0, macOS 10.15.0, *)
 18 | extension View {
    | `- note: add @available attribute to enclosing extension
 19 |
 20 |     /// Finds a `TargetView` from a `SwiftUI.View`
    :
149 |     @available(iOS 14.0, *)
150 |     @available(tvOS, unavailable)
151 |     public func introspectColorWell(customize: @escaping (UIColorWell) -> ()) -> some View {
    |                 |                                                                     `- error: 'View' is only available in watchOS 6.0 or newer
    |                 `- note: add @available attribute to enclosing instance method
152 |         introspect(selector: TargetViewSelector.siblingContaining, customize: customize)
153 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift:18:11: error: 'View' is only available in watchOS 6.0 or newer
 16 | #if canImport(UIKit)
 17 | @available(iOS 13.0, tvOS 13.0, macOS 10.15.0, *)
 18 | extension View {
    | |         `- error: 'View' is only available in watchOS 6.0 or newer
    | `- note: add @available attribute to enclosing extension
 19 |
 20 |     /// Finds a `TargetView` from a `SwiftUI.View`
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/.stats/stats-1716978460354737-swift-frontend-Introspect-all-armv7k_apple_watchos5.0-swiftmodule-Onone-2512761995.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7885 seconds (1.7911 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0346 (  4.1%)   0.2347 ( 24.7%)   0.2692 ( 15.1%)   0.2698 ( 15.1%)  parse-and-resolve-imports
   0.0343 (  4.1%)   0.2343 ( 24.7%)   0.2685 ( 15.0%)   0.2691 ( 15.0%)  Import resolution
   0.1114 ( 13.3%)   0.0302 (  3.2%)   0.1416 (  7.9%)   0.1417 (  7.9%)  perform-sema
   0.1114 ( 13.3%)   0.0301 (  3.2%)   0.1415 (  7.9%)   0.1416 (  7.9%)  TypeCheckSourceFileRequest
   0.1113 ( 13.3%)   0.0300 (  3.2%)   0.1412 (  7.9%)   0.1413 (  7.9%)  Type checking and Semantic analysis
   0.1106 ( 13.2%)   0.0291 (  3.1%)   0.1398 (  7.8%)   0.1398 (  7.8%)  typecheck-decl
   0.0067 (  0.8%)   0.1187 ( 12.5%)   0.1254 (  7.0%)   0.1257 (  7.0%)  ParseTopLevelDeclsRequest
   0.0066 (  0.8%)   0.1187 ( 12.5%)   0.1253 (  7.0%)   0.1256 (  7.0%)  ParseSourceFileRequest
   0.0791 (  9.4%)   0.0169 (  1.8%)   0.0960 (  5.4%)   0.0961 (  5.4%)  ResolveTypeRequest
   0.0682 (  8.1%)   0.0205 (  2.2%)   0.0888 (  5.0%)   0.0888 (  5.0%)  InterfaceTypeRequest
   0.0373 (  4.4%)   0.0121 (  1.3%)   0.0494 (  2.8%)   0.0495 (  2.8%)  GenericSignatureRequest
   0.0400 (  4.8%)   0.0032 (  0.3%)   0.0432 (  2.4%)   0.0432 (  2.4%)  InheritedTypeRequest
   0.0138 (  1.6%)   0.0075 (  0.8%)   0.0213 (  1.2%)   0.0213 (  1.2%)  InferredGenericSignatureRequest
   0.0087 (  1.0%)   0.0124 (  1.3%)   0.0211 (  1.2%)   0.0211 (  1.2%)  UnqualifiedLookupRequest
   0.0180 (  2.1%)   0.0020 (  0.2%)   0.0201 (  1.1%)   0.0201 (  1.1%)  ResultTypeRequest
   0.0082 (  1.0%)   0.0111 (  1.2%)   0.0193 (  1.1%)   0.0193 (  1.1%)  performUnqualifiedLookup
   0.0167 (  2.0%)   0.0016 (  0.2%)   0.0183 (  1.0%)   0.0183 (  1.0%)  OpaqueResultTypeRequest
   0.0042 (  0.5%)   0.0079 (  0.8%)   0.0120 (  0.7%)   0.0121 (  0.7%)  QualifiedLookupRequest
   0.0034 (  0.4%)   0.0058 (  0.6%)   0.0092 (  0.5%)   0.0092 (  0.5%)  DirectLookupRequest
   0.0015 (  0.2%)   0.0060 (  0.6%)   0.0076 (  0.4%)   0.0078 (  0.4%)  load-stdlib
   0.0022 (  0.3%)   0.0050 (  0.5%)   0.0072 (  0.4%)   0.0072 (  0.4%)  RequirementRequest
   0.0009 (  0.1%)   0.0031 (  0.3%)   0.0040 (  0.2%)   0.0040 (  0.2%)  PotentialMacroExpansionsInContextRequest
   0.0028 (  0.3%)   0.0009 (  0.1%)   0.0037 (  0.2%)   0.0037 (  0.2%)  LookupInModuleRequest
   0.0015 (  0.2%)   0.0013 (  0.1%)   0.0028 (  0.2%)   0.0028 (  0.2%)  LookupConformanceInModuleRequest
   0.0004 (  0.0%)   0.0008 (  0.1%)   0.0011 (  0.1%)   0.0011 (  0.1%)  ActorIsolationRequest
   0.0002 (  0.0%)   0.0005 (  0.1%)   0.0007 (  0.0%)   0.0007 (  0.0%)  IsFunctionBodySkippedRequest
   0.0004 (  0.0%)   0.0003 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  InheritedDeclsReferencedRequest
   0.0003 (  0.0%)   0.0004 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  ModuleQualifiedLookupRequest
   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  ABIMembersRequest
   0.0004 (  0.1%)   0.0001 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  ParseMembersRequest
   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  ExtendedNominalRequest
   0.0004 (  0.0%)   0.0001 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  build-rewrite-system
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  AttachedPropertyWrappersRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  FragileFunctionKindRequest
   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.0003 (  0.0%)   0.0003 (  0.0%)  ExpandPeerMacroRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  ExpandChildTypeRefinementContextsRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  PatternBindingEntryRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  CheckRedeclarationRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  import-clang-decl
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  ExpandMemberAttributeMacros
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  PatternTypeRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  StoredPropertiesRequest
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  verify-all-loaded-modules
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  SuperclassDeclRequest
   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.0002 (  0.0%)   0.0002 (  0.0%)  HasIsolatedSelfRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ImplicitKnownProtocolConformanceRequest
   0.0002 (  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%)  ResolveImplicitMemberRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsActorRequest
   0.0001 (  0.0%)   0.0000 (  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%)  IsObjCRequest
   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%)  HasMemberwiseInitRequest
   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%)  SPIGroupsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  AttachedResultBuilderRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0000 (  0.0%)  HasDefaultInitRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AccessLevelRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  OpaqueReadOwnershipRequest
   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%)  SelfBoundsFromWhereClauseRequest
   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%)  LifetimeDependenceInfoRequest
   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%)  StorageImplInfoRequest
   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%)  GlobalActorAttributeRequest
   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%)  ParamSpecifierRequest
   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%)  ProtocolDependenciesRequest
   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%)  SelfAccessKindRequest
   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%)  ConditionalRequirementsRequest
   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%)  IsStaticRequest
   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%)  DefaultAndMaxAccessLevelRequest
   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%)  LocalTypeDeclsRequest
   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%)  CheckInconsistentSPIOnlyImportsRequest
   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%)  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%)  HasImportsMatchingFlagRequest
   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%)  source-file-populate-cache
   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%)  GetDestructorRequest
   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%)  ExpandAccessorMacros
   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%)  RequiresOpaqueModifyCoroutineRequest
   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%)  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%)  ExpandSynthesizedMemberMacroRequest
   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%)  HasStorageRequest
   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%)  IsSetterMutatingRequest
   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%)  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%)  PropertyWrapperMutabilityRequest
   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%)  SuperclassTypeRequest
   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%)  ClassAncestryFlagsRequest
   0.8395 (100.0%)   0.9490 (100.0%)   1.7885 (100.0%)   1.7911 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4213 seconds (0.4222 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1486 (100.0%)   0.2728 (100.0%)   0.4213 (100.0%)   0.4222 (100.0%)  Building Target
   0.1486 (100.0%)   0.2728 (100.0%)   0.4213 (100.0%)   0.4222 (100.0%)  Total
SwiftCompile normal armv7k Compiling\ AppKitIntrospectionView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/AppKitIntrospectionView.swift (in target 'Introspect' from project '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/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/AppKitIntrospectionView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/AppKitIntrospectionView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/AppKitIntrospectionView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/AppKitIntrospectionView.dia -target armv7k-apple-watchos5.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 -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/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/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/Introspect.build/Debug-watchos/Introspect.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Introspect.build/Debug-watchos/Introspect.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/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/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/AppKitIntrospectionView.o -index-unit-output-path /Introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/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-1716978460358416-swift-frontend-Introspect-AppKitIntrospectionView.swift-armv7k_apple_watchos5.0-o-Onone-1953896568.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.8178 seconds (0.8509 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0328 ( 38.6%)   0.2261 ( 30.9%)   0.2589 ( 31.7%)   0.2719 ( 32.0%)  parse-and-resolve-imports
   0.0326 ( 38.3%)   0.2255 ( 30.8%)   0.2582 ( 31.6%)   0.2712 ( 31.9%)  Import resolution
   0.0068 (  8.0%)   0.1315 ( 17.9%)   0.1383 ( 16.9%)   0.1417 ( 16.7%)  ParseTopLevelDeclsRequest
   0.0068 (  8.0%)   0.1315 ( 17.9%)   0.1383 ( 16.9%)   0.1417 ( 16.6%)  ParseSourceFileRequest
   0.0014 (  1.6%)   0.0068 (  0.9%)   0.0082 (  1.0%)   0.0084 (  1.0%)  load-stdlib
   0.0021 (  2.4%)   0.0050 (  0.7%)   0.0071 (  0.9%)   0.0071 (  0.8%)  IRGenRequest
   0.0016 (  1.9%)   0.0045 (  0.6%)   0.0061 (  0.7%)   0.0061 (  0.7%)  IRGen
   0.0002 (  0.2%)   0.0004 (  0.1%)   0.0006 (  0.1%)   0.0006 (  0.1%)  ExtendedNominalRequest
   0.0002 (  0.2%)   0.0004 (  0.1%)   0.0005 (  0.1%)   0.0005 (  0.1%)  UnqualifiedLookupRequest
   0.0002 (  0.2%)   0.0004 (  0.0%)   0.0005 (  0.1%)   0.0005 (  0.1%)  performUnqualifiedLookup
   0.0001 (  0.2%)   0.0004 (  0.0%)   0.0005 (  0.1%)   0.0005 (  0.1%)  LookupInModuleRequest
   0.0001 (  0.1%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  perform-sema
   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.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  TypeCheckSourceFileRequest
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ExecuteSILPipelineRequest
   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%)  Type checking and Semantic analysis
   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%)  ModuleQualifiedLookupRequest
   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%)  SIL optimization
   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%)  HasImportsMatchingFlagRequest
   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%)  typecheck-decl
   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%)  CheckInconsistentAccessLevelOnImport
   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%)  SemanticDeclAttrsRequest
   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%)  GenericParamListRequest
   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%)  PrimarySourceFilesRequest
   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%)  AST verification
   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%)  ExpandMemberAttributeMacros
   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%)  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, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0851 (100.0%)   0.7326 (100.0%)   0.8178 (100.0%)   0.8509 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2795 seconds (0.2932 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0383 (100.0%)   0.2412 (100.0%)   0.2795 (100.0%)   0.2932 (100.0%)  Building Target
   0.0383 (100.0%)   0.2412 (100.0%)   0.2795 (100.0%)   0.2932 (100.0%)  Total
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/AppKitIntrospectionView.swift (in target 'Introspect' from project '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/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/AppKitIntrospectionView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/AppKitIntrospectionView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/AppKitIntrospectionView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/AppKitIntrospectionView.dia -target armv7k-apple-watchos5.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 -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/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/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/Introspect.build/Debug-watchos/Introspect.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Introspect.build/Debug-watchos/Introspect.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/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/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/AppKitIntrospectionView.o -index-unit-output-path /Introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/AppKitIntrospectionView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ ViewExtensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift (in target 'Introspect' from project '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/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/ViewExtensions.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/ViewExtensions.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/ViewExtensions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/ViewExtensions.dia -target arm64-apple-watchos5.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 -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/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/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/Introspect.build/Debug-watchos/Introspect.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Introspect.build/Debug-watchos/Introspect.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/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/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/ViewExtensions.o -index-unit-output-path /Introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/ViewExtensions.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/ViewExtensions.swift (in target 'Introspect' from project '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/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/ViewExtensions.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/ViewExtensions.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/ViewExtensions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/ViewExtensions.dia -target arm64-apple-watchos5.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 -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/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/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/Introspect.build/Debug-watchos/Introspect.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Introspect.build/Debug-watchos/Introspect.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/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/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/ViewExtensions.o -index-unit-output-path /Introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/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 '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/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/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/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/Introspect.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/Introspect.dia -target arm64-apple-watchos5.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 -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/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/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/Introspect.build/Debug-watchos/Introspect.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Introspect.build/Debug-watchos/Introspect.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/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/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/Introspect.o -index-unit-output-path /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 '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/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/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/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/Introspect.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/Introspect.dia -target arm64-apple-watchos5.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 -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/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/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/Introspect.build/Debug-watchos/Introspect.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Introspect.build/Debug-watchos/Introspect.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/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/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/Introspect.o -index-unit-output-path /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 Compiling\ UIKitIntrospectionViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionViewController.swift (in target 'Introspect' from project '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/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/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/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/UIKitIntrospectionViewController.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/UIKitIntrospectionViewController.dia -target arm64-apple-watchos5.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 -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/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/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/Introspect.build/Debug-watchos/Introspect.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Introspect.build/Debug-watchos/Introspect.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/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/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/UIKitIntrospectionViewController.o -index-unit-output-path /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 '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/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/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/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/UIKitIntrospectionViewController.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/UIKitIntrospectionViewController.dia -target arm64-apple-watchos5.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 -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/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/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/Introspect.build/Debug-watchos/Introspect.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Introspect.build/Debug-watchos/Introspect.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/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/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/UIKitIntrospectionViewController.o -index-unit-output-path /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 Compiling\ UIKitIntrospectionView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionView.swift (in target 'Introspect' from project '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 -primary-file /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/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/UIKitIntrospectionView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/UIKitIntrospectionView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/UIKitIntrospectionView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/UIKitIntrospectionView.dia -target arm64-apple-watchos5.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 -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/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/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/Introspect.build/Debug-watchos/Introspect.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Introspect.build/Debug-watchos/Introspect.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/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/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/UIKitIntrospectionView.o -index-unit-output-path /Introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/UIKitIntrospectionView.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/UIKitIntrospectionView.swift (in target 'Introspect' from project '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 -primary-file /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/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/UIKitIntrospectionView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/UIKitIntrospectionView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/UIKitIntrospectionView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/UIKitIntrospectionView.dia -target arm64-apple-watchos5.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 -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/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/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/Introspect.build/Debug-watchos/Introspect.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Introspect.build/Debug-watchos/Introspect.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/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/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/UIKitIntrospectionView.o -index-unit-output-path /Introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/UIKitIntrospectionView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k Compiling\ Introspect.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift (in target 'Introspect' from project '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/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/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/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/Introspect.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/Introspect.dia -target armv7k-apple-watchos5.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 -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/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/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/Introspect.build/Debug-watchos/Introspect.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Introspect.build/Debug-watchos/Introspect.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/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/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/Introspect.o -index-unit-output-path /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
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/.stats/stats-1716978460759659-swift-frontend-Introspect-Introspect.swift-armv7k_apple_watchos5.0-o-Onone-1010583793.json' for writing
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift (in target 'Introspect' from project '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/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/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/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/Introspect.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/Introspect.dia -target armv7k-apple-watchos5.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 -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/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/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/Introspect.build/Debug-watchos/Introspect.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Introspect.build/Debug-watchos/Introspect.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/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/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/Introspect.o -index-unit-output-path /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
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:25:18: error: cannot find type 'PlatformView' in scope
        in root: PlatformView
                 ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:23:47: error: cannot find type 'PlatformView' in scope
    public static func findChild<AnyViewType: PlatformView>(
                                              ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:42:18: error: cannot find type 'PlatformViewController' in scope
        in root: PlatformViewController
                 ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:40:57: error: cannot find type 'PlatformViewController' in scope
    public static func findChild<AnyViewControllerType: PlatformViewController>(
                                                        ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:59:18: error: cannot find type 'PlatformView' in scope
        in root: PlatformView,
                 ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:60:29: error: cannot find type 'PlatformView' in scope
        from originalEntry: PlatformView
                            ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:57:57: error: cannot find type 'PlatformView' in scope
    public static func findChildUsingFrame<AnyViewType: PlatformView>(
                                                        ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:92:21: error: cannot find type 'PlatformView' in scope
        from entry: PlatformView
                    ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:90:53: error: cannot find type 'PlatformView' in scope
    public static func previousSibling<AnyViewType: PlatformView>(
                                                    ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:116:21: error: cannot find type 'PlatformView' in scope
        from entry: PlatformView
                    ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:114:53: error: cannot find type 'PlatformView' in scope
    public static func previousSibling<AnyViewType: PlatformView>(
                                                    ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:141:21: error: cannot find type 'PlatformViewController' in scope
        from entry: PlatformViewController
                    ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:139:63: error: cannot find type 'PlatformViewController' in scope
    public static func previousSibling<AnyViewControllerType: PlatformViewController>(
                                                              ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:165:21: error: cannot find type 'PlatformViewController' in scope
        from entry: PlatformViewController
                    ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:163:63: error: cannot find type 'PlatformViewController' in scope
    public static func previousSibling<AnyViewControllerType: PlatformViewController>(
                                                              ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:189:21: error: cannot find type 'PlatformView' in scope
        from entry: PlatformView
                    ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:187:49: error: cannot find type 'PlatformView' in scope
    public static func nextSibling<AnyViewType: PlatformView>(
                                                ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:212:21: error: cannot find type 'PlatformView' in scope
        from entry: PlatformView
                    ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:210:49: error: cannot find type 'PlatformView' in scope
    public static func nextSibling<AnyViewType: PlatformView>(
                                                ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:232:107: error: cannot find type 'PlatformView' in scope
    public static func findAncestor<AnyViewType: PlatformView>(ofType type: AnyViewType.Type, from entry: PlatformView) -> AnyViewType? {
                                                                                                          ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:232:50: error: cannot find type 'PlatformView' in scope
    public static func findAncestor<AnyViewType: PlatformView>(ofType type: AnyViewType.Type, from entry: PlatformView) -> AnyViewType? {
                                                 ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:245:122: error: cannot find type 'PlatformView' in scope
    public static func findAncestorOrAncestorChild<AnyViewType: PlatformView>(ofType type: AnyViewType.Type, from entry: PlatformView) -> AnyViewType? {
                                                                                                                         ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:245:65: error: cannot find type 'PlatformView' in scope
    public static func findAncestorOrAncestorChild<AnyViewType: PlatformView>(ofType type: AnyViewType.Type, from entry: PlatformView) -> AnyViewType? {
                                                                ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:260:69: error: cannot find type 'PlatformView' in scope
    public static func findHostingView(from entry: PlatformView) -> PlatformView? {
                                                                    ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:260:52: error: cannot find type 'PlatformView' in scope
    public static func findHostingView(from entry: PlatformView) -> PlatformView? {
                                                   ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:274:66: error: cannot find type 'PlatformView' in scope
    public static func findViewHost(from entry: PlatformView) -> PlatformView? {
                                                                 ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:274:49: error: cannot find type 'PlatformView' in scope
    public static func findViewHost(from entry: PlatformView) -> PlatformView? {
                                                ^~~~~~~~~~~~
/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/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/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/Introspect.swift:308:76: error: cannot find type 'PlatformView' in scope
    public static func siblingOfType<TargetView: PlatformView>(from entry: PlatformView) -> TargetView? {
                                                                           ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:308:50: error: cannot find type 'PlatformView' in scope
    public static func siblingOfType<TargetView: PlatformView>(from entry: PlatformView) -> TargetView? {
                                                 ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:315:86: error: cannot find type 'PlatformView' in scope
    public static func siblingOfTypeOrAncestor<TargetView: PlatformView>(from entry: PlatformView) -> TargetView? {
                                                                                     ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:315:60: error: cannot find type 'PlatformView' in scope
    public static func siblingOfTypeOrAncestor<TargetView: PlatformView>(from entry: PlatformView) -> TargetView? {
                                                           ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:322: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:322: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/Introspect.swift:329:86: error: cannot find type 'PlatformView' in scope
    public static func ancestorOrSiblingOfType<TargetView: PlatformView>(from entry: PlatformView) -> TargetView? {
                                                                                     ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:329:60: error: cannot find type 'PlatformView' in scope
    public static func ancestorOrSiblingOfType<TargetView: PlatformView>(from entry: PlatformView) -> TargetView? {
                                                           ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:73:39: error: value of type 'AnyViewType' has no member 'convert'
                let converted = child.convert(
                                ~~~~~ ^~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift:77:54: error: value of type 'AnyViewType' has no member 'frame'
                if CGRect(origin: .zero, size: child.frame.size).contains(converted) {
                                               ~~~~~ ^~~~~
SwiftEmitModule normal arm64 Emitting\ module\ for\ Introspect (in target 'Introspect' from project '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-watchos5.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 -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/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/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/Introspect.build/Debug-watchos/Introspect.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Introspect.build/Debug-watchos/Introspect.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/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/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/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/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/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/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/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/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64/Introspect.abi.json
SwiftDriverJobDiscovery normal armv7k Compiling AppKitIntrospectionView.swift (in target 'Introspect' from project 'Introspect')
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Introspect (in target 'Introspect' from project '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_32-apple-watchos5.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 -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/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/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/Introspect.build/Debug-watchos/Introspect.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Introspect.build/Debug-watchos/Introspect.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/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/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64_32/Introspect.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64_32/Introspect.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64_32/Introspect-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64_32/Introspect-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64_32/Introspect-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64_32/Introspect.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Introspect.build/Debug-watchos/Introspect.build/Objects-normal/arm64_32/Introspect.abi.json
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Refreshable' from project 'Refreshable')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Refreshable' from project 'Refreshable')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Introspect' from project 'Introspect')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/ViewExtensions.swift (in target 'Introspect' from project 'Introspect')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionViewController.swift (in target 'Introspect' from project 'Introspect')
	SwiftCompile normal armv7k Compiling\ UIKitIntrospectionView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionView.swift (in target 'Introspect' from project 'Introspect')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/UIKitIntrospectionView.swift (in target 'Introspect' from project 'Introspect')
	SwiftEmitModule normal armv7k Emitting\ module\ for\ Introspect (in target 'Introspect' from project 'Introspect')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUI-Introspect/Introspect/Introspect.swift (in target 'Introspect' from project 'Introspect')
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Introspect (in target 'Introspect' from project 'Introspect')
(7 failures)
BUILD FAILURE 6.0 watchOS
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.