Build Information
Failed to build SwiftEntryKit, reference master (5ad36c
), with Swift 6.0 for watchOS using Xcode 16.2 on 28 Nov 2024 07:17:16 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftEntryKit -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLCompatibility.swift:11:32: error: cannot find type 'NSLayoutConstraint' in scope
public typealias QLAttribute = NSLayoutConstraint.Attribute
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLCompatibility.swift:12:31: error: cannot find type 'NSLayoutConstraint' in scope
public typealias QLRelation = NSLayoutConstraint.Relation
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLCompatibility.swift:13:27: error: cannot find type 'UIView' in scope
public typealias QLView = UIView
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLCompatibility.swift:14:31: error: cannot find type 'UILayoutPriority' in scope
public typealias QLPriority = UILayoutPriority
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLUtils.swift:36:23: error: cannot find type 'NSLayoutConstraint' in scope
public let width: NSLayoutConstraint
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLUtils.swift:37:24: error: cannot find type 'NSLayoutConstraint' in scope
public let height: NSLayoutConstraint
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLUtils.swift:44:19: error: cannot find type 'NSLayoutConstraint' in scope
public let x: NSLayoutConstraint
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLUtils.swift:45:19: error: cannot find type 'NSLayoutConstraint' in scope
public let y: NSLayoutConstraint
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLUtils.swift:52:23: error: cannot find type 'NSLayoutConstraint' in scope
public let first: NSLayoutConstraint
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLUtils.swift:53:24: error: cannot find type 'NSLayoutConstraint' in scope
public let second: NSLayoutConstraint
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift:23:52: error: cannot find type 'NSLayoutConstraint' in scope
priority: QLPriority = .required) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift:59:55: error: cannot find type 'NSLayoutConstraint' in scope
priority: QLPriority = .required) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift:129:66: error: cannot find type 'NSLayoutConstraint' in scope
priority: QLPriority = .required) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift:149:55: error: cannot find type 'NSLayoutConstraint' in scope
priority: QLPriority = .required) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/UIApplication+EKAppearance.swift:11:11: error: cannot find type 'UIApplication' in scope
extension UIApplication {
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/UIView+Shadow.swift:10:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Extensions/UIView+Shadow.swift:26:11: error: cannot find type 'CALayer' in scope
extension CALayer {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/UIView+Utils.swift:11:11: error: cannot find type 'UILabel' in scope
extension UILabel {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/UIView+Utils.swift:39:11: error: cannot find type 'UIButton' in scope
extension UIButton {
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/UIView+Utils.swift:57:11: error: cannot find type 'UIImageView' in scope
extension UIImageView {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/UIView+Utils.swift:116:11: error: cannot find type 'UITextField' in scope
extension UITextField {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKStyleView.swift:12:35: error: cannot find type 'CAShapeLayer' in scope
private lazy var borderLayer: CAShapeLayer = {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift:24:5: error: overriding declaration requires an 'override' keyword
init() {
^
override
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKStyleView.swift:10:7: note: overridden declaration is here
class EKStyleView: UIView {
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:36:24: error: cannot find type 'UIBlurEffect' in scope
let light: UIBlurEffect.Style
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:37:23: error: cannot find type 'UIBlurEffect' in scope
let dark: UIBlurEffect.Style
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift:19:35: error: cannot find type 'UIVisualEffectView' in scope
private let visualEffectView: UIVisualEffectView
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift:20:28: error: cannot find type 'UIImageView' in scope
private let imageView: UIImageView
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift:52:35: error: cannot find type 'UIBlurEffect' in scope
var backgroundEffect: UIBlurEffect?
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift:58:52: error: cannot find 'traitCollection' in scope
backgroundColor = color.color(for: traitCollection,
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EKColor.swift:49:35: error: cannot find type 'UITraitCollection' in scope
public func color(for traits: UITraitCollection,
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift:65:58: error: cannot find 'traitCollection' in scope
backgroundEffect = value.blurEffect(for: traitCollection,
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:74:71: error: cannot find type 'UIBlurEffect' in scope
mode: EKAttributes.DisplayMode) -> UIBlurEffect {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:73:48: error: cannot find type 'UITraitCollection' in scope
public func blurEffect(for traits: UITraitCollection,
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift:74:13: error: cannot find 'layer' in scope
layer.backgroundColor = backgroundColor.cgColor
^~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift:79:71: error: cannot find type 'UITraitCollection' in scope
override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift:79:19: error: method does not override any method from its superclass
override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:17:22: error: cannot find type 'UIView' in scope
class EKContentView: UIView {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:42:40: error: cannot find type 'NSLayoutConstraint' in scope
private var entranceOutConstraint: NSLayoutConstraint!
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:43:36: error: cannot find type 'NSLayoutConstraint' in scope
private var exitOutConstraint: NSLayoutConstraint!
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:44:41: error: cannot find type 'NSLayoutConstraint' in scope
private var swipeDownOutConstraint: NSLayoutConstraint!
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:45:39: error: cannot find type 'NSLayoutConstraint' in scope
private var swipeUpOutConstraint: NSLayoutConstraint!
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:46:35: error: cannot find type 'NSLayoutConstraint' in scope
private var popOutConstraint: NSLayoutConstraint!
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:47:31: error: cannot find type 'NSLayoutConstraint' in scope
private var inConstraint: NSLayoutConstraint!
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:48:39: error: cannot find type 'NSLayoutConstraint' in scope
private var resistanceConstraint: NSLayoutConstraint!
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:49:39: error: cannot find type 'NSLayoutConstraint' in scope
private var inKeyboardConstraint: NSLayoutConstraint!
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:179:128: error: cannot find type 'NSLayoutConstraint' in scope
private func setupOutConstraint(animation: EKAttributes.Animation?, messageInAnchor: QLAttribute, priority: QLPriority) -> NSLayoutConstraint {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:511:20: error: cannot find type 'UIView' in scope
let curve: UIView.AnimationOptions
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:611:41: error: cannot find type 'UIPanGestureRecognizer' in scope
@objc func panGestureRecognized(gr: UIPanGestureRecognizer) {
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:721:60: error: cannot find type 'UIGestureRecognizer' in scope
private func handleExitDelayIfNeeded(byPanState state: UIGestureRecognizer.State) {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:737:47: error: cannot find type 'UITouch' in scope
override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:737:69: error: cannot find type 'UIEvent' in scope
override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:737:19: error: method does not override any method from its superclass
override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:743:47: error: cannot find type 'UITouch' in scope
override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:743:69: error: cannot find type 'UIEvent' in scope
override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:743:19: error: method does not override any method from its superclass
override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:749:51: error: cannot find type 'UITouch' in scope
override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:749:73: error: cannot find type 'UIEvent' in scope
override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:749:19: error: method does not override any method from its superclass
override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:38:35: error: cannot find type 'UIView' in scope
private lazy var contentView: UIView = {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:14:29: error: cannot find type 'UIViewController' in scope
var viewController: UIViewController!
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:15:19: error: cannot find type 'UIView' in scope
var view: UIView!
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:18:30: error: cannot find type 'UIViewController' in scope
init(viewController: UIViewController, attributes: EKAttributes) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:24:20: error: cannot find type 'UIView' in scope
init(view: UIView, attributes: EKAttributes) {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+WindowLevel.swift:26:28: error: cannot find type 'UIWindow' in scope
case custom(level: UIWindow.Level)
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:48:14: error: value of type 'EKEntryView' has no member 'addSubview'
self.addSubview(contentContainerView)
~~~~ ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:75:29: error: cannot find type 'UIView' in scope
func transform(to view: UIView) {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:179:71: error: cannot find type 'UITraitCollection' in scope
override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:179:19: error: method does not override any method from its superclass
override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:16:29: error: cannot find type 'UIViewController' in scope
class EKRootViewController: UIViewController {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:53:18: error: property does not override any property from its superclass
override var shouldAutorotate: Bool {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:60:50: error: cannot find type 'UIInterfaceOrientationMask' in scope
override var supportedInterfaceOrientations: UIInterfaceOrientationMask {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:60:18: error: property does not override any property from its superclass
override var supportedInterfaceOrientations: UIInterfaceOrientationMask {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:78:17: error: cannot find 'UIApplication' in scope
UIApplication.shared.set(statusBarStyle: statusBar)
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:83:43: error: cannot find type 'UIStatusBarStyle' in scope
override var preferredStatusBarStyle: UIStatusBarStyle {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:83:18: error: property does not override any property from its superclass
override var preferredStatusBarStyle: UIStatusBarStyle {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:90:18: error: property does not override any property from its superclass
override var prefersStatusBarHidden: Bool {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:109:26: error: method does not override any method from its superclass
override public func loadView() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:116:26: error: method does not override any method from its superclass
override public func viewWillDisappear(_ animated: Bool) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:202:47: error: cannot find type 'UITouch' in scope
override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:202:69: error: cannot find type 'UIEvent' in scope
override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:202:19: error: method does not override any method from its superclass
override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKStyleView.swift:10:20: error: cannot find type 'UIView' in scope
class EKStyleView: UIView {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKStyleView.swift:50:19: error: method does not override any method from its superclass
override func layoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindow.swift:11:17: error: cannot find type 'UIWindow' in scope
class EKWindow: UIWindow {
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindow.swift:15:23: error: cannot find type 'UIViewController' in scope
init(with rootVC: UIViewController) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindow.swift:35:70: error: cannot find type 'UIView' in scope
override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindow.swift:35:57: error: cannot find type 'UIEvent' in scope
override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindow.swift:35:19: error: method does not override any method from its superclass
override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindowProvider.swift:24:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'EKWindowProvider' may have shared mutable state; this is an error in the Swift 6 language mode
static let shared = EKWindowProvider()
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindowProvider.swift:11:13: note: class 'EKWindowProvider' does not conform to the 'Sendable' protocol
final class EKWindowProvider: EntryPresenterDelegate {
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindowProvider.swift:24:16: note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
static let shared = EKWindowProvider()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindowProvider.swift:24:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let shared = EKWindowProvider()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindowProvider.swift:38:42: error: cannot find type 'UIWindow' in scope
private weak var mainRollbackWindow: UIWindow?
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:60:31: warning: static property 'value' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var value = QueueingHeuristic.priority
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:60:31: note: convert 'value' to a 'let' constant to make 'Sendable' shared state immutable
public static var value = QueueingHeuristic.priority
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:60:31: note: annotate 'value' with '@MainActor' if property should only be accessed from the main actor
public static var value = QueueingHeuristic.priority
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:60:31: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var value = QueueingHeuristic.priority
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindowProvider.swift:136:29: error: cannot find type 'UIView' in scope
func transform(to view: UIView) {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindowProvider.swift:141:24: error: cannot find type 'UIView' in scope
func display(view: UIView, using attributes: EKAttributes, presentInsideKeyWindow: Bool, rollbackWindow: SwiftEntryKit.RollbackWindow) {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindowProvider.swift:147:34: error: cannot find type 'UIViewController' in scope
func display(viewController: UIViewController, using attributes: EKAttributes, presentInsideKeyWindow: Bool, rollbackWindow: SwiftEntryKit.RollbackWindow) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWrapperView.swift:11:22: error: cannot find type 'UIView' in scope
class EKWrapperView: UIView {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWrapperView.swift:13:70: error: cannot find type 'UIView' in scope
override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWrapperView.swift:13:57: error: cannot find type 'UIEvent' in scope
override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWrapperView.swift:13:19: error: method does not override any method from its superclass
override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftEntryKit.swift:41:29: error: cannot find type 'UIWindow' in scope
case custom(window: UIWindow)
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKAlertMessageView.swift:14:49: error: cannot find type 'NSLayoutConstraint' in scope
private var buttonsBarCompressedConstraint: NSLayoutConstraint!
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKAlertMessageView.swift:15:47: error: cannot find type 'NSLayoutConstraint' in scope
private var buttonsBarExpandedConstraint: NSLayoutConstraint!
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKFormMessageView.swift:16:30: error: cannot find 'UILabel' in scope
private let titleLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKFormMessageView.swift:17:30: error: cannot find 'UIScrollView' in scope
private let scrollView = UIScrollView()
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKFormMessageView.swift:120:78: error: cannot find type 'UITraitCollection' in scope
public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKFormMessageView.swift:120:26: error: method does not override any method from its superclass
public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKFormMessageView.swift:10:39: error: cannot find type 'UIView' in scope
final public class EKFormMessageView: UIView {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:15:30: error: cannot find 'UILabel' in scope
private let titleLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:16:33: error: cannot find 'UILabel' in scope
private let subtitleLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:19:32: error: cannot find type 'NSLayoutConstraint' in scope
private var topConstraint: NSLayoutConstraint!
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:20:35: error: cannot find type 'NSLayoutConstraint' in scope
private var bottomConstraint: NSLayoutConstraint!
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:21:41: error: cannot find type 'NSLayoutConstraint' in scope
private var labelsOffsetConstraint: NSLayoutConstraint!
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:63:13: error: cannot find 'layoutIfNeeded' in scope
layoutIfNeeded()
^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:71:13: error: cannot find 'layoutIfNeeded' in scope
layoutIfNeeded()
^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:78:13: error: cannot find 'layoutIfNeeded' in scope
layoutIfNeeded()
^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:116:78: error: cannot find type 'UITraitCollection' in scope
public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:116:26: error: method does not override any method from its superclass
public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:11:36: error: cannot find type 'UIView' in scope
public class EKMessageContentView: UIView {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKNotificationMessageView.swift:14:27: error: cannot find type 'UILabel' in scope
private var auxLabel: UILabel!
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKNotificationMessageView.swift:67:78: error: cannot find type 'UITraitCollection' in scope
public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKNotificationMessageView.swift:67:26: error: method does not override any method from its superclass
public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift:15:28: error: cannot find type 'UIImageView' in scope
private var imageView: UIImageView!
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift:16:30: error: cannot find 'UILabel' in scope
private let titleLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift:17:36: error: cannot find 'UILabel' in scope
private let descriptionLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift:18:32: error: cannot find 'UIButton' in scope
private let actionButton = UIButton()
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift:97:78: error: cannot find type 'UITraitCollection' in scope
public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift:97:26: error: method does not override any method from its superclass
public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift:11:40: error: cannot find type 'UIView' in scope
final public class EKPopUpMessageView: UIView {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKRatingMessageView.swift:11:41: error: cannot find type 'UIView' in scope
final public class EKRatingMessageView: UIView, EntryAppearanceDescriptor {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKSimpleMessageView.swift:13:25: error: cannot find type 'UIImageView' in scope
var thumbImageView: UIImageView!
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKSimpleMessageView.swift:55:78: error: cannot find type 'UITraitCollection' in scope
public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKSimpleMessageView.swift:55:26: error: method does not override any method from its superclass
public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKSimpleMessageView.swift:10:35: error: cannot find type 'UIView' in scope
public class EKSimpleMessageView: UIView {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:55:42: error: cannot find type 'NSLayoutConstraint' in scope
private lazy var expandedConstraint: NSLayoutConstraint = {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:22:34: error: cannot find type 'UIView' in scope
private var separatorViews: [UIView] = []
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:27:31: error: cannot find type 'NSLayoutConstraint' in scope
private let relativeEdge: NSLayoutConstraint.Attribute
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:54:39: error: cannot find type 'NSLayoutConstraint' in scope
private var compressedConstraint: NSLayoutConstraint!
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:82:26: error: method does not override any method from its superclass
public override func layoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:117:49: error: cannot find type 'UIView' in scope
private func setupSeperatorView(after view: UIView) {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:188:78: error: cannot find type 'UITraitCollection' in scope
public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:188:26: error: method does not override any method from its superclass
public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:17:37: error: cannot find type 'UIView' in scope
final public class EKButtonBarView: UIView {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonView.swift:11:27: error: cannot find type 'UIView' in scope
final class EKButtonView: UIView {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonView.swift:15:26: error: cannot find 'UIButton' in scope
private let button = UIButton()
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonView.swift:16:30: error: cannot find 'UILabel' in scope
private let titleLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonView.swift:94:71: error: cannot find type 'UITraitCollection' in scope
override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonView.swift:94:19: error: method does not override any method from its superclass
override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKRatingSymbolView.swift:13:26: error: cannot find 'UIButton' in scope
private let button = UIButton()
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKRatingSymbolView.swift:14:29: error: cannot find 'UIImageView' in scope
private let imageView = UIImageView()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKRatingSymbolView.swift:11:40: error: cannot find type 'UIView' in scope
final public class EKRatingSymbolView: UIView {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKRatingSymbolsContainerView.swift:11:50: error: cannot find type 'UIView' in scope
final public class EKRatingSymbolsContainerView: UIView {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKTextField.swift:19:29: error: cannot find 'UIImageView' in scope
private let imageView = UIImageView()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKTextField.swift:20:29: error: cannot find 'UITextField' in scope
private let textField = UITextField()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKTextField.swift:21:33: error: cannot find 'UIView' in scope
private let separatorView = UIView()
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKTextField.swift:82:78: error: cannot find type 'UITraitCollection' in scope
public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKTextField.swift:82:26: error: method does not override any method from its superclass
public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKTextField.swift:11:33: error: cannot find type 'UIView' in scope
final public class EKTextField: UIView {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKAccessoryNoteMessageView.swift:13:31: error: cannot find 'UIView' in scope
private let contentView = UIView()
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKAccessoryNoteMessageView.swift:15:24: error: cannot find type 'UIView' in scope
var accessoryView: UIView!
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKAccessoryNoteMessageView.swift:10:42: error: cannot find type 'UIView' in scope
public class EKAccessoryNoteMessageView: UIView {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKNoteMessageView.swift:14:25: error: cannot find 'UILabel' in scope
private let label = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKNoteMessageView.swift:23:13: error: cannot find 'layoutIfNeeded' in scope
layoutIfNeeded()
^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKNoteMessageView.swift:31:13: error: cannot find 'layoutIfNeeded' in scope
layoutIfNeeded()
^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKNoteMessageView.swift:11:33: error: cannot find type 'UIView' in scope
public class EKNoteMessageView: UIView {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKProcessingNoteMessageView.swift:33:75: error: cannot find type 'UIActivityIndicatorView' in scope
public init(with content: EKProperty.LabelContent, activityIndicator: UIActivityIndicatorView.Style) {
^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKProcessingNoteMessageView.swift:14:40: error: cannot find type 'UIActivityIndicatorView' in scope
private var activityIndicatorView: UIActivityIndicatorView!
^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKProcessingNoteMessageView.swift:38:82: error: cannot find type 'UIActivityIndicatorView' in scope
private func setup(with content: EKProperty.LabelContent, activityIndicator: UIActivityIndicatorView.Style, setProcessing: Bool = true) {
^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKXStatusBarMessageView.swift:14:32: error: cannot find 'UILabel' in scope
private let leadingLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKXStatusBarMessageView.swift:15:33: error: cannot find 'UILabel' in scope
private let trailingLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKXStatusBarMessageView.swift:11:39: error: cannot find type 'UIView' in scope
public class EKXStatusBarMessageView: UIView {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:148:33: error: cannot find type 'UIView' in scope
public var contentMode: UIView.ContentMode
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:130:59: error: cannot find type 'UIView' in scope
case animate(duration: TimeInterval, options: UIView.AnimationOptions, transform: CGAffineTransform)
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKNotificationMessage.swift:22:27: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var `default` = Insets()
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKNotificationMessage.swift:22:27: note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
public static var `default` = Insets()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Source/Model/EKNotificationMessage.swift:22:27: note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
public static var `default` = Insets()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/Model/EKNotificationMessage.swift:22:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var `default` = Insets()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:53:58: error: cannot find type 'UITraitCollection' in scope
public func backgroundColor(for traitCollection: UITraitCollection) -> UIColor {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:57:69: error: cannot find type 'UITraitCollection' in scope
public func highlightedBackgroundColor(for traitCollection: UITraitCollection) -> UIColor {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:61:63: error: cannot find type 'UITraitCollection' in scope
public func highlighedLabelColor(for traitCollection: UITraitCollection) -> UIColor {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:120:48: error: cannot find type 'UITraitCollection' in scope
public func color(for traitCollection: UITraitCollection) -> UIColor {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:166:34: error: cannot find type 'UIView' in scope
contentMode: UIView.ContentMode = .scaleToFill,
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:185:34: error: cannot find type 'UIView' in scope
contentMode: UIView.ContentMode = .scaleToFill,
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:205:34: error: cannot find type 'UIView' in scope
contentMode: UIView.ContentMode = .scaleToFill,
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:225:34: error: cannot find type 'UIView' in scope
contentMode: UIView.ContentMode = .scaleToFill,
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:258:52: error: cannot find type 'UITraitCollection' in scope
public func tintColor(for traitCollection: UITraitCollection) -> UIColor? {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:271:35: error: cannot find type 'UITextFieldDelegate' in scope
public weak var delegate: UITextFieldDelegate?
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:272:34: error: cannot find type 'UIKeyboardType' in scope
public var keyboardType: UIKeyboardType
^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:291:31: error: cannot find type 'UITextFieldDelegate' in scope
public init(delegate: UITextFieldDelegate? = nil,
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:292:35: error: cannot find type 'UIKeyboardType' in scope
keyboardType: UIKeyboardType = .default,
^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:313:52: error: cannot find type 'UITraitCollection' in scope
public func tintColor(for traitCollection: UITraitCollection) -> UIColor? {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:317:60: error: cannot find type 'UITraitCollection' in scope
public func bottomBorderColor(for traitCollection: UITraitCollection) -> UIColor? {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:374:57: error: cannot find type 'UITraitCollection' in scope
public func separatorColor(for traitCollection: UITraitCollection) -> UIColor {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:39:32: error: cannot find type 'UIBlurEffect' in scope
public init(style: UIBlurEffect.Style) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:44:32: error: cannot find type 'UIBlurEffect' in scope
public init(light: UIBlurEffect.Style, dark: UIBlurEffect.Style) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:44:58: error: cannot find type 'UIBlurEffect' in scope
public init(light: UIBlurEffect.Style, dark: UIBlurEffect.Style) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:51:70: error: cannot find type 'UIBlurEffect' in scope
mode: EKAttributes.DisplayMode) -> UIBlurEffect.Style {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:50:47: error: cannot find type 'UITraitCollection' in scope
public func blurStyle(for traits: UITraitCollection,
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:17:23: error: type 'EKAttributes.BackgroundStyle.BlurStyle' does not conform to protocol 'Equatable'
public struct BlurStyle: Equatable {
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:36:17: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'EKAttributes.BackgroundStyle.BlurStyle' to 'Equatable'
let light: UIBlurEffect.Style
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:37:17: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'EKAttributes.BackgroundStyle.BlurStyle' to 'Equatable'
let dark: UIBlurEffect.Style
^
Swift.==:1:24: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' 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 'EKAttributes.BackgroundStyle.BlurStyle' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool
^
Swift.BinaryInteger:2:24: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger
^
Swift._Pointer:2:24: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool
^
Swift._Pointer:3:35: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' 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 'EKAttributes.BackgroundStyle.BlurStyle' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool
^
Swift.StringProtocol:2:35: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' 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 'EKAttributes.BackgroundStyle.BlurStyle' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool
^
CoreFoundation._CFObject:4:24: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' conformed to '_CFObject'
public static func == (left: Self, right: Self) -> Bool
^
Foundation.AttributedStringProtocol:3:24: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol
^
Foundation._BridgedStoredNSError:4:24: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:17:23: note: add stubs for conformance
public struct BlurStyle: Equatable {
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+HapticFeedback.swift:21:20: error: cannot find type 'UINotificationFeedbackGenerator' in scope
var value: UINotificationFeedbackGenerator.FeedbackType? {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:136:16: warning: static property 'max' is not concurrency-safe because non-'Sendable' type 'EKAttributes.Precedence.Priority' may have shared mutable state; this is an error in the Swift 6 language mode
static let max = EKAttributes.Precedence.Priority(rawValue: maxRawValue)
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:28:23: note: consider making struct 'Priority' conform to the 'Sendable' protocol
public struct Priority: Hashable, Equatable, RawRepresentable, Comparable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:136:16: note: annotate 'max' with '@MainActor' if property should only be accessed from the main actor
static let max = EKAttributes.Precedence.Priority(rawValue: maxRawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:136:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let max = EKAttributes.Precedence.Priority(rawValue: maxRawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:137:16: warning: static property 'high' is not concurrency-safe because non-'Sendable' type 'EKAttributes.Precedence.Priority' may have shared mutable state; this is an error in the Swift 6 language mode
static let high = EKAttributes.Precedence.Priority(rawValue: highRawValue)
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:28:23: note: consider making struct 'Priority' conform to the 'Sendable' protocol
public struct Priority: Hashable, Equatable, RawRepresentable, Comparable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:137:16: note: annotate 'high' with '@MainActor' if property should only be accessed from the main actor
static let high = EKAttributes.Precedence.Priority(rawValue: highRawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:137:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let high = EKAttributes.Precedence.Priority(rawValue: highRawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:138:16: warning: static property 'normal' is not concurrency-safe because non-'Sendable' type 'EKAttributes.Precedence.Priority' may have shared mutable state; this is an error in the Swift 6 language mode
static let normal = EKAttributes.Precedence.Priority(rawValue: normalRawValue)
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:28:23: note: consider making struct 'Priority' conform to the 'Sendable' protocol
public struct Priority: Hashable, Equatable, RawRepresentable, Comparable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:138:16: note: annotate 'normal' with '@MainActor' if property should only be accessed from the main actor
static let normal = EKAttributes.Precedence.Priority(rawValue: normalRawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:138:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let normal = EKAttributes.Precedence.Priority(rawValue: normalRawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:139:16: warning: static property 'low' is not concurrency-safe because non-'Sendable' type 'EKAttributes.Precedence.Priority' may have shared mutable state; this is an error in the Swift 6 language mode
static let low = EKAttributes.Precedence.Priority(rawValue: lowRawValue)
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:28:23: note: consider making struct 'Priority' conform to the 'Sendable' protocol
public struct Priority: Hashable, Equatable, RawRepresentable, Comparable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:139:16: note: annotate 'low' with '@MainActor' if property should only be accessed from the main actor
static let low = EKAttributes.Precedence.Priority(rawValue: lowRawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:139:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let low = EKAttributes.Precedence.Priority(rawValue: lowRawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:140:16: warning: static property 'min' is not concurrency-safe because non-'Sendable' type 'EKAttributes.Precedence.Priority' may have shared mutable state; this is an error in the Swift 6 language mode
static let min = EKAttributes.Precedence.Priority(rawValue: minRawValue)
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:28:23: note: consider making struct 'Priority' conform to the 'Sendable' protocol
public struct Priority: Hashable, Equatable, RawRepresentable, Comparable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:140:16: note: annotate 'min' with '@MainActor' if property should only be accessed from the main actor
static let min = EKAttributes.Precedence.Priority(rawValue: minRawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:140:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let min = EKAttributes.Precedence.Priority(rawValue: minRawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Presets.swift:13:16: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var `default` = EKAttributes()
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Presets.swift:13:16: note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
static var `default` = EKAttributes()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Presets.swift:13:16: note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
static var `default` = EKAttributes()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Presets.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var `default` = EKAttributes()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+StatusBar.swift:17:62: error: cannot find type 'UIStatusBarStyle' in scope
public typealias Appearance = (visible: Bool, style: UIStatusBarStyle)
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+StatusBar.swift:82:42: error: cannot find type 'UIStatusBarStyle' in scope
private static var currentStyle: UIStatusBarStyle {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+WindowLevel.swift:29:27: error: cannot find type 'UIWindow' in scope
public var value: UIWindow.Level {
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/SwiftEntryKit.swift:56:30: error: cannot find type 'UIWindow' in scope
public class var window: UIWindow? {
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/SwiftEntryKit.swift:108:43: error: cannot find type 'UIView' in scope
public class func display(entry view: UIView, using attributes: EKAttributes, presentInsideKeyWindow: Bool = false, rollbackWindow: RollbackWindow = .main) {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/SwiftEntryKit.swift:123:53: error: cannot find type 'UIViewController' in scope
public class func display(entry viewController: UIViewController, using attributes: EKAttributes, presentInsideKeyWindow: Bool = false, rollbackWindow: RollbackWindow = .main) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/SwiftEntryKit.swift:136:42: error: cannot find type 'UIView' in scope
public class func transform(to view: UIView) {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Utils/GradientView.swift:11:21: error: cannot find type 'UIView' in scope
class GradientView: UIView {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Utils/GradientView.swift:27:33: error: cannot find 'CAGradientLayer' in scope
private let gradientLayer = CAGradientLayer()
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Utils/GradientView.swift:44:19: error: method does not override any method from its superclass
override func layoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/Utils/GradientView.swift:60:71: error: cannot find type 'UITraitCollection' in scope
override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/Utils/GradientView.swift:60:19: error: method does not override any method from its superclass
override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/Utils/UIView+Responder.swift:10:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftEntryKit (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLCompatibility.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLUtils.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIView+QLContentWrap.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIView+QuickLayout.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/UIApplication+EKAppearance.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/UIColor+Utils.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/UIEdgeInsets+Utils.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/UIRectCorner+Short.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/UIView+Shadow.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/UIView+Utils.swift /Users/admin/builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift /Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift /Users/admin/builder/spi-builder-workspace/Source/Infra/EKEntryView.swift /Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift /Users/admin/builder/spi-builder-workspace/Source/Infra/EKStyleView.swift /Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindow.swift /Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindowProvider.swift /Users/admin/builder/spi-builder-workspace/Source/Infra/EKWrapperView.swift /Users/admin/builder/spi-builder-workspace/Source/Infra/EntryCachingHeuristic.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKAlertMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKFormMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKNotificationMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKRatingMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKSimpleMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKRatingSymbolView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKRatingSymbolsContainerView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKTextField.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EntryAppearanceDescriptor.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKAccessoryNoteMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKImageNoteMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKNoteMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKProcessingNoteMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKXStatusBarMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EKAlertMessage.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EKColor.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EKNotificationMessage.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EKPopUpMessage.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EKRatingMessage.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EKSimpleMessage.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Animation.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+DisplayMode.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Duration.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+FrameStyle.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+HapticFeedback.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+LifecycleActions.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+PopBehavior.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Position.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+PositionConstraints.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Presets.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Scroll.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Shadow.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+StatusBar.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+UserInteraction.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Validations.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+WindowLevel.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes.swift /Users/admin/builder/spi-builder-workspace/Source/SwiftEntryKit.swift /Users/admin/builder/spi-builder-workspace/Source/Utils/GradientView.swift /Users/admin/builder/spi-builder-workspace/Source/Utils/HapticFeedbackGenerator.swift /Users/admin/builder/spi-builder-workspace/Source/Utils/UIView+Responder.swift -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/arm64/SwiftEntryKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftEntryKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/arm64/SwiftEntryKit.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/arm64/SwiftEntryKit.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/arm64/SwiftEntryKit-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/arm64/SwiftEntryKit-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/arm64/SwiftEntryKit-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/arm64/SwiftEntryKit.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/arm64/SwiftEntryKit.abi.json
EmitSwiftModule normal arm64 (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLCompatibility.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLUtils.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIView+QLContentWrap.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIView+QuickLayout.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/UIApplication+EKAppearance.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/UIColor+Utils.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/UIEdgeInsets+Utils.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/UIRectCorner+Short.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/UIView+Shadow.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/UIView+Utils.swift /Users/admin/builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift /Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift /Users/admin/builder/spi-builder-workspace/Source/Infra/EKEntryView.swift /Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift /Users/admin/builder/spi-builder-workspace/Source/Infra/EKStyleView.swift /Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindow.swift /Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindowProvider.swift /Users/admin/builder/spi-builder-workspace/Source/Infra/EKWrapperView.swift /Users/admin/builder/spi-builder-workspace/Source/Infra/EntryCachingHeuristic.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKAlertMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKFormMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKNotificationMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKRatingMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKSimpleMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKRatingSymbolView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKRatingSymbolsContainerView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKTextField.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EntryAppearanceDescriptor.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKAccessoryNoteMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKImageNoteMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKNoteMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKProcessingNoteMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKXStatusBarMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EKAlertMessage.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EKColor.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EKNotificationMessage.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EKPopUpMessage.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EKRatingMessage.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EKSimpleMessage.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Animation.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+DisplayMode.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Duration.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+FrameStyle.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+HapticFeedback.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+LifecycleActions.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+PopBehavior.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Position.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+PositionConstraints.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Presets.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Scroll.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Shadow.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+StatusBar.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+UserInteraction.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Validations.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+WindowLevel.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes.swift /Users/admin/builder/spi-builder-workspace/Source/SwiftEntryKit.swift /Users/admin/builder/spi-builder-workspace/Source/Utils/GradientView.swift /Users/admin/builder/spi-builder-workspace/Source/Utils/HapticFeedbackGenerator.swift /Users/admin/builder/spi-builder-workspace/Source/Utils/UIView+Responder.swift -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/arm64/SwiftEntryKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftEntryKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/arm64/SwiftEntryKit.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/arm64/SwiftEntryKit.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/arm64/SwiftEntryKit-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/arm64/SwiftEntryKit-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/arm64/SwiftEntryKit-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/arm64/SwiftEntryKit.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/arm64/SwiftEntryKit.abi.json
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLCompatibility.swift:11:32: error: cannot find type 'NSLayoutConstraint' in scope
public typealias QLAttribute = NSLayoutConstraint.Attribute
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLCompatibility.swift:12:31: error: cannot find type 'NSLayoutConstraint' in scope
public typealias QLRelation = NSLayoutConstraint.Relation
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLCompatibility.swift:13:27: error: cannot find type 'UIView' in scope
public typealias QLView = UIView
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLCompatibility.swift:14:31: error: cannot find type 'UILayoutPriority' in scope
public typealias QLPriority = UILayoutPriority
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLUtils.swift:36:23: error: cannot find type 'NSLayoutConstraint' in scope
public let width: NSLayoutConstraint
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLUtils.swift:37:24: error: cannot find type 'NSLayoutConstraint' in scope
public let height: NSLayoutConstraint
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLUtils.swift:44:19: error: cannot find type 'NSLayoutConstraint' in scope
public let x: NSLayoutConstraint
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLUtils.swift:45:19: error: cannot find type 'NSLayoutConstraint' in scope
public let y: NSLayoutConstraint
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLUtils.swift:52:23: error: cannot find type 'NSLayoutConstraint' in scope
public let first: NSLayoutConstraint
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLUtils.swift:53:24: error: cannot find type 'NSLayoutConstraint' in scope
public let second: NSLayoutConstraint
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift:23:52: error: cannot find type 'NSLayoutConstraint' in scope
priority: QLPriority = .required) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift:59:55: error: cannot find type 'NSLayoutConstraint' in scope
priority: QLPriority = .required) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift:129:66: error: cannot find type 'NSLayoutConstraint' in scope
priority: QLPriority = .required) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift:149:55: error: cannot find type 'NSLayoutConstraint' in scope
priority: QLPriority = .required) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/UIApplication+EKAppearance.swift:11:11: error: cannot find type 'UIApplication' in scope
extension UIApplication {
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/UIView+Shadow.swift:10:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Extensions/UIView+Shadow.swift:26:11: error: cannot find type 'CALayer' in scope
extension CALayer {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/UIView+Utils.swift:11:11: error: cannot find type 'UILabel' in scope
extension UILabel {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/UIView+Utils.swift:39:11: error: cannot find type 'UIButton' in scope
extension UIButton {
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/UIView+Utils.swift:57:11: error: cannot find type 'UIImageView' in scope
extension UIImageView {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/UIView+Utils.swift:116:11: error: cannot find type 'UITextField' in scope
extension UITextField {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKStyleView.swift:12:35: error: cannot find type 'CAShapeLayer' in scope
private lazy var borderLayer: CAShapeLayer = {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift:24:5: error: overriding declaration requires an 'override' keyword
init() {
^
override
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKStyleView.swift:10:7: note: overridden declaration is here
class EKStyleView: UIView {
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:36:24: error: cannot find type 'UIBlurEffect' in scope
let light: UIBlurEffect.Style
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:37:23: error: cannot find type 'UIBlurEffect' in scope
let dark: UIBlurEffect.Style
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift:19:35: error: cannot find type 'UIVisualEffectView' in scope
private let visualEffectView: UIVisualEffectView
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift:20:28: error: cannot find type 'UIImageView' in scope
private let imageView: UIImageView
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift:52:35: error: cannot find type 'UIBlurEffect' in scope
var backgroundEffect: UIBlurEffect?
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift:58:52: error: cannot find 'traitCollection' in scope
backgroundColor = color.color(for: traitCollection,
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EKColor.swift:49:35: error: cannot find type 'UITraitCollection' in scope
public func color(for traits: UITraitCollection,
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift:65:58: error: cannot find 'traitCollection' in scope
backgroundEffect = value.blurEffect(for: traitCollection,
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:74:71: error: cannot find type 'UIBlurEffect' in scope
mode: EKAttributes.DisplayMode) -> UIBlurEffect {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:73:48: error: cannot find type 'UITraitCollection' in scope
public func blurEffect(for traits: UITraitCollection,
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift:74:13: error: cannot find 'layer' in scope
layer.backgroundColor = backgroundColor.cgColor
^~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift:79:71: error: cannot find type 'UITraitCollection' in scope
override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift:79:19: error: method does not override any method from its superclass
override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:17:22: error: cannot find type 'UIView' in scope
class EKContentView: UIView {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:42:40: error: cannot find type 'NSLayoutConstraint' in scope
private var entranceOutConstraint: NSLayoutConstraint!
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:43:36: error: cannot find type 'NSLayoutConstraint' in scope
private var exitOutConstraint: NSLayoutConstraint!
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:44:41: error: cannot find type 'NSLayoutConstraint' in scope
private var swipeDownOutConstraint: NSLayoutConstraint!
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:45:39: error: cannot find type 'NSLayoutConstraint' in scope
private var swipeUpOutConstraint: NSLayoutConstraint!
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:46:35: error: cannot find type 'NSLayoutConstraint' in scope
private var popOutConstraint: NSLayoutConstraint!
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:47:31: error: cannot find type 'NSLayoutConstraint' in scope
private var inConstraint: NSLayoutConstraint!
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:48:39: error: cannot find type 'NSLayoutConstraint' in scope
private var resistanceConstraint: NSLayoutConstraint!
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:49:39: error: cannot find type 'NSLayoutConstraint' in scope
private var inKeyboardConstraint: NSLayoutConstraint!
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:179:128: error: cannot find type 'NSLayoutConstraint' in scope
private func setupOutConstraint(animation: EKAttributes.Animation?, messageInAnchor: QLAttribute, priority: QLPriority) -> NSLayoutConstraint {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:511:20: error: cannot find type 'UIView' in scope
let curve: UIView.AnimationOptions
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:611:41: error: cannot find type 'UIPanGestureRecognizer' in scope
@objc func panGestureRecognized(gr: UIPanGestureRecognizer) {
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:721:60: error: cannot find type 'UIGestureRecognizer' in scope
private func handleExitDelayIfNeeded(byPanState state: UIGestureRecognizer.State) {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:737:47: error: cannot find type 'UITouch' in scope
override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:737:69: error: cannot find type 'UIEvent' in scope
override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:737:19: error: method does not override any method from its superclass
override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:743:47: error: cannot find type 'UITouch' in scope
override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:743:69: error: cannot find type 'UIEvent' in scope
override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:743:19: error: method does not override any method from its superclass
override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:749:51: error: cannot find type 'UITouch' in scope
override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:749:73: error: cannot find type 'UIEvent' in scope
override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:749:19: error: method does not override any method from its superclass
override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:38:35: error: cannot find type 'UIView' in scope
private lazy var contentView: UIView = {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:14:29: error: cannot find type 'UIViewController' in scope
var viewController: UIViewController!
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:15:19: error: cannot find type 'UIView' in scope
var view: UIView!
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:18:30: error: cannot find type 'UIViewController' in scope
init(viewController: UIViewController, attributes: EKAttributes) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:24:20: error: cannot find type 'UIView' in scope
init(view: UIView, attributes: EKAttributes) {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+WindowLevel.swift:26:28: error: cannot find type 'UIWindow' in scope
case custom(level: UIWindow.Level)
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:48:14: error: value of type 'EKEntryView' has no member 'addSubview'
self.addSubview(contentContainerView)
~~~~ ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:75:29: error: cannot find type 'UIView' in scope
func transform(to view: UIView) {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:179:71: error: cannot find type 'UITraitCollection' in scope
override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:179:19: error: method does not override any method from its superclass
override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:16:29: error: cannot find type 'UIViewController' in scope
class EKRootViewController: UIViewController {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:53:18: error: property does not override any property from its superclass
override var shouldAutorotate: Bool {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:60:50: error: cannot find type 'UIInterfaceOrientationMask' in scope
override var supportedInterfaceOrientations: UIInterfaceOrientationMask {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:60:18: error: property does not override any property from its superclass
override var supportedInterfaceOrientations: UIInterfaceOrientationMask {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:78:17: error: cannot find 'UIApplication' in scope
UIApplication.shared.set(statusBarStyle: statusBar)
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:83:43: error: cannot find type 'UIStatusBarStyle' in scope
override var preferredStatusBarStyle: UIStatusBarStyle {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:83:18: error: property does not override any property from its superclass
override var preferredStatusBarStyle: UIStatusBarStyle {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:90:18: error: property does not override any property from its superclass
override var prefersStatusBarHidden: Bool {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:109:26: error: method does not override any method from its superclass
override public func loadView() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:116:26: error: method does not override any method from its superclass
override public func viewWillDisappear(_ animated: Bool) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:202:47: error: cannot find type 'UITouch' in scope
override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:202:69: error: cannot find type 'UIEvent' in scope
override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:202:19: error: method does not override any method from its superclass
override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKStyleView.swift:10:20: error: cannot find type 'UIView' in scope
class EKStyleView: UIView {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKStyleView.swift:50:19: error: method does not override any method from its superclass
override func layoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindow.swift:11:17: error: cannot find type 'UIWindow' in scope
class EKWindow: UIWindow {
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindow.swift:15:23: error: cannot find type 'UIViewController' in scope
init(with rootVC: UIViewController) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindow.swift:35:70: error: cannot find type 'UIView' in scope
override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindow.swift:35:57: error: cannot find type 'UIEvent' in scope
override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindow.swift:35:19: error: method does not override any method from its superclass
override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindowProvider.swift:24:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'EKWindowProvider' may have shared mutable state; this is an error in the Swift 6 language mode
static let shared = EKWindowProvider()
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindowProvider.swift:11:13: note: class 'EKWindowProvider' does not conform to the 'Sendable' protocol
final class EKWindowProvider: EntryPresenterDelegate {
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindowProvider.swift:24:16: note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
static let shared = EKWindowProvider()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindowProvider.swift:24:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let shared = EKWindowProvider()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindowProvider.swift:38:42: error: cannot find type 'UIWindow' in scope
private weak var mainRollbackWindow: UIWindow?
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:60:31: warning: static property 'value' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var value = QueueingHeuristic.priority
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:60:31: note: convert 'value' to a 'let' constant to make 'Sendable' shared state immutable
public static var value = QueueingHeuristic.priority
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:60:31: note: annotate 'value' with '@MainActor' if property should only be accessed from the main actor
public static var value = QueueingHeuristic.priority
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:60:31: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var value = QueueingHeuristic.priority
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindowProvider.swift:136:29: error: cannot find type 'UIView' in scope
func transform(to view: UIView) {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindowProvider.swift:141:24: error: cannot find type 'UIView' in scope
func display(view: UIView, using attributes: EKAttributes, presentInsideKeyWindow: Bool, rollbackWindow: SwiftEntryKit.RollbackWindow) {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindowProvider.swift:147:34: error: cannot find type 'UIViewController' in scope
func display(viewController: UIViewController, using attributes: EKAttributes, presentInsideKeyWindow: Bool, rollbackWindow: SwiftEntryKit.RollbackWindow) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWrapperView.swift:11:22: error: cannot find type 'UIView' in scope
class EKWrapperView: UIView {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWrapperView.swift:13:70: error: cannot find type 'UIView' in scope
override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWrapperView.swift:13:57: error: cannot find type 'UIEvent' in scope
override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWrapperView.swift:13:19: error: method does not override any method from its superclass
override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftEntryKit.swift:41:29: error: cannot find type 'UIWindow' in scope
case custom(window: UIWindow)
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKAlertMessageView.swift:14:49: error: cannot find type 'NSLayoutConstraint' in scope
private var buttonsBarCompressedConstraint: NSLayoutConstraint!
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKAlertMessageView.swift:15:47: error: cannot find type 'NSLayoutConstraint' in scope
private var buttonsBarExpandedConstraint: NSLayoutConstraint!
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKFormMessageView.swift:16:30: error: cannot find 'UILabel' in scope
private let titleLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKFormMessageView.swift:17:30: error: cannot find 'UIScrollView' in scope
private let scrollView = UIScrollView()
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKFormMessageView.swift:120:78: error: cannot find type 'UITraitCollection' in scope
public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKFormMessageView.swift:120:26: error: method does not override any method from its superclass
public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKFormMessageView.swift:10:39: error: cannot find type 'UIView' in scope
final public class EKFormMessageView: UIView {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:15:30: error: cannot find 'UILabel' in scope
private let titleLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:16:33: error: cannot find 'UILabel' in scope
private let subtitleLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:19:32: error: cannot find type 'NSLayoutConstraint' in scope
private var topConstraint: NSLayoutConstraint!
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:20:35: error: cannot find type 'NSLayoutConstraint' in scope
private var bottomConstraint: NSLayoutConstraint!
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:21:41: error: cannot find type 'NSLayoutConstraint' in scope
private var labelsOffsetConstraint: NSLayoutConstraint!
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:63:13: error: cannot find 'layoutIfNeeded' in scope
layoutIfNeeded()
^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:71:13: error: cannot find 'layoutIfNeeded' in scope
layoutIfNeeded()
^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:78:13: error: cannot find 'layoutIfNeeded' in scope
layoutIfNeeded()
^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:116:78: error: cannot find type 'UITraitCollection' in scope
public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:116:26: error: method does not override any method from its superclass
public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:11:36: error: cannot find type 'UIView' in scope
public class EKMessageContentView: UIView {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKNotificationMessageView.swift:14:27: error: cannot find type 'UILabel' in scope
private var auxLabel: UILabel!
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKNotificationMessageView.swift:67:78: error: cannot find type 'UITraitCollection' in scope
public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKNotificationMessageView.swift:67:26: error: method does not override any method from its superclass
public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift:15:28: error: cannot find type 'UIImageView' in scope
private var imageView: UIImageView!
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift:16:30: error: cannot find 'UILabel' in scope
private let titleLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift:17:36: error: cannot find 'UILabel' in scope
private let descriptionLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift:18:32: error: cannot find 'UIButton' in scope
private let actionButton = UIButton()
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift:97:78: error: cannot find type 'UITraitCollection' in scope
public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift:97:26: error: method does not override any method from its superclass
public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift:11:40: error: cannot find type 'UIView' in scope
final public class EKPopUpMessageView: UIView {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKRatingMessageView.swift:11:41: error: cannot find type 'UIView' in scope
final public class EKRatingMessageView: UIView, EntryAppearanceDescriptor {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKSimpleMessageView.swift:13:25: error: cannot find type 'UIImageView' in scope
var thumbImageView: UIImageView!
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKSimpleMessageView.swift:55:78: error: cannot find type 'UITraitCollection' in scope
public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKSimpleMessageView.swift:55:26: error: method does not override any method from its superclass
public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKSimpleMessageView.swift:10:35: error: cannot find type 'UIView' in scope
public class EKSimpleMessageView: UIView {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:55:42: error: cannot find type 'NSLayoutConstraint' in scope
private lazy var expandedConstraint: NSLayoutConstraint = {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:22:34: error: cannot find type 'UIView' in scope
private var separatorViews: [UIView] = []
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:27:31: error: cannot find type 'NSLayoutConstraint' in scope
private let relativeEdge: NSLayoutConstraint.Attribute
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:54:39: error: cannot find type 'NSLayoutConstraint' in scope
private var compressedConstraint: NSLayoutConstraint!
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:82:26: error: method does not override any method from its superclass
public override func layoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:117:49: error: cannot find type 'UIView' in scope
private func setupSeperatorView(after view: UIView) {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:188:78: error: cannot find type 'UITraitCollection' in scope
public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:188:26: error: method does not override any method from its superclass
public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:17:37: error: cannot find type 'UIView' in scope
final public class EKButtonBarView: UIView {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonView.swift:11:27: error: cannot find type 'UIView' in scope
final class EKButtonView: UIView {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonView.swift:15:26: error: cannot find 'UIButton' in scope
private let button = UIButton()
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonView.swift:16:30: error: cannot find 'UILabel' in scope
private let titleLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonView.swift:94:71: error: cannot find type 'UITraitCollection' in scope
override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonView.swift:94:19: error: method does not override any method from its superclass
override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKRatingSymbolView.swift:13:26: error: cannot find 'UIButton' in scope
private let button = UIButton()
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKRatingSymbolView.swift:14:29: error: cannot find 'UIImageView' in scope
private let imageView = UIImageView()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKRatingSymbolView.swift:11:40: error: cannot find type 'UIView' in scope
final public class EKRatingSymbolView: UIView {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKRatingSymbolsContainerView.swift:11:50: error: cannot find type 'UIView' in scope
final public class EKRatingSymbolsContainerView: UIView {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKTextField.swift:19:29: error: cannot find 'UIImageView' in scope
private let imageView = UIImageView()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKTextField.swift:20:29: error: cannot find 'UITextField' in scope
private let textField = UITextField()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKTextField.swift:21:33: error: cannot find 'UIView' in scope
private let separatorView = UIView()
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKTextField.swift:82:78: error: cannot find type 'UITraitCollection' in scope
public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKTextField.swift:82:26: error: method does not override any method from its superclass
public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKTextField.swift:11:33: error: cannot find type 'UIView' in scope
final public class EKTextField: UIView {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKAccessoryNoteMessageView.swift:13:31: error: cannot find 'UIView' in scope
private let contentView = UIView()
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKAccessoryNoteMessageView.swift:15:24: error: cannot find type 'UIView' in scope
var accessoryView: UIView!
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKAccessoryNoteMessageView.swift:10:42: error: cannot find type 'UIView' in scope
public class EKAccessoryNoteMessageView: UIView {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKNoteMessageView.swift:14:25: error: cannot find 'UILabel' in scope
private let label = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKNoteMessageView.swift:23:13: error: cannot find 'layoutIfNeeded' in scope
layoutIfNeeded()
^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKNoteMessageView.swift:31:13: error: cannot find 'layoutIfNeeded' in scope
layoutIfNeeded()
^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKNoteMessageView.swift:11:33: error: cannot find type 'UIView' in scope
public class EKNoteMessageView: UIView {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKProcessingNoteMessageView.swift:33:75: error: cannot find type 'UIActivityIndicatorView' in scope
public init(with content: EKProperty.LabelContent, activityIndicator: UIActivityIndicatorView.Style) {
^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKProcessingNoteMessageView.swift:14:40: error: cannot find type 'UIActivityIndicatorView' in scope
private var activityIndicatorView: UIActivityIndicatorView!
^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKProcessingNoteMessageView.swift:38:82: error: cannot find type 'UIActivityIndicatorView' in scope
private func setup(with content: EKProperty.LabelContent, activityIndicator: UIActivityIndicatorView.Style, setProcessing: Bool = true) {
^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKXStatusBarMessageView.swift:14:32: error: cannot find 'UILabel' in scope
private let leadingLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKXStatusBarMessageView.swift:15:33: error: cannot find 'UILabel' in scope
private let trailingLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKXStatusBarMessageView.swift:11:39: error: cannot find type 'UIView' in scope
public class EKXStatusBarMessageView: UIView {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:148:33: error: cannot find type 'UIView' in scope
public var contentMode: UIView.ContentMode
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:130:59: error: cannot find type 'UIView' in scope
case animate(duration: TimeInterval, options: UIView.AnimationOptions, transform: CGAffineTransform)
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKNotificationMessage.swift:22:27: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var `default` = Insets()
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKNotificationMessage.swift:22:27: note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
public static var `default` = Insets()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Source/Model/EKNotificationMessage.swift:22:27: note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
public static var `default` = Insets()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/Model/EKNotificationMessage.swift:22:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var `default` = Insets()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:53:58: error: cannot find type 'UITraitCollection' in scope
public func backgroundColor(for traitCollection: UITraitCollection) -> UIColor {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:57:69: error: cannot find type 'UITraitCollection' in scope
public func highlightedBackgroundColor(for traitCollection: UITraitCollection) -> UIColor {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:61:63: error: cannot find type 'UITraitCollection' in scope
public func highlighedLabelColor(for traitCollection: UITraitCollection) -> UIColor {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:120:48: error: cannot find type 'UITraitCollection' in scope
public func color(for traitCollection: UITraitCollection) -> UIColor {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:166:34: error: cannot find type 'UIView' in scope
contentMode: UIView.ContentMode = .scaleToFill,
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:185:34: error: cannot find type 'UIView' in scope
contentMode: UIView.ContentMode = .scaleToFill,
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:205:34: error: cannot find type 'UIView' in scope
contentMode: UIView.ContentMode = .scaleToFill,
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:225:34: error: cannot find type 'UIView' in scope
contentMode: UIView.ContentMode = .scaleToFill,
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:258:52: error: cannot find type 'UITraitCollection' in scope
public func tintColor(for traitCollection: UITraitCollection) -> UIColor? {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:271:35: error: cannot find type 'UITextFieldDelegate' in scope
public weak var delegate: UITextFieldDelegate?
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:272:34: error: cannot find type 'UIKeyboardType' in scope
public var keyboardType: UIKeyboardType
^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:291:31: error: cannot find type 'UITextFieldDelegate' in scope
public init(delegate: UITextFieldDelegate? = nil,
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:292:35: error: cannot find type 'UIKeyboardType' in scope
keyboardType: UIKeyboardType = .default,
^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:313:52: error: cannot find type 'UITraitCollection' in scope
public func tintColor(for traitCollection: UITraitCollection) -> UIColor? {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:317:60: error: cannot find type 'UITraitCollection' in scope
public func bottomBorderColor(for traitCollection: UITraitCollection) -> UIColor? {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:374:57: error: cannot find type 'UITraitCollection' in scope
public func separatorColor(for traitCollection: UITraitCollection) -> UIColor {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:39:32: error: cannot find type 'UIBlurEffect' in scope
public init(style: UIBlurEffect.Style) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:44:32: error: cannot find type 'UIBlurEffect' in scope
public init(light: UIBlurEffect.Style, dark: UIBlurEffect.Style) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:44:58: error: cannot find type 'UIBlurEffect' in scope
public init(light: UIBlurEffect.Style, dark: UIBlurEffect.Style) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:51:70: error: cannot find type 'UIBlurEffect' in scope
mode: EKAttributes.DisplayMode) -> UIBlurEffect.Style {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:50:47: error: cannot find type 'UITraitCollection' in scope
public func blurStyle(for traits: UITraitCollection,
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:17:23: error: type 'EKAttributes.BackgroundStyle.BlurStyle' does not conform to protocol 'Equatable'
public struct BlurStyle: Equatable {
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:36:17: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'EKAttributes.BackgroundStyle.BlurStyle' to 'Equatable'
let light: UIBlurEffect.Style
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:37:17: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'EKAttributes.BackgroundStyle.BlurStyle' to 'Equatable'
let dark: UIBlurEffect.Style
^
Swift.==:1:24: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' 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 'EKAttributes.BackgroundStyle.BlurStyle' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool
^
Swift.BinaryInteger:2:24: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger
^
Swift._Pointer:2:24: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool
^
Swift._Pointer:3:35: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' 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 'EKAttributes.BackgroundStyle.BlurStyle' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool
^
Swift.StringProtocol:2:35: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' 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 'EKAttributes.BackgroundStyle.BlurStyle' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool
^
CoreFoundation._CFObject:4:24: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' conformed to '_CFObject'
public static func == (left: Self, right: Self) -> Bool
^
Foundation.AttributedStringProtocol:3:24: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol
^
Foundation._BridgedStoredNSError:4:24: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:17:23: note: add stubs for conformance
public struct BlurStyle: Equatable {
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+HapticFeedback.swift:21:20: error: cannot find type 'UINotificationFeedbackGenerator' in scope
var value: UINotificationFeedbackGenerator.FeedbackType? {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:136:16: warning: static property 'max' is not concurrency-safe because non-'Sendable' type 'EKAttributes.Precedence.Priority' may have shared mutable state; this is an error in the Swift 6 language mode
static let max = EKAttributes.Precedence.Priority(rawValue: maxRawValue)
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:28:23: note: consider making struct 'Priority' conform to the 'Sendable' protocol
public struct Priority: Hashable, Equatable, RawRepresentable, Comparable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:136:16: note: annotate 'max' with '@MainActor' if property should only be accessed from the main actor
static let max = EKAttributes.Precedence.Priority(rawValue: maxRawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:136:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let max = EKAttributes.Precedence.Priority(rawValue: maxRawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:137:16: warning: static property 'high' is not concurrency-safe because non-'Sendable' type 'EKAttributes.Precedence.Priority' may have shared mutable state; this is an error in the Swift 6 language mode
static let high = EKAttributes.Precedence.Priority(rawValue: highRawValue)
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:28:23: note: consider making struct 'Priority' conform to the 'Sendable' protocol
public struct Priority: Hashable, Equatable, RawRepresentable, Comparable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:137:16: note: annotate 'high' with '@MainActor' if property should only be accessed from the main actor
static let high = EKAttributes.Precedence.Priority(rawValue: highRawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:137:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let high = EKAttributes.Precedence.Priority(rawValue: highRawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:138:16: warning: static property 'normal' is not concurrency-safe because non-'Sendable' type 'EKAttributes.Precedence.Priority' may have shared mutable state; this is an error in the Swift 6 language mode
static let normal = EKAttributes.Precedence.Priority(rawValue: normalRawValue)
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:28:23: note: consider making struct 'Priority' conform to the 'Sendable' protocol
public struct Priority: Hashable, Equatable, RawRepresentable, Comparable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:138:16: note: annotate 'normal' with '@MainActor' if property should only be accessed from the main actor
static let normal = EKAttributes.Precedence.Priority(rawValue: normalRawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:138:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let normal = EKAttributes.Precedence.Priority(rawValue: normalRawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:139:16: warning: static property 'low' is not concurrency-safe because non-'Sendable' type 'EKAttributes.Precedence.Priority' may have shared mutable state; this is an error in the Swift 6 language mode
static let low = EKAttributes.Precedence.Priority(rawValue: lowRawValue)
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:28:23: note: consider making struct 'Priority' conform to the 'Sendable' protocol
public struct Priority: Hashable, Equatable, RawRepresentable, Comparable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:139:16: note: annotate 'low' with '@MainActor' if property should only be accessed from the main actor
static let low = EKAttributes.Precedence.Priority(rawValue: lowRawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:139:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let low = EKAttributes.Precedence.Priority(rawValue: lowRawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:140:16: warning: static property 'min' is not concurrency-safe because non-'Sendable' type 'EKAttributes.Precedence.Priority' may have shared mutable state; this is an error in the Swift 6 language mode
static let min = EKAttributes.Precedence.Priority(rawValue: minRawValue)
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:28:23: note: consider making struct 'Priority' conform to the 'Sendable' protocol
public struct Priority: Hashable, Equatable, RawRepresentable, Comparable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:140:16: note: annotate 'min' with '@MainActor' if property should only be accessed from the main actor
static let min = EKAttributes.Precedence.Priority(rawValue: minRawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift:140:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let min = EKAttributes.Precedence.Priority(rawValue: minRawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Presets.swift:13:16: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var `default` = EKAttributes()
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Presets.swift:13:16: note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
static var `default` = EKAttributes()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Presets.swift:13:16: note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
static var `default` = EKAttributes()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Presets.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var `default` = EKAttributes()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+StatusBar.swift:17:62: error: cannot find type 'UIStatusBarStyle' in scope
public typealias Appearance = (visible: Bool, style: UIStatusBarStyle)
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+StatusBar.swift:82:42: error: cannot find type 'UIStatusBarStyle' in scope
private static var currentStyle: UIStatusBarStyle {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+WindowLevel.swift:29:27: error: cannot find type 'UIWindow' in scope
public var value: UIWindow.Level {
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/SwiftEntryKit.swift:56:30: error: cannot find type 'UIWindow' in scope
public class var window: UIWindow? {
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/SwiftEntryKit.swift:108:43: error: cannot find type 'UIView' in scope
public class func display(entry view: UIView, using attributes: EKAttributes, presentInsideKeyWindow: Bool = false, rollbackWindow: RollbackWindow = .main) {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/SwiftEntryKit.swift:123:53: error: cannot find type 'UIViewController' in scope
public class func display(entry viewController: UIViewController, using attributes: EKAttributes, presentInsideKeyWindow: Bool = false, rollbackWindow: RollbackWindow = .main) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/SwiftEntryKit.swift:136:42: error: cannot find type 'UIView' in scope
public class func transform(to view: UIView) {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Utils/GradientView.swift:11:21: error: cannot find type 'UIView' in scope
class GradientView: UIView {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Utils/GradientView.swift:27:33: error: cannot find 'CAGradientLayer' in scope
private let gradientLayer = CAGradientLayer()
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Utils/GradientView.swift:44:19: error: method does not override any method from its superclass
override func layoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/Utils/GradientView.swift:60:71: error: cannot find type 'UITraitCollection' in scope
override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:21:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/Utils/GradientView.swift:60:19: error: method does not override any method from its superclass
override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/Utils/UIView+Responder.swift:10:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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_32 Emitting\ module\ for\ SwiftEntryKit (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
EmitSwiftModule normal arm64_32 (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftEntryKit (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
EmitSwiftModule normal arm64 (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
Building workspace spi-builder-workspace with scheme SwiftEntryKit
(5 failures)
BUILD FAILURE 6.0 watchOS