The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build UIKitOptions, reference 0.3.3 (66c73e), with Swift 6.2 (beta) for watchOS using Xcode 26.0 on 20 Jun 2025 04:52:31 UTC.

Build Command

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

Build Log

typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
              ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIView+Options/UIView+Options.swift:183:90: error: 'NSLayoutConstraint' is unavailable in watchOS
        public static func compressionResistance(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
                                                                                         ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UIView+Options/UIView+Options.swift:188:56: error: 'UILayoutPriority' is unavailable in watchOS
        public static func huggingPriority(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
                                                       ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UIView+Options/UIView+Options.swift:188:84: error: 'NSLayoutConstraint' is unavailable in watchOS
        public static func huggingPriority(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
                                                                                   ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UIView+Options/UIView+Options.swift:193:57: error: 'CALayer' is unavailable in watchOS
        public static func layerOptions(_ layerOptions: CALayer.Option...) -> Self {
                                                        ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIView+Options/UIView+Options.swift:10:18: error: 'UIView' is unavailable in watchOS
public extension UIView {
                 ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147: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/UIKitOptions/UIViewController/UIViewController+Init.swift:10:18: error: 'UIViewController' is unavailable in watchOS
public extension UIViewController {
                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UIViewController/UIViewController+Options.swift:109:35: error: 'UIModalTransitionStyle' is unavailable in watchOS
        case modalTransitionStyle(UIModalTransitionStyle)
                                  ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:40:28: note: 'UIModalTransitionStyle' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIModalTransitionStyle) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIViewController/UIViewController+Options.swift:112:37: error: 'UIModalPresentationStyle' is unavailable in watchOS
        case modalPresentationStyle(UIModalPresentationStyle)
                                    ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:47:28: note: 'UIModalPresentationStyle' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIModalPresentationStyle) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIViewController/UIViewController+Options.swift:133:27: error: 'UIUserInterfaceStyle' is unavailable in watchOS
            var rawValue: UIUserInterfaceStyle {
                          ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:32:28: note: 'UIUserInterfaceStyle' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIUserInterfaceStyle) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIViewController/UIViewController+Options.swift:151:31: error: 'UIViewControllerRestoration' is unavailable in watchOS
        case restorationClass(UIViewControllerRestoration.Type?)
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStateRestoration.h:40:11: note: 'UIViewControllerRestoration' has been explicitly marked unavailable here
@protocol UIViewControllerRestoration
          ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIViewController/UIViewController+Options.swift:154:36: error: 'UIViewControllerTransitioningDelegate' is unavailable in watchOS
        case transitioningDelegate(UIViewControllerTransitioningDelegate?)
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewControllerTransitioning.h:180:11: note: 'UIViewControllerTransitioningDelegate' has been explicitly marked unavailable here
@protocol UIViewControllerTransitioningDelegate <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIViewController/UIViewController+Options.swift:162:51: error: 'UIPopoverPresentationController' is unavailable in watchOS
        case popoverPresentationControllerOptions(UIPopoverPresentationController.Options)
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPopoverPresentationController.h:40:12: note: 'UIPopoverPresentationController' has been explicitly marked unavailable here
@interface UIPopoverPresentationController : UIPresentationController
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIViewController/UIViewController+Options.swift:164:26: error: 'UIView' is unavailable in watchOS
        case viewOptions(UIView.Options)
                         ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147: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/UIKitOptions/UIViewController/UIViewController+Options.swift:168:51: error: 'UIView' is unavailable in watchOS
        public static func viewOptions(_ options: UIView.Option...) -> Self {
                                                  ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147: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/UIKitOptions/UIViewController/UIViewController+Options.swift:172:76: error: 'UIPopoverPresentationController' is unavailable in watchOS
        public static func popoverPresentationControllerOptions(_ options: UIPopoverPresentationController.Option...) -> Self {
                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPopoverPresentationController.h:40:12: note: 'UIPopoverPresentationController' has been explicitly marked unavailable here
@interface UIPopoverPresentationController : UIPresentationController
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIViewController/UIViewController+Options.swift:10:18: error: 'UIViewController' is unavailable in watchOS
public extension UIViewController {
                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UTTType/UTTTypeOption.swift:80:18: error: 'UTType' is only available in watchOS 7.0 or newer
    var uttType: UTType {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UTTType/UTTTypeOption.swift:80:9: note: add @available attribute to enclosing property
    var uttType: UTType {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UTTType/UTTTypeOption.swift:14:13: note: add @available attribute to enclosing enum
public enum UTTTypeOption: Equatable, Hashable {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UTTType/UTTTypeOption.swift:331:19: error: 'UTType' is only available in watchOS 7.0 or newer
    var uttypes: [UTType] {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UTTType/UTTTypeOption.swift:331:9: note: add @available attribute to enclosing property
    var uttypes: [UTType] {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UTTType/UTTTypeOption.swift:324:1: note: add @available attribute to enclosing extension
extension Collection where Element == UTTTypeOption {
^
SwiftCompile normal armv7k Compiling\ UIView+Options.swift,\ UIViewController+Init.swift,\ UIViewController+Options.swift,\ UTTTypeOption.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIView+Options/UIView+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIViewController/UIViewController+Init.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIViewController/UIViewController+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UTTType/UTTTypeOption.swift (in target 'UIKitOptions' from project 'UIKitOptions')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIView+Options/UIView+Options.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIViewController/UIViewController+Init.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIViewController/UIViewController+Options.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UTTType/UTTTypeOption.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ UILabel+Options.swift,\ UINavigationController+Init.swift,\ UINavigationController+Options.swift,\ UIPopoverPresentationController+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UILabel/UILabel+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UINavigationController/UINavigationController+Init.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UINavigationController/UINavigationController+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIPopoverPresentationController/UIPopoverPresentationController+Options.swift (in target 'UIKitOptions' from project 'UIKitOptions')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UILabel/UILabel+Options.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UINavigationController/UINavigationController+Init.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UINavigationController/UINavigationController+Options.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIPopoverPresentationController/UIPopoverPresentationController+Options.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ UIImageView+Options.swift,\ UIKeyCommand+Constants.swift,\ UIKeyCommand+Init.swift,\ UIKeyCommand+Options.swift,\ UILabel+Init.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIImageView/UIImageView+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIKeyCommand/UIKeyCommand+Constants.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIKeyCommand/UIKeyCommand+Init.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIKeyCommand/UIKeyCommand+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UILabel/UILabel+Init.swift (in target 'UIKitOptions' from project 'UIKitOptions')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIImageView/UIImageView+Options.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIKeyCommand/UIKeyCommand+Constants.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIKeyCommand/UIKeyCommand+Init.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIKeyCommand/UIKeyCommand+Options.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UILabel/UILabel+Init.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ UITextView+Init.swift,\ UITextView+Options.swift,\ UIView+Init.swift,\ UIView+LayoutCompressionOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITextView/UITextView+Init.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITextView/UITextView+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIView+Options/UIView+Init.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIView+Options/UIView+LayoutCompressionOptions.swift (in target 'UIKitOptions' from project 'UIKitOptions')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITextView/UITextView+Init.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITextView/UITextView+Options.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIView+Options/UIView+Init.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIView+Options/UIView+LayoutCompressionOptions.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ UIKitOptions (in target 'UIKitOptions' from project 'UIKitOptions')
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal armv7k Emitting\ module\ for\ UIKitOptions (in target 'UIKitOptions' from project 'UIKitOptions')
	EmitSwiftModule normal armv7k (in target 'UIKitOptions' from project 'UIKitOptions')
	Building workspace spi-builder-workspace with scheme UIKitOptions
(3 failures)
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  UIKitOptions: /Users/admin/builder/spi-builder-workspace
resolved source packages: UIKitOptions
{
  "dependencies" : [
  ],
  "manifest_display_name" : "UIKitOptions",
  "name" : "UIKitOptions",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "UIKitOptions",
      "targets" : [
        "UIKitOptions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UIKitOptionsTests",
      "module_type" : "SwiftTarget",
      "name" : "UIKitOptionsTests",
      "path" : "Tests/UIKitOptionsTests",
      "sources" : [
        "UIKitOptionsTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "UIKitOptions"
      ],
      "type" : "test"
    },
    {
      "c99name" : "UIKitOptions",
      "module_type" : "SwiftTarget",
      "name" : "UIKitOptions",
      "path" : "Sources/UIKitOptions",
      "product_memberships" : [
        "UIKitOptions"
      ],
      "sources" : [
        "CALayer/CALayer+Options.swift",
        "NSAttributedString/NSAttributedString+Init.swift",
        "NSAttributedString/NSAttributedString+Options.swift",
        "NSDirectionalEdgeInsets/NSDirectionalEdgeInsets+Convenience.swift",
        "NumberFormatter/NumberFormatter+Init.swift",
        "NumberFormatter/NumberFormatter+Options.swift",
        "UIColorPickerViewController/UIColorPickerViewController+Init.swift",
        "UIColorPickerViewController/UIColorPickerViewController+Options.swift",
        "UIDocumentPickerViewController/UIDocumentPickerViewController+Init.swift",
        "UIDocumentPickerViewController/UIDocumentPickerViewController+Options.swift",
        "UIEdgeInsets/UIEdgetInsets+Convenience.swift",
        "UIFont/UIFont+SymbolicTraits.swift",
        "UIImage/UIImage+Options.swift",
        "UIImage/UIImage+Resize.swift",
        "UIImageView/UIImageView+Init.swift",
        "UIImageView/UIImageView+Options.swift",
        "UIKeyCommand/UIKeyCommand+Constants.swift",
        "UIKeyCommand/UIKeyCommand+Init.swift",
        "UIKeyCommand/UIKeyCommand+Options.swift",
        "UILabel/UILabel+Init.swift",
        "UILabel/UILabel+Options.swift",
        "UINavigationController/UINavigationController+Init.swift",
        "UINavigationController/UINavigationController+Options.swift",
        "UIPopoverPresentationController/UIPopoverPresentationController+Options.swift",
        "UIScrollView/UIScrollView+Init.swift",
        "UIScrollView/UIScrollView+Options.swift",
        "UIStackView/UIStackView+Alignment.swift",
        "UIStackView/UIStackView+Init.swift",
        "UIStackView/UIStackView+Options.swift",
        "UIStackView/UIStackView+Subviews.swift",
        "UIStepper/UIStepper+Init.swift",
        "UIStepper/UIStepper+Options.swift",
        "UITableView/UITableView+Init.swift",
        "UITableView/UITableView+Options.swift",
        "UITextField/UITextField+Init.swift",
        "UITextField/UITextField+Options.swift",
        "UITextView/UITextView+Init.swift",
        "UITextView/UITextView+Options.swift",
        "UIView+Options/UIView+Init.swift",
        "UIView+Options/UIView+LayoutCompressionOptions.swift",
        "UIView+Options/UIView+Options.swift",
        "UIViewController/UIViewController+Init.swift",
        "UIViewController/UIViewController+Options.swift",
        "UTTType/UTTTypeOption.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "UIKitOptions"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme UIKitOptions -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme UIKitOptions -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  UIKitOptions: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'UIKitOptions' in project 'UIKitOptions'
        ➜ Explicit dependency on target 'UIKitOptions' in project 'UIKitOptions'
    Target 'UIKitOptions' in project 'UIKitOptions' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache
SwiftDriver UIKitOptions normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name UIKitOptions -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-watchos/UIKitOptions.build/Objects-normal/arm64_32/UIKitOptions.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-watchos/UIKitOptions.build/Objects-normal/arm64_32/UIKitOptions-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-watchos/UIKitOptions.build/Objects-normal/arm64_32/UIKitOptions.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-watchos/UIKitOptions.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-watchos/UIKitOptions.build/Objects-normal/arm64_32/UIKitOptions_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-watchos/UIKitOptions.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-watchos/UIKitOptions.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-watchos/UIKitOptions.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-watchos/UIKitOptions.build/Objects-normal/arm64_32/UIKitOptions-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver UIKitOptions normal arm64 com.apple.xcode.tools.swift.compiler (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name UIKitOptions -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-watchos/UIKitOptions.build/Objects-normal/arm64/UIKitOptions.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-watchos/UIKitOptions.build/Objects-normal/arm64/UIKitOptions-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-watchos/UIKitOptions.build/Objects-normal/arm64/UIKitOptions.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-watchos/UIKitOptions.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-watchos/UIKitOptions.build/Objects-normal/arm64/UIKitOptions_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-watchos/UIKitOptions.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-watchos/UIKitOptions.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-watchos/UIKitOptions.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-watchos/UIKitOptions.build/Objects-normal/arm64/UIKitOptions-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver UIKitOptions normal armv7k com.apple.xcode.tools.swift.compiler (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name UIKitOptions -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-watchos/UIKitOptions.build/Objects-normal/armv7k/UIKitOptions.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-watchos/UIKitOptions.build/Objects-normal/armv7k/UIKitOptions-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-watchos/UIKitOptions.build/Objects-normal/armv7k/UIKitOptions.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-watchos/UIKitOptions.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-watchos/UIKitOptions.build/Objects-normal/armv7k/UIKitOptions_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-watchos/UIKitOptions.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-watchos/UIKitOptions.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-watchos/UIKitOptions.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-watchos/UIKitOptions.build/Objects-normal/armv7k/UIKitOptions-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ UIKitOptions (in target 'UIKitOptions' from project 'UIKitOptions')
EmitSwiftModule normal arm64_32 (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/CALayer/CALayer+Options.swift:96:28: error: 'CACornerMask' is unavailable in watchOS
        case maskedCorners(CACornerMask)
                           ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:108:33: note: 'CACornerMask' has been explicitly marked unavailable here
typedef NS_OPTIONS (NSUInteger, CACornerMask)
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/CALayer/CALayer+Options.swift:10:18: error: 'CALayer' is unavailable in watchOS
public extension CALayer {
                 ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIColorPickerViewController/UIColorPickerViewController+Init.swift:12:18: error: 'UIColorPickerViewController' is unavailable in watchOS
public extension UIColorPickerViewController {
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColorPickerViewController.h:43:12: note: 'UIColorPickerViewController' has been explicitly marked unavailable here
@interface UIColorPickerViewController : UIViewController
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIColorPickerViewController/UIColorPickerViewController+Options.swift:40:34: error: 'UIColorPickerViewControllerDelegate' is unavailable in watchOS
        case colorPickerDelegate(UIColorPickerViewControllerDelegate?)
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColorPickerViewController.h:17:11: note: 'UIColorPickerViewControllerDelegate' has been explicitly marked unavailable here
@protocol UIColorPickerViewControllerDelegate <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIColorPickerViewController/UIColorPickerViewController+Options.swift:48:36: error: 'UIViewController' is unavailable in watchOS
        case viewControllerOptions(UIViewController.Options)
                                   ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UIColorPickerViewController/UIColorPickerViewController+Options.swift:52:51: error: 'UIView' is unavailable in watchOS
        public static func viewOptions(_ options: UIView.Option...) -> Self {
                                                  ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147: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/UIKitOptions/UIColorPickerViewController/UIColorPickerViewController+Options.swift:56:61: error: 'UIViewController' is unavailable in watchOS
        public static func viewControllerOptions(_ options: UIViewController.Option...) -> Self {
                                                            ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UIColorPickerViewController/UIColorPickerViewController+Options.swift:60:76: error: 'UIPopoverPresentationController' is unavailable in watchOS
        public static func popoverPresentationControllerOptions(_ options: UIPopoverPresentationController.Option...) -> Self {
                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPopoverPresentationController.h:40:12: note: 'UIPopoverPresentationController' has been explicitly marked unavailable here
@interface UIPopoverPresentationController : UIPresentationController
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIColorPickerViewController/UIColorPickerViewController+Options.swift:12:18: error: 'UIColorPickerViewController' is unavailable in watchOS
public extension UIColorPickerViewController {
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColorPickerViewController.h:43:12: note: 'UIColorPickerViewController' has been explicitly marked unavailable here
@interface UIColorPickerViewController : UIViewController
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIDocumentPickerViewController/UIDocumentPickerViewController+Init.swift:17:53: error: 'UIDocumentPickerViewController' is unavailable in watchOS
    static func forOpening(_ options: Option...) -> UIDocumentPickerViewController {
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDocumentPickerViewController.h:38:12: note: 'UIDocumentPickerViewController' has been explicitly marked unavailable here
@interface UIDocumentPickerViewController : UIViewController
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIDocumentPickerViewController/UIDocumentPickerViewController+Init.swift:38:55: error: 'UIDocumentPickerViewController' is unavailable in watchOS
    static func forImporting(_ options: Option...) -> UIDocumentPickerViewController {
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDocumentPickerViewController.h:38:12: note: 'UIDocumentPickerViewController' has been explicitly marked unavailable here
@interface UIDocumentPickerViewController : UIViewController
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIDocumentPickerViewController/UIDocumentPickerViewController+Init.swift:59:55: error: 'UIDocumentPickerViewController' is unavailable in watchOS
    static func forExporting(_ options: Option...) -> UIDocumentPickerViewController {
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDocumentPickerViewController.h:38:12: note: 'UIDocumentPickerViewController' has been explicitly marked unavailable here
@interface UIDocumentPickerViewController : UIViewController
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIDocumentPickerViewController/UIDocumentPickerViewController+Init.swift:80:52: error: 'UIDocumentPickerViewController' is unavailable in watchOS
    static func forMoving(_ options: Option...) -> UIDocumentPickerViewController {
                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDocumentPickerViewController.h:38:12: note: 'UIDocumentPickerViewController' has been explicitly marked unavailable here
@interface UIDocumentPickerViewController : UIViewController
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIDocumentPickerViewController/UIDocumentPickerViewController+Init.swift:14:18: error: 'UIDocumentPickerViewController' is unavailable in watchOS
public extension UIDocumentPickerViewController {
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDocumentPickerViewController.h:38:12: note: 'UIDocumentPickerViewController' has been explicitly marked unavailable here
@interface UIDocumentPickerViewController : UIViewController
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIDocumentPickerViewController/UIDocumentPickerViewController+Init.swift:102:11: error: 'UIDocumentPickerViewController' is unavailable in watchOS
extension UIDocumentPickerViewController.Option {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDocumentPickerViewController.h:38:12: note: 'UIDocumentPickerViewController' has been explicitly marked unavailable here
@interface UIDocumentPickerViewController : UIViewController
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIDocumentPickerViewController/UIDocumentPickerViewController+Init.swift:144:19: error: 'UTType' is only available in watchOS 7.0 or newer
    var uttypes: [UTType]? {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIDocumentPickerViewController/UIDocumentPickerViewController+Init.swift:144:9: note: add @available attribute to enclosing property
    var uttypes: [UTType]? {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIDocumentPickerViewController/UIDocumentPickerViewController+Init.swift:111:9: note: add @available attribute to enclosing extension
private extension Collection where Element == UIDocumentPickerViewController.Option {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIDocumentPickerViewController/UIDocumentPickerViewController+Init.swift:111:47: error: 'UIDocumentPickerViewController' is unavailable in watchOS
private extension Collection where Element == UIDocumentPickerViewController.Option {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDocumentPickerViewController.h:38:12: note: 'UIDocumentPickerViewController' has been explicitly marked unavailable here
@interface UIDocumentPickerViewController : UIViewController
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIDocumentPickerViewController/UIDocumentPickerViewController+Options.swift:71:37: error: 'UIDocumentPickerDelegate' is unavailable in watchOS
        case documentPickerDelegate(UIDocumentPickerDelegate?)
                                    ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDocumentPickerViewController.h:18:11: note: 'UIDocumentPickerDelegate' has been explicitly marked unavailable here
@protocol UIDocumentPickerDelegate <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIDocumentPickerViewController/UIDocumentPickerViewController+Options.swift:79:36: error: 'UIViewController' is unavailable in watchOS
        case viewControllerOptions(UIViewController.Options)
                                   ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UIDocumentPickerViewController/UIDocumentPickerViewController+Options.swift:83:51: error: 'UIView' is unavailable in watchOS
        public static func viewOptions(_ options: UIView.Option...) -> Self {
                                                  ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147: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/UIKitOptions/UIDocumentPickerViewController/UIDocumentPickerViewController+Options.swift:92:61: error: 'UIViewController' is unavailable in watchOS
        public static func viewControllerOptions(_ options: UIViewController.Option...) -> Self {
                                                            ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UIDocumentPickerViewController/UIDocumentPickerViewController+Options.swift:96:76: error: 'UIPopoverPresentationController' is unavailable in watchOS
        public static func popoverPresentationControllerOptions(_ options: UIPopoverPresentationController.Option...) -> Self {
                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPopoverPresentationController.h:40:12: note: 'UIPopoverPresentationController' has been explicitly marked unavailable here
@interface UIPopoverPresentationController : UIPresentationController
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIDocumentPickerViewController/UIDocumentPickerViewController+Options.swift:14:18: error: 'UIDocumentPickerViewController' is unavailable in watchOS
public extension UIDocumentPickerViewController {
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDocumentPickerViewController.h:38:12: note: 'UIDocumentPickerViewController' has been explicitly marked unavailable here
@interface UIDocumentPickerViewController : UIViewController
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIFont/UIFont+SymbolicTraits.swift:14:41: error: 'UITraitCollection' is unavailable in watchOS
        compatibleWith traitCollection: UITraitCollection? = nil
                                        ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:23:12: note: 'UITraitCollection' has been explicitly marked unavailable here
@interface UITraitCollection : NSObject <NSCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIImageView/UIImageView+Init.swift:10:18: error: 'UIImageView' is unavailable in watchOS
public extension UIImageView {
                 ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UIImageView/UIImageView+Options.swift:55:26: error: 'UIView' is unavailable in watchOS
        case viewOptions(UIView.Options)
                         ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147: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/UIKitOptions/UIImageView/UIImageView+Options.swift:70:51: error: 'UIView' is unavailable in watchOS
        public static func viewOptions(_ options: UIView.Option...) -> Self {
                                                  ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147: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/UIKitOptions/UIImageView/UIImageView+Options.swift:75:52: error: 'CALayer' is unavailable in watchOS
        public static func layerOptions(_ options: CALayer.Option...) -> Self {
                                                   ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIImageView/UIImageView+Options.swift:80:62: error: 'UILayoutPriority' is unavailable in watchOS
        public static func compressionResistance(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
                                                             ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UIImageView/UIImageView+Options.swift:80:90: error: 'NSLayoutConstraint' is unavailable in watchOS
        public static func compressionResistance(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
                                                                                         ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UIImageView/UIImageView+Options.swift:85:56: error: 'UILayoutPriority' is unavailable in watchOS
        public static func huggingPriority(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
                                                       ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UIImageView/UIImageView+Options.swift:85:84: error: 'NSLayoutConstraint' is unavailable in watchOS
        public static func huggingPriority(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
                                                                                   ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UIImageView/UIImageView+Options.swift:10:18: error: 'UIImageView' is unavailable in watchOS
public extension UIImageView {
                 ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UIKeyCommand/UIKeyCommand+Constants.swift:12:18: error: 'UIKeyCommand' is unavailable in watchOS
public extension UIKeyCommand {
                 ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKeyCommand.h:18:12: note: 'UIKeyCommand' has been explicitly marked unavailable here
@interface UIKeyCommand : UICommand
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIKeyCommand/UIKeyCommand+Init.swift:12:18: error: 'UIKeyCommand' is unavailable in watchOS
public extension UIKeyCommand {
                 ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKeyCommand.h:18:12: note: 'UIKeyCommand' has been explicitly marked unavailable here
@interface UIKeyCommand : UICommand
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIKeyCommand/UIKeyCommand+Options.swift:12:18: error: 'UIKeyCommand' is unavailable in watchOS
public extension UIKeyCommand {
                 ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKeyCommand.h:18:12: note: 'UIKeyCommand' has been explicitly marked unavailable here
@interface UIKeyCommand : UICommand
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIKeyCommand/UIKeyCommand+Options.swift:152:24: error: 'UIKeyModifierFlags' is unavailable in watchOS
    var modifierFlags: UIKeyModifierFlags {
                       ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICommand.h:15:31: note: 'UIKeyModifierFlags' has been explicitly marked unavailable here
typedef NS_OPTIONS(NSInteger, UIKeyModifierFlags) {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIKeyCommand/UIKeyCommand+Options.swift:234:20: error: 'UIMenuElement' is unavailable in watchOS
    var menuState: UIMenuElement.State {
                   ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIMenuElement.h:44:12: note: 'UIMenuElement' has been explicitly marked unavailable here
@interface UIMenuElement : NSObject <NSCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIKeyCommand/UIKeyCommand+Options.swift:249:25: error: 'UIMenuElement' is unavailable in watchOS
    var menuAttributes: UIMenuElement.Attributes {
                        ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIMenuElement.h:44:12: note: 'UIMenuElement' has been explicitly marked unavailable here
@interface UIMenuElement : NSObject <NSCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIKeyCommand/UIKeyCommand+Options.swift:95:18: error: 'UIKeyCommand' is unavailable in watchOS
public extension UIKeyCommand.Options {
                 ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKeyCommand.h:18:12: note: 'UIKeyCommand' has been explicitly marked unavailable here
@interface UIKeyCommand : UICommand
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UILabel/UILabel+Init.swift:10:18: error: 'UILabel' is unavailable in watchOS
public extension UILabel {
                 ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UILabel/UILabel+Options.swift:90:26: error: 'UIView' is unavailable in watchOS
        case viewOptions(UIView.Options)
                         ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147: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/UIKitOptions/UILabel/UILabel+Options.swift:110:51: error: 'UIView' is unavailable in watchOS
        public static func viewOptions(_ options: UIView.Option...) -> Self {
                                                  ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147: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/UIKitOptions/UILabel/UILabel+Options.swift:115:52: error: 'CALayer' is unavailable in watchOS
        public static func layerOptions(_ options: CALayer.Option...) -> Self {
                                                   ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UILabel/UILabel+Options.swift:120:62: error: 'UILayoutPriority' is unavailable in watchOS
        public static func compressionResistance(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
                                                             ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UILabel/UILabel+Options.swift:120:90: error: 'NSLayoutConstraint' is unavailable in watchOS
        public static func compressionResistance(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
                                                                                         ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UILabel/UILabel+Options.swift:125:56: error: 'UILayoutPriority' is unavailable in watchOS
        public static func huggingPriority(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
                                                       ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UILabel/UILabel+Options.swift:125:84: error: 'NSLayoutConstraint' is unavailable in watchOS
        public static func huggingPriority(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
                                                                                   ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UILabel/UILabel+Options.swift:10:18: error: 'UILabel' is unavailable in watchOS
public extension UILabel {
                 ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UINavigationController/UINavigationController+Init.swift:10:18: error: 'UINavigationController' is unavailable in watchOS
public extension UINavigationController {
                 ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:46:12: note: 'UINavigationController' has been explicitly marked unavailable here
@interface UINavigationController : UIViewController
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UINavigationController/UINavigationController+Options.swift:12:45: error: 'UINavigationController' is unavailable in watchOS
    func apply(navigationControllerOptions: UINavigationController.Option...) {
                                            ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:46:12: note: 'UINavigationController' has been explicitly marked unavailable here
@interface UINavigationController : UIViewController
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UINavigationController/UINavigationController+Options.swift:16:45: error: 'UINavigationController' is unavailable in watchOS
    func apply(navigationControllerOptions: UINavigationController.Options) {
                                            ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:46:12: note: 'UINavigationController' has been explicitly marked unavailable here
@interface UINavigationController : UIViewController
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UINavigationController/UINavigationController+Options.swift:53:31: error: 'UIViewController' is unavailable in watchOS
        case viewControllers([UIViewController])
                              ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UINavigationController/UINavigationController+Options.swift:62:43: error: 'UINavigationControllerDelegate' is unavailable in watchOS
        case navigationControllerDelegate(UINavigationControllerDelegate?)
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:114:11: note: 'UINavigationControllerDelegate' has been explicitly marked unavailable here
@protocol UINavigationControllerDelegate <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UINavigationController/UINavigationController+Options.swift:76:36: error: 'UIViewController' is unavailable in watchOS
        case viewControllerOptions(UIViewController.Options)
                                   ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UINavigationController/UINavigationController+Options.swift:80:62: error: 'UIViewController' is unavailable in watchOS
        public static func viewControllers(_ viewController: UIViewController...) -> Self {
                                                             ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UINavigationController/UINavigationController+Options.swift:84:69: error: 'UIViewController' is unavailable in watchOS
        public static func rootViewController(_ rootViewController: UIViewController) -> Self {
                                                                    ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UINavigationController/UINavigationController+Options.swift:88:61: error: 'UIViewController' is unavailable in watchOS
        public static func viewControllerOptions(_ options: UIViewController.Option...) -> Self {
                                                            ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UINavigationController/UINavigationController+Options.swift:92:51: error: 'UIView' is unavailable in watchOS
        public static func viewOptions(_ options: UIView.Option...) -> Self {
                                                  ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147: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/UIKitOptions/UINavigationController/UINavigationController+Options.swift:96:76: error: 'UIPopoverPresentationController' is unavailable in watchOS
        public static func popoverPresentationControllerOptions(_ options: UIPopoverPresentationController.Option...) -> Self {
                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPopoverPresentationController.h:40:12: note: 'UIPopoverPresentationController' has been explicitly marked unavailable here
@interface UIPopoverPresentationController : UIPresentationController
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UINavigationController/UINavigationController+Options.swift:10:18: error: 'UINavigationController' is unavailable in watchOS
public extension UINavigationController {
                 ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:46:12: note: 'UINavigationController' has been explicitly marked unavailable here
@interface UINavigationController : UIViewController
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIPopoverPresentationController/UIPopoverPresentationController+Options.swift:56:42: error: 'UIPopoverPresentationControllerDelegate' is unavailable in watchOS
        case popoverPresentationDelegate(UIPopoverPresentationControllerDelegate?)
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPopoverPresentationController.h:21:11: note: 'UIPopoverPresentationControllerDelegate' has been explicitly marked unavailable here
@protocol UIPopoverPresentationControllerDelegate <UIAdaptivePresentationControllerDelegate>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIPopoverPresentationController/UIPopoverPresentationController+Options.swift:59:39: error: 'UIPopoverArrowDirection' is unavailable in watchOS
        case permittedArrowDirections(UIPopoverArrowDirection)
                                      ^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPopoverSupport.h:11:32: note: 'UIPopoverArrowDirection' has been explicitly marked unavailable here
typedef NS_OPTIONS(NSUInteger, UIPopoverArrowDirection) {
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIPopoverPresentationController/UIPopoverPresentationController+Options.swift:62:25: error: 'UIView' is unavailable in watchOS
        case sourceView(UIView?)
                        ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147: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/UIKitOptions/UIPopoverPresentationController/UIPopoverPresentationController+Options.swift:71:28: error: 'UIBarButtonItem' is unavailable in watchOS
        case barButtonItem(UIBarButtonItem?)
                           ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItem.h:69:12: note: 'UIBarButtonItem' has been explicitly marked unavailable here
@interface UIBarButtonItem : UIBarItem <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIPopoverPresentationController/UIPopoverPresentationController+Options.swift:74:32: error: 'UIView' is unavailable in watchOS
        case passthroughViews([UIView]?)
                               ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147: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/UIKitOptions/UIPopoverPresentationController/UIPopoverPresentationController+Options.swift:83:35: error: 'UIView' is unavailable in watchOS
        case containerViewOptions(UIView.Options)
                                  ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147: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/UIKitOptions/UIPopoverPresentationController/UIPopoverPresentationController+Options.swift:87:60: error: 'UIView' is unavailable in watchOS
        public static func containerViewOptions(_ options: UIView.Option...) -> Self {
                                                           ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147: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/UIKitOptions/UIPopoverPresentationController/UIPopoverPresentationController+Options.swift:10:18: error: 'UIPopoverPresentationController' is unavailable in watchOS
public extension UIPopoverPresentationController {
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPopoverPresentationController.h:40:12: note: 'UIPopoverPresentationController' has been explicitly marked unavailable here
@interface UIPopoverPresentationController : UIPresentationController
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIScrollView/UIScrollView+Init.swift:10:18: error: 'UIScrollView' is unavailable in watchOS
public extension UIScrollView {
                 ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIScrollView/UIScrollView+Options.swift:120:45: error: 'UIScrollView' is unavailable in watchOS
        case contentInsetAdjustmentBehavior(UIScrollView.ContentInsetAdjustmentBehavior)
                                            ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIScrollView/UIScrollView+Options.swift:128:23: error: 'UIScrollViewDelegate' is unavailable in watchOS
        case delegate(UIScrollViewDelegate?)
                      ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:299:11: note: 'UIScrollViewDelegate' has been explicitly marked unavailable here
@protocol UIScrollViewDelegate<NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIScrollView/UIScrollView+Options.swift:155:29: error: 'UIScrollView' is unavailable in watchOS
        case indicatorStyle(UIScrollView.IndicatorStyle)
                            ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIScrollView/UIScrollView+Options.swift:161:31: error: 'UIScrollView' is unavailable in watchOS
        case decelerationRate(UIScrollView.DecelerationRate)
                              ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIScrollView/UIScrollView+Options.swift:170:31: error: 'UIScrollView' is unavailable in watchOS
        case indexDisplayMode(UIScrollView.IndexDisplayMode)
                              ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIScrollView/UIScrollView+Options.swift:173:34: error: 'UIScrollView' is unavailable in watchOS
        case keyboardDismissMode(UIScrollView.KeyboardDismissMode)
                                 ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIScrollView/UIScrollView+Options.swift:179:26: error: 'UIView' is unavailable in watchOS
        case viewOptions(UIView.Options)
                         ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147: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/UIKitOptions/UIScrollView/UIScrollView+Options.swift:182:51: error: 'UIView' is unavailable in watchOS
        public static func viewOptions(_ options: UIView.Option...) -> Self {
                                                  ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147: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/UIKitOptions/UIScrollView/UIScrollView+Options.swift:187:57: error: 'CALayer' is unavailable in watchOS
        public static func layerOptions(_ layerOptions: CALayer.Option...) -> Self {
                                                        ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIScrollView/UIScrollView+Options.swift:192:62: error: 'UILayoutPriority' is unavailable in watchOS
        public static func compressionResistance(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
                                                             ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UIScrollView/UIScrollView+Options.swift:192:90: error: 'NSLayoutConstraint' is unavailable in watchOS
        public static func compressionResistance(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
                                                                                         ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UIScrollView/UIScrollView+Options.swift:197:56: error: 'UILayoutPriority' is unavailable in watchOS
        public static func huggingPriority(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
                                                       ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UIScrollView/UIScrollView+Options.swift:197:84: error: 'NSLayoutConstraint' is unavailable in watchOS
        public static func huggingPriority(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
                                                                                   ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UIScrollView/UIScrollView+Options.swift:10:18: error: 'UIScrollView' is unavailable in watchOS
public extension UIScrollView {
                 ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIStackView/UIStackView+Alignment.swift:15:32: error: 'UIStackView' is unavailable in watchOS
        public init?(rawValue: UIStackView.Alignment) {
                               ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UIStackView/UIStackView+Alignment.swift:50:30: error: 'UIStackView' is unavailable in watchOS
        public var rawValue: UIStackView.Alignment {
                             ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UIStackView/UIStackView+Alignment.swift:14:10: warning: unavailable enum 'Alignment' was used to satisfy a requirement of protocol 'RawRepresentable'; this will be an error in a future Swift language mode
    enum HorizontalAlignment: RawRepresentable {
         ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:57:28: note: 'Alignment' declared here
typedef NS_ENUM(NSInteger, UIStackViewAlignment) {
                           ^
Swift.RawRepresentable.RawValue:2:16: note: requirement 'RawValue' declared here
associatedtype RawValue}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIStackView/UIStackView+Alignment.swift:12:18: error: 'UIStackView' is unavailable in watchOS
public extension UIStackView {
                 ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UIStackView/UIStackView+Alignment.swift:79:32: error: 'UIStackView' is unavailable in watchOS
        public init?(rawValue: UIStackView.Alignment) {
                               ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UIStackView/UIStackView+Alignment.swift:110:30: error: 'UIStackView' is unavailable in watchOS
        public var rawValue: UIStackView.Alignment {
                             ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UIStackView/UIStackView+Alignment.swift:78:10: warning: unavailable enum 'Alignment' was used to satisfy a requirement of protocol 'RawRepresentable'; this will be an error in a future Swift language mode
    enum VerticalAlignment: RawRepresentable {
         ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:57:28: note: 'Alignment' declared here
typedef NS_ENUM(NSInteger, UIStackViewAlignment) {
                           ^
Swift.RawRepresentable.RawValue:2:16: note: requirement 'RawValue' declared here
associatedtype RawValue}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIStackView/UIStackView+Alignment.swift:76:18: error: 'UIStackView' is unavailable in watchOS
public extension UIStackView {
                 ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UIStackView/UIStackView+Init.swift:10:18: error: 'UIStackView' is unavailable in watchOS
public extension UIStackView {
                 ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UIStackView/UIStackView+Options.swift:54:19: error: 'NSLayoutConstraint' is unavailable in watchOS
        case axis(NSLayoutConstraint.Axis)
                  ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UIStackView/UIStackView+Options.swift:57:32: error: 'UIView' is unavailable in watchOS
        case arrangedSubviews([UIView])
                               ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147: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/UIKitOptions/UIStackView/UIStackView+Options.swift:69:27: error: 'Distribution' is unavailable in watchOS
        case distribution(Distribution)
                          ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UIStackView/UIStackView+Options.swift:75:26: error: 'UIView' is unavailable in watchOS
        case viewOptions(UIView.Options)
                         ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147: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/UIKitOptions/UIStackView/UIStackView+Options.swift:80:54: error: 'UIView' is unavailable in watchOS
        public static func arrangedSubviews(_ views: UIView...) -> Self {
                                                     ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147: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/UIKitOptions/UIStackView/UIStackView+Options.swift:89:51: error: 'UIView' is unavailable in watchOS
        public static func viewOptions(_ options: UIView.Option...) -> Self {
                                                  ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147: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/UIKitOptions/UIStackView/UIStackView+Options.swift:94:52: error: 'CALayer' is unavailable in watchOS
        public static func layerOptions(_ options: CALayer.Option...) -> Self {
                                                   ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIStackView/UIStackView+Options.swift:99:62: error: 'UILayoutPriority' is unavailable in watchOS
        public static func compressionResistance(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
                                                             ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UIStackView/UIStackView+Options.swift:99:90: error: 'NSLayoutConstraint' is unavailable in watchOS
        public static func compressionResistance(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
                                                                                         ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UIStackView/UIStackView+Options.swift:104:56: error: 'UILayoutPriority' is unavailable in watchOS
        public static func huggingPriority(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
                                                       ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UIStackView/UIStackView+Options.swift:104:84: error: 'NSLayoutConstraint' is unavailable in watchOS
        public static func huggingPriority(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
                                                                                   ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UIStackView/UIStackView+Options.swift:10:18: error: 'UIStackView' is unavailable in watchOS
public extension UIStackView {
                 ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UIStackView/UIStackView+Subviews.swift:12:40: error: 'UIView' is unavailable in watchOS
    func addArrangedSubviews(_ views: [UIView]) {
                                       ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147: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/UIKitOptions/UIStackView/UIStackView+Subviews.swift:16:39: error: 'UIView' is unavailable in watchOS
    func addArrangedSubviews(_ views: UIView...) {
                                      ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147: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/UIKitOptions/UIStackView/UIStackView+Subviews.swift:26:58: error: 'UIView' is unavailable in watchOS
    func replaceArrangedSubviews(with arrangedSubviews: [UIView]) {
                                                         ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147: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/UIKitOptions/UIStackView/UIStackView+Subviews.swift:10:18: error: 'UIStackView' is unavailable in watchOS
public extension UIStackView {
                 ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UIStepper/UIStepper+Init.swift:10:18: error: 'UIStepper' is unavailable in watchOS
public extension UIStepper {
                 ^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStepper.h:18:12: note: 'UIStepper' has been explicitly marked unavailable here
@interface UIStepper : UIControl
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIStepper/UIStepper+Options.swift:136:44: error: 'UIStepper' is unavailable in watchOS
        public static let defaultOptions = UIStepper.Options(
                                           ^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStepper.h:18:12: note: 'UIStepper' has been explicitly marked unavailable here
@interface UIStepper : UIControl
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIStepper/UIStepper+Options.swift:10:18: error: 'UIStepper' is unavailable in watchOS
public extension UIStepper {
                 ^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStepper.h:18:12: note: 'UIStepper' has been explicitly marked unavailable here
@interface UIStepper : UIControl
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITableView/UITableView+Init.swift:10:18: error: 'UITableView' is unavailable in watchOS
public extension UITableView {
                 ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITableView/UITableView+Init.swift:20:16: error: 'UITableView' is unavailable in watchOS
    var style: UITableView.Style {
               ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITableView/UITableView+Init.swift:19:39: error: 'UITableView' is unavailable in watchOS
extension Collection where Element == UITableView.Option {
                                      ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITableView/UITableView+Options.swift:139:20: error: 'UITableView' is unavailable in watchOS
        case style(UITableView.Style)
                   ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITableView/UITableView+Options.swift:142:25: error: 'UITableViewDataSource' is unavailable in watchOS
        case dataSource(UITableViewDataSource?)
                        ^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:539:11: note: 'UITableViewDataSource' has been explicitly marked unavailable here
@protocol UITableViewDataSource<NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITableView/UITableView+Options.swift:145:23: error: 'UITableViewDelegate' is unavailable in watchOS
        case delegate(UITableViewDelegate?)
                      ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:100:11: note: 'UITableViewDelegate' has been explicitly marked unavailable here
@protocol UITableViewDelegate<NSObject, UIScrollViewDelegate>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITableView/UITableView+Options.swift:148:33: error: 'UITableViewDataSourcePrefetching' is unavailable in watchOS
        case prefetchDataSource(UITableViewDataSourcePrefetching?)
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:589:11: note: 'UITableViewDataSourcePrefetching' has been explicitly marked unavailable here
@protocol UITableViewDataSourcePrefetching <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITableView/UITableView+Options.swift:151:27: error: 'UITableViewDragDelegate' is unavailable in watchOS
        case dragDelegate(UITableViewDragDelegate?)
                          ^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:608:11: note: 'UITableViewDragDelegate' has been explicitly marked unavailable here
@protocol UITableViewDragDelegate <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITableView/UITableView+Options.swift:154:27: error: 'UITableViewDropDelegate' is unavailable in watchOS
        case dropDelegate(UITableViewDropDelegate?)
                          ^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:648:11: note: 'UITableViewDropDelegate' has been explicitly marked unavailable here
@protocol UITableViewDropDelegate <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITableView/UITableView+Options.swift:178:38: error: 'UITableView' is unavailable in watchOS
        case separatorInsetReference(UITableView.SeparatorInsetReference)
                                     ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITableView/UITableView+Options.swift:181:29: error: 'UIView' is unavailable in watchOS
        case backgroundView(UIView?)
                            ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147: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/UIKitOptions/UITableView/UITableView+Options.swift:208:29: error: 'UITableViewCell' is unavailable in watchOS
        case separatorStyle(UITableViewCell.SeparatorStyle)
                            ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITableView/UITableView+Options.swift:214:30: error: 'UIVisualEffect' is unavailable in watchOS
        case separatorEffect(UIVisualEffect?)
                             ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIVisualEffect.h:15:12: note: 'UIVisualEffect' has been explicitly marked unavailable here
@interface UIVisualEffect : NSObject <NSCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITableView/UITableView+Options.swift:223:30: error: 'UIView' is unavailable in watchOS
        case tableHeaderView(UIView?)
                             ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147: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/UIKitOptions/UITableView/UITableView+Options.swift:226:30: error: 'UIView' is unavailable in watchOS
        case tableFooterView(UIView?)
                             ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147: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/UIKitOptions/UITableView/UITableView+Options.swift:241:32: error: 'UIScrollView' is unavailable in watchOS
        case scrollViewOptions(UIScrollView.Options)
                               ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITableView/UITableView+Options.swift:244:26: error: 'UIView' is unavailable in watchOS
        case viewOptions(UIView.Options)
                         ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147: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/UIKitOptions/UITableView/UITableView+Options.swift:10:18: error: 'UITableView' is unavailable in watchOS
public extension UITableView {
                 ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITableView/UITableView+Options.swift:252:50: error: 'UIScrollView' is unavailable in watchOS
    static func indicatorStyle(_ indicatorStyle: UIScrollView.IndicatorStyle) -> Self {
                                                 ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITableView/UITableView+Options.swift:274:56: error: 'UIScrollView' is unavailable in watchOS
    static func scrollViewOptions(_ scrollViewOptions: UIScrollView.Option...) -> Self {
                                                       ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITableView/UITableView+Options.swift:279:60: error: 'UIScrollView' is unavailable in watchOS
    static func keyboardDismissMode(_ keyboardDismissMode: UIScrollView.KeyboardDismissMode) -> Self {
                                                           ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITableView/UITableView+Options.swift:320:51: error: 'UILayoutPriority' is unavailable in watchOS
    static func compressionResistance(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
                                                  ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UITableView/UITableView+Options.swift:320:79: error: 'NSLayoutConstraint' is unavailable in watchOS
    static func compressionResistance(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
                                                                              ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UITableView/UITableView+Options.swift:325:45: error: 'UILayoutPriority' is unavailable in watchOS
    static func huggingPriority(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
                                            ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UITableView/UITableView+Options.swift:325:73: error: 'NSLayoutConstraint' is unavailable in watchOS
    static func huggingPriority(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
                                                                        ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UITableView/UITableView+Options.swift:332:40: error: 'UIView' is unavailable in watchOS
    static func viewOptions(_ options: UIView.Option...) -> Self {
                                       ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147: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/UIKitOptions/UITableView/UITableView+Options.swift:349:41: error: 'CALayer' is unavailable in watchOS
    static func layerOptions(_ options: CALayer.Option...) -> Self {
                                        ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITableView/UITableView+Options.swift:250:18: error: 'UITableView' is unavailable in watchOS
public extension UITableView.Option {
                 ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITextField/UITextField+Init.swift:10:18: error: 'UITextField' is unavailable in watchOS
public extension UITextField {
                 ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UITextField/UITextField+Options.swift:112:26: error: 'UITextField' is unavailable in watchOS
        case borderStyle(UITextField.BorderStyle)
                         ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UITextField/UITextField+Options.swift:136:23: error: 'UITextFieldDelegate' is unavailable in watchOS
        case delegate(UITextFieldDelegate?)
                      ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UITextField/UITextField+Options.swift:151:30: error: 'UITextField' is unavailable in watchOS
        case clearButtonMode(UITextField.ViewMode)
                             ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UITextField/UITextField+Options.swift:154:23: error: 'UIView' is unavailable in watchOS
        case leftView(UIView?)
                      ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147: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/UIKitOptions/UITextField/UITextField+Options.swift:157:27: error: 'UITextField' is unavailable in watchOS
        case leftViewMode(UITextField.ViewMode)
                          ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UITextField/UITextField+Options.swift:160:24: error: 'UIView' is unavailable in watchOS
        case rightView(UIView?)
                       ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147: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/UIKitOptions/UITextField/UITextField+Options.swift:163:28: error: 'UITextField' is unavailable in watchOS
        case rightViewMode(UITextField.ViewMode)
                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UITextField/UITextField+Options.swift:166:24: error: 'UIView' is unavailable in watchOS
        case inputView(UIView?)
                       ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147: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/UIKitOptions/UITextField/UITextField+Options.swift:169:33: error: 'UIView' is unavailable in watchOS
        case inputAccessoryView(UIView?)
                                ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147: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/UIKitOptions/UITextField/UITextField+Options.swift:175:26: error: 'UIView' is unavailable in watchOS
        case viewOptions(UIView.Options)
                         ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147: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/UIKitOptions/UITextField/UITextField+Options.swift:185:51: error: 'UIView' is unavailable in watchOS
        public static func viewOptions(_ options: UIView.Option...) -> Self {
                                                  ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147: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/UIKitOptions/UITextField/UITextField+Options.swift:200:52: error: 'CALayer' is unavailable in watchOS
        public static func layerOptions(_ options: CALayer.Option...) -> Self {
                                                   ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITextField/UITextField+Options.swift:205:62: error: 'UILayoutPriority' is unavailable in watchOS
        public static func compressionResistance(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
                                                             ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UITextField/UITextField+Options.swift:205:90: error: 'NSLayoutConstraint' is unavailable in watchOS
        public static func compressionResistance(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
                                                                                         ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UITextField/UITextField+Options.swift:210:56: error: 'UILayoutPriority' is unavailable in watchOS
        public static func huggingPriority(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
                                                       ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UITextField/UITextField+Options.swift:210:84: error: 'NSLayoutConstraint' is unavailable in watchOS
        public static func huggingPriority(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
                                                                                   ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UITextField/UITextField+Options.swift:10:18: error: 'UITextField' is unavailable in watchOS
public extension UITextField {
                 ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UITextView/UITextView+Init.swift:10:18: error: 'UITextView' is unavailable in watchOS
public extension UITextView {
                 ^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:217:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITextView/UITextView+Options.swift:68:23: error: 'UITextViewDelegate' is unavailable in watchOS
        case delegate(UITextViewDelegate)
                      ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:32:11: note: 'UITextViewDelegate' has been explicitly marked unavailable here
@protocol UITextViewDelegate <NSObject, UIScrollViewDelegate>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITextView/UITextView+Options.swift:92:32: error: 'UIDataDetectorTypes' is unavailable in watchOS
        case dataDetectorTypes(UIDataDetectorTypes)
                               ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDataDetectors.h:11:32: note: 'UIDataDetectorTypes' has been explicitly marked unavailable here
typedef NS_OPTIONS(NSUInteger, UIDataDetectorTypes) {
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITextView/UITextView+Options.swift:95:26: error: 'UIView' is unavailable in watchOS
        case viewOptions(UIView.Options)
                         ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147: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/UIKitOptions/UITextView/UITextView+Options.swift:98:32: error: 'UIScrollView' is unavailable in watchOS
        case scrollViewOptions(UIScrollView.Options)
                               ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITextView/UITextView+Options.swift:138:67: error: 'UIScrollView' is unavailable in watchOS
        public static func scrollViewOptions(_ scrollViewOptions: UIScrollView.Option...) -> Self {
                                                                  ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITextView/UITextView+Options.swift:143:51: error: 'UIView' is unavailable in watchOS
        public static func viewOptions(_ options: UIView.Option...) -> Self {
                                                  ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147: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/UIKitOptions/UITextView/UITextView+Options.swift:148:52: error: 'CALayer' is unavailable in watchOS
        public static func layerOptions(_ options: CALayer.Option...) -> Self {
                                                   ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITextView/UITextView+Options.swift:153:62: error: 'UILayoutPriority' is unavailable in watchOS
        public static func compressionResistance(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
                                                             ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UITextView/UITextView+Options.swift:153:90: error: 'NSLayoutConstraint' is unavailable in watchOS
        public static func compressionResistance(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
                                                                                         ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UITextView/UITextView+Options.swift:158:56: error: 'UILayoutPriority' is unavailable in watchOS
        public static func huggingPriority(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
                                                       ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UITextView/UITextView+Options.swift:158:84: error: 'NSLayoutConstraint' is unavailable in watchOS
        public static func huggingPriority(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
                                                                                   ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UITextView/UITextView+Options.swift:10:18: error: 'UITextView' is unavailable in watchOS
public extension UITextView {
                 ^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:217:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIView+Options/UIView+Init.swift:29:38: error: 'CALayer' is unavailable in watchOS
    convenience init(_ layerOptions: CALayer.Option...) {
                                     ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIView+Options/UIView+Init.swift:33:38: error: 'CALayer' is unavailable in watchOS
    convenience init(_ layerOptions: CALayer.Options) {
                                     ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIView+Options/UIView+Init.swift:10:18: error: 'UIView' is unavailable in watchOS
public extension UIView {
                 ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147: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/UIKitOptions/UIView+Options/UIView+LayoutCompressionOptions.swift:36:36: error: 'UILayoutPriority' is unavailable in watchOS
        case compressionResistance(UILayoutPriority, for: NSLayoutConstraint.Axis)
                                   ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UIView+Options/UIView+LayoutCompressionOptions.swift:36:59: error: 'NSLayoutConstraint' is unavailable in watchOS
        case compressionResistance(UILayoutPriority, for: NSLayoutConstraint.Axis)
                                                          ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UIView+Options/UIView+LayoutCompressionOptions.swift:39:30: error: 'UILayoutPriority' is unavailable in watchOS
        case huggingPriority(UILayoutPriority, for: NSLayoutConstraint.Axis)
                             ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UIView+Options/UIView+LayoutCompressionOptions.swift:39:53: error: 'NSLayoutConstraint' is unavailable in watchOS
        case huggingPriority(UILayoutPriority, for: NSLayoutConstraint.Axis)
                                                    ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UIView+Options/UIView+LayoutCompressionOptions.swift:10:18: error: 'UIView' is unavailable in watchOS
public extension UIView {
                 ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147: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/UIKitOptions/UIView+Options/UIView+Options.swift:131:26: error: 'ContentMode' is unavailable in watchOS
        case contentMode(ContentMode)
                         ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:33:28: note: 'ContentMode' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIViewContentMode) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIView+Options/UIView+Options.swift:149:33: error: 'UIView' is unavailable in watchOS
        case tintAdjustmentMode(UIView.TintAdjustmentMode)
                                ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147: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/UIKitOptions/UIView+Options/UIView+Options.swift:152:19: error: 'UIView' is unavailable in watchOS
        case mask(UIView?)
                  ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147: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/UIKitOptions/UIView+Options/UIView+Options.swift:164:39: error: 'UISemanticContentAttribute' is unavailable in watchOS
        case semanticContentAttribute(UISemanticContentAttribute)
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:136:28: note: 'UISemanticContentAttribute' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UISemanticContentAttribute) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIView+Options/UIView+Options.swift:178:27: error: 'CALayer' is unavailable in watchOS
        case layerOptions(CALayer.Options)
                          ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIView+Options/UIView+Options.swift:183:62: error: 'UILayoutPriority' is unavailable in watchOS
        public static func compressionResistance(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
                                                             ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UIView+Options/UIView+Options.swift:183:90: error: 'NSLayoutConstraint' is unavailable in watchOS
        public static func compressionResistance(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
                                                                                         ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UIView+Options/UIView+Options.swift:188:56: error: 'UILayoutPriority' is unavailable in watchOS
        public static func huggingPriority(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
                                                       ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UIView+Options/UIView+Options.swift:188:84: error: 'NSLayoutConstraint' is unavailable in watchOS
        public static func huggingPriority(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
                                                                                   ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UIView+Options/UIView+Options.swift:193:57: error: 'CALayer' is unavailable in watchOS
        public static func layerOptions(_ layerOptions: CALayer.Option...) -> Self {
                                                        ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIView+Options/UIView+Options.swift:10:18: error: 'UIView' is unavailable in watchOS
public extension UIView {
                 ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147: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/UIKitOptions/UIViewController/UIViewController+Init.swift:10:18: error: 'UIViewController' is unavailable in watchOS
public extension UIViewController {
                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UIViewController/UIViewController+Options.swift:109:35: error: 'UIModalTransitionStyle' is unavailable in watchOS
        case modalTransitionStyle(UIModalTransitionStyle)
                                  ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:40:28: note: 'UIModalTransitionStyle' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIModalTransitionStyle) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIViewController/UIViewController+Options.swift:112:37: error: 'UIModalPresentationStyle' is unavailable in watchOS
        case modalPresentationStyle(UIModalPresentationStyle)
                                    ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:47:28: note: 'UIModalPresentationStyle' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIModalPresentationStyle) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIViewController/UIViewController+Options.swift:133:27: error: 'UIUserInterfaceStyle' is unavailable in watchOS
            var rawValue: UIUserInterfaceStyle {
                          ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:32:28: note: 'UIUserInterfaceStyle' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIUserInterfaceStyle) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIViewController/UIViewController+Options.swift:151:31: error: 'UIViewControllerRestoration' is unavailable in watchOS
        case restorationClass(UIViewControllerRestoration.Type?)
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStateRestoration.h:40:11: note: 'UIViewControllerRestoration' has been explicitly marked unavailable here
@protocol UIViewControllerRestoration
          ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIViewController/UIViewController+Options.swift:154:36: error: 'UIViewControllerTransitioningDelegate' is unavailable in watchOS
        case transitioningDelegate(UIViewControllerTransitioningDelegate?)
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewControllerTransitioning.h:180:11: note: 'UIViewControllerTransitioningDelegate' has been explicitly marked unavailable here
@protocol UIViewControllerTransitioningDelegate <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIViewController/UIViewController+Options.swift:162:51: error: 'UIPopoverPresentationController' is unavailable in watchOS
        case popoverPresentationControllerOptions(UIPopoverPresentationController.Options)
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPopoverPresentationController.h:40:12: note: 'UIPopoverPresentationController' has been explicitly marked unavailable here
@interface UIPopoverPresentationController : UIPresentationController
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIViewController/UIViewController+Options.swift:164:26: error: 'UIView' is unavailable in watchOS
        case viewOptions(UIView.Options)
                         ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147: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/UIKitOptions/UIViewController/UIViewController+Options.swift:168:51: error: 'UIView' is unavailable in watchOS
        public static func viewOptions(_ options: UIView.Option...) -> Self {
                                                  ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147: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/UIKitOptions/UIViewController/UIViewController+Options.swift:172:76: error: 'UIPopoverPresentationController' is unavailable in watchOS
        public static func popoverPresentationControllerOptions(_ options: UIPopoverPresentationController.Option...) -> Self {
                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPopoverPresentationController.h:40:12: note: 'UIPopoverPresentationController' has been explicitly marked unavailable here
@interface UIPopoverPresentationController : UIPresentationController
           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIViewController/UIViewController+Options.swift:10:18: error: 'UIViewController' is unavailable in watchOS
public extension UIViewController {
                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/UIKitOptions/UTTType/UTTTypeOption.swift:80:18: error: 'UTType' is only available in watchOS 7.0 or newer
    var uttType: UTType {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UTTType/UTTTypeOption.swift:80:9: note: add @available attribute to enclosing property
    var uttType: UTType {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UTTType/UTTTypeOption.swift:14:13: note: add @available attribute to enclosing enum
public enum UTTTypeOption: Equatable, Hashable {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UTTType/UTTTypeOption.swift:331:19: error: 'UTType' is only available in watchOS 7.0 or newer
    var uttypes: [UTType] {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UTTType/UTTTypeOption.swift:331:9: note: add @available attribute to enclosing property
    var uttypes: [UTType] {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UTTType/UTTTypeOption.swift:324:1: note: add @available attribute to enclosing extension
extension Collection where Element == UTTTypeOption {
^
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.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/UIKitOptions/CALayer/CALayer+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/NSAttributedString/NSAttributedString+Init.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/NSAttributedString/NSAttributedString+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/NSDirectionalEdgeInsets/NSDirectionalEdgeInsets+Convenience.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/NumberFormatter/NumberFormatter+Init.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/NumberFormatter/NumberFormatter+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIColorPickerViewController/UIColorPickerViewController+Init.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIColorPickerViewController/UIColorPickerViewController+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIDocumentPickerViewController/UIDocumentPickerViewController+Init.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIDocumentPickerViewController/UIDocumentPickerViewController+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIEdgeInsets/UIEdgetInsets+Convenience.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIFont/UIFont+SymbolicTraits.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIImage/UIImage+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIImage/UIImage+Resize.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIImageView/UIImageView+Init.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIImageView/UIImageView+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIKeyCommand/UIKeyCommand+Constants.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIKeyCommand/UIKeyCommand+Init.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIKeyCommand/UIKeyCommand+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UILabel/UILabel+Init.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UILabel/UILabel+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UINavigationController/UINavigationController+Init.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UINavigationController/UINavigationController+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIPopoverPresentationController/UIPopoverPresentationController+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIScrollView/UIScrollView+Init.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIScrollView/UIScrollView+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIStackView/UIStackView+Alignment.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIStackView/UIStackView+Init.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIStackView/UIStackView+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIStackView/UIStackView+Subviews.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIStepper/UIStepper+Init.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIStepper/UIStepper+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITableView/UITableView+Init.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITableView/UITableView+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITextField/UITextField+Init.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITextField/UITextField+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITextView/UITextView+Init.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITextView/UITextView+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIView+Options/UIView+Init.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIView+Options/UIView+LayoutCompressionOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIView+Options/UIView+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIViewController/UIViewController+Init.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIViewController/UIViewController+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UTTType/UTTTypeOption.swift -target arm64_32-apple-watchos5.0 -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.0-Beta.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/UIKitOptions.build/Debug-watchos/UIKitOptions.build/Objects-normal/arm64_32/UIKitOptions-dependencies-2.json -enable-objc-interop -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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 -enforce-exclusivity\=checked -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/UIKitOptions.build/Debug-watchos/UIKitOptions.build/Objects-normal/arm64_32/UIKitOptions_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 -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-watchos/UIKitOptions.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/UIKitOptions.build/Debug-watchos/UIKitOptions.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-watchos/UIKitOptions.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-watchos/UIKitOptions.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name UIKitOptions -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name watchos26.0 -clang-target arm64_32-apple-watchos26.0 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-watchos/UIKitOptions.build/Objects-normal/arm64_32/UIKitOptions.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-watchos/UIKitOptions.build/Objects-normal/arm64_32/UIKitOptions.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-watchos/UIKitOptions.build/Objects-normal/arm64_32/UIKitOptions-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-watchos/UIKitOptions.build/Objects-normal/arm64_32/UIKitOptions-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-watchos/UIKitOptions.build/Objects-normal/arm64_32/UIKitOptions-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-watchos/UIKitOptions.build/Objects-normal/arm64_32/UIKitOptions.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIKitOptions.build/Debug-watchos/UIKitOptions.build/Objects-normal/arm64_32/UIKitOptions.abi.json
SwiftCompile normal arm64_32 Compiling\ UILabel+Options.swift,\ UINavigationController+Init.swift,\ UINavigationController+Options.swift,\ UIPopoverPresentationController+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UILabel/UILabel+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UINavigationController/UINavigationController+Init.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UINavigationController/UINavigationController+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIPopoverPresentationController/UIPopoverPresentationController+Options.swift (in target 'UIKitOptions' from project 'UIKitOptions')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UILabel/UILabel+Options.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UINavigationController/UINavigationController+Init.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UINavigationController/UINavigationController+Options.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIPopoverPresentationController/UIPopoverPresentationController+Options.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ UIEdgetInsets+Convenience.swift,\ UIFont+SymbolicTraits.swift,\ UIImage+Options.swift,\ UIImage+Resize.swift,\ UIImageView+Init.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIEdgeInsets/UIEdgetInsets+Convenience.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIFont/UIFont+SymbolicTraits.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIImage/UIImage+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIImage/UIImage+Resize.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIImageView/UIImageView+Init.swift (in target 'UIKitOptions' from project 'UIKitOptions')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIEdgeInsets/UIEdgetInsets+Convenience.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIFont/UIFont+SymbolicTraits.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIImage/UIImage+Options.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIImage/UIImage+Resize.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIImageView/UIImageView+Init.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ UIView+Options.swift,\ UIViewController+Init.swift,\ UIViewController+Options.swift,\ UTTTypeOption.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIView+Options/UIView+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIViewController/UIViewController+Init.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIViewController/UIViewController+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UTTType/UTTTypeOption.swift (in target 'UIKitOptions' from project 'UIKitOptions')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIView+Options/UIView+Options.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIViewController/UIViewController+Init.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIViewController/UIViewController+Options.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UTTType/UTTTypeOption.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ UIImageView+Options.swift,\ UIKeyCommand+Constants.swift,\ UIKeyCommand+Init.swift,\ UIKeyCommand+Options.swift,\ UILabel+Init.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIImageView/UIImageView+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIKeyCommand/UIKeyCommand+Constants.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIKeyCommand/UIKeyCommand+Init.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIKeyCommand/UIKeyCommand+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UILabel/UILabel+Init.swift (in target 'UIKitOptions' from project 'UIKitOptions')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIImageView/UIImageView+Options.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIKeyCommand/UIKeyCommand+Constants.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIKeyCommand/UIKeyCommand+Init.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIKeyCommand/UIKeyCommand+Options.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UILabel/UILabel+Init.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ UITableView+Init.swift,\ UITableView+Options.swift,\ UITextField+Init.swift,\ UITextField+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITableView/UITableView+Init.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITableView/UITableView+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITextField/UITextField+Init.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITextField/UITextField+Options.swift (in target 'UIKitOptions' from project 'UIKitOptions')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITableView/UITableView+Init.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITableView/UITableView+Options.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITextField/UITextField+Init.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITextField/UITextField+Options.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ NumberFormatter+Options.swift,\ UIColorPickerViewController+Init.swift,\ UIColorPickerViewController+Options.swift,\ UIDocumentPickerViewController+Init.swift,\ UIDocumentPickerViewController+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/NumberFormatter/NumberFormatter+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIColorPickerViewController/UIColorPickerViewController+Init.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIColorPickerViewController/UIColorPickerViewController+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIDocumentPickerViewController/UIDocumentPickerViewController+Init.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIDocumentPickerViewController/UIDocumentPickerViewController+Options.swift (in target 'UIKitOptions' from project 'UIKitOptions')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/NumberFormatter/NumberFormatter+Options.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIColorPickerViewController/UIColorPickerViewController+Init.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIColorPickerViewController/UIColorPickerViewController+Options.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIDocumentPickerViewController/UIDocumentPickerViewController+Init.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIDocumentPickerViewController/UIDocumentPickerViewController+Options.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ UIStackView+Options.swift,\ UIStackView+Subviews.swift,\ UIStepper+Init.swift,\ UIStepper+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIStackView/UIStackView+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIStackView/UIStackView+Subviews.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIStepper/UIStepper+Init.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIStepper/UIStepper+Options.swift (in target 'UIKitOptions' from project 'UIKitOptions')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIStackView/UIStackView+Options.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIStackView/UIStackView+Subviews.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIStepper/UIStepper+Init.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIStepper/UIStepper+Options.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ UITextView+Init.swift,\ UITextView+Options.swift,\ UIView+Init.swift,\ UIView+LayoutCompressionOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITextView/UITextView+Init.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITextView/UITextView+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIView+Options/UIView+Init.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIView+Options/UIView+LayoutCompressionOptions.swift (in target 'UIKitOptions' from project 'UIKitOptions')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITextView/UITextView+Init.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UITextView/UITextView+Options.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIView+Options/UIView+Init.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/UIView+Options/UIView+LayoutCompressionOptions.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ CALayer+Options.swift,\ NSAttributedString+Init.swift,\ NSAttributedString+Options.swift,\ NSDirectionalEdgeInsets+Convenience.swift,\ NumberFormatter+Init.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/CALayer/CALayer+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/NSAttributedString/NSAttributedString+Init.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/NSAttributedString/NSAttributedString+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/NSDirectionalEdgeInsets/NSDirectionalEdgeInsets+Convenience.swift /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/NumberFormatter/NumberFormatter+Init.swift (in target 'UIKitOptions' from project 'UIKitOptions')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/CALayer/CALayer+Options.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/NSAttributedString/NSAttributedString+Init.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/NSAttributedString/NSAttributedString+Options.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/NSDirectionalEdgeInsets/NSDirectionalEdgeInsets+Convenience.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIKitOptions/NumberFormatter/NumberFormatter+Init.swift (in target 'UIKitOptions' from project 'UIKitOptions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ UIKitOptions (in target 'UIKitOptions' from project 'UIKitOptions')
** BUILD FAILED **
The following build commands failed:
	EmitSwiftModule normal arm64_32 (in target 'UIKitOptions' from project 'UIKitOptions')
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ UIKitOptions (in target 'UIKitOptions' from project 'UIKitOptions')
	Building workspace spi-builder-workspace with scheme UIKitOptions
(3 failures)
BUILD FAILURE 6.2 watchOS