The Swift Package Index logo.Swift Package Index

Build Information

Failed to build AccessibilitySnapshot, reference main (db07f5), with Swift 6.1 for watchOS using Xcode 16.3 on 29 Apr 2026 14:10:56 UTC.

Build Command

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

Build Log

                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityElement.swift:20:19: error: type 'AccessibilityElement.CustomRotor' does not conform to protocol 'Equatable'
    public struct CustomRotor: Equatable, CustomStringConvertible, Codable {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityElement.swift:42:20: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'AccessibilityElement.CustomRotor' to 'Equatable'
        public let limit: UIAccessibilityCustomRotor.CollectedRotorResults.Limit
                   ^
Swift.==:1:24: note: candidate would match if 'AccessibilityElement.CustomRotor' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint.==:2:20: note: candidate would match if 'AccessibilityElement.CustomRotor' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift.BinaryInteger.==:2:20: note: candidate would match if 'AccessibilityElement.CustomRotor' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger}
                   ^
Swift._Pointer.==:2:20: note: candidate would match if 'AccessibilityElement.CustomRotor' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift._Pointer.==:2:31: note: candidate would match if 'AccessibilityElement.CustomRotor' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
                              ^
Swift.Strideable.==:2:31: note: candidate would match if 'AccessibilityElement.CustomRotor' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
                              ^
Swift.StringProtocol.==:2:31: note: candidate would match if 'AccessibilityElement.CustomRotor' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
                              ^
Swift.SIMD.==:2:20: note: candidate would match if 'AccessibilityElement.CustomRotor' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
                   ^
CoreFoundation._CFObject.==:2:20: note: candidate would match if 'AccessibilityElement.CustomRotor' conformed to '_CFObject'
public static func == (left: Self, right: Self) -> Bool}
                   ^
Foundation.AttributedStringProtocol.==:2:20: note: candidate would match if 'AccessibilityElement.CustomRotor' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol}
                   ^
Foundation._BridgedStoredNSError.==:2:20: note: candidate would match if 'AccessibilityElement.CustomRotor' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityElement.swift:20:19: note: add stubs for conformance
    public struct CustomRotor: Equatable, CustomStringConvertible, Codable {
                  ^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(AccessibilityElement.CustomRotor, AccessibilityElement.CustomRotor) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityElement.swift:93:20: error: 'AXCustomContent' is only available in watchOS 7.0 or newer
        init(from: AXCustomContent) {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityElement.swift:93:9: note: add @available attribute to enclosing initializer
        init(from: AXCustomContent) {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityElement.swift:81:19: note: add @available attribute to enclosing struct
    public struct CustomContent: Codable, Equatable {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityElement.swift:110:20: error: cannot find type 'UIAccessibilityCustomAction' in scope
        init(from: UIAccessibilityCustomAction) {
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:6:39: error: cannot find type 'UIUserInterfaceLayoutDirection' in scope
    var userInterfaceLayoutDirection: UIUserInterfaceLayoutDirection { get }
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:9:11: error: cannot find type 'UIApplication' in scope
extension UIApplication: UserInterfaceLayoutDirectionProviding {}
          ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:12:29: error: cannot find type 'UIUserInterfaceIdiom' in scope
    var userInterfaceIdiom: UIUserInterfaceIdiom { get }
                            ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:15:11: error: cannot find type 'UIDevice' in scope
extension UIDevice: UserInterfaceIdiomProviding {}
          ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:40:55: error: cannot find type 'UITabBarItem' in scope
        case tabBarItem(index: Int, count: Int, item: UITabBarItem)
                                                      ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:110:18: error: cannot find type 'UIView' in scope
        in root: UIView,
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:112:87: error: cannot find 'UIApplication' in scope
        userInterfaceLayoutDirectionProvider: UserInterfaceLayoutDirectionProviding = UIApplication.shared,
                                                                                      ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:113:67: error: cannot find 'UIDevice' in scope
        userInterfaceIdiomProvider: UserInterfaceIdiomProviding = UIDevice.current
                                                                  ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:145:18: error: cannot find type 'UIView' in scope
        in root: UIView,
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:147:87: error: cannot find 'UIApplication' in scope
        userInterfaceLayoutDirectionProvider: UserInterfaceLayoutDirectionProviding = UIApplication.shared,
                                                                                      ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:148:67: error: cannot find 'UIDevice' in scope
        userInterfaceIdiomProvider: UserInterfaceIdiomProviding = UIDevice.current
                                                                  ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:193:24: error: cannot find type 'UIView' in scope
        case superview(UIView)
                       ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:197:24: error: cannot find type 'UIAccessibilityContainerDataTable' in scope
        case dataTable(UIAccessibilityContainerDataTable)
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:205:18: error: cannot find type 'UIView' in scope
        in root: UIView,
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:245:18: error: cannot find type 'UIView' in scope
        in root: UIView,
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:246:39: error: cannot find type 'UIUserInterfaceLayoutDirection' in scope
        userInterfaceLayoutDirection: UIUserInterfaceLayoutDirection,
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:247:29: error: cannot find type 'UIUserInterfaceIdiom' in scope
        userInterfaceIdiom: UIUserInterfaceIdiom = UIDevice.current.userInterfaceIdiom
                            ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:317:39: error: cannot find type 'UIUserInterfaceLayoutDirection' in scope
        userInterfaceLayoutDirection: UIUserInterfaceLayoutDirection,
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:318:29: error: cannot find type 'UIUserInterfaceIdiom' in scope
        userInterfaceIdiom: UIUserInterfaceIdiom
                            ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:491:37: error: cannot find type 'UIView' in scope
    private var viewToElementsMap: [UIView: [NSObject]] = [:]
                                    ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:499:18: error: cannot find type 'UIView' in scope
        in root: UIView
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:561:68: error: cannot find type 'UIView' in scope
    static func accessibilityShape(for element: NSObject, in root: UIView, preferPath: Bool = true) -> AccessibilityMarker.Shape {
                                                                   ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:634:18: error: cannot find type 'UIView' in scope
        in root: UIView,
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:667:15: error: cannot find type 'UIView' in scope
    let view: UIView
              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:781:42: error: cannot find type 'UIView' in scope
    private func containerInfo(for view: UIView) -> ContainerInfo? {
                                         ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:862:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:873:19: error: cannot find type 'UIView' in scope
private extension UIView {
                  ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:931:32: error: cannot find type 'UIView' in scope
    func customRotors(in root: UIView, context: AccessibilityHierarchyParser.Context?, resultLimit: Int) -> [AccessibilityElement.CustomRotor] {
                               ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:979:19: error: cannot find type 'UIHostingController' in scope
private extension UIHostingController {
                  ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:1001:11: error: cannot find type 'UITextRange' in scope
extension UITextRange {
          ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:1011:11: error: cannot find type 'UITextInput' in scope
extension UITextInput {
          ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/KeyboardShortcutParser.swift:13:31: error: cannot find type 'UIKeyModifierFlags' in scope
    public let modifierFlags: UIKeyModifierFlags
                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/KeyboardShortcutParser.swift:31:24: error: cannot find type 'UIKeyModifierFlags' in scope
        modifierFlags: UIKeyModifierFlags,
                       ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/KeyboardShortcutParser.swift:46:34: error: cannot find type 'UIKeyCommand' in scope
    public init(from keyCommand: UIKeyCommand, menuTitle: String? = nil) {
                                 ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/KeyboardShortcutParser.swift:57:47: error: cannot find type 'UIKeyModifierFlags' in scope
    private static let modifierOrder: [(flag: UIKeyModifierFlags, symbol: String)] = [
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/KeyboardShortcutParser.swift:6:15: error: type 'KeyboardShortcut' does not conform to protocol 'Equatable'
public struct KeyboardShortcut: Equatable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/KeyboardShortcutParser.swift:13:16: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'KeyboardShortcut' to 'Equatable'
    public let modifierFlags: UIKeyModifierFlags
               ^
Swift.==:1:24: note: candidate would match if 'KeyboardShortcut' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint.==:2:20: note: candidate would match if 'KeyboardShortcut' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift.BinaryInteger.==:2:20: note: candidate would match if 'KeyboardShortcut' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger}
                   ^
Swift._Pointer.==:2:20: note: candidate would match if 'KeyboardShortcut' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift._Pointer.==:2:31: note: candidate would match if 'KeyboardShortcut' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
                              ^
Swift.Strideable.==:2:31: note: candidate would match if 'KeyboardShortcut' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
                              ^
Swift.StringProtocol.==:2:31: note: candidate would match if 'KeyboardShortcut' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
                              ^
Swift.SIMD.==:2:20: note: candidate would match if 'KeyboardShortcut' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
                   ^
CoreFoundation._CFObject.==:2:20: note: candidate would match if 'KeyboardShortcut' conformed to '_CFObject'
public static func == (left: Self, right: Self) -> Bool}
                   ^
Foundation.AttributedStringProtocol.==:2:20: note: candidate would match if 'KeyboardShortcut' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol}
                   ^
Foundation._BridgedStoredNSError.==:2:20: note: candidate would match if 'KeyboardShortcut' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/KeyboardShortcutParser.swift:6:15: note: add stubs for conformance
public struct KeyboardShortcut: Equatable {
              ^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(KeyboardShortcut, KeyboardShortcut) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/KeyboardShortcutParser.swift:181:52: error: cannot find type 'UIMenu' in scope
    public static func parseKeyCommands(from menu: UIMenu) -> [KeyboardShortcut] {
                                                   ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/KeyboardShortcutParser.swift:186:53: error: cannot find type 'UIMenu' in scope
    private static func extractShortcuts(from menu: UIMenu, categoryTitle: String?) -> [KeyboardShortcut] {
                                                    ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/KeyboardShortcutParser.swift:219:52: error: cannot find type 'UIView' in scope
    public static func parseKeyCommands(from view: UIView) -> [KeyboardShortcut] {
                                                   ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/KeyboardShortcutParser.swift:231:62: error: cannot find type 'UIViewController' in scope
    public static func parseKeyCommands(from viewController: UIViewController) -> [KeyboardShortcut] {
                                                             ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/String+Localization.swift:16:24: warning: static property 'localeToBundleMap' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var localeToBundleMap: [String: Bundle] = [:]
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/String+Localization.swift:16:24: note: convert 'localeToBundleMap' to a 'let' constant to make 'Sendable' shared state immutable
    private static var localeToBundleMap: [String: Bundle] = [:]
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/String+Localization.swift:16:24: note: add '@MainActor' to make static property 'localeToBundleMap' part of global actor 'MainActor'
    private static var localeToBundleMap: [String: Bundle] = [:]
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/String+Localization.swift:16:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var localeToBundleMap: [String: Bundle] = [:]
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/UIAccessibility+SnapshotAdditions.swift:635:11: error: cannot find type 'UIAccessibilityCustomRotor' in scope
extension UIAccessibilityCustomRotor {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/UIAccessibility+SnapshotAdditions.swift:926:19: error: cannot find type 'UIAccessibilityCustomRotorItemResult' in scope
private extension UIAccessibilityCustomRotorItemResult {
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/UIAccessibility+SnapshotAdditions.swift:937:32: error: cannot find type 'UIAccessibilityCustomRotorItemResult' in scope
extension Array where Element: UIAccessibilityCustomRotorItemResult {
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftEmitModule normal arm64 Emitting\ module\ for\ AccessibilitySnapshotParser (in target 'AccessibilitySnapshotParser' from project 'AccessibilitySnapshot')
EmitSwiftModule normal arm64 (in target 'AccessibilitySnapshotParser' from project 'AccessibilitySnapshot')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_float-2N69C1E2X59H4MDTOUDJW8NNB.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_float-2N69C1E2X59H4MDTOUDJW8NNB.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_availability_internal-D58UWFY2W6ZLDX3X1O5ID7D93.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_availability_internal-D58UWFY2W6ZLDX3X1O5ID7D93.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_availability_internal-2VR5720W1C5HGE4HSQYSXE54Y.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_availability_internal-2VR5720W1C5HGE4HSQYSXE54Y.scan
SwiftEmitModule normal armv7k Emitting\ module\ for\ SnapshotTesting (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
EmitSwiftModule normal armv7k (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SnapshotTesting (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
EmitSwiftModule normal arm64_32 (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stddef-C7EMTH1M2REKWFWL28CAB75VL.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stddef-C7EMTH1M2REKWFWL28CAB75VL.scan
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal armv7k Emitting\ module\ for\ AccessibilitySnapshotParser (in target 'AccessibilitySnapshotParser' from project 'AccessibilitySnapshot')
	EmitSwiftModule normal armv7k (in target 'AccessibilitySnapshotParser' from project 'AccessibilitySnapshot')
	Building workspace spi-builder-workspace with scheme AccessibilitySnapshot-Package
(3 failures)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.5.0
  swift-syntax: https://github.com/swiftlang/swift-syntax @ 603.0.1
  AccessibilitySnapshot: /Users/admin/builder/spi-builder-workspace
  swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing.git @ 1.19.2
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
  iOSSnapshotTestCase: https://github.com/uber/ios-snapshot-test-case.git @ 8.0.0
resolved source packages: swift-custom-dump, swift-syntax, AccessibilitySnapshot, swift-snapshot-testing, xctest-dynamic-overlay, iOSSnapshotTestCase
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "ios-snapshot-test-case",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.0.0",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/uber/ios-snapshot-test-case.git"
    },
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.10.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
    }
  ],
  "manifest_display_name" : "AccessibilitySnapshot",
  "name" : "AccessibilitySnapshot",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "AccessibilitySnapshot",
      "targets" : [
        "AccessibilitySnapshot"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FBSnapshotTestCase-Accessibility",
      "targets" : [
        "FBSnapshotTestCase-Accessibility",
        "FBSnapshotTestCase-Accessibility-ObjC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AccessibilitySnapshotCore",
      "targets" : [
        "AccessibilitySnapshotCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AccessibilitySnapshotParser",
      "targets" : [
        "AccessibilitySnapshotParser"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AccessibilitySnapshotPreviews",
      "targets" : [
        "AccessibilitySnapshotPreviews"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FBSnapshotTestCase_Accessibility_ObjC",
      "module_type" : "ClangTarget",
      "name" : "FBSnapshotTestCase-Accessibility-ObjC",
      "path" : "Sources/AccessibilitySnapshot/iOSSnapshotTestCase/ObjC",
      "product_dependencies" : [
        "iOSSnapshotTestCase"
      ],
      "product_memberships" : [
        "FBSnapshotTestCase-Accessibility"
      ],
      "sources" : [
        "FBSnapshotTestCase_Accessibility.m"
      ],
      "target_dependencies" : [
        "AccessibilitySnapshotCore",
        "FBSnapshotTestCase-Accessibility"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FBSnapshotTestCase_Accessibility",
      "module_type" : "SwiftTarget",
      "name" : "FBSnapshotTestCase-Accessibility",
      "path" : "Sources/AccessibilitySnapshot/iOSSnapshotTestCase/Swift",
      "product_dependencies" : [
        "iOSSnapshotTestCase"
      ],
      "product_memberships" : [
        "FBSnapshotTestCase-Accessibility"
      ],
      "sources" : [
        "ErrorMessageFactory.swift",
        "FBSnapshotTestCase+Accessibility.swift",
        "FBSnapshotTestCase+ImpreciseAccessibility.swift",
        "FBSnapshotTestCase+Keyboard.swift",
        "FBSnapshotTestCase+ObjCSupport.swift",
        "FBSnapshotTestCase+SwiftUI.swift"
      ],
      "target_dependencies" : [
        "AccessibilitySnapshotCore",
        "AccessibilitySnapshotParser-ObjC",
        "AccessibilitySnapshotPreviews"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AccessibilitySnapshotPreviews",
      "module_type" : "SwiftTarget",
      "name" : "AccessibilitySnapshotPreviews",
      "path" : "Sources/AccessibilitySnapshot/AccessibilitySnapshotPreviews",
      "product_memberships" : [
        "AccessibilitySnapshot",
        "FBSnapshotTestCase-Accessibility",
        "AccessibilitySnapshotPreviews"
      ],
      "sources" : [
        "AccessibilityPreview+View.swift",
        "ActivationPointView.swift",
        "BadgePlacement.swift",
        "ColumnWrapLayout.swift",
        "DescriptionView.swift",
        "ElementView.swift",
        "HintView.swift",
        "LegendEntryView.swift",
        "PillFlowLayout.swift",
        "SwiftUIAccessibilitySnapshotContainerView.swift",
        "SwiftUIAccessibilitySnapshotView.swift",
        "SwiftUICustomActionsView.swift",
        "SwiftUICustomContentView.swift",
        "SwiftUICustomRotorsView.swift",
        "SwiftUIDesignTokens.swift",
        "SwiftUILegendView.swift",
        "TraitsView.swift",
        "UserInputLabelsView.swift"
      ],
      "target_dependencies" : [
        "AccessibilitySnapshotCore",
        "AccessibilitySnapshotParser"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AccessibilitySnapshotParser_ObjC",
      "module_type" : "ClangTarget",
      "name" : "AccessibilitySnapshotParser-ObjC",
      "path" : "Sources/AccessibilitySnapshot/Parser/ObjC",
      "product_memberships" : [
        "AccessibilitySnapshot",
        "FBSnapshotTestCase-Accessibility",
        "AccessibilitySnapshotCore",
        "AccessibilitySnapshotParser",
        "AccessibilitySnapshotPreviews"
      ],
      "sources" : [
        "ASAccessibilityEnabler.m",
        "UIAccessibilityStatusUtility.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AccessibilitySnapshotParser",
      "module_type" : "SwiftTarget",
      "name" : "AccessibilitySnapshotParser",
      "path" : "Sources/AccessibilitySnapshot/Parser/Swift",
      "product_memberships" : [
        "AccessibilitySnapshot",
        "FBSnapshotTestCase-Accessibility",
        "AccessibilitySnapshotCore",
        "AccessibilitySnapshotParser",
        "AccessibilitySnapshotPreviews"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Assets/de.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "de"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Assets/en.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Assets/ru.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ru"
            }
          }
        }
      ],
      "sources" : [
        "Classes/AccessibilityContainer.swift",
        "Classes/AccessibilityElement.swift",
        "Classes/AccessibilityHierarchy+Codable.swift",
        "Classes/AccessibilityHierarchy.swift",
        "Classes/AccessibilityHierarchyParser.swift",
        "Classes/KeyboardShortcutParser.swift",
        "Classes/String+Localization.swift",
        "Classes/UIAccessibility+SnapshotAdditions.swift"
      ],
      "target_dependencies" : [
        "AccessibilitySnapshotParser-ObjC"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AccessibilitySnapshotCore",
      "module_type" : "SwiftTarget",
      "name" : "AccessibilitySnapshotCore",
      "path" : "Sources/AccessibilitySnapshot/Core",
      "product_memberships" : [
        "AccessibilitySnapshot",
        "FBSnapshotTestCase-Accessibility",
        "AccessibilitySnapshotCore",
        "AccessibilitySnapshotPreviews"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Core/Assets/Images.xcassets",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "AccessibilityColorPalette.swift",
        "AccessibilitySnapshotBaseView.swift",
        "AccessibilitySnapshotConfiguration.swift",
        "AccessibilitySnapshotView.swift",
        "Bundle+Resources.swift",
        "CustomActionsView.swift",
        "CustomContentView.swift",
        "CustomRotorsView.swift",
        "HitTargetSnapshotUtility.swift",
        "HitTargetSnapshotView.swift",
        "KeyboardAccessibilitySnapshotView.swift",
        "KeyboardShortcutLegendView.swift",
        "LayoutEngine.swift",
        "LegendLayoutMetrics.swift",
        "LegendView.swift",
        "LetterIconView.swift",
        "Localizations.swift",
        "OverlayView.swift",
        "PillsView.swift",
        "SnapshotAndLegendView.swift",
        "UIApplication+FirstKeyWindow.swift",
        "UIView+ImageRendering.swift",
        "UIView+InvertColorsSnapshotting.swift"
      ],
      "target_dependencies" : [
        "AccessibilitySnapshotParser"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AccessibilitySnapshot",
      "module_type" : "SwiftTarget",
      "name" : "AccessibilitySnapshot",
      "path" : "Sources/AccessibilitySnapshot/SnapshotTesting",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "product_memberships" : [
        "AccessibilitySnapshot"
      ],
      "sources" : [
        "SnapshotTesting+Accessibility.swift",
        "SnapshotTesting+Keyboard.swift",
        "SnapshotTesting+SwiftUI.swift"
      ],
      "target_dependencies" : [
        "AccessibilitySnapshotCore",
        "AccessibilitySnapshotParser-ObjC",
        "AccessibilitySnapshotPreviews"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "AccessibilitySnapshot",
      "AccessibilitySnapshot-Package",
      "AccessibilitySnapshotCore",
      "AccessibilitySnapshotParser",
      "AccessibilitySnapshotPreviews",
      "FBSnapshotTestCase-Accessibility"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AccessibilitySnapshot-Package -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme AccessibilitySnapshot-Package -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  iOSSnapshotTestCase: https://github.com/uber/ios-snapshot-test-case.git @ 8.0.0
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.5.0
  swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing.git @ 1.19.2
  AccessibilitySnapshot: /Users/admin/builder/spi-builder-workspace
  swift-syntax: https://github.com/swiftlang/swift-syntax @ 603.0.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (19 targets)
    Target 'FBSnapshotTestCase-Accessibility' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'FBSnapshotTestCase-Accessibility' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'FBSnapshotTestCase-Accessibility-ObjC' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'AccessibilitySnapshotParser-ObjC' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'AccessibilitySnapshotParser' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'AccessibilitySnapshotCore' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'AccessibilitySnapshotPreviews' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'iOSSnapshotTestCase' in project 'iOSSnapshotTestCase'
    Target 'FBSnapshotTestCase-Accessibility-ObjC' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'AccessibilitySnapshotParser-ObjC' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'AccessibilitySnapshotParser' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'AccessibilitySnapshotCore' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'AccessibilitySnapshotPreviews' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'iOSSnapshotTestCase' in project 'iOSSnapshotTestCase'
        ➜ Explicit dependency on target 'FBSnapshotTestCase-Accessibility' in project 'AccessibilitySnapshot'
    Target 'FBSnapshotTestCase-Accessibility' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'AccessibilitySnapshotParser-ObjC' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'AccessibilitySnapshotParser' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'AccessibilitySnapshotCore' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'AccessibilitySnapshotPreviews' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'iOSSnapshotTestCase' in project 'iOSSnapshotTestCase'
    Target 'iOSSnapshotTestCase' in project 'iOSSnapshotTestCase'
        ➜ Explicit dependency on target 'iOSSnapshotTestCase' in project 'iOSSnapshotTestCase'
        ➜ Explicit dependency on target 'iOSSnapshotTestCaseCore' in project 'iOSSnapshotTestCase'
    Target 'iOSSnapshotTestCase' in project 'iOSSnapshotTestCase'
        ➜ Explicit dependency on target 'iOSSnapshotTestCaseCore' in project 'iOSSnapshotTestCase'
    Target 'iOSSnapshotTestCaseCore' in project 'iOSSnapshotTestCase' (no dependencies)
    Target 'AccessibilitySnapshotPreviews' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'AccessibilitySnapshotPreviews' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'AccessibilitySnapshotParser-ObjC' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'AccessibilitySnapshotParser' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'AccessibilitySnapshotCore' in project 'AccessibilitySnapshot'
    Target 'AccessibilitySnapshotParser' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'AccessibilitySnapshotParser' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'AccessibilitySnapshot_AccessibilitySnapshotParser' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'AccessibilitySnapshotParser-ObjC' in project 'AccessibilitySnapshot'
    Target 'AccessibilitySnapshotCore' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'AccessibilitySnapshotCore' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'AccessibilitySnapshot_AccessibilitySnapshotCore' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'AccessibilitySnapshotParser-ObjC' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'AccessibilitySnapshotParser' in project 'AccessibilitySnapshot'
    Target 'AccessibilitySnapshot' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'AccessibilitySnapshot' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'AccessibilitySnapshotParser-ObjC' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'AccessibilitySnapshotParser' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'AccessibilitySnapshotCore' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'AccessibilitySnapshotPreviews' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'SnapshotTesting' in project 'swift-snapshot-testing'
    Target 'AccessibilitySnapshot' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'AccessibilitySnapshotParser-ObjC' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'AccessibilitySnapshotParser' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'AccessibilitySnapshotCore' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'AccessibilitySnapshotPreviews' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'SnapshotTesting' in project 'swift-snapshot-testing'
    Target 'SnapshotTesting' in project 'swift-snapshot-testing'
        ➜ Explicit dependency on target 'SnapshotTesting' in project 'swift-snapshot-testing'
    Target 'SnapshotTesting' in project 'swift-snapshot-testing' (no dependencies)
    Target 'AccessibilitySnapshotPreviews' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'AccessibilitySnapshotParser-ObjC' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'AccessibilitySnapshotParser' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'AccessibilitySnapshotCore' in project 'AccessibilitySnapshot'
    Target 'AccessibilitySnapshotCore' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'AccessibilitySnapshot_AccessibilitySnapshotCore' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'AccessibilitySnapshotParser-ObjC' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'AccessibilitySnapshotParser' in project 'AccessibilitySnapshot'
    Target 'AccessibilitySnapshot_AccessibilitySnapshotCore' in project 'AccessibilitySnapshot' (no dependencies)
    Target 'AccessibilitySnapshotParser' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'AccessibilitySnapshot_AccessibilitySnapshotParser' in project 'AccessibilitySnapshot'
        ➜ Explicit dependency on target 'AccessibilitySnapshotParser-ObjC' in project 'AccessibilitySnapshot'
    Target 'AccessibilitySnapshot_AccessibilitySnapshotParser' in project 'AccessibilitySnapshot' (no dependencies)
    Target 'AccessibilitySnapshotParser-ObjC' in project 'AccessibilitySnapshot' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/actool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x objective-c -c /dev/null
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
Build description signature: 66c7b953161e48c8dfd9216164ed49b6
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/66c7b953161e48c8dfd9216164ed49b6.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
CompileAssetCatalogVariant thinned /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AccessibilitySnapshot_AccessibilitySnapshotCore.bundle /Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Core/Assets/Images.xcassets (in target 'AccessibilitySnapshot_AccessibilitySnapshotCore' from project 'AccessibilitySnapshot')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/actool /Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Core/Assets/Images.xcassets --compile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshot_AccessibilitySnapshotCore.build/assetcatalog_output/thinned --output-format human-readable-text --notices --warnings --export-dependency-info /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshot_AccessibilitySnapshotCore.build/assetcatalog_dependencies_thinned --output-partial-info-plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshot_AccessibilitySnapshotCore.build/assetcatalog_generated_info.plist_thinned --compress-pngs --enable-on-demand-resources NO --development-region en --target-device watch --minimum-deployment-target 6.0 --platform watchos
/* com.apple.actool.compilation-results */
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshot_AccessibilitySnapshotCore.build/assetcatalog_generated_info.plist_thinned
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshot_AccessibilitySnapshotCore.build/assetcatalog_output/thinned/Assets.car
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AccessibilitySnapshot_AccessibilitySnapshotParser.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshot_AccessibilitySnapshotParser.build/empty-AccessibilitySnapshot_AccessibilitySnapshotParser.plist (in target 'AccessibilitySnapshot_AccessibilitySnapshotParser' from project 'AccessibilitySnapshot')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshot_AccessibilitySnapshotParser.build/empty-AccessibilitySnapshot_AccessibilitySnapshotParser.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform watchos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AccessibilitySnapshot_AccessibilitySnapshotParser.bundle/Info.plist
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64_32/UIImage+Compare.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ios-snapshot-test-case/src/iOSSnapshotTestCaseCore/Categories/UIImage+Compare.m normal arm64_32 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'iOSSnapshotTestCaseCore' from project 'iOSSnapshotTestCase')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64_32/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64_32/UIImage+Compare.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64_32/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64_32/UIImage+Compare.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64_32/UIImage+Compare.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ios-snapshot-test-case/src/iOSSnapshotTestCaseCore/Categories/UIImage+Compare.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64_32/UIImage+Compare.o -index-unit-output-path /iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64_32/UIImage+Compare.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64_32/UIApplication+KeyWindow.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ios-snapshot-test-case/src/iOSSnapshotTestCaseCore/Categories/UIApplication+KeyWindow.m normal arm64_32 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'iOSSnapshotTestCaseCore' from project 'iOSSnapshotTestCase')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64_32/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64_32/UIApplication+KeyWindow.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64_32/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64_32/UIApplication+KeyWindow.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64_32/UIApplication+KeyWindow.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ios-snapshot-test-case/src/iOSSnapshotTestCaseCore/Categories/UIApplication+KeyWindow.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64_32/UIApplication+KeyWindow.o -index-unit-output-path /iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64_32/UIApplication+KeyWindow.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64_32/FBSnapshotTestCasePlatform.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ios-snapshot-test-case/src/iOSSnapshotTestCaseCore/FBSnapshotTestCasePlatform.m normal arm64_32 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'iOSSnapshotTestCaseCore' from project 'iOSSnapshotTestCase')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64_32/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64_32/FBSnapshotTestCasePlatform.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64_32/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64_32/FBSnapshotTestCasePlatform.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64_32/FBSnapshotTestCasePlatform.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ios-snapshot-test-case/src/iOSSnapshotTestCaseCore/FBSnapshotTestCasePlatform.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64_32/FBSnapshotTestCasePlatform.o -index-unit-output-path /iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64_32/FBSnapshotTestCasePlatform.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64_32/FBSnapshotTestCase.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ios-snapshot-test-case/src/iOSSnapshotTestCaseCore/FBSnapshotTestCase.m normal arm64_32 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'iOSSnapshotTestCaseCore' from project 'iOSSnapshotTestCase')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64_32/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64_32/FBSnapshotTestCase.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64_32/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64_32/FBSnapshotTestCase.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64_32/FBSnapshotTestCase.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ios-snapshot-test-case/src/iOSSnapshotTestCaseCore/FBSnapshotTestCase.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64_32/FBSnapshotTestCase.o -index-unit-output-path /iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64_32/FBSnapshotTestCase.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64_32/FBSnapshotTestController.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ios-snapshot-test-case/src/iOSSnapshotTestCaseCore/FBSnapshotTestController.m normal arm64_32 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'iOSSnapshotTestCaseCore' from project 'iOSSnapshotTestCase')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64_32/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64_32/FBSnapshotTestController.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64_32/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64_32/FBSnapshotTestController.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64_32/FBSnapshotTestController.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ios-snapshot-test-case/src/iOSSnapshotTestCaseCore/FBSnapshotTestController.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64_32/FBSnapshotTestController.o -index-unit-output-path /iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64_32/FBSnapshotTestController.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64/UIImage+Snapshot.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ios-snapshot-test-case/src/iOSSnapshotTestCaseCore/Categories/UIImage+Snapshot.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'iOSSnapshotTestCaseCore' from project 'iOSSnapshotTestCase')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64/UIImage+Snapshot.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64/UIImage+Snapshot.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64/UIImage+Snapshot.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ios-snapshot-test-case/src/iOSSnapshotTestCaseCore/Categories/UIImage+Snapshot.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64/UIImage+Snapshot.o -index-unit-output-path /iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64/UIImage+Snapshot.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64/UIImage+Compare.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ios-snapshot-test-case/src/iOSSnapshotTestCaseCore/Categories/UIImage+Compare.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'iOSSnapshotTestCaseCore' from project 'iOSSnapshotTestCase')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64/UIImage+Compare.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64/UIImage+Compare.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64/UIImage+Compare.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ios-snapshot-test-case/src/iOSSnapshotTestCaseCore/Categories/UIImage+Compare.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64/UIImage+Compare.o -index-unit-output-path /iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64/UIImage+Compare.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64/UIApplication+KeyWindow.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ios-snapshot-test-case/src/iOSSnapshotTestCaseCore/Categories/UIApplication+KeyWindow.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'iOSSnapshotTestCaseCore' from project 'iOSSnapshotTestCase')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64/UIApplication+KeyWindow.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64/UIApplication+KeyWindow.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64/UIApplication+KeyWindow.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ios-snapshot-test-case/src/iOSSnapshotTestCaseCore/Categories/UIApplication+KeyWindow.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64/UIApplication+KeyWindow.o -index-unit-output-path /iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64/UIApplication+KeyWindow.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64/UIImage+Diff.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ios-snapshot-test-case/src/iOSSnapshotTestCaseCore/Categories/UIImage+Diff.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'iOSSnapshotTestCaseCore' from project 'iOSSnapshotTestCase')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64/UIImage+Diff.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64/UIImage+Diff.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64/UIImage+Diff.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ios-snapshot-test-case/src/iOSSnapshotTestCaseCore/Categories/UIImage+Diff.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64/UIImage+Diff.o -index-unit-output-path /iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCaseCore.build/Objects-normal/arm64/UIImage+Diff.o
SwiftDriver iOSSnapshotTestCase normal armv7k com.apple.xcode.tools.swift.compiler (in target 'iOSSnapshotTestCase' from project 'iOSSnapshotTestCase')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name iOSSnapshotTestCase -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCase.build/Objects-normal/armv7k/iOSSnapshotTestCase.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/iOSSnapshotTestCaseCore.modulemap -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCase.build/Objects-normal/armv7k/iOSSnapshotTestCase-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCase.build/Objects-normal/armv7k/iOSSnapshotTestCase.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCase.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCase.build/Objects-normal/armv7k/iOSSnapshotTestCase_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ios-snapshot-test-case/src/iOSSnapshotTestCaseCore/Public -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/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCase.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCase.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCase.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCase.build/Objects-normal/armv7k/iOSSnapshotTestCase-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver iOSSnapshotTestCase normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'iOSSnapshotTestCase' from project 'iOSSnapshotTestCase')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name iOSSnapshotTestCase -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCase.build/Objects-normal/arm64_32/iOSSnapshotTestCase.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/iOSSnapshotTestCaseCore.modulemap -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCase.build/Objects-normal/arm64_32/iOSSnapshotTestCase-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCase.build/Objects-normal/arm64_32/iOSSnapshotTestCase.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCase.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCase.build/Objects-normal/arm64_32/iOSSnapshotTestCase_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ios-snapshot-test-case/src/iOSSnapshotTestCaseCore/Public -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/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCase.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCase.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCase.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCase.build/Objects-normal/arm64_32/iOSSnapshotTestCase-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver iOSSnapshotTestCase normal arm64 com.apple.xcode.tools.swift.compiler (in target 'iOSSnapshotTestCase' from project 'iOSSnapshotTestCase')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name iOSSnapshotTestCase -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCase.build/Objects-normal/arm64/iOSSnapshotTestCase.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/iOSSnapshotTestCaseCore.modulemap -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCase.build/Objects-normal/arm64/iOSSnapshotTestCase-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCase.build/Objects-normal/arm64/iOSSnapshotTestCase.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCase.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCase.build/Objects-normal/arm64/iOSSnapshotTestCase_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ios-snapshot-test-case/src/iOSSnapshotTestCaseCore/Public -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/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCase.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCase.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCase.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSSnapshotTestCase.build/Debug-watchos/iOSSnapshotTestCase.build/Objects-normal/arm64/iOSSnapshotTestCase-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver SnapshotTesting normal armv7k com.apple.xcode.tools.swift.compiler (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SnapshotTesting -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/armv7k/SnapshotTesting.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/armv7k/SnapshotTesting-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/armv7k/SnapshotTesting.swiftmodule -user-module-version 1.19.2 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swift_snapshot_testing -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/armv7k/SnapshotTesting_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/armv7k/SnapshotTesting-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver SnapshotTesting normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SnapshotTesting -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.swiftmodule -user-module-version 1.19.2 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swift_snapshot_testing -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver SnapshotTesting normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SnapshotTesting -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64_32/SnapshotTesting.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64_32/SnapshotTesting-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64_32/SnapshotTesting.swiftmodule -user-module-version 1.19.2 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swift_snapshot_testing -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64_32/SnapshotTesting_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64_32/SnapshotTesting-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver AccessibilitySnapshotParser normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AccessibilitySnapshotParser' from project 'AccessibilitySnapshot')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AccessibilitySnapshotParser -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshotParser.build/Objects-normal/arm64/AccessibilitySnapshotParser.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/AccessibilitySnapshotParser-ObjC.modulemap -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshotParser.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshotParser.build/Objects-normal/arm64/AccessibilitySnapshotParser-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshotParser.build/Objects-normal/arm64/AccessibilitySnapshotParser.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshotParser.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshotParser.build/Objects-normal/arm64/AccessibilitySnapshotParser_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/ObjC/include -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/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshotParser.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshotParser.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshotParser.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshotParser.build/Objects-normal/arm64/AccessibilitySnapshotParser-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver AccessibilitySnapshotParser normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'AccessibilitySnapshotParser' from project 'AccessibilitySnapshot')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AccessibilitySnapshotParser -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshotParser.build/Objects-normal/arm64_32/AccessibilitySnapshotParser.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/AccessibilitySnapshotParser-ObjC.modulemap -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshotParser.build/Objects-normal/arm64_32 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshotParser.build/Objects-normal/arm64_32/AccessibilitySnapshotParser-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshotParser.build/Objects-normal/arm64_32/AccessibilitySnapshotParser.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshotParser.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshotParser.build/Objects-normal/arm64_32/AccessibilitySnapshotParser_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/ObjC/include -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/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshotParser.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshotParser.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshotParser.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshotParser.build/Objects-normal/arm64_32/AccessibilitySnapshotParser-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ iOSSnapshotTestCase (in target 'iOSSnapshotTestCase' from project 'iOSSnapshotTestCase')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ios-snapshot-test-case/src/iOSSnapshotTestCase/SwiftSupport.swift (in target 'iOSSnapshotTestCase' from project 'iOSSnapshotTestCase')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ iOSSnapshotTestCase (in target 'iOSSnapshotTestCase' from project 'iOSSnapshotTestCase')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ios-snapshot-test-case/src/iOSSnapshotTestCase/SwiftSupport.swift (in target 'iOSSnapshotTestCase' from project 'iOSSnapshotTestCase')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal armv7k Emitting\ module\ for\ iOSSnapshotTestCase (in target 'iOSSnapshotTestCase' from project 'iOSSnapshotTestCase')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ios-snapshot-test-case/src/iOSSnapshotTestCase/SwiftSupport.swift (in target 'iOSSnapshotTestCase' from project 'iOSSnapshotTestCase')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityElement.swift:42:27: error: cannot find type 'UIAccessibilityCustomRotor' in scope
        public let limit: UIAccessibilityCustomRotor.CollectedRotorResults.Limit
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityElement.swift:20:19: error: type 'AccessibilityElement.CustomRotor' does not conform to protocol 'Decodable'
    public struct CustomRotor: Equatable, CustomStringConvertible, Codable {
                  ^
Swift.Decodable.init:2:1: note: protocol requires initializer 'init(from:)' with type 'Decodable'
init(from decoder: any Decoder) throws}
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityElement.swift:42:20: note: cannot automatically synthesize 'Decodable' because 'UIAccessibilityCustomRotor.CollectedRotorResults.Limit' does not conform to 'Decodable'
        public let limit: UIAccessibilityCustomRotor.CollectedRotorResults.Limit
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityElement.swift:44:78: error: cannot find type 'UIAccessibilityCustomRotor' in scope
        public init(name: String, resultMarkers: [ResultMarker] = [], limit: UIAccessibilityCustomRotor.CollectedRotorResults.Limit = .none) {
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityElement.swift:50:21: error: cannot find type 'UIAccessibilityCustomRotor' in scope
        init?(from: UIAccessibilityCustomRotor, parentElement: NSObject, root: UIView, context: AccessibilityHierarchyParser.Context? = nil, resultLimit: Int) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityElement.swift:50:80: error: cannot find type 'UIView' in scope
        init?(from: UIAccessibilityCustomRotor, parentElement: NSObject, root: UIView, context: AccessibilityHierarchyParser.Context? = nil, resultLimit: Int) {
                                                                               ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityElement.swift:20:19: error: type 'AccessibilityElement.CustomRotor' does not conform to protocol 'Encodable'
    public struct CustomRotor: Equatable, CustomStringConvertible, Codable {
                  ^
Swift.Encodable.encode:2:6: note: protocol requires function 'encode(to:)' with type 'Encodable'
func encode(to encoder: any Encoder) throws}
     ^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityElement.swift:42:20: note: cannot automatically synthesize 'Encodable' because 'UIAccessibilityCustomRotor.CollectedRotorResults.Limit' does not conform to 'Encodable'
        public let limit: UIAccessibilityCustomRotor.CollectedRotorResults.Limit
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityElement.swift:20:19: error: type 'AccessibilityElement.CustomRotor' does not conform to protocol 'Equatable'
    public struct CustomRotor: Equatable, CustomStringConvertible, Codable {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityElement.swift:42:20: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'AccessibilityElement.CustomRotor' to 'Equatable'
        public let limit: UIAccessibilityCustomRotor.CollectedRotorResults.Limit
                   ^
Swift.==:1:24: note: candidate would match if 'AccessibilityElement.CustomRotor' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint.==:2:20: note: candidate would match if 'AccessibilityElement.CustomRotor' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift.BinaryInteger.==:2:20: note: candidate would match if 'AccessibilityElement.CustomRotor' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger}
                   ^
Swift._Pointer.==:2:20: note: candidate would match if 'AccessibilityElement.CustomRotor' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift._Pointer.==:2:31: note: candidate would match if 'AccessibilityElement.CustomRotor' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
                              ^
Swift.Strideable.==:2:31: note: candidate would match if 'AccessibilityElement.CustomRotor' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
                              ^
Swift.StringProtocol.==:2:31: note: candidate would match if 'AccessibilityElement.CustomRotor' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
                              ^
Swift.SIMD.==:2:20: note: candidate would match if 'AccessibilityElement.CustomRotor' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
                   ^
CoreFoundation._CFObject.==:2:20: note: candidate would match if 'AccessibilityElement.CustomRotor' conformed to '_CFObject'
public static func == (left: Self, right: Self) -> Bool}
                   ^
Foundation.AttributedStringProtocol.==:2:20: note: candidate would match if 'AccessibilityElement.CustomRotor' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol}
                   ^
Foundation._BridgedStoredNSError.==:2:20: note: candidate would match if 'AccessibilityElement.CustomRotor' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityElement.swift:20:19: note: add stubs for conformance
    public struct CustomRotor: Equatable, CustomStringConvertible, Codable {
                  ^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(AccessibilityElement.CustomRotor, AccessibilityElement.CustomRotor) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityElement.swift:93:20: error: 'AXCustomContent' is only available in watchOS 7.0 or newer
        init(from: AXCustomContent) {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityElement.swift:93:9: note: add @available attribute to enclosing initializer
        init(from: AXCustomContent) {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityElement.swift:81:19: note: add @available attribute to enclosing struct
    public struct CustomContent: Codable, Equatable {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityElement.swift:110:20: error: cannot find type 'UIAccessibilityCustomAction' in scope
        init(from: UIAccessibilityCustomAction) {
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:6:39: error: cannot find type 'UIUserInterfaceLayoutDirection' in scope
    var userInterfaceLayoutDirection: UIUserInterfaceLayoutDirection { get }
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:9:11: error: cannot find type 'UIApplication' in scope
extension UIApplication: UserInterfaceLayoutDirectionProviding {}
          ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:12:29: error: cannot find type 'UIUserInterfaceIdiom' in scope
    var userInterfaceIdiom: UIUserInterfaceIdiom { get }
                            ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:15:11: error: cannot find type 'UIDevice' in scope
extension UIDevice: UserInterfaceIdiomProviding {}
          ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:40:55: error: cannot find type 'UITabBarItem' in scope
        case tabBarItem(index: Int, count: Int, item: UITabBarItem)
                                                      ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:110:18: error: cannot find type 'UIView' in scope
        in root: UIView,
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:112:87: error: cannot find 'UIApplication' in scope
        userInterfaceLayoutDirectionProvider: UserInterfaceLayoutDirectionProviding = UIApplication.shared,
                                                                                      ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:113:67: error: cannot find 'UIDevice' in scope
        userInterfaceIdiomProvider: UserInterfaceIdiomProviding = UIDevice.current
                                                                  ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:145:18: error: cannot find type 'UIView' in scope
        in root: UIView,
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:147:87: error: cannot find 'UIApplication' in scope
        userInterfaceLayoutDirectionProvider: UserInterfaceLayoutDirectionProviding = UIApplication.shared,
                                                                                      ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:148:67: error: cannot find 'UIDevice' in scope
        userInterfaceIdiomProvider: UserInterfaceIdiomProviding = UIDevice.current
                                                                  ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:193:24: error: cannot find type 'UIView' in scope
        case superview(UIView)
                       ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:197:24: error: cannot find type 'UIAccessibilityContainerDataTable' in scope
        case dataTable(UIAccessibilityContainerDataTable)
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:205:18: error: cannot find type 'UIView' in scope
        in root: UIView,
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:245:18: error: cannot find type 'UIView' in scope
        in root: UIView,
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:246:39: error: cannot find type 'UIUserInterfaceLayoutDirection' in scope
        userInterfaceLayoutDirection: UIUserInterfaceLayoutDirection,
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:247:29: error: cannot find type 'UIUserInterfaceIdiom' in scope
        userInterfaceIdiom: UIUserInterfaceIdiom = UIDevice.current.userInterfaceIdiom
                            ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:317:39: error: cannot find type 'UIUserInterfaceLayoutDirection' in scope
        userInterfaceLayoutDirection: UIUserInterfaceLayoutDirection,
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:318:29: error: cannot find type 'UIUserInterfaceIdiom' in scope
        userInterfaceIdiom: UIUserInterfaceIdiom
                            ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:491:37: error: cannot find type 'UIView' in scope
    private var viewToElementsMap: [UIView: [NSObject]] = [:]
                                    ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:499:18: error: cannot find type 'UIView' in scope
        in root: UIView
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:561:68: error: cannot find type 'UIView' in scope
    static func accessibilityShape(for element: NSObject, in root: UIView, preferPath: Bool = true) -> AccessibilityMarker.Shape {
                                                                   ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:634:18: error: cannot find type 'UIView' in scope
        in root: UIView,
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:667:15: error: cannot find type 'UIView' in scope
    let view: UIView
              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:781:42: error: cannot find type 'UIView' in scope
    private func containerInfo(for view: UIView) -> ContainerInfo? {
                                         ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:862:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:873:19: error: cannot find type 'UIView' in scope
private extension UIView {
                  ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:931:32: error: cannot find type 'UIView' in scope
    func customRotors(in root: UIView, context: AccessibilityHierarchyParser.Context?, resultLimit: Int) -> [AccessibilityElement.CustomRotor] {
                               ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:979:19: error: cannot find type 'UIHostingController' in scope
private extension UIHostingController {
                  ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:1001:11: error: cannot find type 'UITextRange' in scope
extension UITextRange {
          ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:1011:11: error: cannot find type 'UITextInput' in scope
extension UITextInput {
          ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/KeyboardShortcutParser.swift:13:31: error: cannot find type 'UIKeyModifierFlags' in scope
    public let modifierFlags: UIKeyModifierFlags
                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/KeyboardShortcutParser.swift:31:24: error: cannot find type 'UIKeyModifierFlags' in scope
        modifierFlags: UIKeyModifierFlags,
                       ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/KeyboardShortcutParser.swift:46:34: error: cannot find type 'UIKeyCommand' in scope
    public init(from keyCommand: UIKeyCommand, menuTitle: String? = nil) {
                                 ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/KeyboardShortcutParser.swift:57:47: error: cannot find type 'UIKeyModifierFlags' in scope
    private static let modifierOrder: [(flag: UIKeyModifierFlags, symbol: String)] = [
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/KeyboardShortcutParser.swift:6:15: error: type 'KeyboardShortcut' does not conform to protocol 'Equatable'
public struct KeyboardShortcut: Equatable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/KeyboardShortcutParser.swift:13:16: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'KeyboardShortcut' to 'Equatable'
    public let modifierFlags: UIKeyModifierFlags
               ^
Swift.==:1:24: note: candidate would match if 'KeyboardShortcut' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint.==:2:20: note: candidate would match if 'KeyboardShortcut' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift.BinaryInteger.==:2:20: note: candidate would match if 'KeyboardShortcut' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger}
                   ^
Swift._Pointer.==:2:20: note: candidate would match if 'KeyboardShortcut' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift._Pointer.==:2:31: note: candidate would match if 'KeyboardShortcut' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
                              ^
Swift.Strideable.==:2:31: note: candidate would match if 'KeyboardShortcut' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
                              ^
Swift.StringProtocol.==:2:31: note: candidate would match if 'KeyboardShortcut' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
                              ^
Swift.SIMD.==:2:20: note: candidate would match if 'KeyboardShortcut' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
                   ^
CoreFoundation._CFObject.==:2:20: note: candidate would match if 'KeyboardShortcut' conformed to '_CFObject'
public static func == (left: Self, right: Self) -> Bool}
                   ^
Foundation.AttributedStringProtocol.==:2:20: note: candidate would match if 'KeyboardShortcut' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol}
                   ^
Foundation._BridgedStoredNSError.==:2:20: note: candidate would match if 'KeyboardShortcut' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/KeyboardShortcutParser.swift:6:15: note: add stubs for conformance
public struct KeyboardShortcut: Equatable {
              ^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(KeyboardShortcut, KeyboardShortcut) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/KeyboardShortcutParser.swift:181:52: error: cannot find type 'UIMenu' in scope
    public static func parseKeyCommands(from menu: UIMenu) -> [KeyboardShortcut] {
                                                   ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/KeyboardShortcutParser.swift:186:53: error: cannot find type 'UIMenu' in scope
    private static func extractShortcuts(from menu: UIMenu, categoryTitle: String?) -> [KeyboardShortcut] {
                                                    ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/KeyboardShortcutParser.swift:219:52: error: cannot find type 'UIView' in scope
    public static func parseKeyCommands(from view: UIView) -> [KeyboardShortcut] {
                                                   ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/KeyboardShortcutParser.swift:231:62: error: cannot find type 'UIViewController' in scope
    public static func parseKeyCommands(from viewController: UIViewController) -> [KeyboardShortcut] {
                                                             ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/UIAccessibility+SnapshotAdditions.swift:635:11: error: cannot find type 'UIAccessibilityCustomRotor' in scope
extension UIAccessibilityCustomRotor {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/UIAccessibility+SnapshotAdditions.swift:926:19: error: cannot find type 'UIAccessibilityCustomRotorItemResult' in scope
private extension UIAccessibilityCustomRotorItemResult {
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/UIAccessibility+SnapshotAdditions.swift:937:32: error: cannot find type 'UIAccessibilityCustomRotorItemResult' in scope
extension Array where Element: UIAccessibilityCustomRotorItemResult {
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ AccessibilitySnapshotParser (in target 'AccessibilitySnapshotParser' from project 'AccessibilitySnapshot')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshotParser.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityElement.swift /Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchy+Codable.swift /Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchy.swift /Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift /Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/KeyboardShortcutParser.swift /Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/String+Localization.swift /Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/UIAccessibility+SnapshotAdditions.swift -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshotParser.build/Objects-normal/arm64_32/AccessibilitySnapshotParser_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/AccessibilitySnapshotParser-ObjC.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshotParser.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/ObjC/include -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/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshotParser.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshotParser.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshotParser.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AccessibilitySnapshotParser -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshotParser.build/Objects-normal/arm64_32/AccessibilitySnapshotParser.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshotParser.build/Objects-normal/arm64_32/AccessibilitySnapshotParser.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshotParser.build/Objects-normal/arm64_32/AccessibilitySnapshotParser-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshotParser.build/Objects-normal/arm64_32/AccessibilitySnapshotParser-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshotParser.build/Objects-normal/arm64_32/AccessibilitySnapshotParser-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshotParser.build/Objects-normal/arm64_32/AccessibilitySnapshotParser.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshotParser.build/Objects-normal/arm64_32/AccessibilitySnapshotParser.abi.json
EmitSwiftModule normal arm64_32 (in target 'AccessibilitySnapshotParser' from project 'AccessibilitySnapshot')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityElement.swift:42:27: error: cannot find type 'UIAccessibilityCustomRotor' in scope
        public let limit: UIAccessibilityCustomRotor.CollectedRotorResults.Limit
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityElement.swift:20:19: error: type 'AccessibilityElement.CustomRotor' does not conform to protocol 'Decodable'
    public struct CustomRotor: Equatable, CustomStringConvertible, Codable {
                  ^
Swift.Decodable.init:2:1: note: protocol requires initializer 'init(from:)' with type 'Decodable'
init(from decoder: any Decoder) throws}
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityElement.swift:42:20: note: cannot automatically synthesize 'Decodable' because 'UIAccessibilityCustomRotor.CollectedRotorResults.Limit' does not conform to 'Decodable'
        public let limit: UIAccessibilityCustomRotor.CollectedRotorResults.Limit
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityElement.swift:44:78: error: cannot find type 'UIAccessibilityCustomRotor' in scope
        public init(name: String, resultMarkers: [ResultMarker] = [], limit: UIAccessibilityCustomRotor.CollectedRotorResults.Limit = .none) {
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityElement.swift:50:21: error: cannot find type 'UIAccessibilityCustomRotor' in scope
        init?(from: UIAccessibilityCustomRotor, parentElement: NSObject, root: UIView, context: AccessibilityHierarchyParser.Context? = nil, resultLimit: Int) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityElement.swift:50:80: error: cannot find type 'UIView' in scope
        init?(from: UIAccessibilityCustomRotor, parentElement: NSObject, root: UIView, context: AccessibilityHierarchyParser.Context? = nil, resultLimit: Int) {
                                                                               ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityElement.swift:20:19: error: type 'AccessibilityElement.CustomRotor' does not conform to protocol 'Encodable'
    public struct CustomRotor: Equatable, CustomStringConvertible, Codable {
                  ^
Swift.Encodable.encode:2:6: note: protocol requires function 'encode(to:)' with type 'Encodable'
func encode(to encoder: any Encoder) throws}
     ^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityElement.swift:42:20: note: cannot automatically synthesize 'Encodable' because 'UIAccessibilityCustomRotor.CollectedRotorResults.Limit' does not conform to 'Encodable'
        public let limit: UIAccessibilityCustomRotor.CollectedRotorResults.Limit
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityElement.swift:20:19: error: type 'AccessibilityElement.CustomRotor' does not conform to protocol 'Equatable'
    public struct CustomRotor: Equatable, CustomStringConvertible, Codable {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityElement.swift:42:20: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'AccessibilityElement.CustomRotor' to 'Equatable'
        public let limit: UIAccessibilityCustomRotor.CollectedRotorResults.Limit
                   ^
Swift.==:1:24: note: candidate would match if 'AccessibilityElement.CustomRotor' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint.==:2:20: note: candidate would match if 'AccessibilityElement.CustomRotor' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift.BinaryInteger.==:2:20: note: candidate would match if 'AccessibilityElement.CustomRotor' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger}
                   ^
Swift._Pointer.==:2:20: note: candidate would match if 'AccessibilityElement.CustomRotor' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift._Pointer.==:2:31: note: candidate would match if 'AccessibilityElement.CustomRotor' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
                              ^
Swift.Strideable.==:2:31: note: candidate would match if 'AccessibilityElement.CustomRotor' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
                              ^
Swift.StringProtocol.==:2:31: note: candidate would match if 'AccessibilityElement.CustomRotor' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
                              ^
Swift.SIMD.==:2:20: note: candidate would match if 'AccessibilityElement.CustomRotor' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
                   ^
CoreFoundation._CFObject.==:2:20: note: candidate would match if 'AccessibilityElement.CustomRotor' conformed to '_CFObject'
public static func == (left: Self, right: Self) -> Bool}
                   ^
Foundation.AttributedStringProtocol.==:2:20: note: candidate would match if 'AccessibilityElement.CustomRotor' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol}
                   ^
Foundation._BridgedStoredNSError.==:2:20: note: candidate would match if 'AccessibilityElement.CustomRotor' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityElement.swift:20:19: note: add stubs for conformance
    public struct CustomRotor: Equatable, CustomStringConvertible, Codable {
                  ^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(AccessibilityElement.CustomRotor, AccessibilityElement.CustomRotor) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityElement.swift:93:20: error: 'AXCustomContent' is only available in watchOS 7.0 or newer
        init(from: AXCustomContent) {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityElement.swift:93:9: note: add @available attribute to enclosing initializer
        init(from: AXCustomContent) {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityElement.swift:81:19: note: add @available attribute to enclosing struct
    public struct CustomContent: Codable, Equatable {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityElement.swift:110:20: error: cannot find type 'UIAccessibilityCustomAction' in scope
        init(from: UIAccessibilityCustomAction) {
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:6:39: error: cannot find type 'UIUserInterfaceLayoutDirection' in scope
    var userInterfaceLayoutDirection: UIUserInterfaceLayoutDirection { get }
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:9:11: error: cannot find type 'UIApplication' in scope
extension UIApplication: UserInterfaceLayoutDirectionProviding {}
          ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:12:29: error: cannot find type 'UIUserInterfaceIdiom' in scope
    var userInterfaceIdiom: UIUserInterfaceIdiom { get }
                            ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:15:11: error: cannot find type 'UIDevice' in scope
extension UIDevice: UserInterfaceIdiomProviding {}
          ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:40:55: error: cannot find type 'UITabBarItem' in scope
        case tabBarItem(index: Int, count: Int, item: UITabBarItem)
                                                      ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:110:18: error: cannot find type 'UIView' in scope
        in root: UIView,
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:112:87: error: cannot find 'UIApplication' in scope
        userInterfaceLayoutDirectionProvider: UserInterfaceLayoutDirectionProviding = UIApplication.shared,
                                                                                      ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:113:67: error: cannot find 'UIDevice' in scope
        userInterfaceIdiomProvider: UserInterfaceIdiomProviding = UIDevice.current
                                                                  ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:145:18: error: cannot find type 'UIView' in scope
        in root: UIView,
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:147:87: error: cannot find 'UIApplication' in scope
        userInterfaceLayoutDirectionProvider: UserInterfaceLayoutDirectionProviding = UIApplication.shared,
                                                                                      ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:148:67: error: cannot find 'UIDevice' in scope
        userInterfaceIdiomProvider: UserInterfaceIdiomProviding = UIDevice.current
                                                                  ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:193:24: error: cannot find type 'UIView' in scope
        case superview(UIView)
                       ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:197:24: error: cannot find type 'UIAccessibilityContainerDataTable' in scope
        case dataTable(UIAccessibilityContainerDataTable)
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:205:18: error: cannot find type 'UIView' in scope
        in root: UIView,
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:245:18: error: cannot find type 'UIView' in scope
        in root: UIView,
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:246:39: error: cannot find type 'UIUserInterfaceLayoutDirection' in scope
        userInterfaceLayoutDirection: UIUserInterfaceLayoutDirection,
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:247:29: error: cannot find type 'UIUserInterfaceIdiom' in scope
        userInterfaceIdiom: UIUserInterfaceIdiom = UIDevice.current.userInterfaceIdiom
                            ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:317:39: error: cannot find type 'UIUserInterfaceLayoutDirection' in scope
        userInterfaceLayoutDirection: UIUserInterfaceLayoutDirection,
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:318:29: error: cannot find type 'UIUserInterfaceIdiom' in scope
        userInterfaceIdiom: UIUserInterfaceIdiom
                            ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:491:37: error: cannot find type 'UIView' in scope
    private var viewToElementsMap: [UIView: [NSObject]] = [:]
                                    ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:499:18: error: cannot find type 'UIView' in scope
        in root: UIView
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:561:68: error: cannot find type 'UIView' in scope
    static func accessibilityShape(for element: NSObject, in root: UIView, preferPath: Bool = true) -> AccessibilityMarker.Shape {
                                                                   ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:634:18: error: cannot find type 'UIView' in scope
        in root: UIView,
                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:667:15: error: cannot find type 'UIView' in scope
    let view: UIView
              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:781:42: error: cannot find type 'UIView' in scope
    private func containerInfo(for view: UIView) -> ContainerInfo? {
                                         ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:862:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:873:19: error: cannot find type 'UIView' in scope
private extension UIView {
                  ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:931:32: error: cannot find type 'UIView' in scope
    func customRotors(in root: UIView, context: AccessibilityHierarchyParser.Context?, resultLimit: Int) -> [AccessibilityElement.CustomRotor] {
                               ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:979:19: error: cannot find type 'UIHostingController' in scope
private extension UIHostingController {
                  ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:1001:11: error: cannot find type 'UITextRange' in scope
extension UITextRange {
          ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/AccessibilityHierarchyParser.swift:1011:11: error: cannot find type 'UITextInput' in scope
extension UITextInput {
          ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/KeyboardShortcutParser.swift:13:31: error: cannot find type 'UIKeyModifierFlags' in scope
    public let modifierFlags: UIKeyModifierFlags
                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/KeyboardShortcutParser.swift:31:24: error: cannot find type 'UIKeyModifierFlags' in scope
        modifierFlags: UIKeyModifierFlags,
                       ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/KeyboardShortcutParser.swift:46:34: error: cannot find type 'UIKeyCommand' in scope
    public init(from keyCommand: UIKeyCommand, menuTitle: String? = nil) {
                                 ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/KeyboardShortcutParser.swift:57:47: error: cannot find type 'UIKeyModifierFlags' in scope
    private static let modifierOrder: [(flag: UIKeyModifierFlags, symbol: String)] = [
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/KeyboardShortcutParser.swift:6:15: error: type 'KeyboardShortcut' does not conform to protocol 'Equatable'
public struct KeyboardShortcut: Equatable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/KeyboardShortcutParser.swift:13:16: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'KeyboardShortcut' to 'Equatable'
    public let modifierFlags: UIKeyModifierFlags
               ^
Swift.==:1:24: note: candidate would match if 'KeyboardShortcut' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint.==:2:20: note: candidate would match if 'KeyboardShortcut' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift.BinaryInteger.==:2:20: note: candidate would match if 'KeyboardShortcut' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger}
                   ^
Swift._Pointer.==:2:20: note: candidate would match if 'KeyboardShortcut' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift._Pointer.==:2:31: note: candidate would match if 'KeyboardShortcut' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
                              ^
Swift.Strideable.==:2:31: note: candidate would match if 'KeyboardShortcut' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
                              ^
Swift.StringProtocol.==:2:31: note: candidate would match if 'KeyboardShortcut' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
                              ^
Swift.SIMD.==:2:20: note: candidate would match if 'KeyboardShortcut' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
                   ^
CoreFoundation._CFObject.==:2:20: note: candidate would match if 'KeyboardShortcut' conformed to '_CFObject'
public static func == (left: Self, right: Self) -> Bool}
                   ^
Foundation.AttributedStringProtocol.==:2:20: note: candidate would match if 'KeyboardShortcut' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol}
                   ^
Foundation._BridgedStoredNSError.==:2:20: note: candidate would match if 'KeyboardShortcut' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/KeyboardShortcutParser.swift:6:15: note: add stubs for conformance
public struct KeyboardShortcut: Equatable {
              ^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(KeyboardShortcut, KeyboardShortcut) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/KeyboardShortcutParser.swift:181:52: error: cannot find type 'UIMenu' in scope
    public static func parseKeyCommands(from menu: UIMenu) -> [KeyboardShortcut] {
                                                   ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/KeyboardShortcutParser.swift:186:53: error: cannot find type 'UIMenu' in scope
    private static func extractShortcuts(from menu: UIMenu, categoryTitle: String?) -> [KeyboardShortcut] {
                                                    ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/KeyboardShortcutParser.swift:219:52: error: cannot find type 'UIView' in scope
    public static func parseKeyCommands(from view: UIView) -> [KeyboardShortcut] {
                                                   ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/KeyboardShortcutParser.swift:231:62: error: cannot find type 'UIViewController' in scope
    public static func parseKeyCommands(from viewController: UIViewController) -> [KeyboardShortcut] {
                                                             ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/UIAccessibility+SnapshotAdditions.swift:635:11: error: cannot find type 'UIAccessibilityCustomRotor' in scope
extension UIAccessibilityCustomRotor {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/UIAccessibility+SnapshotAdditions.swift:926:19: error: cannot find type 'UIAccessibilityCustomRotorItemResult' in scope
private extension UIAccessibilityCustomRotorItemResult {
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/Swift/Classes/UIAccessibility+SnapshotAdditions.swift:937:32: error: cannot find type 'UIAccessibilityCustomRotorItemResult' in scope
extension Array where Element: UIAccessibilityCustomRotorItemResult {
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftEmitModule normal armv7k Emitting\ module\ for\ SnapshotTesting (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
EmitSwiftModule normal armv7k (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SnapshotTesting (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
EmitSwiftModule normal arm64_32 (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriver AccessibilitySnapshotParser normal armv7k com.apple.xcode.tools.swift.compiler (in target 'AccessibilitySnapshotParser' from project 'AccessibilitySnapshot')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AccessibilitySnapshotParser -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshotParser.build/Objects-normal/armv7k/AccessibilitySnapshotParser.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/AccessibilitySnapshotParser-ObjC.modulemap -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshotParser.build/Objects-normal/armv7k -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshotParser.build/Objects-normal/armv7k/AccessibilitySnapshotParser-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshotParser.build/Objects-normal/armv7k/AccessibilitySnapshotParser.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshotParser.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshotParser.build/Objects-normal/armv7k/AccessibilitySnapshotParser_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/AccessibilitySnapshot/Parser/ObjC/include -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/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshotParser.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshotParser.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshotParser.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AccessibilitySnapshot.build/Debug-watchos/AccessibilitySnapshotParser.build/Objects-normal/armv7k/AccessibilitySnapshotParser-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stddef-D05YRTQ9FNTE56KEUWL9BFM57.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stddef-D05YRTQ9FNTE56KEUWL9BFM57.scan
SwiftEmitModule normal armv7k Emitting\ module\ for\ AccessibilitySnapshotParser (in target 'AccessibilitySnapshotParser' from project 'AccessibilitySnapshot')
EmitSwiftModule normal armv7k (in target 'AccessibilitySnapshotParser' from project 'AccessibilitySnapshot')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stddef-C7EMTH1M2REKWFWL28CAB75VL.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stddef-C7EMTH1M2REKWFWL28CAB75VL.scan
** BUILD FAILED **
The following build commands failed:
	EmitSwiftModule normal arm64 (in target 'AccessibilitySnapshotParser' from project 'AccessibilitySnapshot')
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ AccessibilitySnapshotParser (in target 'AccessibilitySnapshotParser' from project 'AccessibilitySnapshot')
	EmitSwiftModule normal arm64_32 (in target 'AccessibilitySnapshotParser' from project 'AccessibilitySnapshot')
	Building workspace spi-builder-workspace with scheme AccessibilitySnapshot-Package
(4 failures)
BUILD FAILURE 6.1 watchOS