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 SwiftEntryKit, reference 2.0.0 (5ad36c), with Swift 6.2 (beta) for watchOS using Xcode 26.0 on 19 Jun 2025 04:32:32 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 SwiftEntryKit -destination generic/platform=watchOS

Build Log

    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Extensions/UIApplication+EKAppearance.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Extensions/UIColor+Utils.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftEmitModule normal armv7k Emitting\ module\ for\ SwiftEntryKit (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SwiftEntryKit (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
	EmitSwiftModule normal arm64_32 (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
	Building workspace spi-builder-workspace with scheme SwiftEntryKit
(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:
  SwiftEntryKit: /Users/admin/builder/spi-builder-workspace
resolved source packages: SwiftEntryKit
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftEntryKit",
  "name" : "SwiftEntryKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftEntryKit",
      "targets" : [
        "SwiftEntryKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SwiftEntryKit",
      "module_type" : "SwiftTarget",
      "name" : "SwiftEntryKit",
      "path" : "Source",
      "product_memberships" : [
        "SwiftEntryKit"
      ],
      "sources" : [
        "Extensions/QuickLayout/QLCompatibility.swift",
        "Extensions/QuickLayout/QLUtils.swift",
        "Extensions/QuickLayout/UIView+QLContentWrap.swift",
        "Extensions/QuickLayout/UIView+QuickLayout.swift",
        "Extensions/QuickLayout/UIViewArray+QuickLayout.swift",
        "Extensions/UIApplication+EKAppearance.swift",
        "Extensions/UIColor+Utils.swift",
        "Extensions/UIEdgeInsets+Utils.swift",
        "Extensions/UIRectCorner+Short.swift",
        "Extensions/UIView+Shadow.swift",
        "Extensions/UIView+Utils.swift",
        "Infra/EKBackgroundView.swift",
        "Infra/EKContentView.swift",
        "Infra/EKEntryView.swift",
        "Infra/EKRootViewController.swift",
        "Infra/EKStyleView.swift",
        "Infra/EKWindow.swift",
        "Infra/EKWindowProvider.swift",
        "Infra/EKWrapperView.swift",
        "Infra/EntryCachingHeuristic.swift",
        "MessageViews/EKAlertMessageView.swift",
        "MessageViews/EKFormMessageView.swift",
        "MessageViews/EKMessageContentView.swift",
        "MessageViews/EKNotificationMessageView.swift",
        "MessageViews/EKPopUpMessageView.swift",
        "MessageViews/EKRatingMessageView.swift",
        "MessageViews/EKSimpleMessageView.swift",
        "MessageViews/MessagesUtils/EKButtonBarView.swift",
        "MessageViews/MessagesUtils/EKButtonView.swift",
        "MessageViews/MessagesUtils/EKRatingSymbolView.swift",
        "MessageViews/MessagesUtils/EKRatingSymbolsContainerView.swift",
        "MessageViews/MessagesUtils/EKTextField.swift",
        "MessageViews/MessagesUtils/EntryAppearanceDescriptor.swift",
        "MessageViews/Notes/EKAccessoryNoteMessageView.swift",
        "MessageViews/Notes/EKImageNoteMessageView.swift",
        "MessageViews/Notes/EKNoteMessageView.swift",
        "MessageViews/Notes/EKProcessingNoteMessageView.swift",
        "MessageViews/Notes/EKXStatusBarMessageView.swift",
        "Model/EKAlertMessage.swift",
        "Model/EKColor.swift",
        "Model/EKNotificationMessage.swift",
        "Model/EKPopUpMessage.swift",
        "Model/EKProperty.swift",
        "Model/EKRatingMessage.swift",
        "Model/EKSimpleMessage.swift",
        "Model/EntryAttributes/EKAttributes+Animation.swift",
        "Model/EntryAttributes/EKAttributes+BackgroundStyle.swift",
        "Model/EntryAttributes/EKAttributes+DisplayMode.swift",
        "Model/EntryAttributes/EKAttributes+Duration.swift",
        "Model/EntryAttributes/EKAttributes+FrameStyle.swift",
        "Model/EntryAttributes/EKAttributes+HapticFeedback.swift",
        "Model/EntryAttributes/EKAttributes+LifecycleActions.swift",
        "Model/EntryAttributes/EKAttributes+PopBehavior.swift",
        "Model/EntryAttributes/EKAttributes+Position.swift",
        "Model/EntryAttributes/EKAttributes+PositionConstraints.swift",
        "Model/EntryAttributes/EKAttributes+Precedence.swift",
        "Model/EntryAttributes/EKAttributes+Presets.swift",
        "Model/EntryAttributes/EKAttributes+Scroll.swift",
        "Model/EntryAttributes/EKAttributes+Shadow.swift",
        "Model/EntryAttributes/EKAttributes+StatusBar.swift",
        "Model/EntryAttributes/EKAttributes+UserInteraction.swift",
        "Model/EntryAttributes/EKAttributes+Validations.swift",
        "Model/EntryAttributes/EKAttributes+WindowLevel.swift",
        "Model/EntryAttributes/EKAttributes.swift",
        "SwiftEntryKit.swift",
        "Utils/GradientView.swift",
        "Utils/HapticFeedbackGenerator.swift",
        "Utils/UIView+Responder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SwiftEntryKit"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftEntryKit -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 SwiftEntryKit -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  SwiftEntryKit: /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 'SwiftEntryKit' in project 'SwiftEntryKit'
        ➜ Explicit dependency on target 'SwiftEntryKit' in project 'SwiftEntryKit'
    Target 'SwiftEntryKit' in project 'SwiftEntryKit' (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 SwiftEntryKit normal armv7k com.apple.xcode.tools.swift.compiler (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    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 SwiftEntryKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/armv7k/SwiftEntryKit.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 -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/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/armv7k/SwiftEntryKit-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/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/armv7k/SwiftEntryKit.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/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/armv7k/SwiftEntryKit_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/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/armv7k/SwiftEntryKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver SwiftEntryKit normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    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 SwiftEntryKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/arm64_32/SwiftEntryKit.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 -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/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/arm64_32/SwiftEntryKit-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/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/arm64_32/SwiftEntryKit.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/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/arm64_32/SwiftEntryKit_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/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/arm64_32/SwiftEntryKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver SwiftEntryKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    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 SwiftEntryKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/arm64/SwiftEntryKit.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 -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/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/arm64/SwiftEntryKit-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/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/arm64/SwiftEntryKit.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/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/arm64/SwiftEntryKit_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/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/arm64/SwiftEntryKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SwiftEntryKit (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
EmitSwiftModule normal arm64_32 (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLCompatibility.swift:11:32: error: 'NSLayoutConstraint' is unavailable in watchOS
public typealias QLAttribute = NSLayoutConstraint.Attribute
                               ^~~~~~~~~~~~~~~~~~
/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/Source/Extensions/QuickLayout/QLCompatibility.swift:12:31: error: 'NSLayoutConstraint' is unavailable in watchOS
public typealias QLRelation = NSLayoutConstraint.Relation
                              ^~~~~~~~~~~~~~~~~~
/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/Source/Extensions/QuickLayout/QLCompatibility.swift:13:27: error: 'UIView' is unavailable in watchOS
public typealias QLView = 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/Source/Extensions/QuickLayout/QLCompatibility.swift:14:31: error: 'UILayoutPriority' is unavailable in watchOS
public typealias QLPriority = UILayoutPriority
                              ^~~~~~~~~~~~~~~~
/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/Source/Extensions/QuickLayout/QLUtils.swift:14:56: error: 'NSLayoutConstraint' is unavailable in watchOS
public typealias QLMultipleConstraints = [QLAttribute: NSLayoutConstraint]
                                                       ^~~~~~~~~~~~~~~~~~
/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/Source/Extensions/QuickLayout/QLUtils.swift:36:23: error: 'NSLayoutConstraint' is unavailable in watchOS
    public let width: NSLayoutConstraint
                      ^~~~~~~~~~~~~~~~~~
/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/Source/Extensions/QuickLayout/QLUtils.swift:37:24: error: 'NSLayoutConstraint' is unavailable in watchOS
    public let height: NSLayoutConstraint
                       ^~~~~~~~~~~~~~~~~~
/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/Source/Extensions/QuickLayout/QLUtils.swift:44:19: error: 'NSLayoutConstraint' is unavailable in watchOS
    public let x: NSLayoutConstraint
                  ^~~~~~~~~~~~~~~~~~
/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/Source/Extensions/QuickLayout/QLUtils.swift:45:19: error: 'NSLayoutConstraint' is unavailable in watchOS
    public let y: NSLayoutConstraint
                  ^~~~~~~~~~~~~~~~~~
/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/Source/Extensions/QuickLayout/QLUtils.swift:52:23: error: 'NSLayoutConstraint' is unavailable in watchOS
    public let first: NSLayoutConstraint
                      ^~~~~~~~~~~~~~~~~~
/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/Source/Extensions/QuickLayout/QLUtils.swift:53:24: error: 'NSLayoutConstraint' is unavailable in watchOS
    public let second: NSLayoutConstraint
                       ^~~~~~~~~~~~~~~~~~
/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/Source/Extensions/QuickLayout/UIView+QuickLayout.swift:25:73: error: 'NSLayoutConstraint' is unavailable in watchOS
             ratio: CGFloat = 1.0, priority: QLPriority = .required) -> NSLayoutConstraint {
                                                                        ^~~~~~~~~~~~~~~~~~
/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/Source/Extensions/QuickLayout/UIView+QuickLayout.swift:25:60: error: 'required' is unavailable in watchOS
             ratio: CGFloat = 1.0, priority: QLPriority = .required) -> NSLayoutConstraint {
                                                           ^~~~~~~~
/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:18:31: note: 'required' has been explicitly marked unavailable here
static const UILayoutPriority UILayoutPriorityRequired API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) = 1000; // A required constraint.  Do not exceed this.
                              ^
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIView+QuickLayout.swift:45:60: error: 'required' is unavailable in watchOS
             ratio: CGFloat = 1.0, priority: QLPriority = .required) -> QLMultipleConstraints {
                                                           ^~~~~~~~
/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:18:31: note: 'required' has been explicitly marked unavailable here
static const UILayoutPriority UILayoutPriorityRequired API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) = 1000; // A required constraint.  Do not exceed this.
                              ^
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIView+QuickLayout.swift:52:60: error: 'required' is unavailable in watchOS
             ratio: CGFloat = 1.0, priority: QLPriority = .required) -> QLMultipleConstraints {
                                                           ^~~~~~~~
/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:18:31: note: 'required' has been explicitly marked unavailable here
static const UILayoutPriority UILayoutPriorityRequired API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) = 1000; // A required constraint.  Do not exceed this.
                              ^
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIView+QuickLayout.swift:80:54: error: 'NSLayoutConstraint' is unavailable in watchOS
                priority: QLPriority = .required) -> NSLayoutConstraint? {
                                                     ^~~~~~~~~~~~~~~~~~
/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/Source/Extensions/QuickLayout/UIView+QuickLayout.swift:80:41: error: 'required' is unavailable in watchOS
                priority: QLPriority = .required) -> NSLayoutConstraint? {
                                        ^~~~~~~~
/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:18:31: note: 'required' has been explicitly marked unavailable here
static const UILayoutPriority UILayoutPriorityRequired API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) = 1000; // A required constraint.  Do not exceed this.
                              ^
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIView+QuickLayout.swift:108:41: error: 'required' is unavailable in watchOS
                priority: QLPriority = .required) -> QLMultipleConstraints {
                                        ^~~~~~~~
/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:18:31: note: 'required' has been explicitly marked unavailable here
static const UILayoutPriority UILayoutPriorityRequired API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) = 1000; // A required constraint.  Do not exceed this.
                              ^
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIView+QuickLayout.swift:139:65: error: 'NSLayoutConstraint' is unavailable in watchOS
                           priority: QLPriority = .required) -> NSLayoutConstraint? {
                                                                ^~~~~~~~~~~~~~~~~~
/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/Source/Extensions/QuickLayout/UIView+QuickLayout.swift:139:52: error: 'required' is unavailable in watchOS
                           priority: QLPriority = .required) -> NSLayoutConstraint? {
                                                   ^~~~~~~~
/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:18:31: note: 'required' has been explicitly marked unavailable here
static const UILayoutPriority UILayoutPriorityRequired API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) = 1000; // A required constraint.  Do not exceed this.
                              ^
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIView+QuickLayout.swift:165:52: error: 'required' is unavailable in watchOS
                           priority: QLPriority = .required) -> QLMultipleConstraints {
                                                   ^~~~~~~~
/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:18:31: note: 'required' has been explicitly marked unavailable here
static const UILayoutPriority UILayoutPriorityRequired API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) = 1000; // A required constraint.  Do not exceed this.
                              ^
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIView+QuickLayout.swift:191:52: error: 'required' is unavailable in watchOS
                           priority: QLPriority = .required) -> QLAxisConstraints? {
                                                   ^~~~~~~~
/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:18:31: note: 'required' has been explicitly marked unavailable here
static const UILayoutPriority UILayoutPriorityRequired API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) = 1000; // A required constraint.  Do not exceed this.
                              ^
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIView+QuickLayout.swift:212:50: error: 'required' is unavailable in watchOS
                         priority: QLPriority = .required) -> QLSizeConstraints? {
                                                 ^~~~~~~~
/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:18:31: note: 'required' has been explicitly marked unavailable here
static const UILayoutPriority UILayoutPriorityRequired API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) = 1000; // A required constraint.  Do not exceed this.
                              ^
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIView+QuickLayout.swift:228:73: error: 'required' is unavailable in watchOS
    func centerInSuperview(offset: CGFloat = 0, priority: QLPriority = .required) -> QLCenterConstraints? {
                                                                        ^~~~~~~~
/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:18:31: note: 'required' has been explicitly marked unavailable here
static const UILayoutPriority UILayoutPriorityRequired API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) = 1000; // A required constraint.  Do not exceed this.
                              ^
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIView+QuickLayout.swift:246:48: error: 'required' is unavailable in watchOS
                       priority: QLPriority = .required) -> QLFillConstraints? {
                                               ^~~~~~~~
/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:18:31: note: 'required' has been explicitly marked unavailable here
static const UILayoutPriority UILayoutPriorityRequired API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) = 1000; // A required constraint.  Do not exceed this.
                              ^
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift:23:52: error: 'NSLayoutConstraint' is unavailable in watchOS
             priority: QLPriority = .required) -> [NSLayoutConstraint] {
                                                   ^~~~~~~~~~~~~~~~~~
/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/Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift:23:38: error: 'required' is unavailable in watchOS
             priority: QLPriority = .required) -> [NSLayoutConstraint] {
                                     ^~~~~~~~
/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:18:31: note: 'required' has been explicitly marked unavailable here
static const UILayoutPriority UILayoutPriorityRequired API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) = 1000; // A required constraint.  Do not exceed this.
                              ^
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift:41:38: error: 'required' is unavailable in watchOS
             priority: QLPriority = .required) -> [QLMultipleConstraints] {
                                     ^~~~~~~~
/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:18:31: note: 'required' has been explicitly marked unavailable here
static const UILayoutPriority UILayoutPriorityRequired API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) = 1000; // A required constraint.  Do not exceed this.
                              ^
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift:59:55: error: 'NSLayoutConstraint' is unavailable in watchOS
                priority: QLPriority = .required) -> [NSLayoutConstraint] {
                                                      ^~~~~~~~~~~~~~~~~~
/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/Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift:59:41: error: 'required' is unavailable in watchOS
                priority: QLPriority = .required) -> [NSLayoutConstraint] {
                                        ^~~~~~~~
/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:18:31: note: 'required' has been explicitly marked unavailable here
static const UILayoutPriority UILayoutPriorityRequired API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) = 1000; // A required constraint.  Do not exceed this.
                              ^
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift:97:52: error: 'required' is unavailable in watchOS
                           priority: QLPriority = .required) -> [QLAxisConstraints] {
                                                   ^~~~~~~~
/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:18:31: note: 'required' has been explicitly marked unavailable here
static const UILayoutPriority UILayoutPriorityRequired API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) = 1000; // A required constraint.  Do not exceed this.
                              ^
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift:129:66: error: 'NSLayoutConstraint' is unavailable in watchOS
                           priority: QLPriority = .required) -> [NSLayoutConstraint] {
                                                                 ^~~~~~~~~~~~~~~~~~
/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/Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift:129:52: error: 'required' is unavailable in watchOS
                           priority: QLPriority = .required) -> [NSLayoutConstraint] {
                                                   ^~~~~~~~
/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:18:31: note: 'required' has been explicitly marked unavailable here
static const UILayoutPriority UILayoutPriorityRequired API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) = 1000; // A required constraint.  Do not exceed this.
                              ^
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift:149:55: error: 'NSLayoutConstraint' is unavailable in watchOS
                priority: QLPriority = .required) -> [NSLayoutConstraint] {
                                                      ^~~~~~~~~~~~~~~~~~
/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/Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift:149:41: error: 'required' is unavailable in watchOS
                priority: QLPriority = .required) -> [NSLayoutConstraint] {
                                        ^~~~~~~~
/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:18:31: note: 'required' has been explicitly marked unavailable here
static const UILayoutPriority UILayoutPriorityRequired API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) = 1000; // A required constraint.  Do not exceed this.
                              ^
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift:181:41: error: 'required' is unavailable in watchOS
                priority: QLPriority = .required) -> [QLMultipleConstraints] {
                                        ^~~~~~~~
/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:18:31: note: 'required' has been explicitly marked unavailable here
static const UILayoutPriority UILayoutPriorityRequired API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) = 1000; // A required constraint.  Do not exceed this.
                              ^
/Users/admin/builder/spi-builder-workspace/Source/Extensions/UIApplication+EKAppearance.swift:11:11: error: 'UIApplication' is unavailable in watchOS
extension UIApplication {
          ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:85:12: note: 'UIApplication' has been explicitly marked unavailable here
@interface UIApplication : UIResponder
           ^
/Users/admin/builder/spi-builder-workspace/Source/Extensions/UIView+Shadow.swift:10:11: error: 'UIView' is unavailable in watchOS
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/Source/Extensions/UIView+Shadow.swift:26:11: error: 'CALayer' is unavailable in watchOS
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/Source/Extensions/UIView+Utils.swift:11:11: error: 'UILabel' is unavailable in watchOS
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/Source/Extensions/UIView+Utils.swift:39:11: error: 'UIButton' is unavailable in watchOS
extension UIButton {
          ^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Source/Extensions/UIView+Utils.swift:57:11: error: 'UIImageView' is unavailable in watchOS
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/Source/Extensions/UIView+Utils.swift:116:11: error: 'UITextField' is unavailable in watchOS
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/Source/Infra/EKBackgroundView.swift:19:35: error: 'UIVisualEffectView' is unavailable in watchOS
    private let visualEffectView: UIVisualEffectView
                                  ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIVisualEffectView.h:28:12: note: 'UIVisualEffectView' has been explicitly marked unavailable here
@interface UIVisualEffectView : UIView <NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift:20:28: error: 'UIImageView' is unavailable in watchOS
    private let imageView: 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/Source/Infra/EKBackgroundView.swift:52:35: error: 'UIBlurEffect' is unavailable in watchOS
            var backgroundEffect: UIBlurEffect?
                                  ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBlurEffect.h:61:12: note: 'UIBlurEffect' has been explicitly marked unavailable here
@interface UIBlurEffect : UIVisualEffect
           ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift:79:71: error: 'UITraitCollection' is unavailable in watchOS
    override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                      ^~~~~~~~~~~~~~~~~
/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/Source/Infra/EKBackgroundView.swift:79:19: error: cannot override 'traitCollectionDidChange' which has been marked unavailable
    override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                  ^
UIKit.UIView.traitCollectionDidChange:3:13: note: 'traitCollectionDidChange' has been explicitly marked unavailable here
  open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)}
            ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift:79:19: note: remove 'override' modifier to declare a new 'traitCollectionDidChange'
    override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
    ~~~~~~~~~     ^

/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:42:40: error: 'NSLayoutConstraint' is unavailable in watchOS
    private var entranceOutConstraint: NSLayoutConstraint!
                                       ^~~~~~~~~~~~~~~~~~
/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/Source/Infra/EKContentView.swift:43:36: error: 'NSLayoutConstraint' is unavailable in watchOS
    private var exitOutConstraint: NSLayoutConstraint!
                                   ^~~~~~~~~~~~~~~~~~
/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/Source/Infra/EKContentView.swift:44:41: error: 'NSLayoutConstraint' is unavailable in watchOS
    private var swipeDownOutConstraint: NSLayoutConstraint!
                                        ^~~~~~~~~~~~~~~~~~
/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/Source/Infra/EKContentView.swift:45:39: error: 'NSLayoutConstraint' is unavailable in watchOS
    private var swipeUpOutConstraint: NSLayoutConstraint!
                                      ^~~~~~~~~~~~~~~~~~
/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/Source/Infra/EKContentView.swift:46:35: error: 'NSLayoutConstraint' is unavailable in watchOS
    private var popOutConstraint: NSLayoutConstraint!
                                  ^~~~~~~~~~~~~~~~~~
/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/Source/Infra/EKContentView.swift:47:31: error: 'NSLayoutConstraint' is unavailable in watchOS
    private var inConstraint: NSLayoutConstraint!
                              ^~~~~~~~~~~~~~~~~~
/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/Source/Infra/EKContentView.swift:48:39: error: 'NSLayoutConstraint' is unavailable in watchOS
    private var resistanceConstraint: NSLayoutConstraint!
                                      ^~~~~~~~~~~~~~~~~~
/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/Source/Infra/EKContentView.swift:49:39: error: 'NSLayoutConstraint' is unavailable in watchOS
    private var inKeyboardConstraint: NSLayoutConstraint!
                                      ^~~~~~~~~~~~~~~~~~
/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/Source/Infra/EKContentView.swift:179:128: error: 'NSLayoutConstraint' is unavailable in watchOS
    private func setupOutConstraint(animation: EKAttributes.Animation?, messageInAnchor: QLAttribute, priority: QLPriority) -> NSLayoutConstraint {
                                                                                                                               ^~~~~~~~~~~~~~~~~~
/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/Source/Infra/EKContentView.swift:17:22: error: 'UIView' is unavailable in watchOS
class EKContentView: 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/Source/Infra/EKContentView.swift:511:20: error: 'UIView' is unavailable in watchOS
        let curve: UIView.AnimationOptions
                   ^~~~~~
/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/Source/Infra/EKContentView.swift:611:41: error: 'UIPanGestureRecognizer' is unavailable in watchOS
    @objc func panGestureRecognized(gr: UIPanGestureRecognizer) {
                                        ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:31:12: note: 'UIPanGestureRecognizer' has been explicitly marked unavailable here
@interface UIPanGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:721:60: error: 'UIGestureRecognizer' is unavailable in watchOS
    private func handleExitDelayIfNeeded(byPanState state: UIGestureRecognizer.State) {
                                                           ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:737:47: error: 'UITouch' is unavailable in watchOS
    override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
                                              ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:737:69: error: 'UIEvent' is unavailable in watchOS
    override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                    ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:743:47: error: 'UITouch' is unavailable in watchOS
    override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
                                              ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:743:69: error: 'UIEvent' is unavailable in watchOS
    override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                    ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:749:51: error: 'UITouch' is unavailable in watchOS
    override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                  ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:749:73: error: 'UIEvent' is unavailable in watchOS
    override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                        ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:14:29: error: 'UIViewController' is unavailable in watchOS
        var viewController: 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/Source/Infra/EKEntryView.swift:15:19: error: 'UIView' is unavailable in watchOS
        var view: 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/Source/Infra/EKEntryView.swift:18:30: error: 'UIViewController' is unavailable in watchOS
        init(viewController: UIViewController, attributes: EKAttributes) {
                             ^~~~~~~~~~~~~~~~
/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/Source/Infra/EKEntryView.swift:24:20: error: 'UIView' is unavailable in watchOS
        init(view: UIView, attributes: EKAttributes) {
                   ^~~~~~
/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/Source/Infra/EKEntryView.swift:38:35: error: 'UIView' is unavailable in watchOS
    private lazy var contentView: 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/Source/Infra/EKEntryView.swift:39:16: error: 'UIView' is unavailable in watchOS
        return 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/Source/Infra/EKEntryView.swift:39:16: error: 'init()' is unavailable in watchOS
        return 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:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:47:36: error: 'init()' is unavailable in watchOS
        let contentContainerView = EKStyleView()
                                   ^~~~~~~~~~~
/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:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:75:29: error: 'UIView' is unavailable in watchOS
    func transform(to view: 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/Source/Infra/EKEntryView.swift:179:71: error: 'UITraitCollection' is unavailable in watchOS
    override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                      ^~~~~~~~~~~~~~~~~
/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/Source/Infra/EKEntryView.swift:179:19: error: cannot override 'traitCollectionDidChange' which has been marked unavailable
    override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                  ^
UIKit.UIView.traitCollectionDidChange:3:13: note: 'traitCollectionDidChange' has been explicitly marked unavailable here
  open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)}
            ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:179:19: note: remove 'override' modifier to declare a new 'traitCollectionDidChange'
    override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
    ~~~~~~~~~     ^

/Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:27:16: error: 'init()' is unavailable in watchOS
        return EKWrapperView()
               ^~~~~~~~~~~~~
/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:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:53:18: error: cannot override 'shouldAutorotate' which has been marked unavailable
    override var shouldAutorotate: Bool {
                 ^
/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:369:37: note: 'shouldAutorotate' has been explicitly marked unavailable here
@property(nonatomic, readonly) BOOL shouldAutorotate API_DEPRECATED("Update supported interface orientations and call setNeedsUpdateOfSupportedInterfaceOrientations to indicate a change.", ios(6.0, 16.0), visionos(1.0, 1.0)) API_UNAVAILABLE(tvos) API_UNAVAILABLE(watchos);
                                    ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:53:18: note: remove 'override' modifier to declare a new 'shouldAutorotate'
    override var shouldAutorotate: Bool {
    ~~~~~~~~~    ^

/Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:60:50: error: 'UIInterfaceOrientationMask' is unavailable in watchOS
    override var supportedInterfaceOrientations: UIInterfaceOrientationMask {
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIOrientation.h:49:32: note: 'UIInterfaceOrientationMask' has been explicitly marked unavailable here
typedef NS_OPTIONS(NSUInteger, UIInterfaceOrientationMask) {
                               ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:78:17: error: 'UIApplication' is unavailable in watchOS
                UIApplication.shared.set(statusBarStyle: statusBar)
                ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:85:12: note: 'UIApplication' has been explicitly marked unavailable here
@interface UIApplication : UIResponder
           ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:83:43: error: 'UIStatusBarStyle' is unavailable in watchOS
    override var preferredStatusBarStyle: UIStatusBarStyle {
                                          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:22:28: note: 'UIStatusBarStyle' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIStatusBarStyle) {
                           ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:16:29: error: 'UIViewController' is unavailable in watchOS
class EKRootViewController: 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/Source/Infra/EKRootViewController.swift:202:47: error: 'UITouch' is unavailable in watchOS
    override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
                                              ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:202:69: error: 'UIEvent' is unavailable in watchOS
    override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                    ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKStyleView.swift:12:35: error: 'CAShapeLayer' is unavailable in watchOS
    private lazy var borderLayer: CAShapeLayer = {
                                  ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKStyleView.swift:13:16: error: 'CAShapeLayer' is unavailable in watchOS
        return CAShapeLayer()
               ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKStyleView.swift:10:20: error: 'UIView' is unavailable in watchOS
class EKStyleView: 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/Source/Infra/EKWindow.swift:15:23: error: 'UIViewController' is unavailable in watchOS
    init(with rootVC: 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/Source/Infra/EKWindow.swift:35:57: error: 'UIEvent' is unavailable in watchOS
    override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
                                                        ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindow.swift:35:70: error: 'UIView' is unavailable in watchOS
    override func hitTest(_ point: CGPoint, with event: UIEvent?) -> 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/Source/Infra/EKWindow.swift:11:17: error: 'UIWindow' is unavailable in watchOS
class EKWindow: UIWindow {
                ^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindowProvider.swift:38:42: error: 'UIWindow' is unavailable in watchOS
    private weak var mainRollbackWindow: UIWindow?
                                         ^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindowProvider.swift:136:29: error: 'UIView' is unavailable in watchOS
    func transform(to view: 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/Source/Infra/EKWindowProvider.swift:141:24: error: 'UIView' is unavailable in watchOS
    func display(view: UIView, using attributes: EKAttributes, presentInsideKeyWindow: Bool, rollbackWindow: SwiftEntryKit.RollbackWindow) {
                       ^~~~~~
/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/Source/Infra/EKWindowProvider.swift:147:34: error: 'UIViewController' is unavailable in watchOS
    func display(viewController: UIViewController, using attributes: EKAttributes, presentInsideKeyWindow: Bool, rollbackWindow: SwiftEntryKit.RollbackWindow) {
                                 ^~~~~~~~~~~~~~~~
/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/Source/Infra/EKWrapperView.swift:13:57: error: 'UIEvent' is unavailable in watchOS
    override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
                                                        ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWrapperView.swift:13:70: error: 'UIView' is unavailable in watchOS
    override func hitTest(_ point: CGPoint, with event: UIEvent?) -> 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/Source/Infra/EKWrapperView.swift:11:22: error: 'UIView' is unavailable in watchOS
class EKWrapperView: 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/Source/MessageViews/EKAlertMessageView.swift:14:49: error: 'NSLayoutConstraint' is unavailable in watchOS
    private var buttonsBarCompressedConstraint: NSLayoutConstraint!
                                                ^~~~~~~~~~~~~~~~~~
/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/Source/MessageViews/EKAlertMessageView.swift:15:47: error: 'NSLayoutConstraint' is unavailable in watchOS
    private var buttonsBarExpandedConstraint: NSLayoutConstraint!
                                              ^~~~~~~~~~~~~~~~~~
/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/Source/MessageViews/EKSimpleMessageView.swift:55:26: error: cannot override 'traitCollectionDidChange' which has been marked unavailable
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                         ^
UIKit.UIView.traitCollectionDidChange:3:13: note: 'traitCollectionDidChange' has been explicitly marked unavailable here
  open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)}
            ^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKSimpleMessageView.swift:55:26: note: remove 'override' modifier to declare a new 'traitCollectionDidChange'
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
           ~~~~~~~~~     ^

/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKFormMessageView.swift:16:30: error: 'UILabel' is unavailable in watchOS
    private let titleLabel = 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/Source/MessageViews/EKFormMessageView.swift:16:30: error: 'init()' is unavailable in watchOS
    private let titleLabel = UILabel()
                             ^~~~~~~
/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:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKFormMessageView.swift:17:30: error: 'UIScrollView' is unavailable in watchOS
    private let scrollView = 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/Source/MessageViews/EKFormMessageView.swift:17:30: error: 'init()' is unavailable in watchOS
    private let scrollView = UIScrollView()
                             ^~~~~~~~~~~~
/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:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKFormMessageView.swift:120:78: error: 'UITraitCollection' is unavailable in watchOS
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                             ^~~~~~~~~~~~~~~~~
/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/Source/MessageViews/EKFormMessageView.swift:120:26: error: cannot override 'traitCollectionDidChange' which has been marked unavailable
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                         ^
UIKit.UIView.traitCollectionDidChange:3:13: note: 'traitCollectionDidChange' has been explicitly marked unavailable here
  open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)}
            ^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKFormMessageView.swift:120:26: note: remove 'override' modifier to declare a new 'traitCollectionDidChange'
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
           ~~~~~~~~~     ^

/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKFormMessageView.swift:10:39: error: 'UIView' is unavailable in watchOS
final public class EKFormMessageView: 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/Source/MessageViews/EKMessageContentView.swift:15:30: error: 'UILabel' is unavailable in watchOS
    private let titleLabel = 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/Source/MessageViews/EKMessageContentView.swift:15:30: error: 'init()' is unavailable in watchOS
    private let titleLabel = UILabel()
                             ^~~~~~~
/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:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:16:33: error: 'UILabel' is unavailable in watchOS
    private let subtitleLabel = 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/Source/MessageViews/EKMessageContentView.swift:16:33: error: 'init()' is unavailable in watchOS
    private let subtitleLabel = UILabel()
                                ^~~~~~~
/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:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:19:32: error: 'NSLayoutConstraint' is unavailable in watchOS
    private var topConstraint: NSLayoutConstraint!
                               ^~~~~~~~~~~~~~~~~~
/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/Source/MessageViews/EKMessageContentView.swift:20:35: error: 'NSLayoutConstraint' is unavailable in watchOS
    private var bottomConstraint: NSLayoutConstraint!
                                  ^~~~~~~~~~~~~~~~~~
/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/Source/MessageViews/EKMessageContentView.swift:21:41: error: 'NSLayoutConstraint' is unavailable in watchOS
    private var labelsOffsetConstraint: NSLayoutConstraint!
                                        ^~~~~~~~~~~~~~~~~~
/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/Source/MessageViews/EKMessageContentView.swift:116:78: error: 'UITraitCollection' is unavailable in watchOS
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                             ^~~~~~~~~~~~~~~~~
/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/Source/MessageViews/EKMessageContentView.swift:116:26: error: cannot override 'traitCollectionDidChange' which has been marked unavailable
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                         ^
UIKit.UIView.traitCollectionDidChange:3:13: note: 'traitCollectionDidChange' has been explicitly marked unavailable here
  open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)}
            ^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:116:26: note: remove 'override' modifier to declare a new 'traitCollectionDidChange'
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
           ~~~~~~~~~     ^

/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:11:36: error: 'UIView' is unavailable in watchOS
public class EKMessageContentView: 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/Source/MessageViews/EKNotificationMessageView.swift:14:27: error: 'UILabel' is unavailable in watchOS
    private var auxLabel: 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/Source/MessageViews/EKNotificationMessageView.swift:67:78: error: 'UITraitCollection' is unavailable in watchOS
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                             ^~~~~~~~~~~~~~~~~
/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/Source/MessageViews/EKPopUpMessageView.swift:15:28: error: 'UIImageView' is unavailable in watchOS
    private var imageView: 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/Source/MessageViews/EKPopUpMessageView.swift:16:30: error: 'UILabel' is unavailable in watchOS
    private let titleLabel = 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/Source/MessageViews/EKPopUpMessageView.swift:16:30: error: 'init()' is unavailable in watchOS
    private let titleLabel = UILabel()
                             ^~~~~~~
/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:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift:17:36: error: 'UILabel' is unavailable in watchOS
    private let descriptionLabel = 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/Source/MessageViews/EKPopUpMessageView.swift:17:36: error: 'init()' is unavailable in watchOS
    private let descriptionLabel = UILabel()
                                   ^~~~~~~
/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:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift:18:32: error: 'UIButton' is unavailable in watchOS
    private let actionButton = UIButton()
                               ^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift:18:32: error: 'init()' is unavailable in watchOS
    private let actionButton = UIButton()
                               ^~~~~~~~
/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:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift:97:78: error: 'UITraitCollection' is unavailable in watchOS
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                             ^~~~~~~~~~~~~~~~~
/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/Source/MessageViews/EKPopUpMessageView.swift:97:26: error: cannot override 'traitCollectionDidChange' which has been marked unavailable
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                         ^
UIKit.UIView.traitCollectionDidChange:3:13: note: 'traitCollectionDidChange' has been explicitly marked unavailable here
  open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)}
            ^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift:97:26: note: remove 'override' modifier to declare a new 'traitCollectionDidChange'
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
           ~~~~~~~~~     ^

/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift:11:40: error: 'UIView' is unavailable in watchOS
final public class EKPopUpMessageView: 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/Source/MessageViews/EKRatingMessageView.swift:35:31: error: 'init()' is unavailable in watchOS
    private let symbolsView = EKRatingSymbolsContainerView()
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKRatingMessageView.swift:11:41: error: 'UIView' is unavailable in watchOS
final public class EKRatingMessageView: UIView, EntryAppearanceDescriptor {
                                        ^~~~~~
/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/Source/MessageViews/EKSimpleMessageView.swift:13:25: error: 'UIImageView' is unavailable in watchOS
    var thumbImageView: 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/Source/MessageViews/EKSimpleMessageView.swift:55:78: error: 'UITraitCollection' is unavailable in watchOS
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                             ^~~~~~~~~~~~~~~~~
/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/Source/MessageViews/EKSimpleMessageView.swift:10:35: error: 'UIView' is unavailable in watchOS
public class EKSimpleMessageView: 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/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:22:34: error: 'UIView' is unavailable in watchOS
    private var separatorViews: [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/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:27:31: error: 'NSLayoutConstraint' is unavailable in watchOS
    private let relativeEdge: NSLayoutConstraint.Attribute
                              ^~~~~~~~~~~~~~~~~~
/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/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:54:39: error: 'NSLayoutConstraint' is unavailable in watchOS
    private var compressedConstraint: NSLayoutConstraint!
                                      ^~~~~~~~~~~~~~~~~~
/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/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:55:42: error: 'NSLayoutConstraint' is unavailable in watchOS
    private lazy var expandedConstraint: NSLayoutConstraint = {
                                         ^~~~~~~~~~~~~~~~~~
/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/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:56:61: error: 'defaultLow' is unavailable in watchOS
        return set(.height, of: intrinsicHeight, priority: .defaultLow)
                                                            ^~~~~~~~~~
/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:23:31: note: 'defaultLow' has been explicitly marked unavailable here
static const UILayoutPriority UILayoutPriorityDefaultLow API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) = 250; // This is the priority level at which a button hugs its contents horizontally.
                              ^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:117:49: error: 'UIView' is unavailable in watchOS
    private func setupSeperatorView(after view: 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/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:188:78: error: 'UITraitCollection' is unavailable in watchOS
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                             ^~~~~~~~~~~~~~~~~
/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/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:188:26: error: cannot override 'traitCollectionDidChange' which has been marked unavailable
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                         ^
UIKit.UIView.traitCollectionDidChange:3:13: note: 'traitCollectionDidChange' has been explicitly marked unavailable here
  open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)}
            ^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:188:26: note: remove 'override' modifier to declare a new 'traitCollectionDidChange'
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
           ~~~~~~~~~     ^

/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:17:37: error: 'UIView' is unavailable in watchOS
final public class EKButtonBarView: 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/Source/MessageViews/MessagesUtils/EKButtonView.swift:15:26: error: 'UIButton' is unavailable in watchOS
    private let button = UIButton()
                         ^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonView.swift:15:26: error: 'init()' is unavailable in watchOS
    private let button = UIButton()
                         ^~~~~~~~
/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:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonView.swift:16:30: error: 'UILabel' is unavailable in watchOS
    private let titleLabel = 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/Source/MessageViews/MessagesUtils/EKButtonView.swift:16:30: error: 'init()' is unavailable in watchOS
    private let titleLabel = UILabel()
                             ^~~~~~~
/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:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonView.swift:94:71: error: 'UITraitCollection' is unavailable in watchOS
    override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                      ^~~~~~~~~~~~~~~~~
/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/Source/MessageViews/MessagesUtils/EKButtonView.swift:94:19: error: cannot override 'traitCollectionDidChange' which has been marked unavailable
    override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                  ^
UIKit.UIView.traitCollectionDidChange:3:13: note: 'traitCollectionDidChange' has been explicitly marked unavailable here
  open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)}
            ^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonView.swift:94:19: note: remove 'override' modifier to declare a new 'traitCollectionDidChange'
    override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
    ~~~~~~~~~     ^

/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonView.swift:11:27: error: 'UIView' is unavailable in watchOS
final class EKButtonView: 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/Source/MessageViews/MessagesUtils/EKRatingSymbolView.swift:13:26: error: 'UIButton' is unavailable in watchOS
    private let button = UIButton()
                         ^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKRatingSymbolView.swift:13:26: error: 'init()' is unavailable in watchOS
    private let button = UIButton()
                         ^~~~~~~~
/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:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKRatingSymbolView.swift:14:29: error: 'UIImageView' is unavailable in watchOS
    private let imageView = 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/Source/MessageViews/MessagesUtils/EKRatingSymbolView.swift:14:29: error: 'init()' is unavailable in watchOS
    private let imageView = UIImageView()
                            ^~~~~~~~~~~
/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:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKRatingSymbolView.swift:11:40: error: 'UIView' is unavailable in watchOS
final public class EKRatingSymbolView: 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/Source/MessageViews/MessagesUtils/EKRatingSymbolsContainerView.swift:11:50: error: 'UIView' is unavailable in watchOS
final public class EKRatingSymbolsContainerView: 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/Source/MessageViews/MessagesUtils/EKTextField.swift:19:29: error: 'UIImageView' is unavailable in watchOS
    private let imageView = 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/Source/MessageViews/MessagesUtils/EKTextField.swift:19:29: error: 'init()' is unavailable in watchOS
    private let imageView = UIImageView()
                            ^~~~~~~~~~~
/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:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKTextField.swift:20:29: error: 'UITextField' is unavailable in watchOS
    private let textField = 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/Source/MessageViews/MessagesUtils/EKTextField.swift:20:29: error: 'init()' is unavailable in watchOS
    private let textField = UITextField()
                            ^~~~~~~~~~~
/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:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKTextField.swift:21:33: error: 'UIView' is unavailable in watchOS
    private let separatorView = 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/Source/MessageViews/MessagesUtils/EKTextField.swift:21:33: error: 'init()' is unavailable in watchOS
    private let separatorView = 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:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKTextField.swift:82:78: error: 'UITraitCollection' is unavailable in watchOS
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                             ^~~~~~~~~~~~~~~~~
/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/Source/MessageViews/MessagesUtils/EKTextField.swift:82:26: error: cannot override 'traitCollectionDidChange' which has been marked unavailable
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                         ^
UIKit.UIView.traitCollectionDidChange:3:13: note: 'traitCollectionDidChange' has been explicitly marked unavailable here
  open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)}
            ^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKTextField.swift:82:26: note: remove 'override' modifier to declare a new 'traitCollectionDidChange'
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
           ~~~~~~~~~     ^

/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKTextField.swift:11:33: error: 'UIView' is unavailable in watchOS
final public class EKTextField: 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/Source/MessageViews/Notes/EKAccessoryNoteMessageView.swift:13:31: error: 'UIView' is unavailable in watchOS
    private let contentView = 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/Source/MessageViews/Notes/EKAccessoryNoteMessageView.swift:13:31: error: 'init()' is unavailable in watchOS
    private let contentView = 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:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKAccessoryNoteMessageView.swift:15:24: error: 'UIView' is unavailable in watchOS
    var accessoryView: 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/Source/MessageViews/Notes/EKAccessoryNoteMessageView.swift:10:42: error: 'UIView' is unavailable in watchOS
public class EKAccessoryNoteMessageView: 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/Source/MessageViews/Notes/EKNoteMessageView.swift:14:25: error: 'UILabel' is unavailable in watchOS
    private let label = 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/Source/MessageViews/Notes/EKNoteMessageView.swift:14:25: error: 'init()' is unavailable in watchOS
    private let label = UILabel()
                        ^~~~~~~
/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:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKNoteMessageView.swift:11:33: error: 'UIView' is unavailable in watchOS
public class EKNoteMessageView: 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/Source/MessageViews/Notes/EKProcessingNoteMessageView.swift:14:40: error: 'UIActivityIndicatorView' is unavailable in watchOS
    private var activityIndicatorView: UIActivityIndicatorView!
                                       ^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActivityIndicatorView.h:24:12: note: 'UIActivityIndicatorView' has been explicitly marked unavailable here
@interface UIActivityIndicatorView : UIView <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKProcessingNoteMessageView.swift:33:75: error: 'UIActivityIndicatorView' is unavailable in watchOS
    public init(with content: EKProperty.LabelContent, activityIndicator: UIActivityIndicatorView.Style) {
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActivityIndicatorView.h:24:12: note: 'UIActivityIndicatorView' has been explicitly marked unavailable here
@interface UIActivityIndicatorView : UIView <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKProcessingNoteMessageView.swift:38:82: error: 'UIActivityIndicatorView' is unavailable in watchOS
    private func setup(with content: EKProperty.LabelContent, activityIndicator: UIActivityIndicatorView.Style, setProcessing: Bool = true) {
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActivityIndicatorView.h:24:12: note: 'UIActivityIndicatorView' has been explicitly marked unavailable here
@interface UIActivityIndicatorView : UIView <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKXStatusBarMessageView.swift:14:32: error: 'UILabel' is unavailable in watchOS
    private let leadingLabel = 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/Source/MessageViews/Notes/EKXStatusBarMessageView.swift:14:32: error: 'init()' is unavailable in watchOS
    private let leadingLabel = UILabel()
                               ^~~~~~~
/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:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKXStatusBarMessageView.swift:15:33: error: 'UILabel' is unavailable in watchOS
    private let trailingLabel = 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/Source/MessageViews/Notes/EKXStatusBarMessageView.swift:15:33: error: 'init()' is unavailable in watchOS
    private let trailingLabel = UILabel()
                                ^~~~~~~
/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:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKXStatusBarMessageView.swift:11:39: error: 'UIView' is unavailable in watchOS
public class EKXStatusBarMessageView: 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/Source/Model/EKColor.swift:49:35: error: 'UITraitCollection' is unavailable in watchOS
    public func color(for traits: UITraitCollection,
                                  ^~~~~~~~~~~~~~~~~
/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/Source/Model/EKProperty.swift:53:58: error: 'UITraitCollection' is unavailable in watchOS
        public func backgroundColor(for traitCollection: UITraitCollection) -> UIColor {
                                                         ^~~~~~~~~~~~~~~~~
/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/Source/Model/EKProperty.swift:57:69: error: 'UITraitCollection' is unavailable in watchOS
        public func highlightedBackgroundColor(for traitCollection: UITraitCollection) -> UIColor {
                                                                    ^~~~~~~~~~~~~~~~~
/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/Source/Model/EKProperty.swift:61:63: error: 'UITraitCollection' is unavailable in watchOS
        public func highlighedLabelColor(for traitCollection: UITraitCollection) -> UIColor {
                                                              ^~~~~~~~~~~~~~~~~
/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/Source/Model/EKProperty.swift:120:48: error: 'UITraitCollection' is unavailable in watchOS
        public func color(for traitCollection: UITraitCollection) -> UIColor {
                                               ^~~~~~~~~~~~~~~~~
/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/Source/Model/EKProperty.swift:130:59: error: 'UIView' is unavailable in watchOS
            case animate(duration: TimeInterval, options: UIView.AnimationOptions, transform: CGAffineTransform)
                                                          ^~~~~~
/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/Source/Model/EKProperty.swift:148:33: error: 'UIView' is unavailable in watchOS
        public var contentMode: UIView.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: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/Source/Model/EKProperty.swift:166:34: error: 'UIView' is unavailable in watchOS
                    contentMode: UIView.ContentMode = .scaleToFill,
                                 ^~~~~~
/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/Source/Model/EKProperty.swift:185:34: error: 'UIView' is unavailable in watchOS
                    contentMode: UIView.ContentMode = .scaleToFill,
                                 ^~~~~~
/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/Source/Model/EKProperty.swift:205:34: error: 'UIView' is unavailable in watchOS
                    contentMode: UIView.ContentMode = .scaleToFill,
                                 ^~~~~~
/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/Source/Model/EKProperty.swift:225:34: error: 'UIView' is unavailable in watchOS
                    contentMode: UIView.ContentMode = .scaleToFill,
                                 ^~~~~~
/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/Source/Model/EKProperty.swift:258:52: error: 'UITraitCollection' is unavailable in watchOS
        public func tintColor(for traitCollection: UITraitCollection) -> UIColor? {
                                                   ^~~~~~~~~~~~~~~~~
/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/Source/Model/EKProperty.swift:271:35: error: 'UITextFieldDelegate' is unavailable in watchOS
        public weak var 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/Source/Model/EKProperty.swift:272:34: error: 'UIKeyboardType' is unavailable in watchOS
        public var keyboardType: UIKeyboardType
                                 ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:116:28: note: 'UIKeyboardType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIKeyboardType) {
                           ^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:291:31: error: 'UITextFieldDelegate' is unavailable in watchOS
        public init(delegate: UITextFieldDelegate? = nil,
                              ^~~~~~~~~~~~~~~~~~~
/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/Source/Model/EKProperty.swift:292:35: error: 'UIKeyboardType' is unavailable in watchOS
                    keyboardType: UIKeyboardType = .default,
                                  ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:116:28: note: 'UIKeyboardType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIKeyboardType) {
                           ^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:313:52: error: 'UITraitCollection' is unavailable in watchOS
        public func tintColor(for traitCollection: UITraitCollection) -> UIColor? {
                                                   ^~~~~~~~~~~~~~~~~
/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/Source/Model/EKProperty.swift:317:60: error: 'UITraitCollection' is unavailable in watchOS
        public func bottomBorderColor(for traitCollection: UITraitCollection) -> UIColor? {
                                                           ^~~~~~~~~~~~~~~~~
/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/Source/Model/EKProperty.swift:374:57: error: 'UITraitCollection' is unavailable in watchOS
        public func separatorColor(for traitCollection: UITraitCollection) -> UIColor {
                                                        ^~~~~~~~~~~~~~~~~
/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/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:36:24: error: 'UIBlurEffect' is unavailable in watchOS
            let light: UIBlurEffect.Style
                       ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBlurEffect.h:61:12: note: 'UIBlurEffect' has been explicitly marked unavailable here
@interface UIBlurEffect : UIVisualEffect
           ^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:37:23: error: 'UIBlurEffect' is unavailable in watchOS
            let dark: UIBlurEffect.Style
                      ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBlurEffect.h:61:12: note: 'UIBlurEffect' has been explicitly marked unavailable here
@interface UIBlurEffect : UIVisualEffect
           ^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:39:32: error: 'UIBlurEffect' is unavailable in watchOS
            public init(style: UIBlurEffect.Style) {
                               ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBlurEffect.h:61:12: note: 'UIBlurEffect' has been explicitly marked unavailable here
@interface UIBlurEffect : UIVisualEffect
           ^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:44:32: error: 'UIBlurEffect' is unavailable in watchOS
            public init(light: UIBlurEffect.Style, dark: UIBlurEffect.Style) {
                               ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBlurEffect.h:61:12: note: 'UIBlurEffect' has been explicitly marked unavailable here
@interface UIBlurEffect : UIVisualEffect
           ^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:44:58: error: 'UIBlurEffect' is unavailable in watchOS
            public init(light: UIBlurEffect.Style, dark: UIBlurEffect.Style) {
                                                         ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBlurEffect.h:61:12: note: 'UIBlurEffect' has been explicitly marked unavailable here
@interface UIBlurEffect : UIVisualEffect
           ^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:50:47: error: 'UITraitCollection' is unavailable in watchOS
            public func blurStyle(for traits: UITraitCollection,
                                              ^~~~~~~~~~~~~~~~~
/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/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:51:70: error: 'UIBlurEffect' is unavailable in watchOS
                                  mode: EKAttributes.DisplayMode) -> UIBlurEffect.Style {
                                                                     ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBlurEffect.h:61:12: note: 'UIBlurEffect' has been explicitly marked unavailable here
@interface UIBlurEffect : UIVisualEffect
           ^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:73:48: error: 'UITraitCollection' is unavailable in watchOS
            public func blurEffect(for traits: UITraitCollection,
                                               ^~~~~~~~~~~~~~~~~
/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/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:74:71: error: 'UIBlurEffect' is unavailable in watchOS
                                   mode: EKAttributes.DisplayMode) -> UIBlurEffect {
                                                                      ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBlurEffect.h:61:12: note: 'UIBlurEffect' has been explicitly marked unavailable here
@interface UIBlurEffect : UIVisualEffect
           ^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+HapticFeedback.swift:21:20: error: 'UINotificationFeedbackGenerator' is unavailable in watchOS
        var value: UINotificationFeedbackGenerator.FeedbackType? {
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINotificationFeedbackGenerator.h:21:12: note: 'UINotificationFeedbackGenerator' has been explicitly marked unavailable here
@interface UINotificationFeedbackGenerator : UIFeedbackGenerator
           ^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+StatusBar.swift:17:62: error: 'UIStatusBarStyle' is unavailable in watchOS
        public typealias Appearance = (visible: Bool, style: UIStatusBarStyle)
                                                             ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:22:28: note: 'UIStatusBarStyle' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIStatusBarStyle) {
                           ^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+StatusBar.swift:82:42: error: 'UIStatusBarStyle' is unavailable in watchOS
        private static var currentStyle: UIStatusBarStyle {
                                         ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:22:28: note: 'UIStatusBarStyle' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIStatusBarStyle) {
                           ^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+WindowLevel.swift:26:28: error: 'UIWindow' is unavailable in watchOS
        case custom(level: UIWindow.Level)
                           ^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+WindowLevel.swift:29:27: error: 'UIWindow' is unavailable in watchOS
        public var value: UIWindow.Level {
                          ^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftEntryKit.swift:41:29: error: 'UIWindow' is unavailable in watchOS
        case custom(window: UIWindow)
                            ^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftEntryKit.swift:56:30: error: 'UIWindow' is unavailable in watchOS
    public class var window: UIWindow? {
                             ^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftEntryKit.swift:108:43: error: 'UIView' is unavailable in watchOS
    public class func display(entry view: UIView, using attributes: EKAttributes, presentInsideKeyWindow: Bool = false, rollbackWindow: RollbackWindow = .main) {
                                          ^~~~~~
/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/Source/SwiftEntryKit.swift:123:53: error: 'UIViewController' is unavailable in watchOS
    public class func display(entry viewController: UIViewController, using attributes: EKAttributes, presentInsideKeyWindow: Bool = false, rollbackWindow: RollbackWindow = .main) {
                                                    ^~~~~~~~~~~~~~~~
/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/Source/SwiftEntryKit.swift:136:42: error: 'UIView' is unavailable in watchOS
    public class func transform(to view: 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/Source/Utils/GradientView.swift:27:33: error: 'CAGradientLayer' is unavailable in watchOS
    private let gradientLayer = CAGradientLayer()
                                ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAGradientLayer.h:20:12: note: 'CAGradientLayer' has been explicitly marked unavailable here
@interface CAGradientLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Source/Utils/GradientView.swift:60:71: error: 'UITraitCollection' is unavailable in watchOS
    override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                      ^~~~~~~~~~~~~~~~~
/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/Source/Utils/GradientView.swift:60:19: error: cannot override 'traitCollectionDidChange' which has been marked unavailable
    override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                  ^
UIKit.UIView.traitCollectionDidChange:3:13: note: 'traitCollectionDidChange' has been explicitly marked unavailable here
  open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)}
            ^
/Users/admin/builder/spi-builder-workspace/Source/Utils/GradientView.swift:60:19: note: remove 'override' modifier to declare a new 'traitCollectionDidChange'
    override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
    ~~~~~~~~~     ^

/Users/admin/builder/spi-builder-workspace/Source/Utils/GradientView.swift:11:21: error: 'UIView' is unavailable in watchOS
class GradientView: 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/Source/Utils/UIView+Responder.swift:10:11: error: 'UIView' is unavailable in watchOS
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>
           ^
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/Source/Extensions/QuickLayout/QLCompatibility.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLUtils.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIView+QLContentWrap.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIView+QuickLayout.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/UIApplication+EKAppearance.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/UIColor+Utils.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/UIEdgeInsets+Utils.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/UIRectCorner+Short.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/UIView+Shadow.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/UIView+Utils.swift /Users/admin/builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift /Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift /Users/admin/builder/spi-builder-workspace/Source/Infra/EKEntryView.swift /Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift /Users/admin/builder/spi-builder-workspace/Source/Infra/EKStyleView.swift /Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindow.swift /Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindowProvider.swift /Users/admin/builder/spi-builder-workspace/Source/Infra/EKWrapperView.swift /Users/admin/builder/spi-builder-workspace/Source/Infra/EntryCachingHeuristic.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKAlertMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKFormMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKNotificationMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKRatingMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKSimpleMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKRatingSymbolView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKRatingSymbolsContainerView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKTextField.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EntryAppearanceDescriptor.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKAccessoryNoteMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKImageNoteMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKNoteMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKProcessingNoteMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKXStatusBarMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EKAlertMessage.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EKColor.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EKNotificationMessage.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EKPopUpMessage.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EKRatingMessage.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EKSimpleMessage.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Animation.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+DisplayMode.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Duration.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+FrameStyle.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+HapticFeedback.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+LifecycleActions.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+PopBehavior.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Position.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+PositionConstraints.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Presets.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Scroll.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Shadow.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+StatusBar.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+UserInteraction.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Validations.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+WindowLevel.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes.swift /Users/admin/builder/spi-builder-workspace/Source/SwiftEntryKit.swift /Users/admin/builder/spi-builder-workspace/Source/Utils/GradientView.swift /Users/admin/builder/spi-builder-workspace/Source/Utils/HapticFeedbackGenerator.swift /Users/admin/builder/spi-builder-workspace/Source/Utils/UIView+Responder.swift -target arm64_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/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/arm64_32/SwiftEntryKit-dependencies-3.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 -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/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/arm64_32/SwiftEntryKit_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/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name SwiftEntryKit -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/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/arm64_32/SwiftEntryKit.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/arm64_32/SwiftEntryKit.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/arm64_32/SwiftEntryKit-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/arm64_32/SwiftEntryKit-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/arm64_32/SwiftEntryKit-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/arm64_32/SwiftEntryKit.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/arm64_32/SwiftEntryKit.abi.json
SwiftCompile normal arm64_32 Compiling\ QLCompatibility.swift,\ QLUtils.swift,\ UIView+QLContentWrap.swift,\ UIView+QuickLayout.swift,\ UIViewArray+QuickLayout.swift,\ UIApplication+EKAppearance.swift,\ UIColor+Utils.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLCompatibility.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLUtils.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIView+QLContentWrap.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIView+QuickLayout.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/UIApplication+EKAppearance.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/UIColor+Utils.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLCompatibility.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLUtils.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIView+QLContentWrap.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIView+QuickLayout.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Extensions/UIApplication+EKAppearance.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Extensions/UIColor+Utils.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ EKNoteMessageView.swift,\ EKProcessingNoteMessageView.swift,\ EKXStatusBarMessageView.swift,\ EKAlertMessage.swift,\ EKColor.swift,\ EKNotificationMessage.swift,\ EKPopUpMessage.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKNoteMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKProcessingNoteMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKXStatusBarMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EKAlertMessage.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EKColor.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EKNotificationMessage.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EKPopUpMessage.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKNoteMessageView.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKProcessingNoteMessageView.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKXStatusBarMessageView.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Model/EKAlertMessage.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Model/EKColor.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Model/EKNotificationMessage.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Model/EKPopUpMessage.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ EKRootViewController.swift,\ EKStyleView.swift,\ EKWindow.swift,\ EKWindowProvider.swift,\ EKWrapperView.swift,\ EntryCachingHeuristic.swift,\ EKAlertMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift /Users/admin/builder/spi-builder-workspace/Source/Infra/EKStyleView.swift /Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindow.swift /Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindowProvider.swift /Users/admin/builder/spi-builder-workspace/Source/Infra/EKWrapperView.swift /Users/admin/builder/spi-builder-workspace/Source/Infra/EntryCachingHeuristic.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKAlertMessageView.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Infra/EKStyleView.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindow.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindowProvider.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Infra/EKWrapperView.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Infra/EntryCachingHeuristic.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKAlertMessageView.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ UIEdgeInsets+Utils.swift,\ UIRectCorner+Short.swift,\ UIView+Shadow.swift,\ UIView+Utils.swift,\ EKBackgroundView.swift,\ EKContentView.swift,\ EKEntryView.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/UIEdgeInsets+Utils.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/UIRectCorner+Short.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/UIView+Shadow.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/UIView+Utils.swift /Users/admin/builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift /Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift /Users/admin/builder/spi-builder-workspace/Source/Infra/EKEntryView.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Extensions/UIEdgeInsets+Utils.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Extensions/UIRectCorner+Short.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Extensions/UIView+Shadow.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Extensions/UIView+Utils.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Infra/EKEntryView.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ EKProperty.swift,\ EKRatingMessage.swift,\ EKSimpleMessage.swift,\ EKAttributes+Animation.swift,\ EKAttributes+BackgroundStyle.swift,\ EKAttributes+DisplayMode.swift,\ EKAttributes+Duration.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EKRatingMessage.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EKSimpleMessage.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Animation.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+DisplayMode.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Duration.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Model/EKRatingMessage.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Model/EKSimpleMessage.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Animation.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+DisplayMode.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Duration.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ EKButtonView.swift,\ EKRatingSymbolView.swift,\ EKRatingSymbolsContainerView.swift,\ EKTextField.swift,\ EntryAppearanceDescriptor.swift,\ EKAccessoryNoteMessageView.swift,\ EKImageNoteMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKRatingSymbolView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKRatingSymbolsContainerView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKTextField.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EntryAppearanceDescriptor.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKAccessoryNoteMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKImageNoteMessageView.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonView.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKRatingSymbolView.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKRatingSymbolsContainerView.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKTextField.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EntryAppearanceDescriptor.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKAccessoryNoteMessageView.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKImageNoteMessageView.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ EKAttributes+FrameStyle.swift,\ EKAttributes+HapticFeedback.swift,\ EKAttributes+LifecycleActions.swift,\ EKAttributes+PopBehavior.swift,\ EKAttributes+Position.swift,\ EKAttributes+PositionConstraints.swift,\ EKAttributes+Precedence.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+FrameStyle.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+HapticFeedback.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+LifecycleActions.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+PopBehavior.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Position.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+PositionConstraints.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+FrameStyle.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+HapticFeedback.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+LifecycleActions.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+PopBehavior.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Position.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+PositionConstraints.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ EKFormMessageView.swift,\ EKMessageContentView.swift,\ EKNotificationMessageView.swift,\ EKPopUpMessageView.swift,\ EKRatingMessageView.swift,\ EKSimpleMessageView.swift,\ EKButtonBarView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKFormMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKNotificationMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKRatingMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKSimpleMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKFormMessageView.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKNotificationMessageView.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKRatingMessageView.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKSimpleMessageView.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ EKAttributes+Presets.swift,\ EKAttributes+Scroll.swift,\ EKAttributes+Shadow.swift,\ EKAttributes+StatusBar.swift,\ EKAttributes+UserInteraction.swift,\ EKAttributes+Validations.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Presets.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Scroll.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Shadow.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+StatusBar.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+UserInteraction.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Validations.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Presets.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Scroll.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Shadow.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+StatusBar.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+UserInteraction.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Validations.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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