Build Information
Failed to build AutoLayoutConvenience, reference 1.3.1 (f8563c), with Swift 6.0 for watchOS using Xcode 16.2 on 23 Apr 2026 01:38:56 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:38: error: cannot find type 'UICollectionView' in scope
open 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:33: error: cannot find type 'UITableView' in scope
open class AutoSizingTableView: UITableView {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTextView.swift:34:36: error: cannot find 'UITextView' in scope
private let placeholderTextView = UITextView()
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTextView.swift:93: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:93: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:103:20: error: property does not override any property from its superclass
open override var text: String! {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTextView.swift:105:4: error: cannot find 'invalidateIntrinsicContentSize' in scope
invalidateIntrinsicContentSize()
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTextView.swift:110:20: error: property does not override any property from its superclass
open override var font: UIFont? {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTextView.swift:113:4: error: cannot find 'invalidateIntrinsicContentSize' in scope
invalidateIntrinsicContentSize()
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTextView.swift:117:20: error: property does not override any property from its superclass
open override var contentInset: UIEdgeInsets {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTextView.swift:123:20: error: property does not override any property from its superclass
open override var textContainerInset: UIEdgeInsets {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTextView.swift:126:4: error: cannot find 'invalidateIntrinsicContentSize' in scope
invalidateIntrinsicContentSize()
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTextView.swift:130:20: error: property does not override any property from its superclass
open override var adjustsFontForContentSizeCategory: Bool {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTextView.swift:136:20: error: property does not override any property from its superclass
open override var bounds: CGRect {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTextView.swift:143:20: error: property does not override any property from its superclass
open override var intrinsicContentSize: CGSize {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTextView.swift:165:20: error: property does not override any property from its superclass
open override var accessibilityLabel: String? {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTextView.swift:12:32: error: cannot find type 'UITextView' in scope
open 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: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/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:39: error: cannot find type 'UIView' in scope
open 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:114: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:29: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:40: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:46: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:50: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:54: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:58: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:62: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:66: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:70: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:75: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:80: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:89: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:89: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:94: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:101: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:106: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:111: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:117: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:117: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:123: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:123: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:129: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:129: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:129: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:135: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:141: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:141: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:20:92: error: cannot find type 'UICollectionView' in scope
open class _NonObjectiveCWorkAroundStickyFooterCollectionView<FakeGenericUnusedParameter>: 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:36: error: cannot find type 'UIScrollView' in scope
open class StickyFooterScrollView: UIScrollView, StickyFooterView.Provider {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterTableView.swift:33: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:52: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:59: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:67: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:67: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:71: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:71: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:75: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:75: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:79: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:83: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:83: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:87: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:87: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:91: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:91: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:95: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:100: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:105: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:114: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:119: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:126: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:131: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:136: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:142: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:142: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:148: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:148: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:154: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:154: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:154: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:160: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:166: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:166: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:20:87: error: cannot find type 'UITableView' in scope
open class _NonObjectiveCWorkAroundStickyFooterTableView<FakeGenericUnusedParameter>: 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:229:46: error: cannot find type 'UIScrollView' in scope
internal func addToScrollView(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterView.swift:301: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:339: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:341:31: error: cannot find type 'UIScrollView' in scope
private weak var scrollView: UIScrollView?
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterView.swift:351: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:380: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:380: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:568: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:569: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:572: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:573:6: error: cannot find 'window' in scope
window != nil,
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterView.swift:576: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:576: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:576: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:580: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:583: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:593: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:594: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:594: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:594: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:612: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:42: error: cannot find type 'UIScrollView' in scope
open 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:40: error: cannot find type 'UIScrollView' in scope
open 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/AutoHidingStackView.swift:32:49: error: cannot find type 'UIView' in scope
private var centerConstraintWorkAroundSubview: 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/AutoHidingStackView.swift:38:31: error: cannot find type 'UIStackView' in scope
open override var alignment: UIStackView.Alignment {
^~~~~~~~~~~
/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: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:163: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: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:207: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:170: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:184:75: error: cannot find type 'UITraitCollection' in scope
override public func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoAdjustingStackView.swift:184: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:189: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:204: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:202: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:214: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:214: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:33:100: error: cannot find type 'UIView' in scope
private final class WorkAroundForSingleViewSwitchingBetweenCenterAndOtherAlignmentBreakingLayout: 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/AutoHidingStackView.swift:38:20: error: property does not override any property from its superclass
open override var alignment: UIStackView.Alignment {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoHidingStackView.swift:42:7: error: cannot find 'subviews' in scope
if subviews.count == 1 && (oldValue == .center || alignment == .center) {
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoHidingStackView.swift:42:68: error: cannot infer contextual base in reference to member 'center'
if subviews.count == 1 && (oldValue == .center || alignment == .center) {
~^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoHidingStackView.swift:49:21: error: method does not override any method from its superclass
open override func layoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoHidingStackView.swift:60:21: error: method does not override any method from its superclass
open override func updateConstraints() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoHidingStackView.swift:84: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:46: error: cannot find type 'UIStackView' in scope
@objcMembers open class AutoHidingStackView: UIStackView {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AxisAndAlignment.swift:10:11: error: cannot find type 'UIStackView' in scope
extension UIStackView {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AxisAndAlignment.swift:72:11: error: cannot find type 'UIStackView' in scope
extension UIStackView.AxisAndAlignment {
^~~~~~~~~~~
/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:56: error: cannot find type 'UIView' in scope
open 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+DynamicCondition.swift:12:51: error: cannot find type 'UIView' in scope
extension DynamicallyConfigurableView where Self: 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+DynamicCondition.swift:25:14: error: cannot find type 'UIView' in scope
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/UIView/UIView+DynamicCondition.swift:47:19: error: cannot find type 'UIView' in scope
`if` 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/UIView/UIView+DynamicCondition.swift:70:104: error: cannot find type 'UIView' in scope
@discardableResult public func configure<T>(keyPath: ReferenceWritableKeyPath<Self, T>, if condition: UIView.Condition, to: T, else: T) -> 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+DynamicCondition.swift:91:11: error: cannot find type 'UIView' in scope
extension UIView: DynamicallyConfigurableView {
^~~~~~
/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+DynamicCondition.swift:164:11: error: cannot find type 'UILabel' in scope
extension UILabel {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+DynamicCondition.swift:181:11: error: cannot find type 'UITextView' in scope
extension UITextView {
^~~~~~~~~~
/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:56: error: cannot find type 'UIView' in scope
open 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;
^
** 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')
Building workspace spi-builder-workspace with scheme AutoLayoutConvenience
(3 failures)
BUILD FAILURE 6.0 watchOS