Build Information
Failed to build ViewKit, reference develop (27c1ed), with Swift 6.3 for watchOS using Xcode 26.4 on 21 Apr 2026 11:15:11 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ViewKit -destination generic/platform=watchOSBuild Log
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIView+extensions.swift:314:18: error: 'UIView' is unavailable in watchOS
public extension UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Internal/ClosureTapGestureRecognizer.swift:1:42: error: 'UITapGestureRecognizer' is unavailable in watchOS
final class ClosureTapGestureRecognizer: UITapGestureRecognizer {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITapGestureRecognizer.h:23:12: note: 'UITapGestureRecognizer' has been explicitly marked unavailable here
@interface UITapGestureRecognizer : UIGestureRecognizer
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Internal/ClosureTapGestureRecognizer.swift:14:48: error: 'UILongPressGestureRecognizer' is unavailable in watchOS
final class ClosureLongPressGestureRecognizer: UILongPressGestureRecognizer {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILongPressGestureRecognizer.h:22:12: note: 'UILongPressGestureRecognizer' has been explicitly marked unavailable here
@interface UILongPressGestureRecognizer : UIGestureRecognizer
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Internal/ClosureTapGestureRecognizer.swift:27:44: error: 'UISwipeGestureRecognizer' is unavailable in watchOS
final class ClosureSwipeGestureRecognizer: UISwipeGestureRecognizer {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwipeGestureRecognizer.h:31:12: note: 'UISwipeGestureRecognizer' has been explicitly marked unavailable here
@interface UISwipeGestureRecognizer : UIGestureRecognizer
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Internal/ClosureTapGestureRecognizer.swift:40:44: error: 'UIPinchGestureRecognizer' is unavailable in watchOS
final class ClosurePinchGestureRecognizer: UIPinchGestureRecognizer {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPinchGestureRecognizer.h:20:12: note: 'UIPinchGestureRecognizer' has been explicitly marked unavailable here
@interface UIPinchGestureRecognizer : UIGestureRecognizer
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Internal/ClosureTapGestureRecognizer.swift:53:47: error: 'UIRotationGestureRecognizer' is unavailable in watchOS
final class ClosureRotationGestureRecognizer: UIRotationGestureRecognizer {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIRotationGestureRecognizer.h:20:12: note: 'UIRotationGestureRecognizer' has been explicitly marked unavailable here
@interface UIRotationGestureRecognizer : UIGestureRecognizer
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Internal/ClosureTapGestureRecognizer.swift:66:42: error: 'UIPanGestureRecognizer' is unavailable in watchOS
final class ClosurePanGestureRecognizer: UIPanGestureRecognizer {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:31:12: note: 'UIPanGestureRecognizer' has been explicitly marked unavailable here
@interface UIPanGestureRecognizer : UIGestureRecognizer
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Preview/UIViewPreview.swift:11:37: error: cannot find type 'Context' in scope
public func makeUIView(context: Context) -> UIView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Preview/UIViewPreview.swift:11:49: error: 'UIView' is unavailable in watchOS
public func makeUIView(context: Context) -> UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Preview/UIViewPreview.swift:15:55: error: cannot find type 'Context' in scope
public func updateUIView(_ view: UIView, context: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Preview/UIViewPreview.swift:15:38: error: 'UIView' is unavailable in watchOS
public func updateUIView(_ view: UIView, context: Context) {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Preview/UIViewPreview.swift:4:57: error: cannot find type 'UIViewRepresentable' in scope
public struct PreviewContainer<View: ProgrammaticView>: UIViewRepresentable {
^~~~~~~~~~~~~~~~~~~
SwiftEmitModule normal arm64 Emitting\ module\ for\ ViewKit (in target 'ViewKit' from project 'ViewKit')
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ProgrammaticViewBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/StackViewBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/Filler.swift /Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/For.swift /Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/HorizontalStack.swift /Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/ProgrammaticView.swift /Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/VerticalStack.swift /Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/ViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIButton+extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIControl+extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIImageView+extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UILabel+extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIScene+extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIStackView+extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UITextField+extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIView+extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Internal/@_exported.swift /Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Internal/ClosureTapGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Internal/Notification.swift /Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Preview/UIViewPreview.swift -target arm64-apple-watchos5.0 -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libPreviewsMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#PreviewsMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewKit.build/Debug-watchos/ViewKit.build/Objects-normal/arm64/ViewKit-dependencies-3.json -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.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-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewKit.build/Debug-watchos/ViewKit.build/Objects-normal/arm64/ViewKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -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/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewKit.build/Debug-watchos/ViewKit.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/ViewKit.build/Debug-watchos/ViewKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewKit.build/Debug-watchos/ViewKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewKit.build/Debug-watchos/ViewKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name ViewKit -frontend-parseable-output -disable-clang-spi -clang-target arm64-apple-watchos26.4 -target-sdk-version 26.4 -target-sdk-name watchos26.4 -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewKit.build/Debug-watchos/ViewKit.build/Objects-normal/arm64/ViewKit.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewKit.build/Debug-watchos/ViewKit.build/Objects-normal/arm64/ViewKit.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewKit.build/Debug-watchos/ViewKit.build/Objects-normal/arm64/ViewKit-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewKit.build/Debug-watchos/ViewKit.build/Objects-normal/arm64/ViewKit-primary-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewKit.build/Debug-watchos/ViewKit.build/Objects-normal/arm64/ViewKit-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewKit.build/Debug-watchos/ViewKit.build/Objects-normal/arm64/ViewKit.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewKit.build/Debug-watchos/ViewKit.build/Objects-normal/arm64/ViewKit.abi.json
EmitSwiftModule normal arm64 (in target 'ViewKit' from project 'ViewKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:2:15: error: 'UIView' is unavailable in watchOS
let view: UIView
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:3:23: error: 'NSLayoutConstraint' is unavailable in watchOS
var constraints: [NSLayoutConstraint] = []
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:5:23: error: 'UIView' is unavailable in watchOS
public init(view: UIView) {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:11:31: error: 'UIView' is unavailable in watchOS
public func activate() -> UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:17:18: error: 'UIView' is unavailable in watchOS
public extension UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:25:68: error: 'UIView' is unavailable in watchOS
func addingSubviews(@ProgrammaticViewBuilder _ builder: () -> [UIView]) -> Self {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:23:18: error: 'UIView' is unavailable in watchOS
public extension UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:39:40: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func leadingAnchor(equalTo anchor: NSLayoutXAxisAnchor, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:46:37: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func leftAnchor(equalTo anchor: NSLayoutXAxisAnchor, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:53:41: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func trailingAnchor(equalTo anchor: NSLayoutXAxisAnchor, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:60:38: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func rightAnchor(equalTo anchor: NSLayoutXAxisAnchor, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:67:36: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func topAnchor(equalTo anchor: NSLayoutYAxisAnchor, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:74:39: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func bottomAnchor(equalTo anchor: NSLayoutYAxisAnchor, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:81:40: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func centerXAnchor(equalTo anchor: NSLayoutXAxisAnchor, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:88:40: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func centerYAnchor(equalTo anchor: NSLayoutYAxisAnchor, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:109:39: error: 'NSLayoutDimension' is unavailable in watchOS
func heightAnchor(equalTo anchor: NSLayoutDimension, multiplier: CGFloat = 1, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:116:38: error: 'NSLayoutDimension' is unavailable in watchOS
func widthAnchor(equalTo anchor: NSLayoutDimension, multiplier: CGFloat = 1, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:123:46: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func firstBaselineAnchor(equalTo anchor: NSLayoutYAxisAnchor, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:130:45: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func lastBaselineAnchor(equalTo anchor: NSLayoutYAxisAnchor, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:139:53: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func leadingAnchor(greaterThanOrEqualTo anchor: NSLayoutXAxisAnchor, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:146:50: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func leftAnchor(greaterThanOrEqualTo anchor: NSLayoutXAxisAnchor, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:153:54: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func trailingAnchor(greaterThanOrEqualTo anchor: NSLayoutXAxisAnchor, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:160:51: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func rightAnchor(greaterThanOrEqualTo anchor: NSLayoutXAxisAnchor, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:167:49: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func topAnchor(greaterThanOrEqualTo anchor: NSLayoutYAxisAnchor, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:174:52: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func bottomAnchor(greaterThanOrEqualTo anchor: NSLayoutYAxisAnchor, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:181:53: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func centerXAnchor(greaterThanOrEqualTo anchor: NSLayoutXAxisAnchor, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:188:53: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func centerYAnchor(greaterThanOrEqualTo anchor: NSLayoutYAxisAnchor, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:202:51: error: 'NSLayoutDimension' is unavailable in watchOS
func widthAnchor(greaterThanOrEqualTo anchor: NSLayoutDimension, multiplier: CGFloat = 1, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:216:52: error: 'NSLayoutDimension' is unavailable in watchOS
func heightAnchor(greaterThanOrEqualTo anchor: NSLayoutDimension, multiplier: CGFloat = 1, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:223:59: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func firstBaselineAnchor(greaterThanOrEqualTo anchor: NSLayoutYAxisAnchor, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:230:58: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func lastBaselineAnchor(greaterThanOrEqualTo anchor: NSLayoutYAxisAnchor, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:239:50: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func leadingAnchor(lessThanOrEqualTo anchor: NSLayoutXAxisAnchor, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:246:47: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func leftAnchor(lessThanOrEqualTo anchor: NSLayoutXAxisAnchor, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:253:51: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func trailingAnchor(lessThanOrEqualTo anchor: NSLayoutXAxisAnchor, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:261:48: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func rightAnchor(lessThanOrEqualTo anchor: NSLayoutXAxisAnchor, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:268:46: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func topAnchor(lessThanOrEqualTo anchor: NSLayoutYAxisAnchor, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:275:49: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func bottomAnchor(lessThanOrEqualTo anchor: NSLayoutYAxisAnchor, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:282:50: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func centerXAnchor(lessThanOrEqualTo anchor: NSLayoutXAxisAnchor, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:289:50: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func centerYAnchor(lessThanOrEqualTo anchor: NSLayoutYAxisAnchor, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:303:48: error: 'NSLayoutDimension' is unavailable in watchOS
func widthAnchor(lessThanOrEqualTo anchor: NSLayoutDimension, multiplier: CGFloat = 1, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:317:49: error: 'NSLayoutDimension' is unavailable in watchOS
func heightAnchor(lessThanOrEqualTo anchor: NSLayoutDimension, multiplier: CGFloat = 1, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:324:56: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func firstBaselineAnchor(lessThanOrEqualTo anchor: NSLayoutYAxisAnchor, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:331:55: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func lastBaselineAnchor(lessThanOrEqualTo anchor: NSLayoutYAxisAnchor, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:344:40: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func leadingAnchor(equalTo anchor: NSLayoutXAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:344:117: error: 'NSLayoutConstraint' is unavailable in watchOS
func leadingAnchor(equalTo anchor: NSLayoutXAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:352:37: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func leftAnchor(equalTo anchor: NSLayoutXAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:352:114: error: 'NSLayoutConstraint' is unavailable in watchOS
func leftAnchor(equalTo anchor: NSLayoutXAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:360:41: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func trailingAnchor(equalTo anchor: NSLayoutXAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:360:118: error: 'NSLayoutConstraint' is unavailable in watchOS
func trailingAnchor(equalTo anchor: NSLayoutXAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:368:38: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func rightAnchor(equalTo anchor: NSLayoutXAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:368:115: error: 'NSLayoutConstraint' is unavailable in watchOS
func rightAnchor(equalTo anchor: NSLayoutXAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:376:36: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func topAnchor(equalTo anchor: NSLayoutYAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:376:113: error: 'NSLayoutConstraint' is unavailable in watchOS
func topAnchor(equalTo anchor: NSLayoutYAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:384:39: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func bottomAnchor(equalTo anchor: NSLayoutYAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:384:116: error: 'NSLayoutConstraint' is unavailable in watchOS
func bottomAnchor(equalTo anchor: NSLayoutYAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:392:40: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func centerXAnchor(equalTo anchor: NSLayoutXAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:392:117: error: 'NSLayoutConstraint' is unavailable in watchOS
func centerXAnchor(equalTo anchor: NSLayoutXAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:400:40: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func centerYAnchor(equalTo anchor: NSLayoutYAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:400:117: error: 'NSLayoutConstraint' is unavailable in watchOS
func centerYAnchor(equalTo anchor: NSLayoutYAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:408:83: error: 'NSLayoutConstraint' is unavailable in watchOS
func widthAnchor(equalToConstant c: CGFloat, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:416:84: error: 'NSLayoutConstraint' is unavailable in watchOS
func heightAnchor(equalToConstant c: CGFloat, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:424:39: error: 'NSLayoutDimension' is unavailable in watchOS
func heightAnchor(equalTo anchor: NSLayoutDimension, multiplier: CGFloat = 1, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:424:139: error: 'NSLayoutConstraint' is unavailable in watchOS
func heightAnchor(equalTo anchor: NSLayoutDimension, multiplier: CGFloat = 1, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:432:38: error: 'NSLayoutDimension' is unavailable in watchOS
func widthAnchor(equalTo anchor: NSLayoutDimension, multiplier: CGFloat = 1, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:432:138: error: 'NSLayoutConstraint' is unavailable in watchOS
func widthAnchor(equalTo anchor: NSLayoutDimension, multiplier: CGFloat = 1, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:440:46: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func firstBaselineAnchor(equalTo anchor: NSLayoutYAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:440:123: error: 'NSLayoutConstraint' is unavailable in watchOS
func firstBaselineAnchor(equalTo anchor: NSLayoutYAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:448:45: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func lastBaselineAnchor(equalTo anchor: NSLayoutYAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:448:122: error: 'NSLayoutConstraint' is unavailable in watchOS
func lastBaselineAnchor(equalTo anchor: NSLayoutYAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:458:53: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func leadingAnchor(greaterThanOrEqualTo anchor: NSLayoutXAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:458:130: error: 'NSLayoutConstraint' is unavailable in watchOS
func leadingAnchor(greaterThanOrEqualTo anchor: NSLayoutXAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:466:50: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func leftAnchor(greaterThanOrEqualTo anchor: NSLayoutXAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:466:127: error: 'NSLayoutConstraint' is unavailable in watchOS
func leftAnchor(greaterThanOrEqualTo anchor: NSLayoutXAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:474:54: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func trailingAnchor(greaterThanOrEqualTo anchor: NSLayoutXAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:474:131: error: 'NSLayoutConstraint' is unavailable in watchOS
func trailingAnchor(greaterThanOrEqualTo anchor: NSLayoutXAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:482:51: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func rightAnchor(greaterThanOrEqualTo anchor: NSLayoutXAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:482:128: error: 'NSLayoutConstraint' is unavailable in watchOS
func rightAnchor(greaterThanOrEqualTo anchor: NSLayoutXAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:490:49: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func topAnchor(greaterThanOrEqualTo anchor: NSLayoutYAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:490:126: error: 'NSLayoutConstraint' is unavailable in watchOS
func topAnchor(greaterThanOrEqualTo anchor: NSLayoutYAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:498:52: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func bottomAnchor(greaterThanOrEqualTo anchor: NSLayoutYAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:498:129: error: 'NSLayoutConstraint' is unavailable in watchOS
func bottomAnchor(greaterThanOrEqualTo anchor: NSLayoutYAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:506:53: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func centerXAnchor(greaterThanOrEqualTo anchor: NSLayoutXAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:506:130: error: 'NSLayoutConstraint' is unavailable in watchOS
func centerXAnchor(greaterThanOrEqualTo anchor: NSLayoutXAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:514:53: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func centerYAnchor(greaterThanOrEqualTo anchor: NSLayoutYAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:514:130: error: 'NSLayoutConstraint' is unavailable in watchOS
func centerYAnchor(greaterThanOrEqualTo anchor: NSLayoutYAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:522:96: error: 'NSLayoutConstraint' is unavailable in watchOS
func widthAnchor(greaterThanOrEqualToConstant c: CGFloat, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:530:51: error: 'NSLayoutDimension' is unavailable in watchOS
func widthAnchor(greaterThanOrEqualTo anchor: NSLayoutDimension, multiplier: CGFloat = 1, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:530:151: error: 'NSLayoutConstraint' is unavailable in watchOS
func widthAnchor(greaterThanOrEqualTo anchor: NSLayoutDimension, multiplier: CGFloat = 1, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:538:97: error: 'NSLayoutConstraint' is unavailable in watchOS
func heightAnchor(greaterThanOrEqualToConstant c: CGFloat, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:546:52: error: 'NSLayoutDimension' is unavailable in watchOS
func heightAnchor(greaterThanOrEqualTo anchor: NSLayoutDimension, multiplier: CGFloat = 1, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:546:152: error: 'NSLayoutConstraint' is unavailable in watchOS
func heightAnchor(greaterThanOrEqualTo anchor: NSLayoutDimension, multiplier: CGFloat = 1, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:554:59: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func firstBaselineAnchor(greaterThanOrEqualTo anchor: NSLayoutYAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:554:136: error: 'NSLayoutConstraint' is unavailable in watchOS
func firstBaselineAnchor(greaterThanOrEqualTo anchor: NSLayoutYAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:562:58: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func lastBaselineAnchor(greaterThanOrEqualTo anchor: NSLayoutYAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:562:135: error: 'NSLayoutConstraint' is unavailable in watchOS
func lastBaselineAnchor(greaterThanOrEqualTo anchor: NSLayoutYAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:572:50: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func leadingAnchor(lessThanOrEqualTo anchor: NSLayoutXAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:572:127: error: 'NSLayoutConstraint' is unavailable in watchOS
func leadingAnchor(lessThanOrEqualTo anchor: NSLayoutXAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:580:47: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func leftAnchor(lessThanOrEqualTo anchor: NSLayoutXAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:580:124: error: 'NSLayoutConstraint' is unavailable in watchOS
func leftAnchor(lessThanOrEqualTo anchor: NSLayoutXAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:588:51: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func trailingAnchor(lessThanOrEqualTo anchor: NSLayoutXAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:588:128: error: 'NSLayoutConstraint' is unavailable in watchOS
func trailingAnchor(lessThanOrEqualTo anchor: NSLayoutXAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:596:48: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func rightAnchor(lessThanOrEqualTo anchor: NSLayoutXAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:596:125: error: 'NSLayoutConstraint' is unavailable in watchOS
func rightAnchor(lessThanOrEqualTo anchor: NSLayoutXAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:604:46: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func topAnchor(lessThanOrEqualTo anchor: NSLayoutYAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:604:123: error: 'NSLayoutConstraint' is unavailable in watchOS
func topAnchor(lessThanOrEqualTo anchor: NSLayoutYAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:612:49: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func bottomAnchor(lessThanOrEqualTo anchor: NSLayoutYAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:612:126: error: 'NSLayoutConstraint' is unavailable in watchOS
func bottomAnchor(lessThanOrEqualTo anchor: NSLayoutYAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:620:50: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func centerXAnchor(lessThanOrEqualTo anchor: NSLayoutXAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:620:127: error: 'NSLayoutConstraint' is unavailable in watchOS
func centerXAnchor(lessThanOrEqualTo anchor: NSLayoutXAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:628:50: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func centerYAnchor(lessThanOrEqualTo anchor: NSLayoutYAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:628:127: error: 'NSLayoutConstraint' is unavailable in watchOS
func centerYAnchor(lessThanOrEqualTo anchor: NSLayoutYAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:636:93: error: 'NSLayoutConstraint' is unavailable in watchOS
func widthAnchor(lessThanOrEqualToConstant c: CGFloat, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:644:48: error: 'NSLayoutDimension' is unavailable in watchOS
func widthAnchor(lessThanOrEqualTo anchor: NSLayoutDimension, multiplier: CGFloat = 1, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:644:148: error: 'NSLayoutConstraint' is unavailable in watchOS
func widthAnchor(lessThanOrEqualTo anchor: NSLayoutDimension, multiplier: CGFloat = 1, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:652:94: error: 'NSLayoutConstraint' is unavailable in watchOS
func heightAnchor(lessThanOrEqualToConstant c: CGFloat, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:660:49: error: 'NSLayoutDimension' is unavailable in watchOS
func heightAnchor(lessThanOrEqualTo anchor: NSLayoutDimension, multiplier: CGFloat = 1, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:660:149: error: 'NSLayoutConstraint' is unavailable in watchOS
func heightAnchor(lessThanOrEqualTo anchor: NSLayoutDimension, multiplier: CGFloat = 1, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:668:56: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func firstBaselineAnchor(lessThanOrEqualTo anchor: NSLayoutYAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:668:133: error: 'NSLayoutConstraint' is unavailable in watchOS
func firstBaselineAnchor(lessThanOrEqualTo anchor: NSLayoutYAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:676:55: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func lastBaselineAnchor(lessThanOrEqualTo anchor: NSLayoutYAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ConstraintBuilder.swift:676:132: error: 'NSLayoutConstraint' is unavailable in watchOS
func lastBaselineAnchor(lessThanOrEqualTo anchor: NSLayoutYAxisAnchor, constant: CGFloat = 0, storedIn storedConstraint: inout NSLayoutConstraint) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ProgrammaticViewBuilder.swift:3:44: error: 'UIView' is unavailable in watchOS
public static func buildBlock(_ child: UIView) -> UIView { child }
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ProgrammaticViewBuilder.swift:3:55: error: 'UIView' is unavailable in watchOS
public static func buildBlock(_ child: UIView) -> UIView { child }
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ProgrammaticViewBuilder.swift:4:47: error: 'UIView' is unavailable in watchOS
public static func buildBlock(_ children: UIView...) -> UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/ProgrammaticViewBuilder.swift:4:61: error: 'UIView' is unavailable in watchOS
public static func buildBlock(_ children: UIView...) -> UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/StackViewBuilder.swift:3:47: error: 'UIView' is unavailable in watchOS
public static func buildBlock(_ children: UIView...) -> [UIView] { children }
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/StackViewBuilder.swift:3:62: error: 'UIView' is unavailable in watchOS
public static func buildBlock(_ children: UIView...) -> [UIView] { children }
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/StackViewBuilder.swift:4:48: error: 'UIView' is unavailable in watchOS
public static func buildBlock(_ children: [UIView]) -> [UIView] { children }
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Builders/StackViewBuilder.swift:4:61: error: 'UIView' is unavailable in watchOS
public static func buildBlock(_ children: [UIView]) -> [UIView] { children }
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/Filler.swift:1:20: error: 'UIView' is unavailable in watchOS
open class Filler: UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/For.swift:1:41: error: 'UIView' is unavailable in watchOS
public func For<T: Collection, Content: UIView>(
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/HorizontalStack.swift:4:23: error: 'Distribution' is unavailable in watchOS
distribution: Distribution = .fillProportionally,
^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:17:28: note: 'Distribution' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIStackViewDistribution) {
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/HorizontalStack.swift:5:20: error: 'Alignment' is unavailable in watchOS
alignment: Alignment = .center,
^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:57:28: note: 'Alignment' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIStackViewAlignment) {
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/HorizontalStack.swift:6:45: error: 'UIView' is unavailable in watchOS
@StackViewBuilder _ builder: () -> [UIView]
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/HorizontalStack.swift:1:31: error: 'UIStackView' is unavailable in watchOS
public class HorizontalStack: UIStackView {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/ProgrammaticView.swift:2:40: error: 'UIView' is unavailable in watchOS
@ProgrammaticViewBuilder var body: UIView { get }
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/ProgrammaticView.swift:6:22: error: 'UIView' is unavailable in watchOS
public var body: UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/ProgrammaticView.swift:5:11: error: 'UIView' is unavailable in watchOS
extension UIView: ProgrammaticView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/ProgrammaticView.swift:12:40: error: 'UIViewController' is unavailable in watchOS
func embeddedInViewController() -> UIViewController {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/VerticalStack.swift:4:23: error: 'Distribution' is unavailable in watchOS
distribution: Distribution = .fill,
^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:17:28: note: 'Distribution' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIStackViewDistribution) {
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/VerticalStack.swift:5:20: error: 'Alignment' is unavailable in watchOS
alignment: Alignment = .center,
^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:57:28: note: 'Alignment' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIStackViewAlignment) {
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/VerticalStack.swift:6:45: error: 'UIView' is unavailable in watchOS
@StackViewBuilder _ builder: () -> [UIView]
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/VerticalStack.swift:1:29: error: 'UIStackView' is unavailable in watchOS
public class VerticalStack: UIStackView {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/ViewController.swift:10:41: error: 'UIPress' is unavailable in watchOS
func didBeginPresses(_ presses: Set<UIPress>, with event: UIPressesEvent?)
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPress.h:49:74: note: 'UIPress' has been explicitly marked unavailable here
UIKIT_EXTERN API_AVAILABLE(ios(9.0)) API_UNAVAILABLE(watchos) @interface UIPress : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/ViewController.swift:10:63: error: 'UIPressesEvent' is unavailable in watchOS
func didBeginPresses(_ presses: Set<UIPress>, with event: UIPressesEvent?)
^~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPressesEvent.h:17:12: note: 'UIPressesEvent' has been explicitly marked unavailable here
@interface UIPressesEvent : UIEvent
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/ViewController.swift:11:39: error: 'UIPress' is unavailable in watchOS
func didEndPresses(_ presses: Set<UIPress>, with event: UIPressesEvent?)
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPress.h:49:74: note: 'UIPress' has been explicitly marked unavailable here
UIKIT_EXTERN API_AVAILABLE(ios(9.0)) API_UNAVAILABLE(watchos) @interface UIPress : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/ViewController.swift:11:61: error: 'UIPressesEvent' is unavailable in watchOS
func didEndPresses(_ presses: Set<UIPress>, with event: UIPressesEvent?)
^~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPressesEvent.h:17:12: note: 'UIPressesEvent' has been explicitly marked unavailable here
@interface UIPressesEvent : UIEvent
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/ViewController.swift:12:42: error: 'UIPress' is unavailable in watchOS
func didCancelPresses(_ presses: Set<UIPress>, with event: UIPressesEvent?)
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPress.h:49:74: note: 'UIPress' has been explicitly marked unavailable here
UIKIT_EXTERN API_AVAILABLE(ios(9.0)) API_UNAVAILABLE(watchos) @interface UIPress : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/ViewController.swift:12:64: error: 'UIPressesEvent' is unavailable in watchOS
func didCancelPresses(_ presses: Set<UIPress>, with event: UIPressesEvent?)
^~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPressesEvent.h:17:12: note: 'UIPressesEvent' has been explicitly marked unavailable here
@interface UIPressesEvent : UIEvent
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/ViewController.swift:13:42: error: 'UIPress' is unavailable in watchOS
func didChangePresses(_ presses: Set<UIPress>, with event: UIPressesEvent?)
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPress.h:49:74: note: 'UIPress' has been explicitly marked unavailable here
UIKIT_EXTERN API_AVAILABLE(ios(9.0)) API_UNAVAILABLE(watchos) @interface UIPress : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/ViewController.swift:13:64: error: 'UIPressesEvent' is unavailable in watchOS
func didChangePresses(_ presses: Set<UIPress>, with event: UIPressesEvent?)
^~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPressesEvent.h:17:12: note: 'UIPressesEvent' has been explicitly marked unavailable here
@interface UIPressesEvent : UIEvent
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/ViewController.swift:25:41: error: 'UIPress' is unavailable in watchOS
func didBeginPresses(_ presses: Set<UIPress>, with event: UIPressesEvent?) {}
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPress.h:49:74: note: 'UIPress' has been explicitly marked unavailable here
UIKIT_EXTERN API_AVAILABLE(ios(9.0)) API_UNAVAILABLE(watchos) @interface UIPress : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/ViewController.swift:25:63: error: 'UIPressesEvent' is unavailable in watchOS
func didBeginPresses(_ presses: Set<UIPress>, with event: UIPressesEvent?) {}
^~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPressesEvent.h:17:12: note: 'UIPressesEvent' has been explicitly marked unavailable here
@interface UIPressesEvent : UIEvent
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/ViewController.swift:26:39: error: 'UIPress' is unavailable in watchOS
func didEndPresses(_ presses: Set<UIPress>, with event: UIPressesEvent?) {}
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPress.h:49:74: note: 'UIPress' has been explicitly marked unavailable here
UIKIT_EXTERN API_AVAILABLE(ios(9.0)) API_UNAVAILABLE(watchos) @interface UIPress : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/ViewController.swift:26:61: error: 'UIPressesEvent' is unavailable in watchOS
func didEndPresses(_ presses: Set<UIPress>, with event: UIPressesEvent?) {}
^~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPressesEvent.h:17:12: note: 'UIPressesEvent' has been explicitly marked unavailable here
@interface UIPressesEvent : UIEvent
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/ViewController.swift:27:42: error: 'UIPress' is unavailable in watchOS
func didCancelPresses(_ presses: Set<UIPress>, with event: UIPressesEvent?) {}
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPress.h:49:74: note: 'UIPress' has been explicitly marked unavailable here
UIKIT_EXTERN API_AVAILABLE(ios(9.0)) API_UNAVAILABLE(watchos) @interface UIPress : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/ViewController.swift:27:64: error: 'UIPressesEvent' is unavailable in watchOS
func didCancelPresses(_ presses: Set<UIPress>, with event: UIPressesEvent?) {}
^~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPressesEvent.h:17:12: note: 'UIPressesEvent' has been explicitly marked unavailable here
@interface UIPressesEvent : UIEvent
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/ViewController.swift:28:42: error: 'UIPress' is unavailable in watchOS
func didChangePresses(_ presses: Set<UIPress>, with event: UIPressesEvent?) {}
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPress.h:49:74: note: 'UIPress' has been explicitly marked unavailable here
UIKIT_EXTERN API_AVAILABLE(ios(9.0)) API_UNAVAILABLE(watchos) @interface UIPress : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/ViewController.swift:28:64: error: 'UIPressesEvent' is unavailable in watchOS
func didChangePresses(_ presses: Set<UIPress>, with event: UIPressesEvent?) {}
^~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPressesEvent.h:17:12: note: 'UIPressesEvent' has been explicitly marked unavailable here
@interface UIPressesEvent : UIEvent
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/ViewController.swift:31:27: error: 'UIView' is unavailable in watchOS
open class ContainerView: UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/ViewController.swift:69:22: error: 'UIView' is unavailable in watchOS
let contentView: UIView
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/ViewController.swift:125:54: error: 'UIPress' is unavailable in watchOS
public override func pressesBegan(_ presses: Set<UIPress>, with event: UIPressesEvent?) {
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPress.h:49:74: note: 'UIPress' has been explicitly marked unavailable here
UIKIT_EXTERN API_AVAILABLE(ios(9.0)) API_UNAVAILABLE(watchos) @interface UIPress : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/ViewController.swift:125:76: error: 'UIPressesEvent' is unavailable in watchOS
public override func pressesBegan(_ presses: Set<UIPress>, with event: UIPressesEvent?) {
^~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPressesEvent.h:17:12: note: 'UIPressesEvent' has been explicitly marked unavailable here
@interface UIPressesEvent : UIEvent
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/ViewController.swift:130:54: error: 'UIPress' is unavailable in watchOS
public override func pressesEnded(_ presses: Set<UIPress>, with event: UIPressesEvent?) {
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPress.h:49:74: note: 'UIPress' has been explicitly marked unavailable here
UIKIT_EXTERN API_AVAILABLE(ios(9.0)) API_UNAVAILABLE(watchos) @interface UIPress : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/ViewController.swift:130:76: error: 'UIPressesEvent' is unavailable in watchOS
public override func pressesEnded(_ presses: Set<UIPress>, with event: UIPressesEvent?) {
^~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPressesEvent.h:17:12: note: 'UIPressesEvent' has been explicitly marked unavailable here
@interface UIPressesEvent : UIEvent
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/ViewController.swift:135:58: error: 'UIPress' is unavailable in watchOS
public override func pressesCancelled(_ presses: Set<UIPress>, with event: UIPressesEvent?) {
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPress.h:49:74: note: 'UIPress' has been explicitly marked unavailable here
UIKIT_EXTERN API_AVAILABLE(ios(9.0)) API_UNAVAILABLE(watchos) @interface UIPress : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/ViewController.swift:135:80: error: 'UIPressesEvent' is unavailable in watchOS
public override func pressesCancelled(_ presses: Set<UIPress>, with event: UIPressesEvent?) {
^~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPressesEvent.h:17:12: note: 'UIPressesEvent' has been explicitly marked unavailable here
@interface UIPressesEvent : UIEvent
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/ViewController.swift:140:56: error: 'UIPress' is unavailable in watchOS
public override func pressesChanged(_ presses: Set<UIPress>, with event: UIPressesEvent?) {
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPress.h:49:74: note: 'UIPress' has been explicitly marked unavailable here
UIKIT_EXTERN API_AVAILABLE(ios(9.0)) API_UNAVAILABLE(watchos) @interface UIPress : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/ViewController.swift:140:78: error: 'UIPressesEvent' is unavailable in watchOS
public override func pressesChanged(_ presses: Set<UIPress>, with event: UIPressesEvent?) {
^~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPressesEvent.h:17:12: note: 'UIPressesEvent' has been explicitly marked unavailable here
@interface UIPressesEvent : UIEvent
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Components/ViewController.swift:66:28: error: 'UIViewController' is unavailable in watchOS
open class ViewController: UIViewController {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIButton+extensions.swift:21:41: error: 'UIButton' is unavailable in watchOS
func configuration(_ configuration: UIButton.Configuration) -> Self {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIButton+extensions.swift:35:67: error: 'UIButton' is unavailable in watchOS
func configurationUpdateHandler(_ configurationUpdateHandler: UIButton.ConfigurationUpdateHandler?) -> Self {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIButton+extensions.swift:43:45: error: 'UIControl' is unavailable in watchOS
func title(_ title: String?, for state: UIControl.State = .normal) -> Self {
^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIButton+extensions.swift:49:67: error: 'UIControl' is unavailable in watchOS
func attributedTitle(_ title: NSAttributedString?, for state: UIControl.State = .normal) -> Self {
^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIButton+extensions.swift:55:51: error: 'UIControl' is unavailable in watchOS
func titleColor(_ color: UIColor?, for state: UIControl.State = .normal) -> Self {
^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIButton+extensions.swift:61:57: error: 'UIControl' is unavailable in watchOS
func titleShadowColor(_ color: UIColor?, for state: UIControl.State = .normal) -> Self {
^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIButton+extensions.swift:69:66: error: 'UIControl' is unavailable in watchOS
func backgroundImage(_ backgroundImage: UIImage?, for state: UIControl.State) -> Self {
^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIButton+extensions.swift:75:46: error: 'UIControl' is unavailable in watchOS
func image(_ image: UIImage?, for state: UIControl.State = .normal) -> Self {
^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIButton+extensions.swift:82:47: error: 'UIControl' is unavailable in watchOS
func image(systemName: String, for state: UIControl.State = .normal) -> Self {
^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIButton+extensions.swift:88:43: error: 'UIControl' is unavailable in watchOS
func image(_ name: String, for state: UIControl.State = .normal) -> Self {
^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIButton+extensions.swift:95:79: error: 'SymbolConfiguration' is only available in watchOS 6.0 or newer
func preferredSymbolConfiguration(_ preferredSymbolConfiguration: UIImage.SymbolConfiguration?, forImageIn state: UIControl.State) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIButton+extensions.swift:95:10: note: add '@available' attribute to enclosing instance method
func preferredSymbolConfiguration(_ preferredSymbolConfiguration: UIImage.SymbolConfiguration?, forImageIn state: UIControl.State) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIButton+extensions.swift:1:8: note: add '@available' attribute to enclosing extension
public extension UIButton {
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIButton+extensions.swift:95:119: error: 'UIControl' is unavailable in watchOS
func preferredSymbolConfiguration(_ preferredSymbolConfiguration: UIImage.SymbolConfiguration?, forImageIn state: UIControl.State) -> Self {
^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIButton+extensions.swift:104:23: error: 'UIButton' is unavailable in watchOS
func role(_ role: UIButton.Role) -> Self {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIButton+extensions.swift:113:63: error: 'UIBehavioralStyle' is unavailable in watchOS
func preferredBehavioralStyle(_ preferredBehavioralStyle: UIBehavioralStyle) -> Self {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBehavioralStyle.h:16:29: note: 'UIBehavioralStyle' has been explicitly marked unavailable here
typedef NS_ENUM(NSUInteger, UIBehavioralStyle) {
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIButton+extensions.swift:122:23: error: 'UIMenu' is unavailable in watchOS
func menu(_ menu: UIMenu?) -> Self {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIMenu.h:43:12: note: 'UIMenu' has been explicitly marked unavailable here
@interface UIMenu : UIMenuElement
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIButton+extensions.swift:136:45: error: 'UIContextMenuConfiguration' is unavailable in watchOS
func preferredMenuElementOrder(_ order: UIContextMenuConfiguration.ElementOrder) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIContextMenuConfiguration.h:39:12: note: 'UIContextMenuConfiguration' has been explicitly marked unavailable here
@interface UIContextMenuConfiguration : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIButton+extensions.swift:145:38: error: 'UIButton' is unavailable in watchOS
func action(_ action: @escaping (UIButton) -> Void) -> Self {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIButton+extensions.swift:1:18: error: 'UIButton' is unavailable in watchOS
public extension UIButton {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIButton+extensions.swift:153:18: error: 'UIButton' is unavailable in watchOS
public extension UIButton {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIButton+extensions.swift:228:55: error: 'UIBaselineAdjustment' is unavailable in watchOS
func baselineAdjustment(_ baselineAdjustment: UIBaselineAdjustment) -> Self {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStringDrawing.h:47:28: note: 'UIBaselineAdjustment' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIBaselineAdjustment) {
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIButton+extensions.swift:162:18: error: 'UIButton' is unavailable in watchOS
public extension UIButton {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIControl+extensions.swift:25:63: error: 'ContentVerticalAlignment' is unavailable in watchOS
func contentVerticalAlignment(_ contentVerticalAlignment: ContentVerticalAlignment) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:43:28: note: 'ContentVerticalAlignment' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIControlContentVerticalAlignment) {
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIControl+extensions.swift:1:18: error: 'UIControl' is unavailable in watchOS
public extension UIControl {
^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIImageView+extensions.swift:68:79: error: 'SymbolConfiguration' is only available in watchOS 6.0 or newer
func preferredSymbolConfiguration(_ preferredSymbolConfiguration: UIImage.SymbolConfiguration) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIImageView+extensions.swift:68:10: note: add '@available' attribute to enclosing instance method
func preferredSymbolConfiguration(_ preferredSymbolConfiguration: UIImage.SymbolConfiguration) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIImageView+extensions.swift:1:8: note: add '@available' attribute to enclosing extension
public extension UIImageView {
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIImageView+extensions.swift:88:30: error: 'UIImageView' is unavailable in watchOS
func contentMode(_ mode: UIImageView.ContentMode) -> Self {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImageView.h:21:12: note: 'UIImageView' has been explicitly marked unavailable here
@interface UIImageView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIImageView+extensions.swift:1:18: error: 'UIImageView' is unavailable in watchOS
public extension UIImageView {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImageView.h:21:12: note: 'UIImageView' has been explicitly marked unavailable here
@interface UIImageView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UILabel+extensions.swift:80:51: error: 'UIBaselineAdjustment' is unavailable in watchOS
func baselineAdjustment(_ baselineAdjustment: UIBaselineAdjustment) -> Self {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStringDrawing.h:47:28: note: 'UIBaselineAdjustment' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIBaselineAdjustment) {
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UILabel+extensions.swift:1:18: error: 'UILabel' is unavailable in watchOS
public extension UILabel {
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIScene+extensions.swift:3:42: error: 'UIViewController' is unavailable in watchOS
func window(with rootViewController: UIViewController) -> UIWindow? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIScene+extensions.swift:3:63: error: 'UIWindow' is unavailable in watchOS
func window(with rootViewController: UIViewController) -> UIWindow? {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIScene+extensions.swift:2:18: error: 'UIScene' is unavailable in watchOS
public extension UIScene {
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScene.h:20:12: note: 'UIScene' has been explicitly marked unavailable here
@interface UIScene : UIResponder
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIStackView+extensions.swift:7:33: error: 'UIStackView' is unavailable in watchOS
func alignment(_ alignment: UIStackView.Alignment) -> Self {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIStackView+extensions.swift:12:39: error: 'UIStackView' is unavailable in watchOS
func distribution(_ distribution: UIStackView.Distribution) -> Self {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIStackView+extensions.swift:17:23: error: 'NSLayoutConstraint' is unavailable in watchOS
func axis(_ axis: NSLayoutConstraint.Axis) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIStackView+extensions.swift:32:66: error: 'UIView' is unavailable in watchOS
func addArrangedSubviews(@StackViewBuilder _ builder: () -> [UIView]) {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIStackView+extensions.swift:1:18: error: 'UIStackView' is unavailable in watchOS
public extension UIStackView {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UITextField+extensions.swift:54:31: error: 'UITextFieldDelegate' is unavailable in watchOS
func delegate(_ delegate: UITextFieldDelegate) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:140:11: note: 'UITextFieldDelegate' has been explicitly marked unavailable here
@protocol UITextFieldDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UITextField+extensions.swift:60:59: error: 'UITextAutocapitalizationType' is unavailable in watchOS
func autocapitalizationType(_ autocapitalizationType: UITextAutocapitalizationType) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:22:28: note: 'UITextAutocapitalizationType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextAutocapitalizationType) {
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UITextField+extensions.swift:66:51: error: 'UITextAutocorrectionType' is unavailable in watchOS
func autocorrectionType(_ autocorrectionType: UITextAutocorrectionType) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:37:28: note: 'UITextAutocorrectionType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextAutocorrectionType) {
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UITextField+extensions.swift:72:49: error: 'UITextSpellCheckingType' is unavailable in watchOS
func spellCheckingType(_ spellCheckingType: UITextSpellCheckingType) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:48:28: note: 'UITextSpellCheckingType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextSpellCheckingType) {
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UITextField+extensions.swift:90:33: error: 'UIView' is unavailable in watchOS
func rightView(_ rightView: UIView?) -> Self {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UITextField+extensions.swift:96:57: error: 'UITextField' is unavailable in watchOS
func rightView(@ProgrammaticViewBuilder _ builder: (UITextField) -> UIView) -> Self {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UITextField+extensions.swift:96:73: error: 'UIView' is unavailable in watchOS
func rightView(@ProgrammaticViewBuilder _ builder: (UITextField) -> UIView) -> Self {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UITextField+extensions.swift:102:41: error: 'UITextField' is unavailable in watchOS
func rightViewMode(_ rightViewMode: UITextField.ViewMode) -> Self {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UITextField+extensions.swift:126:37: error: 'BorderStyle' is unavailable in watchOS
func borderStyle(_ borderStyle: BorderStyle) -> Self {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:33:28: note: 'BorderStyle' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextBorderStyle) {
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UITextField+extensions.swift:146:45: error: 'ViewMode' is unavailable in watchOS
func clearButtonMode(_ clearButtonMode: ViewMode) -> Self {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:40:28: note: 'ViewMode' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextFieldViewMode) {
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UITextField+extensions.swift:152:31: error: 'UIView' is unavailable in watchOS
func leftView(_ leftView: UIView?) -> Self {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UITextField+extensions.swift:158:39: error: 'ViewMode' is unavailable in watchOS
func leftViewMode(_ leftViewMode: ViewMode) -> Self {
^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:40:28: note: 'ViewMode' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextFieldViewMode) {
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UITextField+extensions.swift:164:33: error: 'UIView' is unavailable in watchOS
func inputView(_ inputView: UIView?) -> Self {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UITextField+extensions.swift:170:51: error: 'UIView' is unavailable in watchOS
func inputAccessoryView(_ inputAccessoryView: UIView?) -> Self {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UITextField+extensions.swift:1:18: error: 'UITextField' is unavailable in watchOS
public extension UITextField {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UITextField+extensions.swift:203:36: error: 'UITextField' is unavailable in watchOS
private var delegateClosure: ((UITextField) -> Bool)? {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UITextField+extensions.swift:212:46: error: 'UITextField' is unavailable in watchOS
private var shouldBeginEditingClosure: ((UITextField) -> Bool)? {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UITextField+extensions.swift:221:43: error: 'UITextField' is unavailable in watchOS
private var didBeginEditingClosure: ((UITextField) -> Void)? {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UITextField+extensions.swift:230:44: error: 'UITextField' is unavailable in watchOS
private var shouldEndEditingClosure: ((UITextField) -> Bool)? {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UITextField+extensions.swift:239:41: error: 'UITextField' is unavailable in watchOS
private var didEndEditingClosure: ((UITextField) -> Void)? {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UITextField+extensions.swift:248:50: error: 'UITextField' is unavailable in watchOS
private var shouldChangeCharactersClosure: ((UITextField, NSRange, String) -> Bool)? {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UITextField+extensions.swift:257:39: error: 'UITextField' is unavailable in watchOS
private var shouldClearClosure: ((UITextField) -> Bool)? {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UITextField+extensions.swift:266:36: error: 'UITextField' is unavailable in watchOS
private var onChangeClosure: ((UITextField) -> Void)? {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UITextField+extensions.swift:275:47: error: 'UITextField' is unavailable in watchOS
func onBeginEditing(_ closure: @escaping (UITextField) -> Void) -> Self {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UITextField+extensions.swift:281:49: error: 'UITextField' is unavailable in watchOS
func shouldEndEditing(_ closure: @escaping (UITextField) -> Bool) -> Self {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UITextField+extensions.swift:287:45: error: 'UITextField' is unavailable in watchOS
func onEndEditing(_ closure: @escaping (UITextField) -> Void) -> Self {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UITextField+extensions.swift:293:55: error: 'UITextField' is unavailable in watchOS
func shouldChangeCharacters(_ closure: @escaping (UITextField, NSRange, String) -> Bool) -> Self {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UITextField+extensions.swift:299:44: error: 'UITextField' is unavailable in watchOS
func shouldClear(_ closure: @escaping (UITextField) -> Bool) -> Self {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UITextField+extensions.swift:305:45: error: 'UITextField' is unavailable in watchOS
func shouldReturn(_ closure: @escaping (UITextField) -> Bool) -> Self {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UITextField+extensions.swift:311:41: error: 'UITextField' is unavailable in watchOS
func onChange(_ closure: @escaping (UITextField) -> Void) -> Self {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UITextField+extensions.swift:191:18: error: 'UITextField' is unavailable in watchOS
public extension UITextField {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UITextField+extensions.swift:322:1: warning: extension declares a conformance of imported type 'UITextField' to imported protocol 'UITextFieldDelegate'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UITextField: UITextFieldDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UITextField+extensions.swift:322:1: note: add '@retroactive' to silence this warning
extension UITextField: UITextFieldDelegate {
^ ~~~~~~~~~~~~~~~~~~~
@retroactive UITextFieldDelegate
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UITextField+extensions.swift:324:52: error: 'UITextField' is unavailable in watchOS
public func textFieldShouldReturn(_ textField: UITextField) -> Bool {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UITextField+extensions.swift:328:58: error: 'UITextField' is unavailable in watchOS
public func textFieldShouldBeginEditing(_ textField: UITextField) -> Bool {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UITextField+extensions.swift:332:55: error: 'UITextField' is unavailable in watchOS
public func textFieldDidBeginEditing(_ textField: UITextField) {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UITextField+extensions.swift:336:56: error: 'UITextField' is unavailable in watchOS
public func textFieldShouldEndEditing(_ textField: UITextField) -> Bool {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UITextField+extensions.swift:340:53: error: 'UITextField' is unavailable in watchOS
public func textFieldDidEndEditing(_ textField: UITextField) {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UITextField+extensions.swift:344:40: error: 'UITextField' is unavailable in watchOS
public func textField(_ textField: UITextField, shouldChangeCharactersIn range: NSRange, replacementString string: String) -> Bool {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UITextField+extensions.swift:348:51: error: 'UITextField' is unavailable in watchOS
public func textFieldShouldClear(_ textField: UITextField) -> Bool {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UITextField+extensions.swift:322:24: error: 'UITextFieldDelegate' is unavailable in watchOS
extension UITextField: UITextFieldDelegate {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:140:11: note: 'UITextFieldDelegate' has been explicitly marked unavailable here
@protocol UITextFieldDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UITextField+extensions.swift:322:11: error: 'UITextField' is unavailable in watchOS
extension UITextField: UITextFieldDelegate {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIView+extensions.swift:22:32: error: 'UIView' is unavailable in watchOS
func addingSubview(_ view: UIView) -> Self {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIView+extensions.swift:44:38: error: 'NSLayoutConstraint' is unavailable in watchOS
func constrained(_ constraints: [NSLayoutConstraint]) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIView+extensions.swift:51:36: error: 'NSLayoutConstraint' is unavailable in watchOS
func constrain(_ constraints: [NSLayoutConstraint]) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIView+extensions.swift:110:53: error: 'TintAdjustmentMode' is unavailable in watchOS
func tintAdjustmentsMode(_ tintAdjustmentsMode: TintAdjustmentMode) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:130:28: note: 'TintAdjustmentMode' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIViewTintAdjustmentMode) {
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIView+extensions.swift:128:23: error: 'UIView' is unavailable in watchOS
func mask(_ mask: UIView?) -> Self {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIView+extensions.swift:178:45: error: 'UILayoutPriority' is unavailable in watchOS
func contentHuggingPriority(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIView+extensions.swift:178:73: error: 'NSLayoutConstraint' is unavailable in watchOS
func contentHuggingPriority(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIView+extensions.swift:184:52: error: 'UILayoutPriority' is unavailable in watchOS
func compressionResistancePriority(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIView+extensions.swift:184:80: error: 'NSLayoutConstraint' is unavailable in watchOS
func compressionResistancePriority(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIView+extensions.swift:260:29: error: 'UISwipeGestureRecognizer' is unavailable in watchOS
func onSwipe(direction: UISwipeGestureRecognizer.Direction = .right, _ completion: @escaping (Self) -> Void) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwipeGestureRecognizer.h:31:12: note: 'UISwipeGestureRecognizer' has been explicitly marked unavailable here
@interface UISwipeGestureRecognizer : UIGestureRecognizer
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIView+extensions.swift:1:18: error: 'UIView' is unavailable in watchOS
public extension UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIView+extensions.swift:400:46: error: 'UIView' is unavailable in watchOS
func padding(_ padding: CGFloat = 10) -> UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIView+extensions.swift:408:60: error: 'UIView' is unavailable in watchOS
func padding(_ edge: Edge, _ padding: CGFloat = 10) -> UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIView+extensions.swift:314:18: error: 'UIView' is unavailable in watchOS
public extension UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Internal/ClosureTapGestureRecognizer.swift:1:42: error: 'UITapGestureRecognizer' is unavailable in watchOS
final class ClosureTapGestureRecognizer: UITapGestureRecognizer {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITapGestureRecognizer.h:23:12: note: 'UITapGestureRecognizer' has been explicitly marked unavailable here
@interface UITapGestureRecognizer : UIGestureRecognizer
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Internal/ClosureTapGestureRecognizer.swift:14:48: error: 'UILongPressGestureRecognizer' is unavailable in watchOS
final class ClosureLongPressGestureRecognizer: UILongPressGestureRecognizer {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILongPressGestureRecognizer.h:22:12: note: 'UILongPressGestureRecognizer' has been explicitly marked unavailable here
@interface UILongPressGestureRecognizer : UIGestureRecognizer
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Internal/ClosureTapGestureRecognizer.swift:27:44: error: 'UISwipeGestureRecognizer' is unavailable in watchOS
final class ClosureSwipeGestureRecognizer: UISwipeGestureRecognizer {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwipeGestureRecognizer.h:31:12: note: 'UISwipeGestureRecognizer' has been explicitly marked unavailable here
@interface UISwipeGestureRecognizer : UIGestureRecognizer
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Internal/ClosureTapGestureRecognizer.swift:40:44: error: 'UIPinchGestureRecognizer' is unavailable in watchOS
final class ClosurePinchGestureRecognizer: UIPinchGestureRecognizer {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPinchGestureRecognizer.h:20:12: note: 'UIPinchGestureRecognizer' has been explicitly marked unavailable here
@interface UIPinchGestureRecognizer : UIGestureRecognizer
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Internal/ClosureTapGestureRecognizer.swift:53:47: error: 'UIRotationGestureRecognizer' is unavailable in watchOS
final class ClosureRotationGestureRecognizer: UIRotationGestureRecognizer {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIRotationGestureRecognizer.h:20:12: note: 'UIRotationGestureRecognizer' has been explicitly marked unavailable here
@interface UIRotationGestureRecognizer : UIGestureRecognizer
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Internal/ClosureTapGestureRecognizer.swift:66:42: error: 'UIPanGestureRecognizer' is unavailable in watchOS
final class ClosurePanGestureRecognizer: UIPanGestureRecognizer {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:31:12: note: 'UIPanGestureRecognizer' has been explicitly marked unavailable here
@interface UIPanGestureRecognizer : UIGestureRecognizer
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Preview/UIViewPreview.swift:11:37: error: cannot find type 'Context' in scope
public func makeUIView(context: Context) -> UIView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Preview/UIViewPreview.swift:11:49: error: 'UIView' is unavailable in watchOS
public func makeUIView(context: Context) -> UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Preview/UIViewPreview.swift:15:55: error: cannot find type 'Context' in scope
public func updateUIView(_ view: UIView, context: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Preview/UIViewPreview.swift:15:38: error: 'UIView' is unavailable in watchOS
public func updateUIView(_ view: UIView, context: Context) {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Preview/UIViewPreview.swift:4:57: error: cannot find type 'UIViewRepresentable' in scope
public struct PreviewContainer<View: ProgrammaticView>: UIViewRepresentable {
^~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 Compiling\ UITextField+extensions.swift,\ UIView+extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UITextField+extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIView+extensions.swift (in target 'ViewKit' from project 'ViewKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UITextField+extensions.swift (in target 'ViewKit' from project 'ViewKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIView+extensions.swift (in target 'ViewKit' from project 'ViewKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UIButton+extensions.swift,\ UIControl+extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIButton+extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIControl+extensions.swift (in target 'ViewKit' from project 'ViewKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIButton+extensions.swift (in target 'ViewKit' from project 'ViewKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIControl+extensions.swift (in target 'ViewKit' from project 'ViewKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ UIScene+extensions.swift,\ UIStackView+extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIScene+extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIStackView+extensions.swift (in target 'ViewKit' from project 'ViewKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIScene+extensions.swift (in target 'ViewKit' from project 'ViewKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIStackView+extensions.swift (in target 'ViewKit' from project 'ViewKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ UIScene+extensions.swift,\ UIStackView+extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIScene+extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/ViewKit/Extensions/UIStackView+extensions.swift (in target 'ViewKit' from project 'ViewKit')
2026-04-21 07:15:08.815 xcodebuild[834:4692] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
EmitSwiftModule normal arm64_32 (in target 'ViewKit' from project 'ViewKit')
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ ViewKit (in target 'ViewKit' from project 'ViewKit')
SwiftEmitModule normal armv7k Emitting\ module\ for\ ViewKit (in target 'ViewKit' from project 'ViewKit')
EmitSwiftModule normal armv7k (in target 'ViewKit' from project 'ViewKit')
SwiftEmitModule normal arm64 Emitting\ module\ for\ ViewKit (in target 'ViewKit' from project 'ViewKit')
EmitSwiftModule normal arm64 (in target 'ViewKit' from project 'ViewKit')
Building workspace spi-builder-workspace with scheme ViewKit
(7 failures)
BUILD FAILURE 6.3 watchOS