Build Information
Failed to build ProgressHUD, reference 14.1.4 (4aa638
), with Swift 6.2 (beta) for watchOS using Xcode 26.0 on 5 Jul 2025 00:50:34 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ProgressHUD -destination generic/platform=watchOS
Build Log
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+LiveIcon.swift:51:30: error: 'UIView' is unavailable in watchOS
func liveIconFailed(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+LiveIcon.swift:94:29: error: 'UIView' is unavailable in watchOS
func liveIconAdded(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Public.swift:46:20: error: 'UIWindow' is unavailable in watchOS
class var window: UIWindow {
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:16:12: error: 'UIWindow' is unavailable in watchOS
var main: UIWindow!
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:19:18: error: 'UIToolbar' is unavailable in watchOS
var viewBanner: UIToolbar?
^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIToolbar.h:23:12: note: 'UIToolbar' has been explicitly marked unavailable here
@interface UIToolbar : UIView <UIBarPositioning>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:25:33: error: 'label' is unavailable in watchOS
var colorBannerTitle = UIColor.label
^~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:173:49: note: 'label' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *labelColor API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:27:24: error: 'UILabel' is unavailable in watchOS
var labelBannerTitle: UILabel?
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:30:35: error: 'secondaryLabel' is unavailable in watchOS
var colorBannerMessage = UIColor.secondaryLabel
^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:174:49: note: 'secondaryLabel' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *secondaryLabelColor API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:32:26: error: 'UILabel' is unavailable in watchOS
var labelBannerMessage: UILabel?
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:40:22: error: 'UIView' is unavailable in watchOS
var viewBackground: UIView?
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:41:18: error: 'UIToolbar' is unavailable in watchOS
var toolbarHUD: UIToolbar?
^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIToolbar.h:23:12: note: 'UIToolbar' has been explicitly marked unavailable here
@interface UIToolbar : UIView <UIBarPositioning>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:42:19: error: 'UILabel' is unavailable in watchOS
var labelStatus: UILabel?
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:45:20: error: 'UIView' is unavailable in watchOS
var viewLiveIcon: UIView?
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:46:23: error: 'UIImageView' is unavailable in watchOS
var viewStaticImage: UIImageView?
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImageView.h:21:12: note: 'UIImageView' has been explicitly marked unavailable here
@interface UIImageView : UIView
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:47:21: error: 'UIView' is unavailable in watchOS
var viewAnimation: UIView?
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:53:26: error: 'systemGray' is unavailable in watchOS
var colorHUD = UIColor.systemGray
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:138:49: note: 'systemGray' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGrayColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:54:29: error: 'label' is unavailable in watchOS
var colorStatus = UIColor.label
^~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:173:49: note: 'label' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *labelColor API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:59:61: error: 'systemGreen' is unavailable in watchOS
var imageSuccess = UIImage.checkmark.withTintColor(UIColor.systemGreen, renderingMode: .alwaysOriginal)
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:124:49: note: 'systemGreen' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGreenColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:60:57: error: 'systemRed' is unavailable in watchOS
var imageError = UIImage.remove.withTintColor(UIColor.systemRed, renderingMode: .alwaysOriginal)
^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:123:49: note: 'systemRed' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemRedColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:63:26: error: 'UIResponder' is unavailable in watchOS
let keyboardWillShow = UIResponder.keyboardWillShowNotification
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIResponder.h:82:12: note: 'UIResponder' has been explicitly marked unavailable here
@interface UIResponder : NSObject <UIResponderStandardEditActions>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:63:38: error: 'keyboardWillShowNotification' is unavailable in watchOS
let keyboardWillShow = UIResponder.keyboardWillShowNotification
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:132:39: note: 'keyboardWillShowNotification' has been explicitly marked unavailable here
UIKIT_EXTERN NSNotificationName const UIKeyboardWillShowNotification API_UNAVAILABLE(tvos, watchos) NS_SWIFT_NONISOLATED;
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:64:26: error: 'UIResponder' is unavailable in watchOS
let keyboardWillHide = UIResponder.keyboardWillHideNotification
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIResponder.h:82:12: note: 'UIResponder' has been explicitly marked unavailable here
@interface UIResponder : NSObject <UIResponderStandardEditActions>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:64:38: error: 'keyboardWillHideNotification' is unavailable in watchOS
let keyboardWillHide = UIResponder.keyboardWillHideNotification
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:134:39: note: 'keyboardWillHideNotification' has been explicitly marked unavailable here
UIKIT_EXTERN NSNotificationName const UIKeyboardWillHideNotification API_UNAVAILABLE(tvos, watchos) NS_SWIFT_NONISOLATED;
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:65:26: error: 'UIResponder' is unavailable in watchOS
let keyboardDidShow = UIResponder.keyboardDidShowNotification
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIResponder.h:82:12: note: 'UIResponder' has been explicitly marked unavailable here
@interface UIResponder : NSObject <UIResponderStandardEditActions>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:65:38: error: 'keyboardDidShowNotification' is unavailable in watchOS
let keyboardDidShow = UIResponder.keyboardDidShowNotification
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:133:39: note: 'keyboardDidShowNotification' has been explicitly marked unavailable here
UIKIT_EXTERN NSNotificationName const UIKeyboardDidShowNotification API_UNAVAILABLE(tvos, watchos) NS_SWIFT_NONISOLATED;
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:66:26: error: 'UIResponder' is unavailable in watchOS
let keyboardDidHide = UIResponder.keyboardDidHideNotification
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIResponder.h:82:12: note: 'UIResponder' has been explicitly marked unavailable here
@interface UIResponder : NSObject <UIResponderStandardEditActions>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:66:38: error: 'keyboardDidHideNotification' is unavailable in watchOS
let keyboardDidHide = UIResponder.keyboardDidHideNotification
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:135:39: note: 'keyboardDidHideNotification' has been explicitly marked unavailable here
UIKIT_EXTERN NSNotificationName const UIKeyboardDidHideNotification API_UNAVAILABLE(tvos, watchos) NS_SWIFT_NONISOLATED;
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:67:29: error: 'UIDevice' is unavailable in watchOS
let orientationDidChange = UIDevice.orientationDidChangeNotification
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:35:12: note: 'UIDevice' has been explicitly marked unavailable here
@interface UIDevice : NSObject
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:67:38: error: 'orientationDidChangeNotification' is unavailable in watchOS
let orientationDidChange = UIDevice.orientationDidChangeNotification
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:83:39: note: 'orientationDidChangeNotification' has been explicitly marked unavailable here
UIKIT_EXTERN NSNotificationName const UIDeviceOrientationDidChangeNotification API_UNAVAILABLE(tvos, visionos, watchos) NS_SWIFT_NONISOLATED;
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:14:27: error: 'UIView' is unavailable in watchOS
public class ProgressHUD: UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift:16:24: error: 'systemBackground' is unavailable in watchOS
var color: UIColor = .systemBackground {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:210:49: note: 'systemBackground' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemBackgroundColor API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(tvos, watchos);
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift:22:28: error: 'CAShapeLayer' is unavailable in watchOS
private var layerCircle = CAShapeLayer()
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift:23:30: error: 'CAShapeLayer' is unavailable in watchOS
private var layerProgress = CAShapeLayer()
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift:24:31: error: 'UILabel' is unavailable in watchOS
private var labelPercentage: UILabel = UILabel()
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift:24:41: error: 'UILabel' is unavailable in watchOS
private var labelPercentage: UILabel = UILabel()
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift:24:41: error: 'init()' is unavailable in watchOS
private var labelPercentage: UILabel = UILabel()
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift:14:21: error: 'UIView' is unavailable in watchOS
class ProgressView: UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleBarSpinFade.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleDotSpinFade.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseMultiple.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseSingle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleMultiple.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleSingle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRotateChase.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleStrokeSpin.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+DualDotSidestep.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalBarScaling.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalDotScaling.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SFSymbolBounce.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SemiRingRotation.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SquareCircuitSnake.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Banner.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Enums.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+LiveIcon.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Public.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift -target arm64-apple-watchos6.0 -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.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/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name ProgressHUD -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name watchos26.0 -clang-target arm64-apple-watchos26.0 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD.abi.json
SwiftCompile normal arm64 Compiling\ ProgressHUD+SFSymbolBounce.swift,\ ProgressHUD+SemiRingRotation.swift,\ ProgressHUD+SquareCircuitSnake.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SFSymbolBounce.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SemiRingRotation.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SquareCircuitSnake.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SFSymbolBounce.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SemiRingRotation.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SquareCircuitSnake.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ProgressHUD+CircleStrokeSpin.swift,\ ProgressHUD+DualDotSidestep.swift,\ ProgressHUD+HorizontalBarScaling.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleStrokeSpin.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+DualDotSidestep.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalBarScaling.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleStrokeSpin.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+DualDotSidestep.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalBarScaling.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ProgressHUD.swift,\ ProgressView.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ProgressHUD+LiveIcon.swift,\ ProgressHUD+Public.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+LiveIcon.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Public.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+LiveIcon.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Public.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ProgressHUD+HorizontalDotScaling.swift,\ ProgressHUD+PacmanProgress.swift,\ ProgressHUD+QuintupleDotDance.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalDotScaling.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalDotScaling.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ProgressHUD+TriangleDotShift.swift,\ ProgressHUD+Banner.swift,\ ProgressHUD+Enums.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Banner.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Enums.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Banner.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Enums.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ProgressHUD+CircleRippleMultiple.swift,\ ProgressHUD+CircleRippleSingle.swift,\ ProgressHUD+CircleRotateChase.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleMultiple.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleSingle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRotateChase.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleMultiple.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleSingle.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRotateChase.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ProgressHUD+CircleDotSpinFade.swift,\ ProgressHUD+CirclePulseMultiple.swift,\ ProgressHUD+CirclePulseSingle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleDotSpinFade.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseMultiple.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseSingle.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleDotSpinFade.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseMultiple.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseSingle.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal armv7k Emitting\ module\ for\ ProgressHUD (in target 'ProgressHUD' from project 'ProgressHUD')
EmitSwiftModule normal armv7k (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ ProgressHUD (in target 'ProgressHUD' from project 'ProgressHUD')
** BUILD FAILED **
The following build commands failed:
EmitSwiftModule normal arm64 (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftEmitModule normal arm64 Emitting\ module\ for\ ProgressHUD (in target 'ProgressHUD' from project 'ProgressHUD')
Building workspace spi-builder-workspace with scheme ProgressHUD
(3 failures)
Command line invocation:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
ProgressHUD: /Users/admin/builder/spi-builder-workspace
resolved source packages: ProgressHUD
{
"default_localization" : "en",
"dependencies" : [
],
"manifest_display_name" : "ProgressHUD",
"name" : "ProgressHUD",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "ProgressHUD",
"targets" : [
"ProgressHUD"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ProgressHUD",
"module_type" : "SwiftTarget",
"name" : "ProgressHUD",
"path" : "ProgressHUD/Sources",
"product_memberships" : [
"ProgressHUD"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Animations/ProgressHUD+ActivityIndicator.swift",
"Animations/ProgressHUD+BallVerticalBounce.swift",
"Animations/ProgressHUD+BarSweepToggle.swift",
"Animations/ProgressHUD+CircleArcDotSpin.swift",
"Animations/ProgressHUD+CircleBarSpinFade.swift",
"Animations/ProgressHUD+CircleDotSpinFade.swift",
"Animations/ProgressHUD+CirclePulseMultiple.swift",
"Animations/ProgressHUD+CirclePulseSingle.swift",
"Animations/ProgressHUD+CircleRippleMultiple.swift",
"Animations/ProgressHUD+CircleRippleSingle.swift",
"Animations/ProgressHUD+CircleRotateChase.swift",
"Animations/ProgressHUD+CircleStrokeSpin.swift",
"Animations/ProgressHUD+DualDotSidestep.swift",
"Animations/ProgressHUD+HorizontalBarScaling.swift",
"Animations/ProgressHUD+HorizontalDotScaling.swift",
"Animations/ProgressHUD+PacmanProgress.swift",
"Animations/ProgressHUD+QuintupleDotDance.swift",
"Animations/ProgressHUD+SFSymbolBounce.swift",
"Animations/ProgressHUD+SemiRingRotation.swift",
"Animations/ProgressHUD+SquareCircuitSnake.swift",
"Animations/ProgressHUD+TriangleDotShift.swift",
"ProgressHUD+Banner.swift",
"ProgressHUD+Enums.swift",
"ProgressHUD+LiveIcon.swift",
"ProgressHUD+Public.swift",
"ProgressHUD.swift",
"ProgressView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"ProgressHUD"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ProgressHUD -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme ProgressHUD -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
ProgressHUD: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
Target 'ProgressHUD' in project 'ProgressHUD'
➜ Explicit dependency on target 'ProgressHUD' in project 'ProgressHUD'
➜ Explicit dependency on target 'ProgressHUD_ProgressHUD' in project 'ProgressHUD'
Target 'ProgressHUD' in project 'ProgressHUD'
➜ Explicit dependency on target 'ProgressHUD_ProgressHUD' in project 'ProgressHUD'
Target 'ProgressHUD_ProgressHUD' in project 'ProgressHUD' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache
SwiftDriver ProgressHUD normal armv7k com.apple.xcode.tools.swift.compiler (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ProgressHUD -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD.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/ProgressHUD.build/Debug-watchos/ProgressHUD.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD_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/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.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/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver ProgressHUD normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ProgressHUD -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64_32/ProgressHUD.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64_32 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64_32/ProgressHUD-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64_32/ProgressHUD.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/ProgressHUD.build/Debug-watchos/ProgressHUD.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64_32/ProgressHUD_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/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.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/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64_32/ProgressHUD-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver ProgressHUD normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ProgressHUD -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD.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/ProgressHUD.build/Debug-watchos/ProgressHUD.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD_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/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.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/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal armv7k Emitting\ module\ for\ ProgressHUD (in target 'ProgressHUD' from project 'ProgressHUD')
EmitSwiftModule normal armv7k (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:17:42: error: 'UIView' is unavailable in watchOS
func animationActivityIndicator(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift:17:43: error: 'UIView' is unavailable in watchOS
func animationBallVerticalBounce(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift:51:40: error: 'UIView' is unavailable in watchOS
private func initialCurvePath(_ view: UIView) -> UIBezierPath {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift:60:37: error: 'UIView' is unavailable in watchOS
private func downCurvePath(_ view: UIView) -> UIBezierPath {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift:69:36: error: 'UIView' is unavailable in watchOS
private func topCurvePath(_ view: UIView) -> UIBezierPath {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift:78:43: error: 'UIView' is unavailable in watchOS
private func createBallAnimation(_ view: UIView, _ speed: Double) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift:99:49: error: 'CALayer' is unavailable in watchOS
private func drawCircleWith(_ size: CGSize) -> CALayer {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift:17:39: error: 'UIView' is unavailable in watchOS
func animationBarSweepToggle(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift:17:41: error: 'UIView' is unavailable in watchOS
func animationCircleArcDotSpin(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift:53:42: error: 'UIView' is unavailable in watchOS
private func animateArcRotation(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleBarSpinFade.swift:17:42: error: 'UIView' is unavailable in watchOS
func animationCircleBarSpinFade(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleDotSpinFade.swift:17:42: error: 'UIView' is unavailable in watchOS
func animationCircleDotSpinFade(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseMultiple.swift:17:44: error: 'UIView' is unavailable in watchOS
func animationCirclePulseMultiple(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseSingle.swift:17:42: error: 'UIView' is unavailable in watchOS
func animationCirclePulseSingle(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleMultiple.swift:17:45: error: 'UIView' is unavailable in watchOS
func animationCircleRippleMultiple(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleSingle.swift:17:43: error: 'UIView' is unavailable in watchOS
func animationCircleRippleSingle(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRotateChase.swift:17:42: error: 'UIView' is unavailable in watchOS
func animationCircleRotateChase(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleStrokeSpin.swift:17:41: error: 'UIView' is unavailable in watchOS
func animationCircleStrokeSpin(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+DualDotSidestep.swift:17:40: error: 'UIView' is unavailable in watchOS
func animationDualDotSidestep(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+DualDotSidestep.swift:42:95: error: 'UIView' is unavailable in watchOS
private func createCircleLayer(_ center: CGPoint, _ radius: CGFloat, _ filled: Bool, _ view: UIView, _ lineWidth: Double) -> CAShapeLayer {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+DualDotSidestep.swift:42:127: error: 'CAShapeLayer' is unavailable in watchOS
private func createCircleLayer(_ center: CGPoint, _ radius: CGFloat, _ filled: Bool, _ view: UIView, _ lineWidth: Double) -> CAShapeLayer {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+DualDotSidestep.swift:56:85: error: 'CAKeyframeAnimation' is unavailable in watchOS
private func createZPositionAnimation(_ fromValue: CGFloat, _ toValue: CGFloat) -> CAKeyframeAnimation {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:166:12: note: 'CAKeyframeAnimation' has been explicitly marked unavailable here
@interface CAKeyframeAnimation : CAPropertyAnimation
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+DualDotSidestep.swift:66:57: error: 'CAAnimationGroup' is unavailable in watchOS
private func moveAnimationGroup(_ toValue: CGFloat) -> CAAnimationGroup {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:383:12: note: 'CAAnimationGroup' has been explicitly marked unavailable here
@interface CAAnimationGroup : CAAnimation
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalBarScaling.swift:17:45: error: 'UIView' is unavailable in watchOS
func animationHorizontalBarScaling(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalDotScaling.swift:17:45: error: 'UIView' is unavailable in watchOS
func animationHorizontalDotScaling(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift:17:39: error: 'UIView' is unavailable in watchOS
func animationPacmanProgress(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift:22:36: error: 'UIView' is unavailable in watchOS
private func createPacman(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift:55:36: error: 'UIView' is unavailable in watchOS
private func createCircle(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift:79:43: error: 'CALayer' is unavailable in watchOS
private func drawWith(_ size: CGSize) -> CALayer {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift:17:42: error: 'UIView' is unavailable in watchOS
func animationQuintupleDotDance(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift:57:65: error: 'CAAnimationGroup' is unavailable in watchOS
private func createUpDownAnimationGroup(_ toValue: CGFloat) -> CAAnimationGroup {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:383:12: note: 'CAAnimationGroup' has been explicitly marked unavailable here
@interface CAAnimationGroup : CAAnimation
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift:73:69: error: 'CAAnimationGroup' is unavailable in watchOS
private func createHorizontalAnimationGroup(_ toValue: CGFloat) -> CAAnimationGroup {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:383:12: note: 'CAAnimationGroup' has been explicitly marked unavailable here
@interface CAAnimationGroup : CAAnimation
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SFSymbolBounce.swift:17:39: error: 'UIView' is unavailable in watchOS
func animationSFSymbolBounce(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SemiRingRotation.swift:17:41: error: 'UIView' is unavailable in watchOS
func animationSemiRingRotation(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SemiRingRotation.swift:27:85: error: 'CALayer' is unavailable in watchOS
private func drawCircleOf(_ shape: ShapeType, _ duration: CFTimeInterval, _ layer: CALayer, _ size: CGFloat, _ reverse: Bool) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SemiRingRotation.swift:37:79: error: 'CAAnimation' is unavailable in watchOS
private func createAnimation(_ duration: CFTimeInterval, _ reverse: Bool) -> CAAnimation {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SemiRingRotation.swift:63:37: error: 'CALayer' is unavailable in watchOS
func layerWith(_ size: CGSize) -> CALayer {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SquareCircuitSnake.swift:17:43: error: 'UIView' is unavailable in watchOS
func animationSquareCircuitSnake(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SquareCircuitSnake.swift:29:46: error: 'UIView' is unavailable in watchOS
private func squareLoadingAnimation(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SquareCircuitSnake.swift:76:91: error: 'CAShapeLayer' is unavailable in watchOS
private func createShapeLayer(_ rect: CGRect, _ path: UIBezierPath, _ color: UIColor) -> CAShapeLayer {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift:17:41: error: 'UIView' is unavailable in watchOS
func animationTriangleDotShift(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift:53:62: error: 'CAAnimationGroup' is unavailable in watchOS
private func moveRightAnimationGroup(_ toValue: CGFloat) -> CAAnimationGroup {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:383:12: note: 'CAAnimationGroup' has been explicitly marked unavailable here
@interface CAAnimationGroup : CAAnimation
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift:68:63: error: 'CAAnimationGroup' is unavailable in watchOS
private func moveBottomAnimationGroup(_ toValue: CGFloat) -> CAAnimationGroup {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:383:12: note: 'CAAnimationGroup' has been explicitly marked unavailable here
@interface CAAnimationGroup : CAAnimation
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift:89:59: error: 'CAAnimationGroup' is unavailable in watchOS
private func moveUpAnimationGroup(_ toValue: CGFloat) -> CAAnimationGroup {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:383:12: note: 'CAAnimationGroup' has been explicitly marked unavailable here
@interface CAAnimationGroup : CAAnimation
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+LiveIcon.swift:17:31: error: 'UIView' is unavailable in watchOS
func liveIconSucceed(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+LiveIcon.swift:51:30: error: 'UIView' is unavailable in watchOS
func liveIconFailed(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+LiveIcon.swift:94:29: error: 'UIView' is unavailable in watchOS
func liveIconAdded(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Public.swift:46:20: error: 'UIWindow' is unavailable in watchOS
class var window: UIWindow {
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:16:12: error: 'UIWindow' is unavailable in watchOS
var main: UIWindow!
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:19:18: error: 'UIToolbar' is unavailable in watchOS
var viewBanner: UIToolbar?
^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIToolbar.h:23:12: note: 'UIToolbar' has been explicitly marked unavailable here
@interface UIToolbar : UIView <UIBarPositioning>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:25:33: error: 'label' is unavailable in watchOS
var colorBannerTitle = UIColor.label
^~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:173:49: note: 'label' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *labelColor API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:27:24: error: 'UILabel' is unavailable in watchOS
var labelBannerTitle: UILabel?
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:30:35: error: 'secondaryLabel' is unavailable in watchOS
var colorBannerMessage = UIColor.secondaryLabel
^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:174:49: note: 'secondaryLabel' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *secondaryLabelColor API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:32:26: error: 'UILabel' is unavailable in watchOS
var labelBannerMessage: UILabel?
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:40:22: error: 'UIView' is unavailable in watchOS
var viewBackground: UIView?
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:41:18: error: 'UIToolbar' is unavailable in watchOS
var toolbarHUD: UIToolbar?
^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIToolbar.h:23:12: note: 'UIToolbar' has been explicitly marked unavailable here
@interface UIToolbar : UIView <UIBarPositioning>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:42:19: error: 'UILabel' is unavailable in watchOS
var labelStatus: UILabel?
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:45:20: error: 'UIView' is unavailable in watchOS
var viewLiveIcon: UIView?
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:46:23: error: 'UIImageView' is unavailable in watchOS
var viewStaticImage: UIImageView?
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImageView.h:21:12: note: 'UIImageView' has been explicitly marked unavailable here
@interface UIImageView : UIView
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:47:21: error: 'UIView' is unavailable in watchOS
var viewAnimation: UIView?
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:53:26: error: 'systemGray' is unavailable in watchOS
var colorHUD = UIColor.systemGray
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:138:49: note: 'systemGray' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGrayColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:54:29: error: 'label' is unavailable in watchOS
var colorStatus = UIColor.label
^~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:173:49: note: 'label' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *labelColor API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:59:61: error: 'systemGreen' is unavailable in watchOS
var imageSuccess = UIImage.checkmark.withTintColor(UIColor.systemGreen, renderingMode: .alwaysOriginal)
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:124:49: note: 'systemGreen' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGreenColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:60:57: error: 'systemRed' is unavailable in watchOS
var imageError = UIImage.remove.withTintColor(UIColor.systemRed, renderingMode: .alwaysOriginal)
^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:123:49: note: 'systemRed' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemRedColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:63:26: error: 'UIResponder' is unavailable in watchOS
let keyboardWillShow = UIResponder.keyboardWillShowNotification
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIResponder.h:82:12: note: 'UIResponder' has been explicitly marked unavailable here
@interface UIResponder : NSObject <UIResponderStandardEditActions>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:63:38: error: 'keyboardWillShowNotification' is unavailable in watchOS
let keyboardWillShow = UIResponder.keyboardWillShowNotification
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:132:39: note: 'keyboardWillShowNotification' has been explicitly marked unavailable here
UIKIT_EXTERN NSNotificationName const UIKeyboardWillShowNotification API_UNAVAILABLE(tvos, watchos) NS_SWIFT_NONISOLATED;
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:64:26: error: 'UIResponder' is unavailable in watchOS
let keyboardWillHide = UIResponder.keyboardWillHideNotification
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIResponder.h:82:12: note: 'UIResponder' has been explicitly marked unavailable here
@interface UIResponder : NSObject <UIResponderStandardEditActions>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:64:38: error: 'keyboardWillHideNotification' is unavailable in watchOS
let keyboardWillHide = UIResponder.keyboardWillHideNotification
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:134:39: note: 'keyboardWillHideNotification' has been explicitly marked unavailable here
UIKIT_EXTERN NSNotificationName const UIKeyboardWillHideNotification API_UNAVAILABLE(tvos, watchos) NS_SWIFT_NONISOLATED;
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:65:26: error: 'UIResponder' is unavailable in watchOS
let keyboardDidShow = UIResponder.keyboardDidShowNotification
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIResponder.h:82:12: note: 'UIResponder' has been explicitly marked unavailable here
@interface UIResponder : NSObject <UIResponderStandardEditActions>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:65:38: error: 'keyboardDidShowNotification' is unavailable in watchOS
let keyboardDidShow = UIResponder.keyboardDidShowNotification
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:133:39: note: 'keyboardDidShowNotification' has been explicitly marked unavailable here
UIKIT_EXTERN NSNotificationName const UIKeyboardDidShowNotification API_UNAVAILABLE(tvos, watchos) NS_SWIFT_NONISOLATED;
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:66:26: error: 'UIResponder' is unavailable in watchOS
let keyboardDidHide = UIResponder.keyboardDidHideNotification
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIResponder.h:82:12: note: 'UIResponder' has been explicitly marked unavailable here
@interface UIResponder : NSObject <UIResponderStandardEditActions>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:66:38: error: 'keyboardDidHideNotification' is unavailable in watchOS
let keyboardDidHide = UIResponder.keyboardDidHideNotification
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:135:39: note: 'keyboardDidHideNotification' has been explicitly marked unavailable here
UIKIT_EXTERN NSNotificationName const UIKeyboardDidHideNotification API_UNAVAILABLE(tvos, watchos) NS_SWIFT_NONISOLATED;
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:67:29: error: 'UIDevice' is unavailable in watchOS
let orientationDidChange = UIDevice.orientationDidChangeNotification
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:35:12: note: 'UIDevice' has been explicitly marked unavailable here
@interface UIDevice : NSObject
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:67:38: error: 'orientationDidChangeNotification' is unavailable in watchOS
let orientationDidChange = UIDevice.orientationDidChangeNotification
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:83:39: note: 'orientationDidChangeNotification' has been explicitly marked unavailable here
UIKIT_EXTERN NSNotificationName const UIDeviceOrientationDidChangeNotification API_UNAVAILABLE(tvos, visionos, watchos) NS_SWIFT_NONISOLATED;
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:14:27: error: 'UIView' is unavailable in watchOS
public class ProgressHUD: UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift:16:24: error: 'systemBackground' is unavailable in watchOS
var color: UIColor = .systemBackground {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:210:49: note: 'systemBackground' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemBackgroundColor API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(tvos, watchos);
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift:22:28: error: 'CAShapeLayer' is unavailable in watchOS
private var layerCircle = CAShapeLayer()
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift:23:30: error: 'CAShapeLayer' is unavailable in watchOS
private var layerProgress = CAShapeLayer()
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift:24:31: error: 'UILabel' is unavailable in watchOS
private var labelPercentage: UILabel = UILabel()
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift:24:41: error: 'UILabel' is unavailable in watchOS
private var labelPercentage: UILabel = UILabel()
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift:24:41: error: 'init()' is unavailable in watchOS
private var labelPercentage: UILabel = UILabel()
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift:14:21: error: 'UIView' is unavailable in watchOS
class ProgressView: UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleBarSpinFade.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleDotSpinFade.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseMultiple.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseSingle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleMultiple.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleSingle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRotateChase.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleStrokeSpin.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+DualDotSidestep.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalBarScaling.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalDotScaling.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SFSymbolBounce.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SemiRingRotation.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SquareCircuitSnake.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Banner.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Enums.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+LiveIcon.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Public.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift -target armv7k-apple-watchos6.0 -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD-dependencies-2.json -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.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/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name ProgressHUD -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name watchos26.0 -clang-target armv7k-apple-watchos26.0 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD.abi.json
SwiftCompile normal armv7k Compiling\ ProgressHUD+BarSweepToggle.swift,\ ProgressHUD+CircleArcDotSpin.swift,\ ProgressHUD+CircleBarSpinFade.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleBarSpinFade.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleBarSpinFade.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ resource_bundle_accessor.swift,\ ProgressHUD+ActivityIndicator.swift,\ ProgressHUD+BallVerticalBounce.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/resource_bundle_accessor.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ ProgressHUD+HorizontalDotScaling.swift,\ ProgressHUD+PacmanProgress.swift,\ ProgressHUD+QuintupleDotDance.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalDotScaling.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalDotScaling.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ ProgressHUD+CircleDotSpinFade.swift,\ ProgressHUD+CirclePulseMultiple.swift,\ ProgressHUD+CirclePulseSingle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleDotSpinFade.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseMultiple.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseSingle.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleDotSpinFade.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseMultiple.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseSingle.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ ProgressHUD+CircleStrokeSpin.swift,\ ProgressHUD+DualDotSidestep.swift,\ ProgressHUD+HorizontalBarScaling.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleStrokeSpin.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+DualDotSidestep.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalBarScaling.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleStrokeSpin.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+DualDotSidestep.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalBarScaling.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ ProgressHUD+SFSymbolBounce.swift,\ ProgressHUD+SemiRingRotation.swift,\ ProgressHUD+SquareCircuitSnake.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SFSymbolBounce.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SemiRingRotation.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SquareCircuitSnake.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SFSymbolBounce.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SemiRingRotation.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SquareCircuitSnake.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ ProgressHUD+LiveIcon.swift,\ ProgressHUD+Public.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+LiveIcon.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Public.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+LiveIcon.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Public.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ ProgressHUD+TriangleDotShift.swift,\ ProgressHUD+Banner.swift,\ ProgressHUD+Enums.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Banner.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Enums.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Banner.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Enums.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ ProgressHUD (in target 'ProgressHUD' from project 'ProgressHUD')
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleBarSpinFade.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleDotSpinFade.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseMultiple.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseSingle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleMultiple.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleSingle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRotateChase.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleStrokeSpin.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+DualDotSidestep.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalBarScaling.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalDotScaling.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SFSymbolBounce.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SemiRingRotation.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SquareCircuitSnake.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Banner.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Enums.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+LiveIcon.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Public.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift -target arm64-apple-watchos6.0 -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD-dependencies-3.json -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.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/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name ProgressHUD -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name watchos26.0 -clang-target arm64-apple-watchos26.0 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD.abi.json
EmitSwiftModule normal arm64 (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:17:42: error: 'UIView' is unavailable in watchOS
func animationActivityIndicator(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift:17:43: error: 'UIView' is unavailable in watchOS
func animationBallVerticalBounce(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift:51:40: error: 'UIView' is unavailable in watchOS
private func initialCurvePath(_ view: UIView) -> UIBezierPath {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift:60:37: error: 'UIView' is unavailable in watchOS
private func downCurvePath(_ view: UIView) -> UIBezierPath {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift:69:36: error: 'UIView' is unavailable in watchOS
private func topCurvePath(_ view: UIView) -> UIBezierPath {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift:78:43: error: 'UIView' is unavailable in watchOS
private func createBallAnimation(_ view: UIView, _ speed: Double) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift:99:49: error: 'CALayer' is unavailable in watchOS
private func drawCircleWith(_ size: CGSize) -> CALayer {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift:17:39: error: 'UIView' is unavailable in watchOS
func animationBarSweepToggle(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift:17:41: error: 'UIView' is unavailable in watchOS
func animationCircleArcDotSpin(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift:53:42: error: 'UIView' is unavailable in watchOS
private func animateArcRotation(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleBarSpinFade.swift:17:42: error: 'UIView' is unavailable in watchOS
func animationCircleBarSpinFade(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleDotSpinFade.swift:17:42: error: 'UIView' is unavailable in watchOS
func animationCircleDotSpinFade(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseMultiple.swift:17:44: error: 'UIView' is unavailable in watchOS
func animationCirclePulseMultiple(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseSingle.swift:17:42: error: 'UIView' is unavailable in watchOS
func animationCirclePulseSingle(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleMultiple.swift:17:45: error: 'UIView' is unavailable in watchOS
func animationCircleRippleMultiple(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleSingle.swift:17:43: error: 'UIView' is unavailable in watchOS
func animationCircleRippleSingle(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRotateChase.swift:17:42: error: 'UIView' is unavailable in watchOS
func animationCircleRotateChase(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleStrokeSpin.swift:17:41: error: 'UIView' is unavailable in watchOS
func animationCircleStrokeSpin(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+DualDotSidestep.swift:17:40: error: 'UIView' is unavailable in watchOS
func animationDualDotSidestep(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+DualDotSidestep.swift:42:95: error: 'UIView' is unavailable in watchOS
private func createCircleLayer(_ center: CGPoint, _ radius: CGFloat, _ filled: Bool, _ view: UIView, _ lineWidth: Double) -> CAShapeLayer {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+DualDotSidestep.swift:42:127: error: 'CAShapeLayer' is unavailable in watchOS
private func createCircleLayer(_ center: CGPoint, _ radius: CGFloat, _ filled: Bool, _ view: UIView, _ lineWidth: Double) -> CAShapeLayer {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+DualDotSidestep.swift:56:85: error: 'CAKeyframeAnimation' is unavailable in watchOS
private func createZPositionAnimation(_ fromValue: CGFloat, _ toValue: CGFloat) -> CAKeyframeAnimation {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:166:12: note: 'CAKeyframeAnimation' has been explicitly marked unavailable here
@interface CAKeyframeAnimation : CAPropertyAnimation
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+DualDotSidestep.swift:66:57: error: 'CAAnimationGroup' is unavailable in watchOS
private func moveAnimationGroup(_ toValue: CGFloat) -> CAAnimationGroup {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:383:12: note: 'CAAnimationGroup' has been explicitly marked unavailable here
@interface CAAnimationGroup : CAAnimation
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalBarScaling.swift:17:45: error: 'UIView' is unavailable in watchOS
func animationHorizontalBarScaling(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalDotScaling.swift:17:45: error: 'UIView' is unavailable in watchOS
func animationHorizontalDotScaling(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift:17:39: error: 'UIView' is unavailable in watchOS
func animationPacmanProgress(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift:22:36: error: 'UIView' is unavailable in watchOS
private func createPacman(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift:55:36: error: 'UIView' is unavailable in watchOS
private func createCircle(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift:79:43: error: 'CALayer' is unavailable in watchOS
private func drawWith(_ size: CGSize) -> CALayer {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift:17:42: error: 'UIView' is unavailable in watchOS
func animationQuintupleDotDance(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift:57:65: error: 'CAAnimationGroup' is unavailable in watchOS
private func createUpDownAnimationGroup(_ toValue: CGFloat) -> CAAnimationGroup {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:383:12: note: 'CAAnimationGroup' has been explicitly marked unavailable here
@interface CAAnimationGroup : CAAnimation
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift:73:69: error: 'CAAnimationGroup' is unavailable in watchOS
private func createHorizontalAnimationGroup(_ toValue: CGFloat) -> CAAnimationGroup {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:383:12: note: 'CAAnimationGroup' has been explicitly marked unavailable here
@interface CAAnimationGroup : CAAnimation
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SFSymbolBounce.swift:17:39: error: 'UIView' is unavailable in watchOS
func animationSFSymbolBounce(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SemiRingRotation.swift:17:41: error: 'UIView' is unavailable in watchOS
func animationSemiRingRotation(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SemiRingRotation.swift:27:85: error: 'CALayer' is unavailable in watchOS
private func drawCircleOf(_ shape: ShapeType, _ duration: CFTimeInterval, _ layer: CALayer, _ size: CGFloat, _ reverse: Bool) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SemiRingRotation.swift:37:79: error: 'CAAnimation' is unavailable in watchOS
private func createAnimation(_ duration: CFTimeInterval, _ reverse: Bool) -> CAAnimation {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SemiRingRotation.swift:63:37: error: 'CALayer' is unavailable in watchOS
func layerWith(_ size: CGSize) -> CALayer {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SquareCircuitSnake.swift:17:43: error: 'UIView' is unavailable in watchOS
func animationSquareCircuitSnake(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SquareCircuitSnake.swift:29:46: error: 'UIView' is unavailable in watchOS
private func squareLoadingAnimation(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SquareCircuitSnake.swift:76:91: error: 'CAShapeLayer' is unavailable in watchOS
private func createShapeLayer(_ rect: CGRect, _ path: UIBezierPath, _ color: UIColor) -> CAShapeLayer {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift:17:41: error: 'UIView' is unavailable in watchOS
func animationTriangleDotShift(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift:53:62: error: 'CAAnimationGroup' is unavailable in watchOS
private func moveRightAnimationGroup(_ toValue: CGFloat) -> CAAnimationGroup {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:383:12: note: 'CAAnimationGroup' has been explicitly marked unavailable here
@interface CAAnimationGroup : CAAnimation
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift:68:63: error: 'CAAnimationGroup' is unavailable in watchOS
private func moveBottomAnimationGroup(_ toValue: CGFloat) -> CAAnimationGroup {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:383:12: note: 'CAAnimationGroup' has been explicitly marked unavailable here
@interface CAAnimationGroup : CAAnimation
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift:89:59: error: 'CAAnimationGroup' is unavailable in watchOS
private func moveUpAnimationGroup(_ toValue: CGFloat) -> CAAnimationGroup {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:383:12: note: 'CAAnimationGroup' has been explicitly marked unavailable here
@interface CAAnimationGroup : CAAnimation
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+LiveIcon.swift:17:31: error: 'UIView' is unavailable in watchOS
func liveIconSucceed(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+LiveIcon.swift:51:30: error: 'UIView' is unavailable in watchOS
func liveIconFailed(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+LiveIcon.swift:94:29: error: 'UIView' is unavailable in watchOS
func liveIconAdded(_ view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Public.swift:46:20: error: 'UIWindow' is unavailable in watchOS
class var window: UIWindow {
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:16:12: error: 'UIWindow' is unavailable in watchOS
var main: UIWindow!
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:19:18: error: 'UIToolbar' is unavailable in watchOS
var viewBanner: UIToolbar?
^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIToolbar.h:23:12: note: 'UIToolbar' has been explicitly marked unavailable here
@interface UIToolbar : UIView <UIBarPositioning>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:25:33: error: 'label' is unavailable in watchOS
var colorBannerTitle = UIColor.label
^~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:173:49: note: 'label' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *labelColor API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:27:24: error: 'UILabel' is unavailable in watchOS
var labelBannerTitle: UILabel?
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:30:35: error: 'secondaryLabel' is unavailable in watchOS
var colorBannerMessage = UIColor.secondaryLabel
^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:174:49: note: 'secondaryLabel' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *secondaryLabelColor API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:32:26: error: 'UILabel' is unavailable in watchOS
var labelBannerMessage: UILabel?
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:40:22: error: 'UIView' is unavailable in watchOS
var viewBackground: UIView?
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:41:18: error: 'UIToolbar' is unavailable in watchOS
var toolbarHUD: UIToolbar?
^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIToolbar.h:23:12: note: 'UIToolbar' has been explicitly marked unavailable here
@interface UIToolbar : UIView <UIBarPositioning>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:42:19: error: 'UILabel' is unavailable in watchOS
var labelStatus: UILabel?
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:45:20: error: 'UIView' is unavailable in watchOS
var viewLiveIcon: UIView?
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:46:23: error: 'UIImageView' is unavailable in watchOS
var viewStaticImage: UIImageView?
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImageView.h:21:12: note: 'UIImageView' has been explicitly marked unavailable here
@interface UIImageView : UIView
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:47:21: error: 'UIView' is unavailable in watchOS
var viewAnimation: UIView?
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:53:26: error: 'systemGray' is unavailable in watchOS
var colorHUD = UIColor.systemGray
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:138:49: note: 'systemGray' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGrayColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:54:29: error: 'label' is unavailable in watchOS
var colorStatus = UIColor.label
^~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:173:49: note: 'label' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *labelColor API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:59:61: error: 'systemGreen' is unavailable in watchOS
var imageSuccess = UIImage.checkmark.withTintColor(UIColor.systemGreen, renderingMode: .alwaysOriginal)
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:124:49: note: 'systemGreen' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGreenColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:60:57: error: 'systemRed' is unavailable in watchOS
var imageError = UIImage.remove.withTintColor(UIColor.systemRed, renderingMode: .alwaysOriginal)
^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:123:49: note: 'systemRed' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemRedColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:63:26: error: 'UIResponder' is unavailable in watchOS
let keyboardWillShow = UIResponder.keyboardWillShowNotification
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIResponder.h:82:12: note: 'UIResponder' has been explicitly marked unavailable here
@interface UIResponder : NSObject <UIResponderStandardEditActions>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:63:38: error: 'keyboardWillShowNotification' is unavailable in watchOS
let keyboardWillShow = UIResponder.keyboardWillShowNotification
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:132:39: note: 'keyboardWillShowNotification' has been explicitly marked unavailable here
UIKIT_EXTERN NSNotificationName const UIKeyboardWillShowNotification API_UNAVAILABLE(tvos, watchos) NS_SWIFT_NONISOLATED;
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:64:26: error: 'UIResponder' is unavailable in watchOS
let keyboardWillHide = UIResponder.keyboardWillHideNotification
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIResponder.h:82:12: note: 'UIResponder' has been explicitly marked unavailable here
@interface UIResponder : NSObject <UIResponderStandardEditActions>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:64:38: error: 'keyboardWillHideNotification' is unavailable in watchOS
let keyboardWillHide = UIResponder.keyboardWillHideNotification
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:134:39: note: 'keyboardWillHideNotification' has been explicitly marked unavailable here
UIKIT_EXTERN NSNotificationName const UIKeyboardWillHideNotification API_UNAVAILABLE(tvos, watchos) NS_SWIFT_NONISOLATED;
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:65:26: error: 'UIResponder' is unavailable in watchOS
let keyboardDidShow = UIResponder.keyboardDidShowNotification
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIResponder.h:82:12: note: 'UIResponder' has been explicitly marked unavailable here
@interface UIResponder : NSObject <UIResponderStandardEditActions>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:65:38: error: 'keyboardDidShowNotification' is unavailable in watchOS
let keyboardDidShow = UIResponder.keyboardDidShowNotification
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:133:39: note: 'keyboardDidShowNotification' has been explicitly marked unavailable here
UIKIT_EXTERN NSNotificationName const UIKeyboardDidShowNotification API_UNAVAILABLE(tvos, watchos) NS_SWIFT_NONISOLATED;
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:66:26: error: 'UIResponder' is unavailable in watchOS
let keyboardDidHide = UIResponder.keyboardDidHideNotification
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIResponder.h:82:12: note: 'UIResponder' has been explicitly marked unavailable here
@interface UIResponder : NSObject <UIResponderStandardEditActions>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:66:38: error: 'keyboardDidHideNotification' is unavailable in watchOS
let keyboardDidHide = UIResponder.keyboardDidHideNotification
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:135:39: note: 'keyboardDidHideNotification' has been explicitly marked unavailable here
UIKIT_EXTERN NSNotificationName const UIKeyboardDidHideNotification API_UNAVAILABLE(tvos, watchos) NS_SWIFT_NONISOLATED;
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:67:29: error: 'UIDevice' is unavailable in watchOS
let orientationDidChange = UIDevice.orientationDidChangeNotification
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:35:12: note: 'UIDevice' has been explicitly marked unavailable here
@interface UIDevice : NSObject
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:67:38: error: 'orientationDidChangeNotification' is unavailable in watchOS
let orientationDidChange = UIDevice.orientationDidChangeNotification
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:83:39: note: 'orientationDidChangeNotification' has been explicitly marked unavailable here
UIKIT_EXTERN NSNotificationName const UIDeviceOrientationDidChangeNotification API_UNAVAILABLE(tvos, visionos, watchos) NS_SWIFT_NONISOLATED;
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:14:27: error: 'UIView' is unavailable in watchOS
public class ProgressHUD: UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift:16:24: error: 'systemBackground' is unavailable in watchOS
var color: UIColor = .systemBackground {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:210:49: note: 'systemBackground' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemBackgroundColor API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(tvos, watchos);
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift:22:28: error: 'CAShapeLayer' is unavailable in watchOS
private var layerCircle = CAShapeLayer()
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift:23:30: error: 'CAShapeLayer' is unavailable in watchOS
private var layerProgress = CAShapeLayer()
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift:24:31: error: 'UILabel' is unavailable in watchOS
private var labelPercentage: UILabel = UILabel()
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift:24:41: error: 'UILabel' is unavailable in watchOS
private var labelPercentage: UILabel = UILabel()
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift:24:41: error: 'init()' is unavailable in watchOS
private var labelPercentage: UILabel = UILabel()
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift:14:21: error: 'UIView' is unavailable in watchOS
class ProgressView: UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ ProgressHUD (in target 'ProgressHUD' from project 'ProgressHUD')
** BUILD FAILED **
The following build commands failed:
EmitSwiftModule normal armv7k (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftEmitModule normal armv7k Emitting\ module\ for\ ProgressHUD (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftEmitModule normal arm64 Emitting\ module\ for\ ProgressHUD (in target 'ProgressHUD' from project 'ProgressHUD')
EmitSwiftModule normal arm64 (in target 'ProgressHUD' from project 'ProgressHUD')
Building workspace spi-builder-workspace with scheme ProgressHUD
(5 failures)
BUILD FAILURE 6.2 watchOS