The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build SwiftEntryKit, reference master (5ad36c), with Swift 6.1 for watchOS using Xcode 16.3 on 26 Apr 2025 16:23:42 UTC.

Build Command

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

Build Log

/Users/admin/builder/spi-builder-workspace/Source/Utils/GradientView.swift:44:19: error: method does not override any method from its superclass
    override func layoutSubviews() {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Source/Utils/GradientView.swift:60:71: error: cannot find type 'UITraitCollection' in scope
    override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                      ^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:20:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/Utils/UIView+Responder.swift:10:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftEntryKit (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
Command SwiftEmitModule failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SwiftEntryKit (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
	EmitSwiftModule normal arm64_32 (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
	SwiftEmitModule normal armv7k Emitting\ module\ for\ SwiftEntryKit (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
	EmitSwiftModule normal armv7k (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftEntryKit (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
	Building workspace spi-builder-workspace with scheme SwiftEntryKit
(6 failures)
Command line invocation:
    /Applications/Xcode-16.3.0.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-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftEntryKit -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-16.3.0.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
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 85d5a724fb83810b2cda46adc23be49e
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/85d5a724fb83810b2cda46adc23be49e.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.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-16.3.0.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 -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.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 -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 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-16.3.0.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 -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.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 -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
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-16.3.0.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 -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.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 -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
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: cannot find type 'NSLayoutConstraint' in scope
public typealias QLAttribute = NSLayoutConstraint.Attribute
                               ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLCompatibility.swift:12:31: error: cannot find type 'NSLayoutConstraint' in scope
public typealias QLRelation = NSLayoutConstraint.Relation
                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLCompatibility.swift:13:27: error: cannot find type 'UIView' in scope
public typealias QLView = UIView
                          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLCompatibility.swift:14:31: error: cannot find type 'UILayoutPriority' in scope
public typealias QLPriority = UILayoutPriority
                              ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLUtils.swift:36:23: error: cannot find type 'NSLayoutConstraint' in scope
    public let width: NSLayoutConstraint
                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLUtils.swift:37:24: error: cannot find type 'NSLayoutConstraint' in scope
    public let height: NSLayoutConstraint
                       ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLUtils.swift:44:19: error: cannot find type 'NSLayoutConstraint' in scope
    public let x: NSLayoutConstraint
                  ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLUtils.swift:45:19: error: cannot find type 'NSLayoutConstraint' in scope
    public let y: NSLayoutConstraint
                  ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLUtils.swift:52:23: error: cannot find type 'NSLayoutConstraint' in scope
    public let first: NSLayoutConstraint
                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLUtils.swift:53:24: error: cannot find type 'NSLayoutConstraint' in scope
    public let second: NSLayoutConstraint
                       ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift:23:52: error: cannot find type 'NSLayoutConstraint' in scope
             priority: QLPriority = .required) -> [NSLayoutConstraint] {
                                                   ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift:59:55: error: cannot find type 'NSLayoutConstraint' in scope
                priority: QLPriority = .required) -> [NSLayoutConstraint] {
                                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift:129:66: error: cannot find type 'NSLayoutConstraint' in scope
                           priority: QLPriority = .required) -> [NSLayoutConstraint] {
                                                                 ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift:149:55: error: cannot find type 'NSLayoutConstraint' in scope
                priority: QLPriority = .required) -> [NSLayoutConstraint] {
                                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/UIApplication+EKAppearance.swift:11:11: error: cannot find type 'UIApplication' in scope
extension UIApplication {
          ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/UIView+Shadow.swift:10:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Extensions/UIView+Shadow.swift:26:11: error: cannot find type 'CALayer' in scope
extension CALayer {
          ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/UIView+Utils.swift:11:11: error: cannot find type 'UILabel' in scope
extension UILabel {
          ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/UIView+Utils.swift:39:11: error: cannot find type 'UIButton' in scope
extension UIButton {
          ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/UIView+Utils.swift:57:11: error: cannot find type 'UIImageView' in scope
extension UIImageView {
          ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Extensions/UIView+Utils.swift:116:11: error: cannot find type 'UITextField' in scope
extension UITextField {
          ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift:24:5: error: overriding declaration requires an 'override' keyword
    init() {
    ^
    override
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKStyleView.swift:10:7: note: overridden declaration is here
class EKStyleView: UIView {
      ^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:36:24: error: cannot find type 'UIBlurEffect' in scope
            let light: UIBlurEffect.Style
                       ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:37:23: error: cannot find type 'UIBlurEffect' in scope
            let dark: UIBlurEffect.Style
                      ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift:19:35: error: cannot find type 'UIVisualEffectView' in scope
    private let visualEffectView: UIVisualEffectView
                                  ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift:20:28: error: cannot find type 'UIImageView' in scope
    private let imageView: UIImageView
                           ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift:52:35: error: cannot find type 'UIBlurEffect' in scope
            var backgroundEffect: UIBlurEffect?
                                  ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift:58:52: error: cannot find 'traitCollection' in scope
                backgroundColor = color.color(for: traitCollection,
                                                   ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EKColor.swift:49:35: error: cannot find type 'UITraitCollection' in scope
    public func color(for traits: UITraitCollection,
                                  ^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:20:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift:65:58: error: cannot find 'traitCollection' in scope
                backgroundEffect = value.blurEffect(for: traitCollection,
                                                         ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:74:71: error: cannot find type 'UIBlurEffect' in scope
                                   mode: EKAttributes.DisplayMode) -> UIBlurEffect {
                                                                      ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:73:48: error: cannot find type 'UITraitCollection' in scope
            public func blurEffect(for traits: UITraitCollection,
                                               ^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:20:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift:74:13: error: cannot find 'layer' in scope
            layer.backgroundColor = backgroundColor.cgColor
            ^~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift:79:71: error: cannot find type 'UITraitCollection' in scope
    override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                      ^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:20:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:17:22: error: cannot find type 'UIView' in scope
class EKContentView: UIView {
                     ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:42:40: error: cannot find type 'NSLayoutConstraint' in scope
    private var entranceOutConstraint: NSLayoutConstraint!
                                       ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:43:36: error: cannot find type 'NSLayoutConstraint' in scope
    private var exitOutConstraint: NSLayoutConstraint!
                                   ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:44:41: error: cannot find type 'NSLayoutConstraint' in scope
    private var swipeDownOutConstraint: NSLayoutConstraint!
                                        ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:45:39: error: cannot find type 'NSLayoutConstraint' in scope
    private var swipeUpOutConstraint: NSLayoutConstraint!
                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:46:35: error: cannot find type 'NSLayoutConstraint' in scope
    private var popOutConstraint: NSLayoutConstraint!
                                  ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:47:31: error: cannot find type 'NSLayoutConstraint' in scope
    private var inConstraint: NSLayoutConstraint!
                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:48:39: error: cannot find type 'NSLayoutConstraint' in scope
    private var resistanceConstraint: NSLayoutConstraint!
                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:49:39: error: cannot find type 'NSLayoutConstraint' in scope
    private var inKeyboardConstraint: NSLayoutConstraint!
                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:179:128: error: cannot find type 'NSLayoutConstraint' in scope
    private func setupOutConstraint(animation: EKAttributes.Animation?, messageInAnchor: QLAttribute, priority: QLPriority) -> NSLayoutConstraint {
                                                                                                                               ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:511:20: error: cannot find type 'UIView' in scope
        let curve: UIView.AnimationOptions
                   ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:611:41: error: cannot find type 'UIPanGestureRecognizer' in scope
    @objc func panGestureRecognized(gr: UIPanGestureRecognizer) {
                                        ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:721:60: error: cannot find type 'UIGestureRecognizer' in scope
    private func handleExitDelayIfNeeded(byPanState state: UIGestureRecognizer.State) {
                                                           ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:737:47: error: cannot find type 'UITouch' in scope
    override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:737:69: error: cannot find type 'UIEvent' in scope
    override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                    ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:743:47: error: cannot find type 'UITouch' in scope
    override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:743:69: error: cannot find type 'UIEvent' in scope
    override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                    ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:749:51: error: cannot find type 'UITouch' in scope
    override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                  ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift:749:73: error: cannot find type 'UIEvent' in scope
    override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:38:35: error: cannot find type 'UIView' in scope
    private lazy var contentView: UIView = {
                                  ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:14:29: error: cannot find type 'UIViewController' in scope
        var viewController: UIViewController!
                            ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:15:19: error: cannot find type 'UIView' in scope
        var view: UIView!
                  ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:18:30: error: cannot find type 'UIViewController' in scope
        init(viewController: UIViewController, attributes: EKAttributes) {
                             ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:24:20: error: cannot find type 'UIView' in scope
        init(view: UIView, attributes: EKAttributes) {
                   ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+WindowLevel.swift:26:28: error: cannot find type 'UIWindow' in scope
        case custom(level: UIWindow.Level)
                           ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:48:14: error: value of type 'EKEntryView' has no member 'addSubview'
        self.addSubview(contentContainerView)
        ~~~~ ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:75:29: error: cannot find type 'UIView' in scope
    func transform(to view: UIView) {
                            ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKEntryView.swift:179:71: error: cannot find type 'UITraitCollection' in scope
    override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                      ^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:20:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:16:29: error: cannot find type 'UIViewController' in scope
class EKRootViewController: UIViewController {
                            ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:53:18: error: property does not override any property from its superclass
    override var shouldAutorotate: Bool {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:60:50: error: cannot find type 'UIInterfaceOrientationMask' in scope
    override var supportedInterfaceOrientations: UIInterfaceOrientationMask {
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:78:17: error: cannot find 'UIApplication' in scope
                UIApplication.shared.set(statusBarStyle: statusBar)
                ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:83:43: error: cannot find type 'UIStatusBarStyle' in scope
    override var preferredStatusBarStyle: UIStatusBarStyle {
                                          ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:90:18: error: property does not override any property from its superclass
    override var prefersStatusBarHidden: Bool {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:109:26: error: method does not override any method from its superclass
    override public func loadView() {
    ~~~~~~~~             ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:116:26: error: method does not override any method from its superclass
    override public func viewWillDisappear(_ animated: Bool) {
    ~~~~~~~~             ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:202:47: error: cannot find type 'UITouch' in scope
    override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift:202:69: error: cannot find type 'UIEvent' in scope
    override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                    ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKStyleView.swift:12:35: error: cannot find type 'CAShapeLayer' in scope
    private lazy var borderLayer: CAShapeLayer = {
                                  ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKStyleView.swift:10:20: error: cannot find type 'UIView' in scope
class EKStyleView: UIView {
                   ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKStyleView.swift:50:19: error: method does not override any method from its superclass
    override func layoutSubviews() {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindow.swift:11:17: error: cannot find type 'UIWindow' in scope
class EKWindow: UIWindow {
                ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindow.swift:15:23: error: cannot find type 'UIViewController' in scope
    init(with rootVC: UIViewController) {
                      ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindow.swift:35:70: error: cannot find type 'UIView' in scope
    override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
                                                                     ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindow.swift:35:57: error: cannot find type 'UIEvent' in scope
    override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
                                                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindowProvider.swift:38:42: error: cannot find type 'UIWindow' in scope
    private weak var mainRollbackWindow: UIWindow?
                                         ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindowProvider.swift:136:29: error: cannot find type 'UIView' in scope
    func transform(to view: UIView) {
                            ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindowProvider.swift:141:24: error: cannot find type 'UIView' in scope
    func display(view: UIView, using attributes: EKAttributes, presentInsideKeyWindow: Bool, rollbackWindow: SwiftEntryKit.RollbackWindow) {
                       ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindowProvider.swift:147:34: error: cannot find type 'UIViewController' in scope
    func display(viewController: UIViewController, using attributes: EKAttributes, presentInsideKeyWindow: Bool, rollbackWindow: SwiftEntryKit.RollbackWindow) {
                                 ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWrapperView.swift:11:22: error: cannot find type 'UIView' in scope
class EKWrapperView: UIView {
                     ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWrapperView.swift:13:70: error: cannot find type 'UIView' in scope
    override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
                                                                     ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Infra/EKWrapperView.swift:13:57: error: cannot find type 'UIEvent' in scope
    override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
                                                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/SwiftEntryKit.swift:41:29: error: cannot find type 'UIWindow' in scope
        case custom(window: UIWindow)
                            ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKAlertMessageView.swift:14:49: error: cannot find type 'NSLayoutConstraint' in scope
    private var buttonsBarCompressedConstraint: NSLayoutConstraint!
                                                ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKAlertMessageView.swift:15:47: error: cannot find type 'NSLayoutConstraint' in scope
    private var buttonsBarExpandedConstraint: NSLayoutConstraint!
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKFormMessageView.swift:16:30: error: cannot find 'UILabel' in scope
    private let titleLabel = UILabel()
                             ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKFormMessageView.swift:17:30: error: cannot find 'UIScrollView' in scope
    private let scrollView = UIScrollView()
                             ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKFormMessageView.swift:120:78: error: cannot find type 'UITraitCollection' in scope
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                             ^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:20:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKFormMessageView.swift:10:39: error: cannot find type 'UIView' in scope
final public class EKFormMessageView: UIView {
                                      ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:15:30: error: cannot find 'UILabel' in scope
    private let titleLabel = UILabel()
                             ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:16:33: error: cannot find 'UILabel' in scope
    private let subtitleLabel = UILabel()
                                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:19:32: error: cannot find type 'NSLayoutConstraint' in scope
    private var topConstraint: NSLayoutConstraint!
                               ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:20:35: error: cannot find type 'NSLayoutConstraint' in scope
    private var bottomConstraint: NSLayoutConstraint!
                                  ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:21:41: error: cannot find type 'NSLayoutConstraint' in scope
    private var labelsOffsetConstraint: NSLayoutConstraint!
                                        ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:63:13: error: cannot find 'layoutIfNeeded' in scope
            layoutIfNeeded()
            ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:71:13: error: cannot find 'layoutIfNeeded' in scope
            layoutIfNeeded()
            ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:78:13: error: cannot find 'layoutIfNeeded' in scope
            layoutIfNeeded()
            ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:116:78: error: cannot find type 'UITraitCollection' in scope
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                             ^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:20:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift:11:36: error: cannot find type 'UIView' in scope
public class EKMessageContentView: UIView {
                                   ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKNotificationMessageView.swift:14:27: error: cannot find type 'UILabel' in scope
    private var auxLabel: UILabel!
                          ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKNotificationMessageView.swift:67:78: error: cannot find type 'UITraitCollection' in scope
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                             ^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:20:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift:15:28: error: cannot find type 'UIImageView' in scope
    private var imageView: UIImageView!
                           ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift:16:30: error: cannot find 'UILabel' in scope
    private let titleLabel = UILabel()
                             ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift:17:36: error: cannot find 'UILabel' in scope
    private let descriptionLabel = UILabel()
                                   ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift:18:32: error: cannot find 'UIButton' in scope
    private let actionButton = UIButton()
                               ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift:97:78: error: cannot find type 'UITraitCollection' in scope
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                             ^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:20:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift:11:40: error: cannot find type 'UIView' in scope
final public class EKPopUpMessageView: UIView {
                                       ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKRatingMessageView.swift:11:41: error: cannot find type 'UIView' in scope
final public class EKRatingMessageView: UIView, EntryAppearanceDescriptor {
                                        ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKSimpleMessageView.swift:13:25: error: cannot find type 'UIImageView' in scope
    var thumbImageView: UIImageView!
                        ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKSimpleMessageView.swift:55:78: error: cannot find type 'UITraitCollection' in scope
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                             ^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:20:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKSimpleMessageView.swift:10:35: error: cannot find type 'UIView' in scope
public class EKSimpleMessageView: UIView {
                                  ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:55:42: error: cannot find type 'NSLayoutConstraint' in scope
    private lazy var expandedConstraint: NSLayoutConstraint = {
                                         ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:22:34: error: cannot find type 'UIView' in scope
    private var separatorViews: [UIView] = []
                                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:27:31: error: cannot find type 'NSLayoutConstraint' in scope
    private let relativeEdge: NSLayoutConstraint.Attribute
                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:54:39: error: cannot find type 'NSLayoutConstraint' in scope
    private var compressedConstraint: NSLayoutConstraint!
                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:82:26: error: method does not override any method from its superclass
    public override func layoutSubviews() {
           ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:117:49: error: cannot find type 'UIView' in scope
    private func setupSeperatorView(after view: UIView) {
                                                ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:188:78: error: cannot find type 'UITraitCollection' in scope
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                             ^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:20:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift:17:37: error: cannot find type 'UIView' in scope
final public class EKButtonBarView: UIView {
                                    ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonView.swift:11:27: error: cannot find type 'UIView' in scope
final class EKButtonView: UIView {
                          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonView.swift:15:26: error: cannot find 'UIButton' in scope
    private let button = UIButton()
                         ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonView.swift:16:30: error: cannot find 'UILabel' in scope
    private let titleLabel = UILabel()
                             ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonView.swift:94:71: error: cannot find type 'UITraitCollection' in scope
    override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                      ^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:20:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKRatingSymbolView.swift:13:26: error: cannot find 'UIButton' in scope
    private let button = UIButton()
                         ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKRatingSymbolView.swift:14:29: error: cannot find 'UIImageView' in scope
    private let imageView = UIImageView()
                            ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKRatingSymbolView.swift:11:40: error: cannot find type 'UIView' in scope
final public class EKRatingSymbolView: UIView {
                                       ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKRatingSymbolsContainerView.swift:11:50: error: cannot find type 'UIView' in scope
final public class EKRatingSymbolsContainerView: UIView {
                                                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKTextField.swift:19:29: error: cannot find 'UIImageView' in scope
    private let imageView = UIImageView()
                            ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKTextField.swift:20:29: error: cannot find 'UITextField' in scope
    private let textField = UITextField()
                            ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKTextField.swift:21:33: error: cannot find 'UIView' in scope
    private let separatorView = UIView()
                                ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKTextField.swift:82:78: error: cannot find type 'UITraitCollection' in scope
    public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                             ^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:20:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKTextField.swift:11:33: error: cannot find type 'UIView' in scope
final public class EKTextField: UIView {
                                ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKAccessoryNoteMessageView.swift:13:31: error: cannot find 'UIView' in scope
    private let contentView = UIView()
                              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKAccessoryNoteMessageView.swift:15:24: error: cannot find type 'UIView' in scope
    var accessoryView: UIView!
                       ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKAccessoryNoteMessageView.swift:10:42: error: cannot find type 'UIView' in scope
public class EKAccessoryNoteMessageView: UIView {
                                         ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKNoteMessageView.swift:14:25: error: cannot find 'UILabel' in scope
    private let label = UILabel()
                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKNoteMessageView.swift:23:13: error: cannot find 'layoutIfNeeded' in scope
            layoutIfNeeded()
            ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKNoteMessageView.swift:31:13: error: cannot find 'layoutIfNeeded' in scope
            layoutIfNeeded()
            ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKNoteMessageView.swift:11:33: error: cannot find type 'UIView' in scope
public class EKNoteMessageView: UIView {
                                ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKProcessingNoteMessageView.swift:33:75: error: cannot find type 'UIActivityIndicatorView' in scope
    public init(with content: EKProperty.LabelContent, activityIndicator: UIActivityIndicatorView.Style) {
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKProcessingNoteMessageView.swift:14:40: error: cannot find type 'UIActivityIndicatorView' in scope
    private var activityIndicatorView: UIActivityIndicatorView!
                                       ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKProcessingNoteMessageView.swift:38:82: error: cannot find type 'UIActivityIndicatorView' in scope
    private func setup(with content: EKProperty.LabelContent, activityIndicator: UIActivityIndicatorView.Style, setProcessing: Bool = true) {
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKXStatusBarMessageView.swift:14:32: error: cannot find 'UILabel' in scope
    private let leadingLabel = UILabel()
                               ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKXStatusBarMessageView.swift:15:33: error: cannot find 'UILabel' in scope
    private let trailingLabel = UILabel()
                                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKXStatusBarMessageView.swift:11:39: error: cannot find type 'UIView' in scope
public class EKXStatusBarMessageView: UIView {
                                      ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:148:33: error: cannot find type 'UIView' in scope
        public var contentMode: UIView.ContentMode
                                ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:130:59: error: cannot find type 'UIView' in scope
            case animate(duration: TimeInterval, options: UIView.AnimationOptions, transform: CGAffineTransform)
                                                          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:53:58: error: cannot find type 'UITraitCollection' in scope
        public func backgroundColor(for traitCollection: UITraitCollection) -> UIColor {
                                                         ^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:20:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:57:69: error: cannot find type 'UITraitCollection' in scope
        public func highlightedBackgroundColor(for traitCollection: UITraitCollection) -> UIColor {
                                                                    ^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:20:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:61:63: error: cannot find type 'UITraitCollection' in scope
        public func highlighedLabelColor(for traitCollection: UITraitCollection) -> UIColor {
                                                              ^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:20:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:120:48: error: cannot find type 'UITraitCollection' in scope
        public func color(for traitCollection: UITraitCollection) -> UIColor {
                                               ^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:20:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:166:34: error: cannot find type 'UIView' in scope
                    contentMode: UIView.ContentMode = .scaleToFill,
                                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:185:34: error: cannot find type 'UIView' in scope
                    contentMode: UIView.ContentMode = .scaleToFill,
                                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:205:34: error: cannot find type 'UIView' in scope
                    contentMode: UIView.ContentMode = .scaleToFill,
                                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:225:34: error: cannot find type 'UIView' in scope
                    contentMode: UIView.ContentMode = .scaleToFill,
                                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:258:52: error: cannot find type 'UITraitCollection' in scope
        public func tintColor(for traitCollection: UITraitCollection) -> UIColor? {
                                                   ^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:20:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:271:35: error: cannot find type 'UITextFieldDelegate' in scope
        public weak var delegate: UITextFieldDelegate?
                                  ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:272:34: error: cannot find type 'UIKeyboardType' in scope
        public var keyboardType: UIKeyboardType
                                 ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:291:31: error: cannot find type 'UITextFieldDelegate' in scope
        public init(delegate: UITextFieldDelegate? = nil,
                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:292:35: error: cannot find type 'UIKeyboardType' in scope
                    keyboardType: UIKeyboardType = .default,
                                  ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:313:52: error: cannot find type 'UITraitCollection' in scope
        public func tintColor(for traitCollection: UITraitCollection) -> UIColor? {
                                                   ^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:20:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:317:60: error: cannot find type 'UITraitCollection' in scope
        public func bottomBorderColor(for traitCollection: UITraitCollection) -> UIColor? {
                                                           ^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:20:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift:374:57: error: cannot find type 'UITraitCollection' in scope
        public func separatorColor(for traitCollection: UITraitCollection) -> UIColor {
                                                        ^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:20:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:39:32: error: cannot find type 'UIBlurEffect' in scope
            public init(style: UIBlurEffect.Style) {
                               ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:44:32: error: cannot find type 'UIBlurEffect' in scope
            public init(light: UIBlurEffect.Style, dark: UIBlurEffect.Style) {
                               ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:44:58: error: cannot find type 'UIBlurEffect' in scope
            public init(light: UIBlurEffect.Style, dark: UIBlurEffect.Style) {
                                                         ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:51:70: error: cannot find type 'UIBlurEffect' in scope
                                  mode: EKAttributes.DisplayMode) -> UIBlurEffect.Style {
                                                                     ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:50:47: error: cannot find type 'UITraitCollection' in scope
            public func blurStyle(for traits: UITraitCollection,
                                              ^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:20:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:17:23: error: type 'EKAttributes.BackgroundStyle.BlurStyle' does not conform to protocol 'Equatable'
        public struct BlurStyle: Equatable {
                      ^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:36:17: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'EKAttributes.BackgroundStyle.BlurStyle' to 'Equatable'
            let light: UIBlurEffect.Style
                ^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:37:17: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'EKAttributes.BackgroundStyle.BlurStyle' to 'Equatable'
            let dark: UIBlurEffect.Style
                ^
Swift.==:1:24: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint.==:2:20: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift.BinaryInteger.==:2:20: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger}
                   ^
Swift._Pointer.==:2:20: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift._Pointer.==:2:31: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
                              ^
Swift.Strideable.==:2:31: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
                              ^
Swift.StringProtocol.==:2:31: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
                              ^
Swift.SIMD.==:2:20: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
                   ^
CoreFoundation._CFObject.==:2:20: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' conformed to '_CFObject'
public static func == (left: Self, right: Self) -> Bool}
                   ^
Foundation.AttributedStringProtocol.==:2:20: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol}
                   ^
Foundation._BridgedStoredNSError.==:2:20: note: candidate would match if 'EKAttributes.BackgroundStyle.BlurStyle' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift:17:23: note: add stubs for conformance
        public struct BlurStyle: Equatable {
                      ^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(EKAttributes.BackgroundStyle.BlurStyle, EKAttributes.BackgroundStyle.BlurStyle) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
            ^
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+HapticFeedback.swift:21:20: error: cannot find type 'UINotificationFeedbackGenerator' in scope
        var value: UINotificationFeedbackGenerator.FeedbackType? {
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+StatusBar.swift:17:62: error: cannot find type 'UIStatusBarStyle' in scope
        public typealias Appearance = (visible: Bool, style: UIStatusBarStyle)
                                                             ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+StatusBar.swift:82:42: error: cannot find type 'UIStatusBarStyle' in scope
        private static var currentStyle: UIStatusBarStyle {
                                         ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+WindowLevel.swift:29:27: error: cannot find type 'UIWindow' in scope
        public var value: UIWindow.Level {
                          ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/SwiftEntryKit.swift:56:30: error: cannot find type 'UIWindow' in scope
    public class var window: UIWindow? {
                             ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/SwiftEntryKit.swift:108:43: error: cannot find type 'UIView' in scope
    public class func display(entry view: UIView, using attributes: EKAttributes, presentInsideKeyWindow: Bool = false, rollbackWindow: RollbackWindow = .main) {
                                          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/SwiftEntryKit.swift:123:53: error: cannot find type 'UIViewController' in scope
    public class func display(entry viewController: UIViewController, using attributes: EKAttributes, presentInsideKeyWindow: Bool = false, rollbackWindow: RollbackWindow = .main) {
                                                    ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/SwiftEntryKit.swift:136:42: error: cannot find type 'UIView' in scope
    public class func transform(to view: UIView) {
                                         ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Utils/GradientView.swift:11:21: error: cannot find type 'UIView' in scope
class GradientView: UIView {
                    ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/Utils/GradientView.swift:27:33: error: cannot find 'CAGradientLayer' in scope
    private let gradientLayer = CAGradientLayer()
                                ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/Utils/GradientView.swift:44:19: error: method does not override any method from its superclass
    override func layoutSubviews() {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Source/Utils/GradientView.swift:60:71: error: cannot find type 'UITraitCollection' in scope
    override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                      ^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:20:1: note: interface 'UITraitCollection' forward declared here
@class UITraitCollection;
^
/Users/admin/builder/spi-builder-workspace/Source/Utils/UIView+Responder.swift:10:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLCompatibility.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/QLUtils.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIView+QLContentWrap.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIView+QuickLayout.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/UIApplication+EKAppearance.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/UIColor+Utils.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/UIEdgeInsets+Utils.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/UIRectCorner+Short.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/UIView+Shadow.swift /Users/admin/builder/spi-builder-workspace/Source/Extensions/UIView+Utils.swift /Users/admin/builder/spi-builder-workspace/Source/Infra/EKBackgroundView.swift /Users/admin/builder/spi-builder-workspace/Source/Infra/EKContentView.swift /Users/admin/builder/spi-builder-workspace/Source/Infra/EKEntryView.swift /Users/admin/builder/spi-builder-workspace/Source/Infra/EKRootViewController.swift /Users/admin/builder/spi-builder-workspace/Source/Infra/EKStyleView.swift /Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindow.swift /Users/admin/builder/spi-builder-workspace/Source/Infra/EKWindowProvider.swift /Users/admin/builder/spi-builder-workspace/Source/Infra/EKWrapperView.swift /Users/admin/builder/spi-builder-workspace/Source/Infra/EntryCachingHeuristic.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKAlertMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKFormMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKMessageContentView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKNotificationMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKPopUpMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKRatingMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/EKSimpleMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonBarView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKButtonView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKRatingSymbolView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKRatingSymbolsContainerView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EKTextField.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/MessagesUtils/EntryAppearanceDescriptor.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKAccessoryNoteMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKImageNoteMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKNoteMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKProcessingNoteMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/MessageViews/Notes/EKXStatusBarMessageView.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EKAlertMessage.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EKColor.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EKNotificationMessage.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EKPopUpMessage.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EKProperty.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EKRatingMessage.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EKSimpleMessage.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Animation.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+DisplayMode.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Duration.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+FrameStyle.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+HapticFeedback.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+LifecycleActions.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+PopBehavior.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Position.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+PositionConstraints.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Precedence.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Presets.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Scroll.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Shadow.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+StatusBar.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+UserInteraction.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+Validations.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+WindowLevel.swift /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes.swift /Users/admin/builder/spi-builder-workspace/Source/SwiftEntryKit.swift /Users/admin/builder/spi-builder-workspace/Source/Utils/GradientView.swift /Users/admin/builder/spi-builder-workspace/Source/Utils/HapticFeedbackGenerator.swift /Users/admin/builder/spi-builder-workspace/Source/Utils/UIView+Responder.swift -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -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 -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.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 -module-name SwiftEntryKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEntryKit.build/Debug-watchos/SwiftEntryKit.build/Objects-normal/arm64_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\ 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\ 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

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+WindowLevel.swift,\ EKAttributes.swift,\ SwiftEntryKit.swift,\ GradientView.swift,\ HapticFeedbackGenerator.swift,\ UIView+Responder.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 (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+WindowLevel.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.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/SwiftEntryKit.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/Utils/GradientView.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/Utils/HapticFeedbackGenerator.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/Utils/UIView+Responder.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ EKAttributes+WindowLevel.swift,\ EKAttributes.swift,\ SwiftEntryKit.swift,\ GradientView.swift,\ HapticFeedbackGenerator.swift,\ UIView+Responder.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 (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/Model/EntryAttributes/EKAttributes+WindowLevel.swift (in target 'SwiftEntryKit' from project 'SwiftEntryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/Utils/UIView+Responder.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

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