Build Information
Failed to build AutoLayoutConvenience, reference main (870246), with Swift 6.0 for watchOS using Xcode 16.2 on 22 Mar 2026 22:01:27 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AutoLayoutConvenience -destination generic/platform=watchOSBuild Log
/Users/admin/builder/spi-builder-workspace/Sources/Base/ConditionList.swift:10:11: error: cannot find type 'UIView' in scope
extension UIView.Condition {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/ConditionList.swift:26:36: error: cannot find type 'UIView' in scope
internal class ConditionList<Item: UIView.Condition.ItemProvider>: NSObject, UIView.Condition.ConditionHandler {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/ConditionList.swift:37:22: error: cannot find type 'UIView' in scope
internal init(view: UIView) {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/ConditionList.swift:26:78: error: cannot find type 'UIView' in scope
internal class ConditionList<Item: UIView.Condition.ItemProvider>: NSObject, UIView.Condition.ConditionHandler {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/ConditionList.swift:27:26: error: cannot find type 'UIView' in scope
internal weak var view: UIView? // the view we are for, weak to not cause retain cycles.
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/ConditionList.swift:41:81: error: cannot find type 'UIView' in scope
internal func applyUpdates(_ activeItems: [Item], inactiveItems: [Item], view: UIView, animated: Bool) {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/ConditionList.swift:167:20: error: cannot find type 'UIView' in scope
internal extension UIView.Condition {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/ConstraintsList.swift:89:28: error: cannot find type 'NSLayoutConstraint' in scope
public init(constraints: [NSLayoutConstraint] = [], view: UIView? = nil, identifier: Identifier? = nil) {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/ConstraintsList.swift:89:60: error: cannot find type 'UIView' in scope
public init(constraints: [NSLayoutConstraint] = [], view: UIView? = nil, identifier: Identifier? = nil) {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/ConstraintsList.swift:97:68: error: cannot find type 'UIView' in scope
public init(capturingConstraintsIn running: () -> Void, for view: UIView? = nil) {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/ConstraintsList.swift:15:37: error: cannot find type 'UIView' in scope
public private(set) weak var view: UIView?
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/ConstraintsList.swift:18:33: error: cannot find 'NSLayoutConstraint' in scope
public private(set) var all = [NSLayoutConstraint]()
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/ConstraintsList.swift:18:32: error: cannot call value of non-function type '[Any]'
public private(set) var all = [NSLayoutConstraint]()
^ ~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/ConstraintsList.swift:24:26: error: cannot find type 'NSLayoutConstraint' in scope
public var allLeading: [NSLayoutConstraint] { allMatching(.leading, or: .leadingMargin) }
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/ConstraintsList.swift:25:27: error: cannot find type 'NSLayoutConstraint' in scope
public var allTrailing: [NSLayoutConstraint] { allMatching(.trailing, or: .trailingMargin) }
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/ConstraintsList.swift:27:22: error: cannot find type 'NSLayoutConstraint' in scope
public var allTop: [NSLayoutConstraint] { allMatching(.top, or: .topMargin) }
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/ConstraintsList.swift:28:25: error: cannot find type 'NSLayoutConstraint' in scope
public var allBottom: [NSLayoutConstraint] { allMatching(.bottom, or: .bottomMargin) }
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/ConstraintsList.swift:30:26: error: cannot find type 'NSLayoutConstraint' in scope
public var allCenterX: [NSLayoutConstraint] { allMatching(.centerX, or: .centerXWithinMargins) }
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/ConstraintsList.swift:31:26: error: cannot find type 'NSLayoutConstraint' in scope
public var allCenterY: [NSLayoutConstraint] { allMatching(.centerY, or: .centerYWithinMargins) }
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/ConstraintsList.swift:33:25: error: cannot find type 'NSLayoutConstraint' in scope
public var allHeight: [NSLayoutConstraint] { all.filter { $0.firstAttribute == .height } }
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/ConstraintsList.swift:34:24: error: cannot find type 'NSLayoutConstraint' in scope
public var allWidth: [NSLayoutConstraint] { all.filter { $0.firstAttribute == .width } }
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/ConstraintsList.swift:36:32: error: cannot find type 'NSLayoutConstraint' in scope
public var allFirstBaseline: [NSLayoutConstraint] { all.filter { $0.firstAttribute == .firstBaseline } }
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/ConstraintsList.swift:37:31: error: cannot find type 'NSLayoutConstraint' in scope
public var allLastBaseline: [NSLayoutConstraint] { all.filter { $0.firstAttribute == .lastBaseline } }
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/ConstraintsList.swift:39:22: error: cannot find type 'NSLayoutConstraint' in scope
public var others: [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/ConstraintsList.swift:62:22: error: cannot find type 'NSLayoutConstraint' in scope
public var leading: NSLayoutConstraint? { allLeading.first }
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/ConstraintsList.swift:63:23: error: cannot find type 'NSLayoutConstraint' in scope
public var trailing: NSLayoutConstraint? { allTrailing.first }
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/ConstraintsList.swift:64:18: error: cannot find type 'NSLayoutConstraint' in scope
public var top: NSLayoutConstraint? { allTop.first }
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/ConstraintsList.swift:65:21: error: cannot find type 'NSLayoutConstraint' in scope
public var bottom: NSLayoutConstraint? { allBottom.first }
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/ConstraintsList.swift:67:22: error: cannot find type 'NSLayoutConstraint' in scope
public var centerX: NSLayoutConstraint? {allCenterX.first }
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/ConstraintsList.swift:68:22: error: cannot find type 'NSLayoutConstraint' in scope
public var centerY: NSLayoutConstraint? { allCenterY.first }
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/ConstraintsList.swift:69:21: error: cannot find type 'NSLayoutConstraint' in scope
public var height: NSLayoutConstraint? { allHeight.first }
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/ConstraintsList.swift:70:20: error: cannot find type 'NSLayoutConstraint' in scope
public var width :NSLayoutConstraint? {allWidth.first }
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/ConstraintsList.swift:72:28: error: cannot find type 'NSLayoutConstraint' in scope
public var firstBaseline: NSLayoutConstraint? { allFirstBaseline.first }
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/ConstraintsList.swift:73:27: error: cannot find type 'NSLayoutConstraint' in scope
public var lastBaseline: NSLayoutConstraint? { allLastBaseline.first }
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/ConstraintsList.swift:103:62: error: cannot find type 'UIView' in scope
public static func grouped(_ running: () -> Void, for view: UIView?) -> ConstraintsList {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/ConstraintsList.swift:112:65: error: cannot find type 'NSLayoutConstraint' in scope
@discardableResult public static func activate(_ constraints: [NSLayoutConstraint?], for view: UIView?) -> ConstraintsList {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/ConstraintsList.swift:112:97: error: cannot find type 'UIView' in scope
@discardableResult public static func activate(_ constraints: [NSLayoutConstraint?], for view: UIView?) -> ConstraintsList {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/ConstraintsList.swift:123:60: error: cannot find type 'UILayoutPriority' in scope
@discardableResult public func changePriority(_ priority: UILayoutPriority) -> ConstraintsList {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/ConstraintsList.swift:149:49: error: cannot find type 'NSLayoutConstraint' in scope
public func replaceConstraints(_ constraints: [NSLayoutConstraint]) {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/ConstraintsList.swift:175:79: error: cannot find type 'UIView' in scope
public func replaceByCapturingConstraintsIn(_ running: () -> Void, for view: UIView? = nil) {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/ConstraintsList.swift:226:53: error: cannot find type 'UIView' in scope
internal typealias Interceptor = (ConstraintsList, UIView?) -> Void
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/ConstraintsList.swift:230:45: error: @escaping attribute only applies to function types
internal static func intercept(_ callback: @escaping Interceptor, while running: () -> Void) {
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/ConstraintsList.swift:239:103: error: cannot find type 'NSLayoutConstraint' in scope
private func allMatching(_ a: NSLayoutConstraint.Attribute, or b: NSLayoutConstraint.Attribute) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/ConstraintsList.swift:239:32: error: cannot find type 'NSLayoutConstraint' in scope
private func allMatching(_ a: NSLayoutConstraint.Attribute, or b: NSLayoutConstraint.Attribute) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/ConstraintsList.swift:239:69: error: cannot find type 'NSLayoutConstraint' in scope
private func allMatching(_ a: NSLayoutConstraint.Attribute, or b: NSLayoutConstraint.Attribute) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/ConstraintsListCollection.swift:17:18: error: cannot find type 'UIView' in scope
var condition: UIView.Condition
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/ConstraintsListCollection.swift:14:24: error: cannot find type 'UIView' in scope
internal struct Item: UIView.Condition.ItemProvider {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/ConstraintsListCollection.swift:21:41: error: cannot find 'UIView' in scope
internal var activeConfigurationName = UIView.Condition.ConfigurationName.main {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/ConstraintsListCollection.swift:30:58: error: cannot find type 'UIView' in scope
internal func add(_ list: ConstraintsList, conditions: [UIView.Condition]) {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/ConstraintsListCollection.swift:34:90: error: cannot find type 'UIView' in scope
override internal func applyUpdates(_ activeItems: [Item], inactiveItems: [Item], view: UIView, animated: Bool) {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/ConstraintsListCollection.swift:34:25: error: method does not override any method from its superclass
override internal func applyUpdates(_ activeItems: [Item], inactiveItems: [Item], view: UIView, animated: Bool) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Base/ConstraintsListCollection.swift:51:20: error: cannot find type 'UIView' in scope
internal extension UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/LayoutBasis.swift:36:21: error: cannot find type 'NSLayoutXAxisAnchor' in scope
var leadingAnchor: NSLayoutXAxisAnchor { get }
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasis.swift:37:22: error: cannot find type 'NSLayoutXAxisAnchor' in scope
var trailingAnchor: NSLayoutXAxisAnchor { get }
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasis.swift:38:18: error: cannot find type 'NSLayoutXAxisAnchor' in scope
var leftAnchor: NSLayoutXAxisAnchor { get }
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasis.swift:39:19: error: cannot find type 'NSLayoutXAxisAnchor' in scope
var rightAnchor: NSLayoutXAxisAnchor { get }
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasis.swift:40:17: error: cannot find type 'NSLayoutYAxisAnchor' in scope
var topAnchor: NSLayoutYAxisAnchor { get }
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasis.swift:41:20: error: cannot find type 'NSLayoutYAxisAnchor' in scope
var bottomAnchor: NSLayoutYAxisAnchor { get }
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasis.swift:42:19: error: cannot find type 'NSLayoutDimension' in scope
var widthAnchor: NSLayoutDimension { get }
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasis.swift:43:20: error: cannot find type 'NSLayoutDimension' in scope
var heightAnchor: NSLayoutDimension { get }
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasis.swift:44:21: error: cannot find type 'NSLayoutXAxisAnchor' in scope
var centerXAnchor: NSLayoutXAxisAnchor { get }
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasis.swift:45:21: error: cannot find type 'NSLayoutYAxisAnchor' in scope
var centerYAnchor: NSLayoutYAxisAnchor { get }
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasis.swift:51:27: error: cannot find type 'NSLayoutYAxisAnchor' in scope
var firstBaselineAnchor: NSLayoutYAxisAnchor { get }
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasis.swift:52:26: error: cannot find type 'NSLayoutYAxisAnchor' in scope
var lastBaselineAnchor: NSLayoutYAxisAnchor { get }
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasis.swift:56:11: error: cannot find type 'UIView' in scope
extension UIView: LayoutAnchorsProvider, BaselineLayoutAnchorsProvider {}
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/LayoutBasis.swift:57:11: error: cannot find type 'UILayoutGuide' in scope
extension UILayoutGuide: LayoutAnchorsProvider {}
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasis.swift:68:18: error: cannot find type 'UIView' in scope
case safeAreaOf(UIView)
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/LayoutBasis.swift:74:23: error: cannot find type 'UIView' in scope
case layoutMarginsOf(UIView)
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/LayoutBasis.swift:80:25: error: cannot find type 'UIView' in scope
case readableContentOf(UIView)
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/LayoutBasis.swift:63:13: error: type 'ExcludableArea' does not conform to protocol 'Equatable'
public enum ExcludableArea: Equatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasis.swift:68:18: note: associated value type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'ExcludableArea' to 'Equatable'
case safeAreaOf(UIView)
^
/Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasis.swift:74:23: note: associated value type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'ExcludableArea' to 'Equatable'
case layoutMarginsOf(UIView)
^
/Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasis.swift:80:25: note: associated value type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'ExcludableArea' to 'Equatable'
case readableContentOf(UIView)
^
Swift.==:1:24: note: candidate would match if 'ExcludableArea' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
^
Swift.FloatingPoint:2:24: note: candidate would match if 'ExcludableArea' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool
^
Swift.BinaryInteger:2:24: note: candidate would match if 'ExcludableArea' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger
^
Swift._Pointer:2:24: note: candidate would match if 'ExcludableArea' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool
^
Swift._Pointer:3:35: note: candidate would match if 'ExcludableArea' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer
^
Swift.Strideable:3:35: note: candidate would match if 'ExcludableArea' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool
^
Swift.StringProtocol:2:35: note: candidate would match if 'ExcludableArea' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol
^
Swift.SIMD:4:24: note: candidate would match if 'ExcludableArea' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool
^
CoreFoundation._CFObject:4:24: note: candidate would match if 'ExcludableArea' conformed to '_CFObject'
public static func == (left: Self, right: Self) -> Bool
^
Foundation.AttributedStringProtocol:3:24: note: candidate would match if 'ExcludableArea' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol
^
Foundation._BridgedStoredNSError:4:24: note: candidate would match if 'ExcludableArea' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasis.swift:63:13: note: add stubs for conformance
public enum ExcludableArea: Equatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasis.swift:101:16: error: cannot find type 'UIView' in scope
case relative(UIView)
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/LayoutBasis.swift:104:13: error: cannot find type 'UILayoutGuide' in scope
case guide(UILayoutGuide)
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasis.swift:110:18: error: cannot find type 'UIView' in scope
case safeAreaOf(UIView)
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/LayoutBasis.swift:116:23: error: cannot find type 'UIView' in scope
case layoutMarginsOf(UIView)
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/LayoutBasis.swift:122:25: error: cannot find type 'UIView' in scope
case readableContentOf(UIView)
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/LayoutBasis.swift:129:23: error: cannot find type 'UIScrollView' in scope
case scrollContentOf(UIScrollView)
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasis.swift:136:21: error: cannot find type 'UIScrollView' in scope
case scrollFrameOf(UIScrollView)
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasis.swift:142:26: error: cannot find type 'UIView' in scope
case keyboardSafeAreaOf(UIView)
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/LayoutBasis.swift:148:23: error: cannot find type 'UIView' in scope
case keyboardFrameOf(UIView)
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/LayoutBasis.swift:88:13: error: type 'LayoutAnchorable' does not conform to protocol 'Equatable'
public enum LayoutAnchorable: Equatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasis.swift:101:16: note: associated value type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'LayoutAnchorable' to 'Equatable'
case relative(UIView)
^
/Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasis.swift:104:13: note: associated value type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'LayoutAnchorable' to 'Equatable'
case guide(UILayoutGuide)
^
/Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasis.swift:110:18: note: associated value type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'LayoutAnchorable' to 'Equatable'
case safeAreaOf(UIView)
^
/Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasis.swift:116:23: note: associated value type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'LayoutAnchorable' to 'Equatable'
case layoutMarginsOf(UIView)
^
/Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasis.swift:122:25: note: associated value type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'LayoutAnchorable' to 'Equatable'
case readableContentOf(UIView)
^
/Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasis.swift:129:23: note: associated value type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'LayoutAnchorable' to 'Equatable'
case scrollContentOf(UIScrollView)
^
/Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasis.swift:136:21: note: associated value type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'LayoutAnchorable' to 'Equatable'
case scrollFrameOf(UIScrollView)
^
/Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasis.swift:142:26: note: associated value type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'LayoutAnchorable' to 'Equatable'
case keyboardSafeAreaOf(UIView)
^
/Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasis.swift:148:23: note: associated value type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'LayoutAnchorable' to 'Equatable'
case keyboardFrameOf(UIView)
^
Swift.==:1:24: note: candidate would match if 'LayoutAnchorable' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
^
Swift.FloatingPoint:2:24: note: candidate would match if 'LayoutAnchorable' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool
^
Swift.BinaryInteger:2:24: note: candidate would match if 'LayoutAnchorable' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger
^
Swift._Pointer:2:24: note: candidate would match if 'LayoutAnchorable' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool
^
Swift._Pointer:3:35: note: candidate would match if 'LayoutAnchorable' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer
^
Swift.Strideable:3:35: note: candidate would match if 'LayoutAnchorable' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool
^
Swift.StringProtocol:2:35: note: candidate would match if 'LayoutAnchorable' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol
^
Swift.SIMD:4:24: note: candidate would match if 'LayoutAnchorable' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool
^
CoreFoundation._CFObject:4:24: note: candidate would match if 'LayoutAnchorable' conformed to '_CFObject'
public static func == (left: Self, right: Self) -> Bool
^
Foundation.AttributedStringProtocol:3:24: note: candidate would match if 'LayoutAnchorable' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol
^
Foundation._BridgedStoredNSError:4:24: note: candidate would match if 'LayoutAnchorable' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasis.swift:88:13: note: add stubs for conformance
public enum LayoutAnchorable: Equatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasisHelper.swift:13:27: error: cannot find type 'UIView' in scope
func retargeted(to view: UIView?) -> Self
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/LayoutBasisHelper.swift:18:82: error: cannot find type 'NSLayoutDimension' in scope
static func layoutDimension(in layoutAnchorsProvider: LayoutAnchorsProvider) -> NSLayoutDimension
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasisHelper.swift:40:31: error: cannot find type 'UIView' in scope
static func relative(_ view: UIView) -> Self {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/LayoutBasisHelper.swift:45:29: error: cannot find type 'UILayoutGuide' in scope
static func guide(_ guide: UILayoutGuide) -> Self {
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasisHelper.swift:55:33: error: cannot find type 'UIView' in scope
static func safeAreaOf(_ view: UIView) -> Self {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/LayoutBasisHelper.swift:65:38: error: cannot find type 'UIView' in scope
static func layoutMarginsOf(_ view: UIView) -> Self {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/LayoutBasisHelper.swift:75:40: error: cannot find type 'UIView' in scope
static func readableContentOf(_ view: UIView) -> Self {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/LayoutBasisHelper.swift:86:38: error: cannot find type 'UIScrollView' in scope
static func scrollContentOf(_ view: UIScrollView) -> Self {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasisHelper.swift:97:36: error: cannot find type 'UIScrollView' in scope
static func scrollFrameOf(_ view: UIScrollView) -> Self {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasisHelper.swift:107:41: error: cannot find type 'UIView' in scope
static func keyboardSafeAreaOf(_ view: UIView) -> Self {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/LayoutBasisHelper.swift:117:38: error: cannot find type 'UIView' in scope
static func keyboardFrameOf(_ view: UIView) -> Self {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/LayoutBasisHelper.swift:202:89: error: cannot find type 'NSLayoutDimension' in scope
public static func layoutDimension(in layoutAnchorsProvider: LayoutAnchorsProvider) -> NSLayoutDimension {
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasisHelper.swift:213:89: error: cannot find type 'NSLayoutDimension' in scope
public static func layoutDimension(in layoutAnchorsProvider: LayoutAnchorsProvider) -> NSLayoutDimension {
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasisHelper.swift:222:34: error: cannot find type 'UIView' in scope
public func retargeted(to view: UIView?) -> Self {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/LayoutBasisHelper.swift:232:27: error: cannot find type 'UIView' in scope
func retargeted(to view: UIView?) -> Self {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/LayoutBasisHelper.swift:242:27: error: cannot find type 'UIView' in scope
func retargeted(to view: UIView?) -> Self {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/LayoutBasisHelper.swift:252:27: error: cannot find type 'UIView' in scope
func retargeted(to view: UIView?) -> Self {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/LayoutBasisHelper.swift:262:27: error: cannot find type 'UIView' in scope
func retargeted(to view: UIView?) -> Self {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/LayoutBasisHelper.swift:290:49: error: cannot find type 'UIView' in scope
public func layoutAnchorsProvider(in baseView: UIView?) -> LayoutAnchorsProvider? {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/LayoutBasisHelper.swift:340:64: error: cannot find type 'UIView' in scope
internal func excludableLayoutGuides(in baseView: UIView?) -> UIView.ExcludedAreaLayoutGuides? {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/LayoutBasisHelper.swift:340:52: error: cannot find type 'UIView' in scope
internal func excludableLayoutGuides(in baseView: UIView?) -> UIView.ExcludedAreaLayoutGuides? {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/LayoutBasisHelper.swift:353:36: error: cannot find type 'UIView' in scope
internal func retargeted(to view: UIView?) -> Self {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/LayoutBasisHelper.swift:367:36: error: cannot find type 'UIView' in scope
internal func retargeted(to view: UIView?) -> Self {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/LayoutBasisHelper.swift:408:54: error: cannot find type 'UIView' in scope
internal func targetedView(in baseView: UIView?) -> UIView? {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/LayoutBasisHelper.swift:408:42: error: cannot find type 'UIView' in scope
internal func targetedView(in baseView: UIView?) -> UIView? {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/LayoutBasisHelper.swift:414:30: error: cannot find type 'UIView' in scope
func isForSameView(as view: UIView?) -> Bool {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/LayoutBasisHelper.swift:568:103: error: cannot find type 'UIView' in scope
internal static func usableFillLayout(for layout: FillLayout?, others: [any SingleAxisLayout], view: UIView?) -> FillLayout {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/LayoutBasisHelper.swift:578:109: error: cannot find type 'UIView' in scope
internal static func usableCenterLayout(for center: MainAxisLayout?, others: [any SingleAxisLayout], view: UIView?) -> MainAxisLayout {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Base/LayoutBasisHelper.swift:640:65: error: cannot find type 'NSLayoutYAxisAnchor' in scope
internal func yAnchor(for provider: LayoutAnchorsProvider?) -> NSLayoutYAxisAnchor? {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasisHelper.swift:649:65: error: cannot find type 'NSLayoutXAxisAnchor' in scope
internal func xAnchor(for provider: LayoutAnchorsProvider?) -> NSLayoutXAxisAnchor? {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasisHelper.swift:660:64: error: cannot find type 'NSLayoutXAxisAnchor' in scope
internal func anchor(for provider: LayoutAnchorsProvider?) -> NSLayoutXAxisAnchor? {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasisHelper.swift:689:64: error: cannot find type 'NSLayoutYAxisAnchor' in scope
internal func anchor(for provider: LayoutAnchorsProvider?) -> NSLayoutYAxisAnchor? {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Creation/UIView+CommonInitializers.swift:10:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Creation/UIView+CommonInitializers.swift:33:11: error: cannot find type 'UILabel' in scope
extension UILabel {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Creation/UIView+CommonInitializers.swift:55:11: error: cannot find type 'UITextView' in scope
extension UITextView {
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Creation/UIView+CommonInitializers.swift:77:11: error: cannot find type 'UIButton' in scope
extension UIButton {
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Creation/UIView+CommonInitializers.swift:87:11: error: cannot find type 'UIImageView' in scope
extension UIImageView {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Helpers/NSLayoutConstraint+Convenience.swift:10:11: error: cannot find type 'NSLayoutConstraint' in scope
extension NSLayoutConstraint {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Helpers/UILayoutPriority+Convenience.swift:10:18: error: cannot find type 'UILayoutPriority' in scope
public extension UILayoutPriority {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Helpers/UIStackView+Convenience.swift:10:11: error: cannot find type 'UIStackView' in scope
extension UIStackView {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingCollectionView.swift:12:22: error: property does not override any property from its superclass
public override var contentSize: CGSize {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingCollectionView.swift:15:4: error: cannot find 'invalidateIntrinsicContentSize' in scope
invalidateIntrinsicContentSize()
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingCollectionView.swift:18:22: error: property does not override any property from its superclass
public override var intrinsicContentSize: CGSize { contentSize }
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingCollectionView.swift:11:40: error: cannot find type 'UICollectionView' in scope
public class AutoSizingCollectionView: UICollectionView {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTableHeaderFooterView.swift:15:19: error: cannot find type 'UIView' in scope
public let view: UIView
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/AutoSizingTableHeaderFooterView.swift:24:43: error: argument passed to call that takes no arguments
private let stackView = CallbackStackView(axis: .horizontal, alignment: .top, distribution: .fill)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTableHeaderFooterView.swift:24:51: error: cannot infer contextual base in reference to member 'horizontal'
private let stackView = CallbackStackView(axis: .horizontal, alignment: .top, distribution: .fill)
~^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTableHeaderFooterView.swift:24:75: error: cannot infer contextual base in reference to member 'top'
private let stackView = CallbackStackView(axis: .horizontal, alignment: .top, distribution: .fill)
~^~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTableHeaderFooterView.swift:24:95: error: cannot infer contextual base in reference to member 'fill'
private let stackView = CallbackStackView(axis: .horizontal, alignment: .top, distribution: .fill)
~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTableHeaderFooterView.swift:27:44: error: cannot find type 'NSLayoutConstraint' in scope
private var manualLayoutHeightConstraint: NSLayoutConstraint?
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTableHeaderFooterView.swift:30:28: error: cannot find 'UIView' in scope
private let wrapperView = UIView()
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/AutoSizingTableHeaderFooterView.swift:38:20: error: cannot find type 'UIView' in scope
public init(view: UIView) {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/AutoSizingTableHeaderFooterView.swift:59:43: error: cannot find type 'UIView' in scope
convenience init(nonAutoLayoutView view: UIView) {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/AutoSizingTableHeaderFooterView.swift:65:30: error: cannot find type 'UITableView' in scope
func presized(in tableView: UITableView) -> Self {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTableHeaderFooterView.swift:164:23: error: method does not override any method from its superclass
public override func layoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTableHeaderFooterView.swift:13:47: error: cannot find type 'UIView' in scope
public class AutoSizingTableHeaderFooterView: UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/AutoSizingTableHeaderFooterView.swift:179:45: error: cannot find type 'UIStackView' in scope
fileprivate final class CallbackStackView: UIStackView {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTableHeaderFooterView.swift:182:17: error: method does not override any method from its superclass
override func layoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTableHeaderFooterView.swift:189:11: error: cannot find type 'UITableView' in scope
extension UITableView {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTableHeaderFooterView.swift:205:11: error: cannot find type 'UITableView' in scope
extension UITableView {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTableView.swift:12:22: error: property does not override any property from its superclass
public override var contentSize: CGSize {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTableView.swift:15:4: error: cannot find 'invalidateIntrinsicContentSize' in scope
invalidateIntrinsicContentSize()
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTableView.swift:18:22: error: property does not override any property from its superclass
public override var intrinsicContentSize: CGSize { contentSize }
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTableView.swift:11:35: error: cannot find type 'UITableView' in scope
public class AutoSizingTableView: UITableView {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTextView.swift:35:36: error: cannot find 'UITextView' in scope
private let placeholderTextView = UITextView()
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTextView.swift:94:53: error: cannot find type 'NSTextContainer' in scope
public override init(frame: CGRect, textContainer: NSTextContainer?) {
^~~~~~~~~~~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:20:1: note: interface 'NSTextContainer' forward declared here
@class NSTextContainer;
^
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTextView.swift:94:18: error: initializer does not override a designated initializer from its superclass
public override init(frame: CGRect, textContainer: NSTextContainer?) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTextView.swift:104:22: error: property does not override any property from its superclass
public override var text: String! {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTextView.swift:106:4: error: cannot find 'invalidateIntrinsicContentSize' in scope
invalidateIntrinsicContentSize()
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTextView.swift:111:22: error: property does not override any property from its superclass
public override var font: UIFont? {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTextView.swift:114:4: error: cannot find 'invalidateIntrinsicContentSize' in scope
invalidateIntrinsicContentSize()
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTextView.swift:118:22: error: property does not override any property from its superclass
public override var contentInset: UIEdgeInsets {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTextView.swift:124:22: error: property does not override any property from its superclass
public override var textContainerInset: UIEdgeInsets {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTextView.swift:127:4: error: cannot find 'invalidateIntrinsicContentSize' in scope
invalidateIntrinsicContentSize()
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTextView.swift:131:22: error: property does not override any property from its superclass
public override var adjustsFontForContentSizeCategory: Bool {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTextView.swift:137:22: error: property does not override any property from its superclass
public override var bounds: CGRect {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTextView.swift:144:22: error: property does not override any property from its superclass
public override var intrinsicContentSize: CGSize {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTextView.swift:166:22: error: property does not override any property from its superclass
public override var accessibilityLabel: String? {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTextView.swift:13:34: error: cannot find type 'UITextView' in scope
public class AutoSizingTextView: UITextView {
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/CollapsableView.swift:21:27: error: cannot find 'UIView' in scope
public let contentView = UIView()
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/CollapsableView.swift:24:32: error: cannot find type 'UIView' in scope
public convenience init(view: UIView, edge: Edge = .top) {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/CollapsableView.swift:95:40: error: cannot find type 'UIView' in scope
fileprivate var edgeConditionalName: UIView.Condition.ConfigurationName {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/CollapsableView.swift:157:30: error: cannot find 'UIView' in scope
private let containerView = UIView()
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/CollapsableView.swift:158:35: error: cannot find 'UIView' in scope
private let innerContainerView = UIView()
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/CollapsableView.swift:180:75: error: cannot find type 'UIView' in scope
private func stateConditionalName(isExpanded: Bool, isVertical: Bool) -> UIView.Condition.ConfigurationName {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/CollapsableView.swift:190:21: error: method does not override any method from its superclass
open override func layoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/CollapsableView.swift:211:18: error: initializer does not override a designated initializer from its superclass
public override init(frame: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/CollapsableView.swift:19:29: error: cannot find type 'UIView' in scope
open class CollapsableView: UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/ContentWithFooterView.swift:15:25: error: cannot find 'UIStackView' in scope
public let stackView = UIStackView(axis: .vertical, insets: .zero)
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/ContentWithFooterView.swift:15:44: error: cannot infer contextual base in reference to member 'vertical'
public let stackView = UIStackView(axis: .vertical, insets: .zero)
~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/ContentWithFooterView.swift:15:63: error: cannot infer contextual base in reference to member 'zero'
public let stackView = UIStackView(axis: .vertical, insets: .zero)
~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/ScrollView/VerticalOverflowScrollView.swift:123:40: error: cannot find type 'UIView' in scope
public convenience init(with subview: UIView, horizontally: HorizontalAxisLayout = .superview, adjustsForKeyboard: Bool) {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/ContentWithFooterView.swift:16:53: error: missing argument for parameter 'frame' in call
public let scrollView = VerticalOverflowScrollView()
^
frame: <#CGRect#>
/Users/admin/builder/spi-builder-workspace/Sources/ScrollView/VerticalOverflowScrollView.swift:113:18: note: 'init(frame:)' declared here
override public init(frame: CGRect) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Other/ContentWithFooterView.swift:19:34: error: cannot find 'UIView' in scope
private let footerWrapperView = UIView()
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/ContentWithFooterView.swift:43:27: error: cannot find 'UIView' in scope
public let contentView = UIView()
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/ContentWithFooterView.swift:47:26: error: cannot find 'UIView' in scope
public let footerView = UIView()
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/ContentWithFooterView.swift:69:37: error: cannot find type 'UIView' in scope
public func addContentView(_ view: UIView) {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/ContentWithFooterView.swift:74:45: error: cannot find type 'UIView' in scope
public func addCenteredContentView(_ view: UIView) {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/ContentWithFooterView.swift:79:36: error: cannot find type 'UIView' in scope
public func addFooterView(_ view: UIView) {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/ContentWithFooterView.swift:118:75: error: cannot find type 'UITraitCollection' in scope
override public func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/ContentWithFooterView.swift:118:23: error: method does not override any method from its superclass
override public func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/ContentWithFooterView.swift:123:18: error: initializer does not override a designated initializer from its superclass
override public init(frame: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/ContentWithFooterView.swift:11:37: error: cannot find type 'UIView' in scope
public class ContentWithFooterView: UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/FixedFrameLayoutGuide.swift:39:33: error: cannot find type 'NSLayoutConstraint' in scope
private var leadingConstraint: NSLayoutConstraint?
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/FixedFrameLayoutGuide.swift:40:34: error: cannot find type 'NSLayoutConstraint' in scope
private var trailingConstraint: NSLayoutConstraint?
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/FixedFrameLayoutGuide.swift:41:29: error: cannot find type 'NSLayoutConstraint' in scope
private var topConstraint: NSLayoutConstraint?
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/FixedFrameLayoutGuide.swift:42:32: error: cannot find type 'NSLayoutConstraint' in scope
private var bottomConstraint: NSLayoutConstraint?
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/FixedFrameLayoutGuide.swift:72:39: error: cannot find type 'UIView' in scope
public override weak var owningView: UIView? {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/FixedFrameLayoutGuide.swift:72:27: error: property does not override any property from its superclass
public override weak var owningView: UIView? {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/FixedFrameLayoutGuide.swift:11:37: error: cannot find type 'UILayoutGuide' in scope
public class FixedFrameLayoutGuide: UILayoutGuide {
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/KeyboardFrameLayoutGuide.swift:16:32: error: cannot find type 'NSLayoutConstraint' in scope
private var heightConstraint: NSLayoutConstraint?
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/KeyboardFrameLayoutGuide.swift:87:34: error: cannot find type 'UIView' in scope
public override var owningView: UIView? {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/KeyboardFrameLayoutGuide.swift:87:22: error: property does not override any property from its superclass
public override var owningView: UIView? {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/KeyboardFrameLayoutGuide.swift:95:18: error: initializer does not override a designated initializer from its superclass
public override init() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/KeyboardFrameLayoutGuide.swift:12:40: error: cannot find type 'UILayoutGuide' in scope
public class KeyboardFrameLayoutGuide: UILayoutGuide {
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/KeyboardFrameLayoutGuide.swift:111:18: error: cannot find type 'UIView' in scope
public extension UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/KeyboardSafeAreaLayoutGuide.swift:17:32: error: cannot find type 'NSLayoutConstraint' in scope
private var bottomConstraint: NSLayoutConstraint?
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/KeyboardSafeAreaLayoutGuide.swift:87:34: error: cannot find type 'UIView' in scope
public override var owningView: UIView? {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/KeyboardSafeAreaLayoutGuide.swift:87:22: error: property does not override any property from its superclass
public override var owningView: UIView? {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/KeyboardSafeAreaLayoutGuide.swift:95:18: error: initializer does not override a designated initializer from its superclass
public override init() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/KeyboardSafeAreaLayoutGuide.swift:13:43: error: cannot find type 'UILayoutGuide' in scope
public class KeyboardSafeAreaLayoutGuide: UILayoutGuide {
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/KeyboardSafeAreaLayoutGuide.swift:111:18: error: cannot find type 'UIView' in scope
public extension UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/KeyboardSafeAreaLayoutGuide.swift:126:20: error: cannot find type 'UIView' in scope
internal extension UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/KeyboardTracker.swift:18:36: error: cannot find 'UIView' in scope
private(set) var animationCurve = UIView.AnimationCurve.easeInOut
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/KeyboardTracker.swift:28:56: error: cannot find type 'UIScrollView' in scope
func trackInteractiveKeyboardDismissal(in scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/KeyboardTracker.swift:32:64: error: cannot find type 'UIScrollView' in scope
func stopTrackingInteractiveKeyboardDismissal(for scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/KeyboardTracker.swift:36:39: error: cannot find type 'UIView' in scope
func boundsInScreenCoordinates(view: UIView, ignoreHierarchyTransforms: Bool, ignoreViewScrollOffset: Bool) -> CGRect {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/KeyboardTracker.swift:62:35: error: cannot find type 'UIView' in scope
func effectiveContentInset(view: UIView, ignoreHierarchyTransforms: Bool, ignoreViewScrollOffset: Bool) -> UIEdgeInsets {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/KeyboardTracker.swift:74:38: error: cannot find type 'UIView' in scope
var animationCurveAnimationOptions: UIView.AnimationOptions {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/KeyboardTracker.swift:120:52: error: cannot find type 'UIPanGestureRecognizer' in scope
@objc private func handlePan(_ gestureRecognizer: UIPanGestureRecognizer) {
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/KeyboardTracker.swift:162:53: error: cannot find type 'UIPanGestureRecognizer' in scope
private var currentlyTrackingPanGestureRecognizer: UIPanGestureRecognizer?
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/MinimumHeightTableViewCell.swift:22:4: error: cannot find 'invalidateIntrinsicContentSize' in scope
invalidateIntrinsicContentSize()
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/MinimumHeightTableViewCell.swift:27:124: error: cannot find type 'UILayoutPriority' in scope
override open func systemLayoutSizeFitting(_ targetSize: CGSize, withHorizontalFittingPriority horizontalFittingPriority: UILayoutPriority, verticalFittingPriority: UILayoutPriority) -> CGSize {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/MinimumHeightTableViewCell.swift:27:167: error: cannot find type 'UILayoutPriority' in scope
override open func systemLayoutSizeFitting(_ targetSize: CGSize, withHorizontalFittingPriority horizontalFittingPriority: UILayoutPriority, verticalFittingPriority: UILayoutPriority) -> CGSize {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/MinimumHeightTableViewCell.swift:27:21: error: method does not override any method from its superclass
override open func systemLayoutSizeFitting(_ targetSize: CGSize, withHorizontalFittingPriority horizontalFittingPriority: UILayoutPriority, verticalFittingPriority: UILayoutPriority) -> CGSize {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/MinimumHeightTableViewCell.swift:12:36: error: cannot find type 'UITableViewCell' in scope
open class MinimumHeightTableCell: UITableViewCell {
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/MultiCollapsableView.swift:22:18: error: cannot find 'UIStackView' in scope
let stackView = UIStackView(axis: .vertical, alignment: .fill, distribution: .fill, spacing: 0)
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/MultiCollapsableView.swift:22:37: error: cannot infer contextual base in reference to member 'vertical'
let stackView = UIStackView(axis: .vertical, alignment: .fill, distribution: .fill, spacing: 0)
~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/MultiCollapsableView.swift:22:59: error: cannot infer contextual base in reference to member 'fill'
let stackView = UIStackView(axis: .vertical, alignment: .fill, distribution: .fill, spacing: 0)
~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/MultiCollapsableView.swift:22:80: error: cannot infer contextual base in reference to member 'fill'
let stackView = UIStackView(axis: .vertical, alignment: .fill, distribution: .fill, spacing: 0)
~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/MultiCollapsableView.swift:25:118: error: cannot find type 'UIView' in scope
convenience init(edge: CollapsableView.Edge, animationOptions: CollapsableView.AnimationOptions = .default, views: [UIView] = []) {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/MultiCollapsableView.swift:34:28: error: cannot find type 'UIView' in scope
convenience init( views: [UIView]) {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/MultiCollapsableView.swift:42:20: error: cannot find 'UIView' in scope
open var views = [UIView]() {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/MultiCollapsableView.swift:42:19: error: cannot call value of non-function type '[Any]'
open var views = [UIView]() {
^ ~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/MultiCollapsableView.swift:64:35: error: missing argument for parameter 'animationOptions' in call
let spacer = CollapsableView()
^
animationOptions: <#CollapsableView.AnimationOptions#>
/Users/admin/builder/spi-builder-workspace/Sources/Other/CollapsableView.swift:31:21: note: 'init(animationOptions:edge:)' declared here
public convenience init(animationOptions: AnimationOptions, edge: Edge = .top) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Other/MultiCollapsableView.swift:86:35: error: missing argument for parameter 'animationOptions' in call
let spacer = CollapsableView()
^
animationOptions: <#CollapsableView.AnimationOptions#>
/Users/admin/builder/spi-builder-workspace/Sources/Other/CollapsableView.swift:31:21: note: 'init(animationOptions:edge:)' declared here
public convenience init(animationOptions: AnimationOptions, edge: Edge = .top) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Other/MultiCollapsableView.swift:125:24: error: cannot find type 'UIView' in scope
open var isExpanded: [UIView: Bool] {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/MultiCollapsableView.swift:149:31: error: cannot find type 'UIView' in scope
open func isExpanded(_ view: UIView) -> Bool {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/MultiCollapsableView.swift:178:52: error: cannot find type 'UIView' in scope
open func setIsExpanded(_ isExpanded: Bool, view: UIView, animated: Bool) {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/MultiCollapsableView.swift:191:35: error: cannot find type 'UIView' in scope
open func setIsExpanded(_ list: [UIView: Bool], animated: Bool) {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/MultiCollapsableView.swift:225:35: error: cannot find 'UIView' in scope
private var viewToIndexLookup = [UIView: Int]()
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/MultiCollapsableView.swift:225:34: error: cannot call value of non-function type '[AnyHashable : Int.Type]'
private var viewToIndexLookup = [UIView: Int]()
^ ~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/MultiCollapsableView.swift:314:18: error: initializer does not override a designated initializer from its superclass
public override init(frame: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/MultiCollapsableView.swift:21:34: error: cannot find type 'UIView' in scope
open class MultiCollapsableView: UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/NonAutoLayoutWrappingView.swift:16:19: error: cannot find type 'UIView' in scope
public var view: UIView? {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/NonAutoLayoutWrappingView.swift:20:14: error: cannot find 'addSubview' in scope
view.map {addSubview($0)}
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/NonAutoLayoutWrappingView.swift:25:20: error: cannot find type 'UIView' in scope
public init(view: UIView? = nil) {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/NonAutoLayoutWrappingView.swift:36:23: error: method does not override any method from its superclass
override public func layoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/NonAutoLayoutWrappingView.swift:13:41: error: cannot find type 'UIView' in scope
public class NonAutoLayoutWrappingView: UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/StickyFooterTableView.swift:88:45: error: cannot find type 'UITableView' in scope
public override init(frame: CGRect, style: UITableView.Style) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyBottomFooterTableView.swift:21:37: error: cannot find type 'UIBlurEffect' in scope
public var stickyFooterBlurEffect: UIBlurEffect? {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterCollectionView.swift:20:21: error: method does not override any method from its superclass
open override func performBatchUpdates(_ updates: (() -> Void)?, completion: ((Bool) -> Void)? = nil) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterCollectionView.swift:31:21: error: method does not override any method from its superclass
open override func insertSections(_ sections: IndexSet) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterCollectionView.swift:37:21: error: method does not override any method from its superclass
open override func deleteSections(_ sections: IndexSet) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterCollectionView.swift:41:21: error: method does not override any method from its superclass
open override func reloadSections(_ sections: IndexSet) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterCollectionView.swift:45:21: error: method does not override any method from its superclass
open override func moveSection(_ section: Int, toSection newSection: Int) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterCollectionView.swift:49:21: error: method does not override any method from its superclass
open override func insertItems(at indexPaths: [IndexPath]) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterCollectionView.swift:53:21: error: method does not override any method from its superclass
open override func deleteItems(at indexPaths: [IndexPath]) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterCollectionView.swift:57:21: error: method does not override any method from its superclass
open override func reloadItems(at indexPaths: [IndexPath]) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterCollectionView.swift:61:21: error: method does not override any method from its superclass
open override func moveItem(at indexPath: IndexPath, to newIndexPath: IndexPath) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterCollectionView.swift:66:21: error: method does not override any method from its superclass
open override func reconfigureItems(at indexPaths: [IndexPath]) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterCollectionView.swift:71:20: error: property does not override any property from its superclass
open override var contentSize: CGSize {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterCollectionView.swift:80:67: error: cannot find type 'UICollectionViewLayout' in scope
public override init(frame: CGRect, collectionViewLayout layout: UICollectionViewLayout) {
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterCollectionView.swift:80:18: error: initializer does not override a designated initializer from its superclass
public override init(frame: CGRect, collectionViewLayout layout: UICollectionViewLayout) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterCollectionView.swift:85:20: error: property does not override any property from its superclass
open override var bounds: CGRect {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterCollectionView.swift:92:21: error: method does not override any method from its superclass
open override func adjustedContentInsetDidChange() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterCollectionView.swift:97:21: error: method does not override any method from its superclass
open override func safeAreaInsetsDidChange() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterCollectionView.swift:102:21: error: method does not override any method from its superclass
open override func layoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterCollectionView.swift:108:42: error: cannot find type 'UIView' in scope
public override func addSubview(_ view: UIView) {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/StickyFooterCollectionView.swift:108:23: error: method does not override any method from its superclass
public override func addSubview(_ view: UIView) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterCollectionView.swift:114:45: error: cannot find type 'UIView' in scope
public override func insertSubview(_ view: UIView, at index: Int) {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/StickyFooterCollectionView.swift:114:23: error: method does not override any method from its superclass
public override func insertSubview(_ view: UIView, at index: Int) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterCollectionView.swift:120:45: error: cannot find type 'UIView' in scope
public override func insertSubview(_ view: UIView, aboveSubview siblingSubview: UIView) {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/StickyFooterCollectionView.swift:120:82: error: cannot find type 'UIView' in scope
public override func insertSubview(_ view: UIView, aboveSubview siblingSubview: UIView) {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/StickyFooterCollectionView.swift:120:23: error: method does not override any method from its superclass
public override func insertSubview(_ view: UIView, aboveSubview siblingSubview: UIView) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterCollectionView.swift:126:23: error: method does not override any method from its superclass
public override func exchangeSubview(at index1: Int, withSubviewAt index2: Int) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterCollectionView.swift:132:51: error: cannot find type 'UIView' in scope
public override func bringSubviewToFront(_ view: UIView) {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/StickyFooterCollectionView.swift:132:23: error: method does not override any method from its superclass
public override func bringSubviewToFront(_ view: UIView) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterCollectionView.swift:11:42: error: cannot find type 'UICollectionView' in scope
public class StickyFooterCollectionView: UICollectionView, StickyFooterView.Provider {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterScrollView.swift:19:20: error: property does not override any property from its superclass
open override var contentSize: CGSize {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterScrollView.swift:28:18: error: initializer does not override a designated initializer from its superclass
public override init(frame: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterScrollView.swift:33:20: error: property does not override any property from its superclass
open override var bounds: CGRect {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterScrollView.swift:40:21: error: method does not override any method from its superclass
open override func adjustedContentInsetDidChange() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterScrollView.swift:45:21: error: method does not override any method from its superclass
open override func safeAreaInsetsDidChange() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterScrollView.swift:50:21: error: method does not override any method from its superclass
open override func layoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterScrollView.swift:56:42: error: cannot find type 'UIView' in scope
public override func addSubview(_ view: UIView) {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/StickyFooterScrollView.swift:56:23: error: method does not override any method from its superclass
public override func addSubview(_ view: UIView) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterScrollView.swift:62:45: error: cannot find type 'UIView' in scope
public override func insertSubview(_ view: UIView, at index: Int) {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/StickyFooterScrollView.swift:62:23: error: method does not override any method from its superclass
public override func insertSubview(_ view: UIView, at index: Int) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterScrollView.swift:68:45: error: cannot find type 'UIView' in scope
public override func insertSubview(_ view: UIView, aboveSubview siblingSubview: UIView) {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/StickyFooterScrollView.swift:68:82: error: cannot find type 'UIView' in scope
public override func insertSubview(_ view: UIView, aboveSubview siblingSubview: UIView) {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/StickyFooterScrollView.swift:68:23: error: method does not override any method from its superclass
public override func insertSubview(_ view: UIView, aboveSubview siblingSubview: UIView) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterScrollView.swift:74:23: error: method does not override any method from its superclass
public override func exchangeSubview(at index1: Int, withSubviewAt index2: Int) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterScrollView.swift:80:51: error: cannot find type 'UIView' in scope
public override func bringSubviewToFront(_ view: UIView) {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/StickyFooterScrollView.swift:80:23: error: method does not override any method from its superclass
public override func bringSubviewToFront(_ view: UIView) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterScrollView.swift:11:38: error: cannot find type 'UIScrollView' in scope
public class StickyFooterScrollView: UIScrollView, StickyFooterView.Provider {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterTableView.swift:20:21: error: method does not override any method from its superclass
open override func performBatchUpdates(_ updates: (() -> Void)?, completion: ((Bool) -> Void)? = nil) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterTableView.swift:31:21: error: method does not override any method from its superclass
open override func beginUpdates() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterTableView.swift:36:21: error: method does not override any method from its superclass
open override func endUpdates() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterTableView.swift:41:74: error: cannot find type 'UITableView' in scope
open override func insertSections(_ sections: IndexSet, with animation: UITableView.RowAnimation) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterTableView.swift:41:21: error: method does not override any method from its superclass
open override func insertSections(_ sections: IndexSet, with animation: UITableView.RowAnimation) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterTableView.swift:45:74: error: cannot find type 'UITableView' in scope
open override func deleteSections(_ sections: IndexSet, with animation: UITableView.RowAnimation) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterTableView.swift:45:21: error: method does not override any method from its superclass
open override func deleteSections(_ sections: IndexSet, with animation: UITableView.RowAnimation) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterTableView.swift:49:74: error: cannot find type 'UITableView' in scope
open override func reloadSections(_ sections: IndexSet, with animation: UITableView.RowAnimation) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterTableView.swift:49:21: error: method does not override any method from its superclass
open override func reloadSections(_ sections: IndexSet, with animation: UITableView.RowAnimation) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterTableView.swift:53:21: error: method does not override any method from its superclass
open override func moveSection(_ section: Int, toSection newSection: Int) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterTableView.swift:57:76: error: cannot find type 'UITableView' in scope
open override func insertRows(at indexPaths: [IndexPath], with animation: UITableView.RowAnimation) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterTableView.swift:57:21: error: method does not override any method from its superclass
open override func insertRows(at indexPaths: [IndexPath], with animation: UITableView.RowAnimation) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterTableView.swift:61:76: error: cannot find type 'UITableView' in scope
open override func deleteRows(at indexPaths: [IndexPath], with animation: UITableView.RowAnimation) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterTableView.swift:61:21: error: method does not override any method from its superclass
open override func deleteRows(at indexPaths: [IndexPath], with animation: UITableView.RowAnimation) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterTableView.swift:65:76: error: cannot find type 'UITableView' in scope
open override func reloadRows(at indexPaths: [IndexPath], with animation: UITableView.RowAnimation) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterTableView.swift:65:21: error: method does not override any method from its superclass
open override func reloadRows(at indexPaths: [IndexPath], with animation: UITableView.RowAnimation) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterTableView.swift:69:21: error: method does not override any method from its superclass
open override func moveRow(at indexPath: IndexPath, to newIndexPath: IndexPath) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterTableView.swift:74:21: error: method does not override any method from its superclass
open override func reconfigureRows(at indexPaths: [IndexPath]) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterTableView.swift:79:20: error: property does not override any property from its superclass
open override var contentSize: CGSize {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterTableView.swift:88:18: error: initializer does not override a designated initializer from its superclass
public override init(frame: CGRect, style: UITableView.Style) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterTableView.swift:93:20: error: property does not override any property from its superclass
open override var bounds: CGRect {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterTableView.swift:100:21: error: method does not override any method from its superclass
open override func adjustedContentInsetDidChange() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterTableView.swift:105:21: error: method does not override any method from its superclass
open override func safeAreaInsetsDidChange() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterTableView.swift:110:21: error: method does not override any method from its superclass
open override func layoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterTableView.swift:116:42: error: cannot find type 'UIView' in scope
public override func addSubview(_ view: UIView) {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/StickyFooterTableView.swift:116:23: error: method does not override any method from its superclass
public override func addSubview(_ view: UIView) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterTableView.swift:122:45: error: cannot find type 'UIView' in scope
public override func insertSubview(_ view: UIView, at index: Int) {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/StickyFooterTableView.swift:122:23: error: method does not override any method from its superclass
public override func insertSubview(_ view: UIView, at index: Int) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterTableView.swift:128:45: error: cannot find type 'UIView' in scope
public override func insertSubview(_ view: UIView, aboveSubview siblingSubview: UIView) {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/StickyFooterTableView.swift:128:82: error: cannot find type 'UIView' in scope
public override func insertSubview(_ view: UIView, aboveSubview siblingSubview: UIView) {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/StickyFooterTableView.swift:128:23: error: method does not override any method from its superclass
public override func insertSubview(_ view: UIView, aboveSubview siblingSubview: UIView) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterTableView.swift:134:23: error: method does not override any method from its superclass
public override func exchangeSubview(at index1: Int, withSubviewAt index2: Int) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterTableView.swift:140:51: error: cannot find type 'UIView' in scope
public override func bringSubviewToFront(_ view: UIView) {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/StickyFooterTableView.swift:140:23: error: method does not override any method from its superclass
public override func bringSubviewToFront(_ view: UIView) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterTableView.swift:11:37: error: cannot find type 'UITableView' in scope
public class StickyFooterTableView: UITableView, StickyFooterView.Provider {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterView.swift:89:33: error: cannot find type 'UIBlurEffect' in scope
public var stickingBlurEffect: UIBlurEffect? {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterView.swift:197:46: error: cannot find type 'UIScrollView' in scope
internal func addToScrollView(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterView.swift:269:48: error: cannot find type 'UITableView' in scope
internal func trackTableViewUpdate(animation: UITableView.RowAnimation, _ callback: () -> Void) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterView.swift:307:47: error: cannot find type 'UIView' in scope
private final class StickyFooterWrapperView: UIView {}
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/StickyFooterView.swift:309:31: error: cannot find type 'UIScrollView' in scope
private weak var scrollView: UIScrollView?
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterView.swift:319:25: error: cannot find 'UIVisualEffectView' in scope
private let blurView = UIVisualEffectView()
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterView.swift:39:38: error: cannot find type 'UIView' in scope
public final class StickyFooterView: UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/StickyFooterView.swift:347:16: error: cannot find 'window' in scope
let scale = (window?.screen.scale ?? UIScreen.main.scale)
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterView.swift:347:40: error: cannot find 'UIScreen' in scope
let scale = (window?.screen.scale ?? UIScreen.main.scale)
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterView.swift:512:19: error: cannot convert value of type 'KeyPath<_, _>' to expected argument type 'ReferenceWritableKeyPath<T, CGFloat>'
set(scrollView, \.contentInset.bottom, to: layout.bottomInset)
^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterView.swift:513:19: error: cannot convert value of type 'KeyPath<_, _>' to expected argument type 'ReferenceWritableKeyPath<T, CGFloat>'
set(scrollView, \.contentInset.top, to: layout.topInset)
^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterView.swift:516:6: error: cannot find 'UIView' in scope
if UIView.inheritedAnimationDuration == 0,
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/StickyFooterView.swift:517:6: error: cannot find 'window' in scope
window != nil,
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterView.swift:520:4: error: cannot find 'UIView' in scope
UIView.animate(withDuration: 0.25, delay: 0, options: [.beginFromCurrentState, .allowUserInteraction], animations: {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/StickyFooterView.swift:520:60: error: reference to member 'beginFromCurrentState' cannot be resolved without a contextual type
UIView.animate(withDuration: 0.25, delay: 0, options: [.beginFromCurrentState, .allowUserInteraction], animations: {
^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterView.swift:520:84: error: reference to member 'allowUserInteraction' cannot be resolved without a contextual type
UIView.animate(withDuration: 0.25, delay: 0, options: [.beginFromCurrentState, .allowUserInteraction], animations: {
^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterView.swift:524:20: error: cannot convert value of type 'KeyPath<_, _>' to expected argument type 'ReferenceWritableKeyPath<T, CGFloat>'
set(scrollView, \.verticalScrollIndicatorInsets.bottom, to: layout.scrollIndicatorBottomInset)
^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterView.swift:527:15: error: value of type 'StickyFooterView.StickyFooterWrapperView' has no member 'transform'
wrapperView.transform = CGAffineTransform(translationX: 0, y: -layout.translation)
~~~~~~~~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterView.swift:537:69: error: cannot find 'window' in scope
if canAnimate == true && state.isSticking != layout.isSticking && window != nil {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterView.swift:538:4: error: cannot find 'UIView' in scope
UIView.animate(withDuration: 0.25, delay: 0, options: [.beginFromCurrentState, .allowUserInteraction], animations: updates)
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/Other/StickyFooterView.swift:538:60: error: reference to member 'beginFromCurrentState' cannot be resolved without a contextual type
UIView.animate(withDuration: 0.25, delay: 0, options: [.beginFromCurrentState, .allowUserInteraction], animations: updates)
^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterView.swift:538:84: error: reference to member 'allowUserInteraction' cannot be resolved without a contextual type
UIView.animate(withDuration: 0.25, delay: 0, options: [.beginFromCurrentState, .allowUserInteraction], animations: updates)
^
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterView.swift:552:6: error: cannot find 'UIView' in scope
if UIView.inheritedAnimationDuration > 0 {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/ScrollView/HorizontalOverflowScrollView.swift:13:32: error: cannot find type 'NSLayoutConstraint' in scope
private var heightConstraint: NSLayoutConstraint!
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ScrollView/HorizontalOverflowScrollView.swift:14:31: error: cannot find type 'NSLayoutConstraint' in scope
private var widthConstraint: NSLayoutConstraint!
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ScrollView/HorizontalOverflowScrollView.swift:16:44: error: cannot find type 'UIView' in scope
public func addOverflowingSubview(_ view: UIView, vertically: VerticalAxisLayout = .superview) {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/ScrollView/HorizontalOverflowScrollView.swift:43:22: error: property does not override any property from its superclass
override public var contentSize: CGSize {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/ScrollView/HorizontalOverflowScrollView.swift:46:4: error: cannot find 'invalidateIntrinsicContentSize' in scope
invalidateIntrinsicContentSize()
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ScrollView/HorizontalOverflowScrollView.swift:50:23: error: method does not override any method from its superclass
public override func adjustedContentInsetDidChange() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/ScrollView/HorizontalOverflowScrollView.swift:57:22: error: property does not override any property from its superclass
override public var intrinsicContentSize: CGSize {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/ScrollView/HorizontalOverflowScrollView.swift:61:18: error: initializer does not override a designated initializer from its superclass
override public init(frame: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/ScrollView/HorizontalOverflowScrollView.swift:71:40: error: cannot find type 'UIView' in scope
public convenience init(with subview: UIView, vertically: VerticalAxisLayout = .superview) {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/ScrollView/HorizontalOverflowScrollView.swift:12:44: error: cannot find type 'UIScrollView' in scope
public class HorizontalOverflowScrollView: UIScrollView {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ScrollView/VerticalOverflowScrollView.swift:13:32: error: cannot find type 'NSLayoutConstraint' in scope
private var heightConstraint: NSLayoutConstraint!
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ScrollView/VerticalOverflowScrollView.swift:14:31: error: cannot find type 'NSLayoutConstraint' in scope
private var widthConstraint: NSLayoutConstraint!
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ScrollView/VerticalOverflowScrollView.swift:27:44: error: cannot find type 'UIView' in scope
public func addOverflowingSubview(_ view: UIView, horizontally: HorizontalAxisLayout = .superview) {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/ScrollView/VerticalOverflowScrollView.swift:90:22: error: property does not override any property from its superclass
override public var contentSize: CGSize {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/ScrollView/VerticalOverflowScrollView.swift:93:4: error: cannot find 'invalidateIntrinsicContentSize' in scope
invalidateIntrinsicContentSize()
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ScrollView/VerticalOverflowScrollView.swift:97:23: error: method does not override any method from its superclass
public override func adjustedContentInsetDidChange() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/ScrollView/VerticalOverflowScrollView.swift:104:22: error: property does not override any property from its superclass
override public var intrinsicContentSize: CGSize {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/ScrollView/VerticalOverflowScrollView.swift:108:23: error: method does not override any method from its superclass
public override func safeAreaInsetsDidChange() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/ScrollView/VerticalOverflowScrollView.swift:113:18: error: initializer does not override a designated initializer from its superclass
override public init(frame: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/ScrollView/VerticalOverflowScrollView.swift:12:42: error: cannot find type 'UIScrollView' in scope
public class VerticalOverflowScrollView: UIScrollView {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoAdjustingHorizontalStackView.swift:24:75: error: cannot find type 'UITraitCollection' in scope
override public func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoAdjustingHorizontalStackView.swift:24:23: error: method does not override any method from its superclass
override public func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoAdjustingHorizontalStackView.swift:29:23: error: method does not override any method from its superclass
public override func didMoveToSuperview() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoAdjustingHorizontalStackView.swift:34:18: error: initializer does not override a designated initializer from its superclass
override public init(frame: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoAdjustingStackView.swift:63:3: error: unexpected ',' separator
) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoAdjustingStackView.swift:18:39: error: cannot find type 'UIView' in scope
fileprivate var conditionToInstall: UIView.Condition?
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIStackView/AutoAdjustingStackView.swift:25:33: error: cannot find type 'UIView' in scope
fileprivate init(_ condition: UIView.Condition, callback: @escaping Callback) {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIStackView/AutoAdjustingStackView.swift:57:15: error: cannot find type 'Alignment' in scope
alignment: Alignment = .fill,
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoAdjustingStackView.swift:58:18: error: cannot find type 'Distribution' in scope
distribution: Distribution = .fill,
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoAdjustingStackView.swift:60:28: error: cannot find type 'Alignment' in scope
accessibilityAlignment: Alignment? = nil,
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoAdjustingStackView.swift:61:31: error: cannot find type 'Distribution' in scope
accessibilityDistribution: Distribution? = nil,
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoAdjustingStackView.swift:80:10: error: cannot find type 'NSLayoutConstraint' in scope
axis: NSLayoutConstraint.Axis,
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoAdjustingStackView.swift:81:15: error: cannot find type 'Alignment' in scope
alignment: Alignment = .fill,
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoAdjustingStackView.swift:82:18: error: cannot find type 'Distribution' in scope
distribution: Distribution = .fill,
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoAdjustingStackView.swift:84:21: error: cannot find type 'NSLayoutConstraint' in scope
alternativeAxis: NSLayoutConstraint.Axis? = nil,
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoAdjustingStackView.swift:85:26: error: cannot find type 'Alignment' in scope
alternativeAlignment: Alignment? = nil,
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoAdjustingStackView.swift:86:29: error: cannot find type 'Distribution' in scope
alternativeDistribution: Distribution? = nil,
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoAdjustingStackView.swift:108:10: error: cannot find type 'NSLayoutConstraint' in scope
axis: NSLayoutConstraint.Axis,
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoAdjustingStackView.swift:109:15: error: cannot find type 'Alignment' in scope
alignment: Alignment = .fill,
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoAdjustingStackView.swift:110:18: error: cannot find type 'Distribution' in scope
distribution: Distribution = .fill,
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoAdjustingStackView.swift:112:21: error: cannot find type 'NSLayoutConstraint' in scope
alternativeAxis: NSLayoutConstraint.Axis? = nil,
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoAdjustingStackView.swift:113:26: error: cannot find type 'Alignment' in scope
alternativeAlignment: Alignment? = nil,
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoAdjustingStackView.swift:114:29: error: cannot find type 'Distribution' in scope
alternativeDistribution: Distribution? = nil,
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoAdjustingStackView.swift:116:29: error: cannot find type 'UIView' in scope
isAlternative condition: UIView.Condition
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIStackView/AutoAdjustingStackView.swift:212:19: error: cannot find type 'UIView' in scope
init(condition: UIView.Condition, stackView: AutoAdjustingStackView) {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIStackView/AutoAdjustingStackView.swift:152:16: error: cannot find type 'UIView' in scope
with views: [UIView] = [],
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIStackView/AutoAdjustingStackView.swift:164:15: error: cannot find type 'UIView' in scope
with views: UIView...,
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIStackView/AutoAdjustingStackView.swift:171:33: error: cannot find type 'UIView' in scope
internal var conditionHandler: UIView.Condition.ConditionHandler? {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIStackView/AutoAdjustingStackView.swift:189:75: error: cannot find type 'UITraitCollection' in scope
override public func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoAdjustingStackView.swift:189:23: error: method does not override any method from its superclass
override public func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoAdjustingStackView.swift:194:18: error: initializer does not override a designated initializer from its superclass
override public init(frame: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoAdjustingStackView.swift:12:38: error: cannot find type 'UIStackView' in scope
public class AutoAdjustingStackView: UIStackView {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoAdjustingStackView.swift:209:19: error: cannot find type 'UIView' in scope
var condition: UIView.Condition
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIStackView/AutoAdjustingStackView.swift:207:16: error: cannot find type 'UIView' in scope
struct Item: UIView.Condition.ItemProvider {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIStackView/AutoAdjustingStackView.swift:219:82: error: cannot find type 'UIView' in scope
override func applyUpdates(_ activeItems: [Item], inactiveItems: [Item], view: UIView, animated: Bool) {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIStackView/AutoAdjustingStackView.swift:219:17: error: method does not override any method from its superclass
override func applyUpdates(_ activeItems: [Item], inactiveItems: [Item], view: UIView, animated: Bool) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoAdjustingVerticalStackView.swift:30:75: error: cannot find type 'UITraitCollection' in scope
override public func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoAdjustingVerticalStackView.swift:30:23: error: method does not override any method from its superclass
override public func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoAdjustingVerticalStackView.swift:35:23: error: method does not override any method from its superclass
public override func didMoveToSuperview() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoAdjustingVerticalStackView.swift:40:18: error: initializer does not override a designated initializer from its superclass
override public init(frame: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoHidingStackView.swift:27:23: error: method does not override any method from its superclass
public override func setNeedsUpdateConstraints() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoHidingStackView.swift:14:48: error: cannot find type 'UIStackView' in scope
@objcMembers public class AutoHidingStackView: UIStackView {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/UIView+StackViewHelpers.swift:10:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIScrollView+InteractiveKeyboardDismissal.swift:10:11: error: cannot find type 'UIScrollView' in scope
extension UIScrollView {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+AligningEdges.swift:10:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+AutoLayout.swift:10:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+AutoLayout.swift:30:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+AutoLayout.swift:44:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+AutoLayout.swift:155:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+AutoLayout.swift:215:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+AutoLayout.swift:275:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+AutoLayoutBridging.swift:15:19: error: cannot find type 'UIView' in scope
public let view: UIView
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+AutoLayoutBridging.swift:19:32: error: cannot find type 'NSLayoutConstraint' in scope
public var constrainedOnAxis: NSLayoutConstraint.Axis {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+AutoLayoutBridging.swift:23:4: error: cannot find 'invalidateIntrinsicContentSize' in scope
invalidateIntrinsicContentSize()
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+AutoLayoutBridging.swift:28:20: error: cannot find type 'UIView' in scope
public init(view: UIView, constrained axis: NSLayoutConstraint.Axis = .horizontal) {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+AutoLayoutBridging.swift:28:46: error: cannot find type 'NSLayoutConstraint' in scope
public init(view: UIView, constrained axis: NSLayoutConstraint.Axis = .horizontal) {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+AutoLayoutBridging.swift:55:43: error: argument passed to call that takes no arguments
private let stackView = CallbackStackView(axis: .vertical, alignment: .fill, distribution: .fillProportionally)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+AutoLayoutBridging.swift:55:51: error: cannot infer contextual base in reference to member 'vertical'
private let stackView = CallbackStackView(axis: .vertical, alignment: .fill, distribution: .fillProportionally)
~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+AutoLayoutBridging.swift:55:73: error: cannot infer contextual base in reference to member 'fill'
private let stackView = CallbackStackView(axis: .vertical, alignment: .fill, distribution: .fillProportionally)
~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+AutoLayoutBridging.swift:55:94: error: cannot infer contextual base in reference to member 'fillProportionally'
private let stackView = CallbackStackView(axis: .vertical, alignment: .fill, distribution: .fillProportionally)
~^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+AutoLayoutBridging.swift:56:35: error: cannot find type 'UIStackView' in scope
private class CallbackStackView: UIStackView {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+AutoLayoutBridging.swift:58:17: error: method does not override any method from its superclass
override func updateConstraints() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+AutoLayoutBridging.swift:73:23: error: method does not override any method from its superclass
public override func sizeThatFits(_ size: CGSize) -> CGSize {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+AutoLayoutBridging.swift:77:22: error: property does not override any property from its superclass
public override var intrinsicContentSize: CGSize {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+AutoLayoutBridging.swift:89:23: error: method does not override any method from its superclass
public override func layoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+AutoLayoutBridging.swift:13:58: error: cannot find type 'UIView' in scope
public class ManualLayoutHostedInAutoLayoutBridgingView: UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+Centering.swift:11:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+Condition.swift:10:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+Condition.swift:29:11: error: cannot find type 'UIView' in scope
extension UIView.Condition {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+Condition.swift:87:18: error: cannot find type 'UIView' in scope
public extension UIView.Condition {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+Condition.swift:406:11: error: cannot find type 'UIView' in scope
extension UIView.Condition {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+Condition.swift:445:20: error: cannot find type 'UIView' in scope
internal extension UIView.Condition {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+Condition.swift:454:23: error: cannot find type 'UIView' in scope
fileprivate extension UIView.Condition.Kind {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+Condition.swift:510:11: error: cannot find type 'UIView' in scope
extension UIView.Condition.Kind.BoundCondition {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+Condition.swift:529:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+Conditional.swift:11:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+Conditional.swift:187:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+Defaults.swift:10:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+Defaults.swift:55:11: error: cannot find type 'UIView' in scope
extension UIView.Default {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+Defaults.swift:67:11: error: cannot find type 'UIView' in scope
extension UIView.Default {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+Defaults.swift:78:11: error: cannot find type 'UIView' in scope
extension UIView.Default.Resolved {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+DynamicConstantSize.swift:11:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+Filling.swift:10:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+ManualLayoutBridging.swift:20:24: error: cannot find type 'UILayoutPriority' in scope
var fittingPriority: UILayoutPriority {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+ManualLayoutBridging.swift:54:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+ManualLayoutBridging.swift:112:32: error: cannot find type 'UIView' in scope
public convenience init(view: UIView, sizeThatFitsBridgingMode: ManualLayoutSizeThatFitsBridgingMode = .boundedSize, layoutCallback: LayoutCallback? = nil) {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+ManualLayoutBridging.swift:124:28: error: property does not override any property from its superclass
public override class var requiresConstraintBasedLayout: Bool { true }
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+ManualLayoutBridging.swift:129:35: error: cannot find type 'UIStackView' in scope
private class CallbackStackView: UIStackView {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+ManualLayoutBridging.swift:131:17: error: method does not override any method from its superclass
override func updateConstraints() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+ManualLayoutBridging.swift:136:17: error: method does not override any method from its superclass
override func setNeedsLayout() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+ManualLayoutBridging.swift:151:23: error: method does not override any method from its superclass
public override func setNeedsLayout() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+ManualLayoutBridging.swift:172:23: error: method does not override any method from its superclass
public override func sizeThatFits(_ size: CGSize) -> CGSize {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+ManualLayoutBridging.swift:94:58: error: cannot find type 'UIView' in scope
public class AutoLayoutHostedInManualLayoutBridgingView: UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+NamedConstraintLists.swift:10:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+NegativeLayoutGuides.swift:10:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+PinningHorizontalEdge.swift:10:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+PinningPosition.swift:10:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+PinningVerticalEdge.swift:10:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+Scrollable.swift:10:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+SizeConstraints.swift:20:23: error: cannot find type 'UILayoutPriority' in scope
public var priority: UILayoutPriority = .required
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:25:51: error: cannot find type 'UILayoutPriority' in scope
public static func atLeast(_ value: T, priority: UILayoutPriority = .required, multiplier: CGFloat = 1, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:30:51: error: cannot find type 'UILayoutPriority' in scope
public static func exactly(_ value: T, priority: UILayoutPriority = .required, multiplier: CGFloat = 1, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:35:50: error: cannot find type 'UILayoutPriority' in scope
public static func atMost(_ value: T, priority: UILayoutPriority = .required, multiplier: CGFloat = 1, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:43:56: error: cannot find type 'UILayoutPriority' in scope
public static func exactly(halfOf value: T, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:49:55: error: cannot find type 'UILayoutPriority' in scope
public static func atMost(halfOf value: T, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:55:56: error: cannot find type 'UILayoutPriority' in scope
public static func atLeast(halfOf value: T, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:61:42: error: cannot find type 'UIView' in scope
public static func atLeast(sameAs view: UIView, priority: UILayoutPriority = .required, multiplier: CGFloat = 1, constant: CGFloat = 0) -> Self {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+SizeConstraints.swift:61:60: error: cannot find type 'UILayoutPriority' in scope
public static func atLeast(sameAs view: UIView, priority: UILayoutPriority = .required, multiplier: CGFloat = 1, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:67:42: error: cannot find type 'UIView' in scope
public static func exactly(sameAs view: UIView, priority: UILayoutPriority = .required, multiplier: CGFloat = 1, constant: CGFloat = 0) -> Self {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+SizeConstraints.swift:67:60: error: cannot find type 'UILayoutPriority' in scope
public static func exactly(sameAs view: UIView, priority: UILayoutPriority = .required, multiplier: CGFloat = 1, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:73:41: error: cannot find type 'UIView' in scope
public static func atMost(sameAs view: UIView, priority: UILayoutPriority = .required, multiplier: CGFloat = 1, constant: CGFloat = 0) -> Self {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+SizeConstraints.swift:73:59: error: cannot find type 'UILayoutPriority' in scope
public static func atMost(sameAs view: UIView, priority: UILayoutPriority = .required, multiplier: CGFloat = 1, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:79:42: error: cannot find type 'UIView' in scope
public static func atLeast(halfOf view: UIView, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+SizeConstraints.swift:79:60: error: cannot find type 'UILayoutPriority' in scope
public static func atLeast(halfOf view: UIView, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:85:42: error: cannot find type 'UIView' in scope
public static func exactly(halfOf view: UIView, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+SizeConstraints.swift:85:60: error: cannot find type 'UILayoutPriority' in scope
public static func exactly(halfOf view: UIView, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:91:41: error: cannot find type 'UIView' in scope
public static func atMost(halfOf view: UIView, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+SizeConstraints.swift:91:59: error: cannot find type 'UILayoutPriority' in scope
public static func atMost(halfOf view: UIView, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:97:85: error: cannot find type 'UILayoutPriority' in scope
public static func atLeast(_ value: T, multipliedBy multiplier: CGFloat, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:103:42: error: cannot find type 'UIView' in scope
public static func atLeast(sameAs view: UIView, multipliedBy multiplier: CGFloat, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+SizeConstraints.swift:103:94: error: cannot find type 'UILayoutPriority' in scope
public static func atLeast(sameAs view: UIView, multipliedBy multiplier: CGFloat, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:109:85: error: cannot find type 'UILayoutPriority' in scope
public static func exactly(_ value: T, multipliedBy multiplier: CGFloat, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:115:42: error: cannot find type 'UIView' in scope
public static func exactly(sameAs view: UIView, multipliedBy multiplier: CGFloat, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+SizeConstraints.swift:115:94: error: cannot find type 'UILayoutPriority' in scope
public static func exactly(sameAs view: UIView, multipliedBy multiplier: CGFloat, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:121:84: error: cannot find type 'UILayoutPriority' in scope
public static func atMost(_ value: T, multipliedBy multiplier: CGFloat, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:127:41: error: cannot find type 'UIView' in scope
public static func atMost(sameAs view: UIView, multipliedBy multiplier: CGFloat, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+SizeConstraints.swift:127:93: error: cannot find type 'UILayoutPriority' in scope
public static func atMost(sameAs view: UIView, multipliedBy multiplier: CGFloat, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:132:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+SizeConstraints.swift:262:58: error: cannot find type 'NSLayoutConstraint' in scope
func layoutConstraint(for anchor: NSLayoutDimension) -> NSLayoutConstraint {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:262:36: error: cannot find type 'NSLayoutDimension' in scope
func layoutConstraint(for anchor: NSLayoutDimension) -> NSLayoutConstraint {
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:278:75: error: cannot find type 'NSLayoutConstraint' in scope
func layoutConstraint(for anchor: NSLayoutDimension, in view: UIView) -> NSLayoutConstraint? {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:278:36: error: cannot find type 'NSLayoutDimension' in scope
func layoutConstraint(for anchor: NSLayoutDimension, in view: UIView) -> NSLayoutConstraint? {
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:278:64: error: cannot find type 'UIView' in scope
func layoutConstraint(for anchor: NSLayoutDimension, in view: UIView) -> NSLayoutConstraint? {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/UIView/UIView+TraitCollection.swift:11:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
SwiftEmitModule normal armv7k Emitting\ module\ for\ AutoLayoutConvenience (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.2.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/Sources/Base/Cancellable.swift /Users/admin/builder/spi-builder-workspace/Sources/Base/ConditionList.swift /Users/admin/builder/spi-builder-workspace/Sources/Base/ConstraintsList.swift /Users/admin/builder/spi-builder-workspace/Sources/Base/ConstraintsListCollection.swift /Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasis.swift /Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasisHelper.swift /Users/admin/builder/spi-builder-workspace/Sources/Creation/UIView+CommonInitializers.swift /Users/admin/builder/spi-builder-workspace/Sources/Helpers/NSDirectionalEdgeInsets+Convenience.swift /Users/admin/builder/spi-builder-workspace/Sources/Helpers/NSLayoutConstraint+Convenience.swift /Users/admin/builder/spi-builder-workspace/Sources/Helpers/UILayoutPriority+Convenience.swift /Users/admin/builder/spi-builder-workspace/Sources/Helpers/UIStackView+Convenience.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingCollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTableHeaderFooterView.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTextView.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/CollapsableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/ContentWithFooterView.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/FixedFrameLayoutGuide.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/KeyboardFrameLayoutGuide.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/KeyboardSafeAreaLayoutGuide.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/KeyboardTracker.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/MinimumHeightTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/MultiCollapsableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/NonAutoLayoutWrappingView.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/StickyBottomFooterTableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterCollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterTableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterView.swift /Users/admin/builder/spi-builder-workspace/Sources/ScrollView/HorizontalOverflowScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/ScrollView/VerticalOverflowScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoAdjustingHorizontalStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoAdjustingStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoAdjustingVerticalStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoHidingStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/UIStackView/UIView+StackViewHelpers.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIScrollView+InteractiveKeyboardDismissal.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+AligningEdges.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+AutoLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+AutoLayoutBridging.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+Centering.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+Condition.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+Conditional.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+Defaults.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+DynamicConstantSize.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+Filling.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+ManualLayoutBridging.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+NamedConstraintLists.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+NegativeLayoutGuides.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+PinningHorizontalEdge.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+PinningPosition.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+PinningVerticalEdge.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+Scrollable.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+TraitCollection.swift -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.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.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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/AutoLayoutConvenience.build/Debug-watchos/AutoLayoutConvenience.build/Objects-normal/armv7k/AutoLayoutConvenience_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.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.2.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayoutConvenience.build/Debug-watchos/AutoLayoutConvenience.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayoutConvenience.build/Debug-watchos/AutoLayoutConvenience.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayoutConvenience.build/Debug-watchos/AutoLayoutConvenience.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayoutConvenience.build/Debug-watchos/AutoLayoutConvenience.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AutoLayoutConvenience -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.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/AutoLayoutConvenience.build/Debug-watchos/AutoLayoutConvenience.build/Objects-normal/armv7k/AutoLayoutConvenience.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayoutConvenience.build/Debug-watchos/AutoLayoutConvenience.build/Objects-normal/armv7k/AutoLayoutConvenience.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayoutConvenience.build/Debug-watchos/AutoLayoutConvenience.build/Objects-normal/armv7k/AutoLayoutConvenience-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayoutConvenience.build/Debug-watchos/AutoLayoutConvenience.build/Objects-normal/armv7k/AutoLayoutConvenience-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayoutConvenience.build/Debug-watchos/AutoLayoutConvenience.build/Objects-normal/armv7k/AutoLayoutConvenience-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayoutConvenience.build/Debug-watchos/AutoLayoutConvenience.build/Objects-normal/armv7k/AutoLayoutConvenience.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayoutConvenience.build/Debug-watchos/AutoLayoutConvenience.build/Objects-normal/armv7k/AutoLayoutConvenience.abi.json
Command SwiftEmitModule failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64 Emitting\ module\ for\ AutoLayoutConvenience (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
EmitSwiftModule normal arm64 (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
SwiftEmitModule normal armv7k Emitting\ module\ for\ AutoLayoutConvenience (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
Building workspace spi-builder-workspace with scheme AutoLayoutConvenience
(4 failures)
BUILD FAILURE 6.0 watchOS