The Swift Package Index logo.Swift Package Index

Build Information

Failed to build DPCharts, reference master (382f0c), with Swift 6.3 for watchOS using Xcode 26.4 on 21 Apr 2026 15:19:49 UTC.

Build Command

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

Build Log

@interface CAShapeLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapCellLayer.swift:71:21: error: 'CAShapeLayer' is unavailable in watchOS
        let layer = CAShapeLayer()
                    ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapCellLayer.swift:72:26: error: 'butt' is unavailable in watchOS
        layer.lineCap = .butt
                         ^~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:126:37: note: 'butt' has been explicitly marked unavailable here
CA_EXTERN CAShapeLayerLineCap const kCALineCapButt
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapCellLayer.swift:73:27: error: 'bevel' is unavailable in watchOS
        layer.lineJoin = .bevel
                          ^~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:121:38: note: 'bevel' has been explicitly marked unavailable here
CA_EXTERN CAShapeLayerLineJoin const kCALineJoinBevel
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapCellLayer.swift:16:32: error: 'CALayer' is unavailable in watchOS
open class DPHeatMapCellLayer: CALayer {
                               ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:117:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapView.swift:46:39: error: 'CAMediaTimingFunctionName' is unavailable in watchOS
    open var animationTimingFunction: CAMediaTimingFunctionName = .linear {
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:15:20: note: 'CAMediaTimingFunctionName' has been explicitly marked unavailable here
typedef NSString * CAMediaTimingFunctionName NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(2.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapView.swift:46:68: error: 'linear' is unavailable in watchOS
    open var animationTimingFunction: CAMediaTimingFunctionName = .linear {
                                                                   ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:54:43: note: 'linear' has been explicitly marked unavailable here
CA_EXTERN CAMediaTimingFunctionName const kCAMediaTimingFunctionLinear
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapView.swift:25:27: error: 'UIView' is unavailable in watchOS
open class DPHeatMapView: UIView {
                          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLegendView/DPLegendItemLayer.swift:54:26: error: 'CATextLayer' is unavailable in watchOS
    lazy var titleLayer: CATextLayer = CATextLayer()
                         ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATextLayer.h:20:12: note: 'CATextLayer' has been explicitly marked unavailable here
@interface CATextLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLegendView/DPLegendItemLayer.swift:54:40: error: 'CATextLayer' is unavailable in watchOS
    lazy var titleLayer: CATextLayer = CATextLayer()
                                       ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATextLayer.h:20:12: note: 'CATextLayer' has been explicitly marked unavailable here
@interface CATextLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLegendView/DPLegendItemLayer.swift:16:31: error: 'CALayer' is unavailable in watchOS
open class DPLegendItemLayer: CALayer {
                              ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:117:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLegendView/DPLegendView.swift:17:26: error: 'UIView' is unavailable in watchOS
open class DPLegendView: UIView {
                         ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineChartView.swift:53:39: error: 'CAMediaTimingFunctionName' is unavailable in watchOS
    open var animationTimingFunction: CAMediaTimingFunctionName = .linear {
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:15:20: note: 'CAMediaTimingFunctionName' has been explicitly marked unavailable here
typedef NSString * CAMediaTimingFunctionName NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(2.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineChartView.swift:53:68: error: 'linear' is unavailable in watchOS
    open var animationTimingFunction: CAMediaTimingFunctionName = .linear {
                                                                   ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:54:43: note: 'linear' has been explicitly marked unavailable here
CA_EXTERN CAMediaTimingFunctionName const kCAMediaTimingFunctionLinear
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineChartView.swift:220:27: error: 'UIView' is unavailable in watchOS
    lazy var touchCursor: UIView = {
                          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineChartView.swift:221:27: error: 'UIView' is unavailable in watchOS
        let touchCursor = UIView()
                          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineChartView.swift:221:27: error: 'init()' is unavailable in watchOS
        let touchCursor = UIView()
                          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154: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/Sources/DPCharts/Views/DPLineChartView/DPLineLayer.swift:22:34: error: 'CAMediaTimingFunctionName' is unavailable in watchOS
    var animationTimingFunction: CAMediaTimingFunctionName = .linear
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:15:20: note: 'CAMediaTimingFunctionName' has been explicitly marked unavailable here
typedef NSString * CAMediaTimingFunctionName NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(2.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineLayer.swift:22:63: error: 'linear' is unavailable in watchOS
    var animationTimingFunction: CAMediaTimingFunctionName = .linear
                                                              ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:54:43: note: 'linear' has been explicitly marked unavailable here
CA_EXTERN CAMediaTimingFunctionName const kCAMediaTimingFunctionLinear
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineLayer.swift:37:25: error: 'CAShapeLayer' is unavailable in watchOS
    lazy var lineLayer: CAShapeLayer = {
                        ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/DPCharts/Views/DPLineChartView/DPLineLayer.swift:38:21: error: 'CAShapeLayer' is unavailable in watchOS
        let layer = CAShapeLayer()
                    ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/DPCharts/Views/DPLineChartView/DPLineLayer.swift:39:26: error: 'round' is unavailable in watchOS
        layer.lineCap = .round
                         ^~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:128:37: note: 'round' has been explicitly marked unavailable here
CA_EXTERN CAShapeLayerLineCap const kCALineCapRound
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineLayer.swift:40:27: error: 'round' is unavailable in watchOS
        layer.lineJoin = .round
                          ^~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:119:38: note: 'round' has been explicitly marked unavailable here
CA_EXTERN CAShapeLayerLineJoin const kCALineJoinRound
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineLayer.swift:44:25: error: 'CAShapeLayer' is unavailable in watchOS
    lazy var areaLayer: CAShapeLayer = {
                        ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/DPCharts/Views/DPLineChartView/DPLineLayer.swift:45:21: error: 'CAShapeLayer' is unavailable in watchOS
        let layer = CAShapeLayer()
                    ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/DPCharts/Views/DPLineChartView/DPLineLayer.swift:46:26: error: 'round' is unavailable in watchOS
        layer.lineCap = .round
                         ^~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:128:37: note: 'round' has been explicitly marked unavailable here
CA_EXTERN CAShapeLayerLineCap const kCALineCapRound
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineLayer.swift:47:27: error: 'round' is unavailable in watchOS
        layer.lineJoin = .round
                          ^~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:119:38: note: 'round' has been explicitly marked unavailable here
CA_EXTERN CAShapeLayerLineJoin const kCALineJoinRound
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineLayer.swift:51:33: error: 'CAGradientLayer' is unavailable in watchOS
    lazy var areaGradientLayer: CAGradientLayer = {
                                ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAGradientLayer.h:20:12: note: 'CAGradientLayer' has been explicitly marked unavailable here
@interface CAGradientLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineLayer.swift:52:21: error: 'CAGradientLayer' is unavailable in watchOS
        let layer = CAGradientLayer()
                    ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAGradientLayer.h:20:12: note: 'CAGradientLayer' has been explicitly marked unavailable here
@interface CAGradientLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineLayer.swift:16:25: error: 'CALayer' is unavailable in watchOS
open class DPLineLayer: CALayer {
                        ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:117:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:211:38: error: 'UILabel' is unavailable in watchOS
    lazy public var donutTitleLabel: UILabel = {
                                     ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:212:21: error: 'UILabel' is unavailable in watchOS
        let label = UILabel()
                    ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:212:21: error: 'init()' is unavailable in watchOS
        let label = UILabel()
                    ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154: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/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:219:41: error: 'UILabel' is unavailable in watchOS
    lazy public var donutSubtitleLabel: UILabel = {
                                        ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:220:21: error: 'UILabel' is unavailable in watchOS
        let label = UILabel()
                    ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:220:21: error: 'init()' is unavailable in watchOS
        let label = UILabel()
                    ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154: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/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:227:25: error: 'UIStackView' is unavailable in watchOS
    lazy var stackView: UIStackView = {
                        ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:228:25: error: 'UIStackView' is unavailable in watchOS
        let stackView = UIStackView()
                        ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:228:25: error: 'init()' is unavailable in watchOS
        let stackView = UIStackView()
                        ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154: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/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:236:34: error: 'UIView' is unavailable in watchOS
    lazy var stackViewContainer: UIView = {
                                 ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:237:34: error: 'UIView' is unavailable in watchOS
        let stackViewContainer = UIView()
                                 ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:237:34: error: 'init()' is unavailable in watchOS
        let stackViewContainer = UIView()
                                 ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154: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/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:252:23: error: 'CAShapeLayer' is unavailable in watchOS
    var shapeLayers: [CAShapeLayer] = []
                      ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:253:27: error: 'CALayer' is unavailable in watchOS
    var shapeMaskLayers: [CALayer] = []
                          ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:117:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:254:23: error: 'CATextLayer' is unavailable in watchOS
    var chartLabels: [CATextLayer] = []
                      ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATextLayer.h:20:12: note: 'CATextLayer' has been explicitly marked unavailable here
@interface CATextLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:20:28: error: 'UIView' is unavailable in watchOS
open class DPPieChartView: UIView {
                           ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPScatterChartView/DPScatterChartView.swift:54:39: error: 'CAMediaTimingFunctionName' is unavailable in watchOS
    open var animationTimingFunction: CAMediaTimingFunctionName = .linear {
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:15:20: note: 'CAMediaTimingFunctionName' has been explicitly marked unavailable here
typedef NSString * CAMediaTimingFunctionName NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(2.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPScatterChartView/DPScatterChartView.swift:54:68: error: 'linear' is unavailable in watchOS
    open var animationTimingFunction: CAMediaTimingFunctionName = .linear {
                                                                   ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:54:43: note: 'linear' has been explicitly marked unavailable here
CA_EXTERN CAMediaTimingFunctionName const kCAMediaTimingFunctionLinear
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPScatterChartView/DPScatterDatasetLayer.swift:22:34: error: 'CAMediaTimingFunctionName' is unavailable in watchOS
    var animationTimingFunction: CAMediaTimingFunctionName = .linear
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:15:20: note: 'CAMediaTimingFunctionName' has been explicitly marked unavailable here
typedef NSString * CAMediaTimingFunctionName NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(2.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPScatterChartView/DPScatterDatasetLayer.swift:22:63: error: 'linear' is unavailable in watchOS
    var animationTimingFunction: CAMediaTimingFunctionName = .linear
                                                              ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:54:43: note: 'linear' has been explicitly marked unavailable here
CA_EXTERN CAMediaTimingFunctionName const kCAMediaTimingFunctionLinear
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPScatterChartView/DPScatterDatasetLayer.swift:16:35: error: 'CALayer' is unavailable in watchOS
open class DPScatterDatasetLayer: CALayer {
                                  ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:117:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPShapeLayer/DPShapeLayer.swift:37:26: error: 'CAShapeLayer' is unavailable in watchOS
    lazy var shapeLayer: CAShapeLayer = {
                         ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/DPCharts/Views/DPShapeLayer/DPShapeLayer.swift:38:21: error: 'CAShapeLayer' is unavailable in watchOS
        let layer = CAShapeLayer()
                    ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/DPCharts/Views/DPShapeLayer/DPShapeLayer.swift:40:26: error: 'butt' is unavailable in watchOS
        layer.lineCap = .butt
                         ^~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:126:37: note: 'butt' has been explicitly marked unavailable here
CA_EXTERN CAShapeLayerLineCap const kCALineCapButt
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPShapeLayer/DPShapeLayer.swift:41:27: error: 'bevel' is unavailable in watchOS
        layer.lineJoin = .bevel
                          ^~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:121:38: note: 'bevel' has been explicitly marked unavailable here
CA_EXTERN CAShapeLayerLineJoin const kCALineJoinBevel
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPShapeLayer/DPShapeLayer.swift:16:26: error: 'CALayer' is unavailable in watchOS
open class DPShapeLayer: CALayer {
                         ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:117:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPTrackingView/DPTrackingView.swift:62:47: error: 'UITouch' is unavailable in watchOS
    override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
                                              ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPTrackingView/DPTrackingView.swift:62:69: error: 'UIEvent' is unavailable in watchOS
    override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                    ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPTrackingView/DPTrackingView.swift:77:47: error: 'UITouch' is unavailable in watchOS
    override func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent?) {
                                              ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPTrackingView/DPTrackingView.swift:77:69: error: 'UIEvent' is unavailable in watchOS
    override func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                    ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPTrackingView/DPTrackingView.swift:90:47: error: 'UITouch' is unavailable in watchOS
    override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
                                              ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPTrackingView/DPTrackingView.swift:90:69: error: 'UIEvent' is unavailable in watchOS
    override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                    ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPTrackingView/DPTrackingView.swift:106:51: error: 'UITouch' is unavailable in watchOS
    override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                  ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPTrackingView/DPTrackingView.swift:106:73: error: 'UIEvent' is unavailable in watchOS
    override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                        ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPTrackingView/DPTrackingView.swift:16:23: error: 'UIView' is unavailable in watchOS
class DPTrackingView: UIView {
                      ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
SwiftCompile normal armv7k Compiling\ Sequence+AdditiveArithmetic.swift,\ UIColor+Interpolate.swift,\ DPBarChartView.swift,\ DPBarChartViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Extensions/Sequence+AdditiveArithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Extensions/UIColor+Interpolate.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarChartView.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarChartViewDataSource.swift (in target 'DPCharts' from project 'DPCharts')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Extensions/Sequence+AdditiveArithmetic.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Extensions/UIColor+Interpolate.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarChartView.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarChartViewDataSource.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ DPShapeType.swift,\ DPTrackingView.swift,\ DPTrackingViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPShapeLayer/DPShapeType.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPTrackingView/DPTrackingView.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPTrackingView/DPTrackingViewDelegate.swift (in target 'DPCharts' from project 'DPCharts')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPShapeLayer/DPShapeType.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPTrackingView/DPTrackingView.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPTrackingView/DPTrackingViewDelegate.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ DPCanvasView.swift,\ DPHeatMapCellLayer.swift,\ DPHeatMapCellValue.swift,\ DPHeatMapView.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPCanvasView/DPCanvasView.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapCellLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapCellValue.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapView.swift (in target 'DPCharts' from project 'DPCharts')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPCanvasView/DPCanvasView.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapCellLayer.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapCellValue.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapView.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ DPHeatMapViewDataSource.swift,\ DPHeatMapViewDelegate.swift,\ DPLegendItemLayer.swift,\ DPLegendView.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLegendView/DPLegendItemLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLegendView/DPLegendView.swift (in target 'DPCharts' from project 'DPCharts')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapViewDataSource.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapViewDelegate.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLegendView/DPLegendItemLayer.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLegendView/DPLegendView.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ DPBarChartViewDelegate.swift,\ DPBarGroup.swift,\ DPBarLayer.swift,\ DPBarPoint.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarChartViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarPoint.swift (in target 'DPCharts' from project 'DPCharts')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarChartViewDelegate.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarGroup.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarLayer.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarPoint.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ resource_bundle_accessor.swift,\ Array+SafeIndex.swift,\ CGFloat+Conversions.swift,\ Comparable+Clamped.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DPCharts.build/Debug-watchos/DPCharts.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Extensions/Array+SafeIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Extensions/CGFloat+Conversions.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Extensions/Comparable+Clamped.swift (in target 'DPCharts' from project 'DPCharts')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DPCharts.build/Debug-watchos/DPCharts.build/DerivedSources/resource_bundle_accessor.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Extensions/Array+SafeIndex.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Extensions/CGFloat+Conversions.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Extensions/Comparable+Clamped.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftEmitModule normal arm64 Emitting\ module\ for\ DPCharts (in target 'DPCharts' from project 'DPCharts')
2026-04-21 11:19:36.497 xcodebuild[632:3879] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-21 11:19:36.596 xcodebuild[632:3879] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal armv7k Emitting\ module\ for\ DPCharts (in target 'DPCharts' from project 'DPCharts')
	EmitSwiftModule normal armv7k (in target 'DPCharts' from project 'DPCharts')
	Building workspace spi-builder-workspace with scheme DPCharts
(3 failures)
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  DPCharts: /Users/admin/builder/spi-builder-workspace
resolved source packages: DPCharts
2026-04-21 11:19:45.092 xcodebuild[800:4512] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-21 11:19:45.193 xcodebuild[800:4512] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-21 11:19:45.335 xcodebuild[800:4512] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DPCharts",
  "name" : "DPCharts",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "DPCharts",
      "targets" : [
        "DPCharts"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DPCharts",
      "module_type" : "SwiftTarget",
      "name" : "DPCharts",
      "path" : "Sources/DPCharts",
      "product_memberships" : [
        "DPCharts"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Extensions/Array+SafeIndex.swift",
        "Extensions/CGFloat+Conversions.swift",
        "Extensions/Comparable+Clamped.swift",
        "Extensions/Sequence+AdditiveArithmetic.swift",
        "Extensions/UIColor+Interpolate.swift",
        "Views/DPBarChartView/DPBarChartView.swift",
        "Views/DPBarChartView/DPBarChartViewDataSource.swift",
        "Views/DPBarChartView/DPBarChartViewDelegate.swift",
        "Views/DPBarChartView/DPBarGroup.swift",
        "Views/DPBarChartView/DPBarLayer.swift",
        "Views/DPBarChartView/DPBarPoint.swift",
        "Views/DPCanvasView/DPCanvasView.swift",
        "Views/DPHeatMapView/DPHeatMapCellLayer.swift",
        "Views/DPHeatMapView/DPHeatMapCellValue.swift",
        "Views/DPHeatMapView/DPHeatMapView.swift",
        "Views/DPHeatMapView/DPHeatMapViewDataSource.swift",
        "Views/DPHeatMapView/DPHeatMapViewDelegate.swift",
        "Views/DPLegendView/DPLegendItemLayer.swift",
        "Views/DPLegendView/DPLegendView.swift",
        "Views/DPLegendView/DPLegendViewDataSource.swift",
        "Views/DPLineChartView/DPLineChartView.swift",
        "Views/DPLineChartView/DPLineChartViewDataSource.swift",
        "Views/DPLineChartView/DPLineChartViewDelegate.swift",
        "Views/DPLineChartView/DPLineLayer.swift",
        "Views/DPLineChartView/DPLinePoint.swift",
        "Views/DPPieChartView/DPPieChartView.swift",
        "Views/DPPieChartView/DPPieChartViewDataSource.swift",
        "Views/DPPieChartView/DPPieChartViewDelegate.swift",
        "Views/DPScatterChartView/DPScatterChartView.swift",
        "Views/DPScatterChartView/DPScatterChartViewDataSource.swift",
        "Views/DPScatterChartView/DPScatterChartViewDelegate.swift",
        "Views/DPScatterChartView/DPScatterDatasetLayer.swift",
        "Views/DPScatterChartView/DPScatterPoint.swift",
        "Views/DPShapeLayer/DPShapeLayer.swift",
        "Views/DPShapeLayer/DPShapeType.swift",
        "Views/DPTrackingView/DPTrackingView.swift",
        "Views/DPTrackingView/DPTrackingViewDelegate.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "DPCharts"
    ]
  }
}
2026-04-21 11:19:46.448 xcodebuild[809:4595] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-21 11:19:46.550 xcodebuild[809:4595] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DPCharts -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme DPCharts -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  DPCharts: /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 'DPCharts' in project 'DPCharts'
        ➜ Explicit dependency on target 'DPCharts' in project 'DPCharts'
        ➜ Explicit dependency on target 'DPCharts_DPCharts' in project 'DPCharts'
    Target 'DPCharts' in project 'DPCharts'
        ➜ Explicit dependency on target 'DPCharts_DPCharts' in project 'DPCharts'
    Target 'DPCharts_DPCharts' in project 'DPCharts' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache
SwiftDriver DPCharts normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DPCharts -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DPCharts.build/Debug-watchos/DPCharts.build/Objects-normal/arm64/DPCharts.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DPCharts.build/Debug-watchos/DPCharts.build/Objects-normal/arm64/DPCharts-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/DPCharts.build/Debug-watchos/DPCharts.build/Objects-normal/arm64/DPCharts.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/DPCharts.build/Debug-watchos/DPCharts.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DPCharts.build/Debug-watchos/DPCharts.build/Objects-normal/arm64/DPCharts_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/DPCharts.build/Debug-watchos/DPCharts.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DPCharts.build/Debug-watchos/DPCharts.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DPCharts.build/Debug-watchos/DPCharts.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/DPCharts.build/Debug-watchos/DPCharts.build/Objects-normal/arm64/DPCharts-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver DPCharts normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DPCharts -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DPCharts.build/Debug-watchos/DPCharts.build/Objects-normal/arm64_32/DPCharts.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DPCharts.build/Debug-watchos/DPCharts.build/Objects-normal/arm64_32/DPCharts-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/DPCharts.build/Debug-watchos/DPCharts.build/Objects-normal/arm64_32/DPCharts.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/DPCharts.build/Debug-watchos/DPCharts.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DPCharts.build/Debug-watchos/DPCharts.build/Objects-normal/arm64_32/DPCharts_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/DPCharts.build/Debug-watchos/DPCharts.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DPCharts.build/Debug-watchos/DPCharts.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DPCharts.build/Debug-watchos/DPCharts.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/DPCharts.build/Debug-watchos/DPCharts.build/Objects-normal/arm64_32/DPCharts-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver DPCharts normal armv7k com.apple.xcode.tools.swift.compiler (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DPCharts -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DPCharts.build/Debug-watchos/DPCharts.build/Objects-normal/armv7k/DPCharts.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DPCharts.build/Debug-watchos/DPCharts.build/Objects-normal/armv7k/DPCharts-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/DPCharts.build/Debug-watchos/DPCharts.build/Objects-normal/armv7k/DPCharts.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/DPCharts.build/Debug-watchos/DPCharts.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DPCharts.build/Debug-watchos/DPCharts.build/Objects-normal/armv7k/DPCharts_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/DPCharts.build/Debug-watchos/DPCharts.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DPCharts.build/Debug-watchos/DPCharts.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DPCharts.build/Debug-watchos/DPCharts.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/DPCharts.build/Debug-watchos/DPCharts.build/Objects-normal/armv7k/DPCharts-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Sequence+AdditiveArithmetic.swift,\ UIColor+Interpolate.swift,\ DPBarChartView.swift,\ DPBarChartViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Extensions/Sequence+AdditiveArithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Extensions/UIColor+Interpolate.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarChartView.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarChartViewDataSource.swift (in target 'DPCharts' from project 'DPCharts')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Extensions/Sequence+AdditiveArithmetic.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Extensions/UIColor+Interpolate.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarChartView.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarChartViewDataSource.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ Array+SafeIndex.swift,\ CGFloat+Conversions.swift,\ Comparable+Clamped.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DPCharts.build/Debug-watchos/DPCharts.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Extensions/Array+SafeIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Extensions/CGFloat+Conversions.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Extensions/Comparable+Clamped.swift (in target 'DPCharts' from project 'DPCharts')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DPCharts.build/Debug-watchos/DPCharts.build/DerivedSources/resource_bundle_accessor.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Extensions/Array+SafeIndex.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Extensions/CGFloat+Conversions.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Extensions/Comparable+Clamped.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ DPCanvasView.swift,\ DPHeatMapCellLayer.swift,\ DPHeatMapCellValue.swift,\ DPHeatMapView.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPCanvasView/DPCanvasView.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapCellLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapCellValue.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapView.swift (in target 'DPCharts' from project 'DPCharts')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPCanvasView/DPCanvasView.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapCellLayer.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapCellValue.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapView.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ DPLineLayer.swift,\ DPLinePoint.swift,\ DPPieChartView.swift,\ DPPieChartViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLinePoint.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPPieChartView/DPPieChartViewDataSource.swift (in target 'DPCharts' from project 'DPCharts')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineLayer.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLinePoint.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPPieChartView/DPPieChartViewDataSource.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ DPPieChartViewDelegate.swift,\ DPScatterChartView.swift,\ DPScatterChartViewDataSource.swift,\ DPScatterChartViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPPieChartView/DPPieChartViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPScatterChartView/DPScatterChartView.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPScatterChartView/DPScatterChartViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPScatterChartView/DPScatterChartViewDelegate.swift (in target 'DPCharts' from project 'DPCharts')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPPieChartView/DPPieChartViewDelegate.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPScatterChartView/DPScatterChartView.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPScatterChartView/DPScatterChartViewDataSource.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPScatterChartView/DPScatterChartViewDelegate.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ DPLegendViewDataSource.swift,\ DPLineChartView.swift,\ DPLineChartViewDataSource.swift,\ DPLineChartViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLegendView/DPLegendViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineChartView.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineChartViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineChartViewDelegate.swift (in target 'DPCharts' from project 'DPCharts')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLegendView/DPLegendViewDataSource.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineChartView.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineChartViewDataSource.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineChartViewDelegate.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ DPHeatMapViewDataSource.swift,\ DPHeatMapViewDelegate.swift,\ DPLegendItemLayer.swift,\ DPLegendView.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLegendView/DPLegendItemLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLegendView/DPLegendView.swift (in target 'DPCharts' from project 'DPCharts')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapViewDataSource.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapViewDelegate.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLegendView/DPLegendItemLayer.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLegendView/DPLegendView.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ DPBarChartViewDelegate.swift,\ DPBarGroup.swift,\ DPBarLayer.swift,\ DPBarPoint.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarChartViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarPoint.swift (in target 'DPCharts' from project 'DPCharts')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarChartViewDelegate.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarGroup.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarLayer.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarPoint.swift (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ DPCharts (in target 'DPCharts' from project 'DPCharts')
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DPCharts.build/Debug-watchos/DPCharts.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Extensions/Array+SafeIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Extensions/CGFloat+Conversions.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Extensions/Comparable+Clamped.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Extensions/Sequence+AdditiveArithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Extensions/UIColor+Interpolate.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarChartView.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarChartViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarChartViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarPoint.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPCanvasView/DPCanvasView.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapCellLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapCellValue.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapView.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLegendView/DPLegendItemLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLegendView/DPLegendView.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLegendView/DPLegendViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineChartView.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineChartViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineChartViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLinePoint.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPPieChartView/DPPieChartViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPPieChartView/DPPieChartViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPScatterChartView/DPScatterChartView.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPScatterChartView/DPScatterChartViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPScatterChartView/DPScatterChartViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPScatterChartView/DPScatterDatasetLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPScatterChartView/DPScatterPoint.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPShapeLayer/DPShapeLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPShapeLayer/DPShapeType.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPTrackingView/DPTrackingView.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPTrackingView/DPTrackingViewDelegate.swift -target arm64-apple-watchos5.0 -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DPCharts.build/Debug-watchos/DPCharts.build/Objects-normal/arm64/DPCharts-dependencies-2.json -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DPCharts.build/Debug-watchos/DPCharts.build/Objects-normal/arm64/DPCharts_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DPCharts.build/Debug-watchos/DPCharts.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/DPCharts.build/Debug-watchos/DPCharts.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DPCharts.build/Debug-watchos/DPCharts.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DPCharts.build/Debug-watchos/DPCharts.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name DPCharts -frontend-parseable-output -disable-clang-spi -clang-target arm64-apple-watchos26.4 -target-sdk-version 26.4 -target-sdk-name watchos26.4 -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DPCharts.build/Debug-watchos/DPCharts.build/Objects-normal/arm64/DPCharts.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DPCharts.build/Debug-watchos/DPCharts.build/Objects-normal/arm64/DPCharts.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DPCharts.build/Debug-watchos/DPCharts.build/Objects-normal/arm64/DPCharts-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DPCharts.build/Debug-watchos/DPCharts.build/Objects-normal/arm64/DPCharts-primary-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DPCharts.build/Debug-watchos/DPCharts.build/Objects-normal/arm64/DPCharts-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DPCharts.build/Debug-watchos/DPCharts.build/Objects-normal/arm64/DPCharts.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DPCharts.build/Debug-watchos/DPCharts.build/Objects-normal/arm64/DPCharts.abi.json
EmitSwiftModule normal arm64 (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarChartView.swift:47:39: error: 'CAMediaTimingFunctionName' is unavailable in watchOS
    open var animationTimingFunction: CAMediaTimingFunctionName = .linear {
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:15:20: note: 'CAMediaTimingFunctionName' has been explicitly marked unavailable here
typedef NSString * CAMediaTimingFunctionName NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(2.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarChartView.swift:47:68: error: 'linear' is unavailable in watchOS
    open var animationTimingFunction: CAMediaTimingFunctionName = .linear {
                                                                   ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:54:43: note: 'linear' has been explicitly marked unavailable here
CA_EXTERN CAMediaTimingFunctionName const kCAMediaTimingFunctionLinear
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarLayer.swift:22:34: error: 'CAMediaTimingFunctionName' is unavailable in watchOS
    var animationTimingFunction: CAMediaTimingFunctionName = .linear
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:15:20: note: 'CAMediaTimingFunctionName' has been explicitly marked unavailable here
typedef NSString * CAMediaTimingFunctionName NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(2.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarLayer.swift:22:63: error: 'linear' is unavailable in watchOS
    var animationTimingFunction: CAMediaTimingFunctionName = .linear
                                                              ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:54:43: note: 'linear' has been explicitly marked unavailable here
CA_EXTERN CAMediaTimingFunctionName const kCAMediaTimingFunctionLinear
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarLayer.swift:40:25: error: 'CAShapeLayer' is unavailable in watchOS
    lazy var areaLayer: CAShapeLayer = {
                        ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/DPCharts/Views/DPBarChartView/DPBarLayer.swift:41:21: error: 'CAShapeLayer' is unavailable in watchOS
        let layer = CAShapeLayer()
                    ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/DPCharts/Views/DPBarChartView/DPBarLayer.swift:42:26: error: 'butt' is unavailable in watchOS
        layer.lineCap = .butt
                         ^~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:126:37: note: 'butt' has been explicitly marked unavailable here
CA_EXTERN CAShapeLayerLineCap const kCALineCapButt
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarLayer.swift:43:27: error: 'round' is unavailable in watchOS
        layer.lineJoin = .round
                          ^~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:119:38: note: 'round' has been explicitly marked unavailable here
CA_EXTERN CAShapeLayerLineJoin const kCALineJoinRound
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarLayer.swift:47:30: error: 'CAShapeLayer' is unavailable in watchOS
    lazy var selectionLayer: CAShapeLayer = {
                             ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/DPCharts/Views/DPBarChartView/DPBarLayer.swift:48:21: error: 'CAShapeLayer' is unavailable in watchOS
        let layer = CAShapeLayer()
                    ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/DPCharts/Views/DPBarChartView/DPBarLayer.swift:49:26: error: 'butt' is unavailable in watchOS
        layer.lineCap = .butt
                         ^~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:126:37: note: 'butt' has been explicitly marked unavailable here
CA_EXTERN CAShapeLayerLineCap const kCALineCapButt
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarLayer.swift:50:27: error: 'round' is unavailable in watchOS
        layer.lineJoin = .round
                          ^~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:119:38: note: 'round' has been explicitly marked unavailable here
CA_EXTERN CAShapeLayerLineJoin const kCALineJoinRound
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarLayer.swift:16:24: error: 'CALayer' is unavailable in watchOS
open class DPBarLayer: CALayer {
                       ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:117:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPCanvasView/DPCanvasView.swift:17:26: error: 'UIView' is unavailable in watchOS
open class DPCanvasView: UIView {
                         ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapCellLayer.swift:22:34: error: 'CAMediaTimingFunctionName' is unavailable in watchOS
    var animationTimingFunction: CAMediaTimingFunctionName = .linear
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:15:20: note: 'CAMediaTimingFunctionName' has been explicitly marked unavailable here
typedef NSString * CAMediaTimingFunctionName NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(2.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapCellLayer.swift:22:63: error: 'linear' is unavailable in watchOS
    var animationTimingFunction: CAMediaTimingFunctionName = .linear
                                                              ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:54:43: note: 'linear' has been explicitly marked unavailable here
CA_EXTERN CAMediaTimingFunctionName const kCAMediaTimingFunctionLinear
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapCellLayer.swift:69:25: error: 'CATextLayer' is unavailable in watchOS
    lazy var textLayer: CATextLayer = CATextLayer()
                        ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATextLayer.h:20:12: note: 'CATextLayer' has been explicitly marked unavailable here
@interface CATextLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapCellLayer.swift:69:39: error: 'CATextLayer' is unavailable in watchOS
    lazy var textLayer: CATextLayer = CATextLayer()
                                      ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATextLayer.h:20:12: note: 'CATextLayer' has been explicitly marked unavailable here
@interface CATextLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapCellLayer.swift:70:26: error: 'CAShapeLayer' is unavailable in watchOS
    lazy var shapeLayer: CAShapeLayer = {
                         ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapCellLayer.swift:71:21: error: 'CAShapeLayer' is unavailable in watchOS
        let layer = CAShapeLayer()
                    ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapCellLayer.swift:72:26: error: 'butt' is unavailable in watchOS
        layer.lineCap = .butt
                         ^~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:126:37: note: 'butt' has been explicitly marked unavailable here
CA_EXTERN CAShapeLayerLineCap const kCALineCapButt
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapCellLayer.swift:73:27: error: 'bevel' is unavailable in watchOS
        layer.lineJoin = .bevel
                          ^~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:121:38: note: 'bevel' has been explicitly marked unavailable here
CA_EXTERN CAShapeLayerLineJoin const kCALineJoinBevel
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapCellLayer.swift:16:32: error: 'CALayer' is unavailable in watchOS
open class DPHeatMapCellLayer: CALayer {
                               ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:117:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapView.swift:46:39: error: 'CAMediaTimingFunctionName' is unavailable in watchOS
    open var animationTimingFunction: CAMediaTimingFunctionName = .linear {
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:15:20: note: 'CAMediaTimingFunctionName' has been explicitly marked unavailable here
typedef NSString * CAMediaTimingFunctionName NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(2.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapView.swift:46:68: error: 'linear' is unavailable in watchOS
    open var animationTimingFunction: CAMediaTimingFunctionName = .linear {
                                                                   ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:54:43: note: 'linear' has been explicitly marked unavailable here
CA_EXTERN CAMediaTimingFunctionName const kCAMediaTimingFunctionLinear
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapView.swift:25:27: error: 'UIView' is unavailable in watchOS
open class DPHeatMapView: UIView {
                          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLegendView/DPLegendItemLayer.swift:54:26: error: 'CATextLayer' is unavailable in watchOS
    lazy var titleLayer: CATextLayer = CATextLayer()
                         ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATextLayer.h:20:12: note: 'CATextLayer' has been explicitly marked unavailable here
@interface CATextLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLegendView/DPLegendItemLayer.swift:54:40: error: 'CATextLayer' is unavailable in watchOS
    lazy var titleLayer: CATextLayer = CATextLayer()
                                       ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATextLayer.h:20:12: note: 'CATextLayer' has been explicitly marked unavailable here
@interface CATextLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLegendView/DPLegendItemLayer.swift:16:31: error: 'CALayer' is unavailable in watchOS
open class DPLegendItemLayer: CALayer {
                              ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:117:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLegendView/DPLegendView.swift:17:26: error: 'UIView' is unavailable in watchOS
open class DPLegendView: UIView {
                         ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineChartView.swift:53:39: error: 'CAMediaTimingFunctionName' is unavailable in watchOS
    open var animationTimingFunction: CAMediaTimingFunctionName = .linear {
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:15:20: note: 'CAMediaTimingFunctionName' has been explicitly marked unavailable here
typedef NSString * CAMediaTimingFunctionName NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(2.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineChartView.swift:53:68: error: 'linear' is unavailable in watchOS
    open var animationTimingFunction: CAMediaTimingFunctionName = .linear {
                                                                   ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:54:43: note: 'linear' has been explicitly marked unavailable here
CA_EXTERN CAMediaTimingFunctionName const kCAMediaTimingFunctionLinear
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineChartView.swift:220:27: error: 'UIView' is unavailable in watchOS
    lazy var touchCursor: UIView = {
                          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineChartView.swift:221:27: error: 'UIView' is unavailable in watchOS
        let touchCursor = UIView()
                          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineChartView.swift:221:27: error: 'init()' is unavailable in watchOS
        let touchCursor = UIView()
                          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154: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/Sources/DPCharts/Views/DPLineChartView/DPLineLayer.swift:22:34: error: 'CAMediaTimingFunctionName' is unavailable in watchOS
    var animationTimingFunction: CAMediaTimingFunctionName = .linear
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:15:20: note: 'CAMediaTimingFunctionName' has been explicitly marked unavailable here
typedef NSString * CAMediaTimingFunctionName NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(2.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineLayer.swift:22:63: error: 'linear' is unavailable in watchOS
    var animationTimingFunction: CAMediaTimingFunctionName = .linear
                                                              ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:54:43: note: 'linear' has been explicitly marked unavailable here
CA_EXTERN CAMediaTimingFunctionName const kCAMediaTimingFunctionLinear
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineLayer.swift:37:25: error: 'CAShapeLayer' is unavailable in watchOS
    lazy var lineLayer: CAShapeLayer = {
                        ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/DPCharts/Views/DPLineChartView/DPLineLayer.swift:38:21: error: 'CAShapeLayer' is unavailable in watchOS
        let layer = CAShapeLayer()
                    ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/DPCharts/Views/DPLineChartView/DPLineLayer.swift:39:26: error: 'round' is unavailable in watchOS
        layer.lineCap = .round
                         ^~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:128:37: note: 'round' has been explicitly marked unavailable here
CA_EXTERN CAShapeLayerLineCap const kCALineCapRound
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineLayer.swift:40:27: error: 'round' is unavailable in watchOS
        layer.lineJoin = .round
                          ^~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:119:38: note: 'round' has been explicitly marked unavailable here
CA_EXTERN CAShapeLayerLineJoin const kCALineJoinRound
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineLayer.swift:44:25: error: 'CAShapeLayer' is unavailable in watchOS
    lazy var areaLayer: CAShapeLayer = {
                        ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/DPCharts/Views/DPLineChartView/DPLineLayer.swift:45:21: error: 'CAShapeLayer' is unavailable in watchOS
        let layer = CAShapeLayer()
                    ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/DPCharts/Views/DPLineChartView/DPLineLayer.swift:46:26: error: 'round' is unavailable in watchOS
        layer.lineCap = .round
                         ^~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:128:37: note: 'round' has been explicitly marked unavailable here
CA_EXTERN CAShapeLayerLineCap const kCALineCapRound
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineLayer.swift:47:27: error: 'round' is unavailable in watchOS
        layer.lineJoin = .round
                          ^~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:119:38: note: 'round' has been explicitly marked unavailable here
CA_EXTERN CAShapeLayerLineJoin const kCALineJoinRound
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineLayer.swift:51:33: error: 'CAGradientLayer' is unavailable in watchOS
    lazy var areaGradientLayer: CAGradientLayer = {
                                ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAGradientLayer.h:20:12: note: 'CAGradientLayer' has been explicitly marked unavailable here
@interface CAGradientLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineLayer.swift:52:21: error: 'CAGradientLayer' is unavailable in watchOS
        let layer = CAGradientLayer()
                    ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAGradientLayer.h:20:12: note: 'CAGradientLayer' has been explicitly marked unavailable here
@interface CAGradientLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineLayer.swift:16:25: error: 'CALayer' is unavailable in watchOS
open class DPLineLayer: CALayer {
                        ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:117:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:211:38: error: 'UILabel' is unavailable in watchOS
    lazy public var donutTitleLabel: UILabel = {
                                     ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:212:21: error: 'UILabel' is unavailable in watchOS
        let label = UILabel()
                    ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:212:21: error: 'init()' is unavailable in watchOS
        let label = UILabel()
                    ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154: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/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:219:41: error: 'UILabel' is unavailable in watchOS
    lazy public var donutSubtitleLabel: UILabel = {
                                        ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:220:21: error: 'UILabel' is unavailable in watchOS
        let label = UILabel()
                    ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:220:21: error: 'init()' is unavailable in watchOS
        let label = UILabel()
                    ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154: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/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:227:25: error: 'UIStackView' is unavailable in watchOS
    lazy var stackView: UIStackView = {
                        ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:228:25: error: 'UIStackView' is unavailable in watchOS
        let stackView = UIStackView()
                        ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:228:25: error: 'init()' is unavailable in watchOS
        let stackView = UIStackView()
                        ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154: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/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:236:34: error: 'UIView' is unavailable in watchOS
    lazy var stackViewContainer: UIView = {
                                 ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:237:34: error: 'UIView' is unavailable in watchOS
        let stackViewContainer = UIView()
                                 ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:237:34: error: 'init()' is unavailable in watchOS
        let stackViewContainer = UIView()
                                 ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154: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/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:252:23: error: 'CAShapeLayer' is unavailable in watchOS
    var shapeLayers: [CAShapeLayer] = []
                      ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:253:27: error: 'CALayer' is unavailable in watchOS
    var shapeMaskLayers: [CALayer] = []
                          ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:117:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:254:23: error: 'CATextLayer' is unavailable in watchOS
    var chartLabels: [CATextLayer] = []
                      ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATextLayer.h:20:12: note: 'CATextLayer' has been explicitly marked unavailable here
@interface CATextLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:20:28: error: 'UIView' is unavailable in watchOS
open class DPPieChartView: UIView {
                           ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPScatterChartView/DPScatterChartView.swift:54:39: error: 'CAMediaTimingFunctionName' is unavailable in watchOS
    open var animationTimingFunction: CAMediaTimingFunctionName = .linear {
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:15:20: note: 'CAMediaTimingFunctionName' has been explicitly marked unavailable here
typedef NSString * CAMediaTimingFunctionName NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(2.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPScatterChartView/DPScatterChartView.swift:54:68: error: 'linear' is unavailable in watchOS
    open var animationTimingFunction: CAMediaTimingFunctionName = .linear {
                                                                   ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:54:43: note: 'linear' has been explicitly marked unavailable here
CA_EXTERN CAMediaTimingFunctionName const kCAMediaTimingFunctionLinear
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPScatterChartView/DPScatterDatasetLayer.swift:22:34: error: 'CAMediaTimingFunctionName' is unavailable in watchOS
    var animationTimingFunction: CAMediaTimingFunctionName = .linear
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:15:20: note: 'CAMediaTimingFunctionName' has been explicitly marked unavailable here
typedef NSString * CAMediaTimingFunctionName NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(2.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPScatterChartView/DPScatterDatasetLayer.swift:22:63: error: 'linear' is unavailable in watchOS
    var animationTimingFunction: CAMediaTimingFunctionName = .linear
                                                              ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:54:43: note: 'linear' has been explicitly marked unavailable here
CA_EXTERN CAMediaTimingFunctionName const kCAMediaTimingFunctionLinear
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPScatterChartView/DPScatterDatasetLayer.swift:16:35: error: 'CALayer' is unavailable in watchOS
open class DPScatterDatasetLayer: CALayer {
                                  ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:117:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPShapeLayer/DPShapeLayer.swift:37:26: error: 'CAShapeLayer' is unavailable in watchOS
    lazy var shapeLayer: CAShapeLayer = {
                         ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/DPCharts/Views/DPShapeLayer/DPShapeLayer.swift:38:21: error: 'CAShapeLayer' is unavailable in watchOS
        let layer = CAShapeLayer()
                    ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/DPCharts/Views/DPShapeLayer/DPShapeLayer.swift:40:26: error: 'butt' is unavailable in watchOS
        layer.lineCap = .butt
                         ^~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:126:37: note: 'butt' has been explicitly marked unavailable here
CA_EXTERN CAShapeLayerLineCap const kCALineCapButt
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPShapeLayer/DPShapeLayer.swift:41:27: error: 'bevel' is unavailable in watchOS
        layer.lineJoin = .bevel
                          ^~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:121:38: note: 'bevel' has been explicitly marked unavailable here
CA_EXTERN CAShapeLayerLineJoin const kCALineJoinBevel
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPShapeLayer/DPShapeLayer.swift:16:26: error: 'CALayer' is unavailable in watchOS
open class DPShapeLayer: CALayer {
                         ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:117:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPTrackingView/DPTrackingView.swift:62:47: error: 'UITouch' is unavailable in watchOS
    override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
                                              ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPTrackingView/DPTrackingView.swift:62:69: error: 'UIEvent' is unavailable in watchOS
    override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                    ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPTrackingView/DPTrackingView.swift:77:47: error: 'UITouch' is unavailable in watchOS
    override func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent?) {
                                              ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPTrackingView/DPTrackingView.swift:77:69: error: 'UIEvent' is unavailable in watchOS
    override func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                    ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPTrackingView/DPTrackingView.swift:90:47: error: 'UITouch' is unavailable in watchOS
    override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
                                              ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPTrackingView/DPTrackingView.swift:90:69: error: 'UIEvent' is unavailable in watchOS
    override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                    ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPTrackingView/DPTrackingView.swift:106:51: error: 'UITouch' is unavailable in watchOS
    override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                  ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPTrackingView/DPTrackingView.swift:106:73: error: 'UIEvent' is unavailable in watchOS
    override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                        ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPTrackingView/DPTrackingView.swift:16:23: error: 'UIView' is unavailable in watchOS
class DPTrackingView: UIView {
                      ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
SwiftEmitModule normal armv7k Emitting\ module\ for\ DPCharts (in target 'DPCharts' from project 'DPCharts')
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DPCharts.build/Debug-watchos/DPCharts.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Extensions/Array+SafeIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Extensions/CGFloat+Conversions.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Extensions/Comparable+Clamped.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Extensions/Sequence+AdditiveArithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Extensions/UIColor+Interpolate.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarChartView.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarChartViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarChartViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarPoint.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPCanvasView/DPCanvasView.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapCellLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapCellValue.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapView.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLegendView/DPLegendItemLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLegendView/DPLegendView.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLegendView/DPLegendViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineChartView.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineChartViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineChartViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLinePoint.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPPieChartView/DPPieChartViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPPieChartView/DPPieChartViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPScatterChartView/DPScatterChartView.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPScatterChartView/DPScatterChartViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPScatterChartView/DPScatterChartViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPScatterChartView/DPScatterDatasetLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPScatterChartView/DPScatterPoint.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPShapeLayer/DPShapeLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPShapeLayer/DPShapeType.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPTrackingView/DPTrackingView.swift /Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPTrackingView/DPTrackingViewDelegate.swift -target armv7k-apple-watchos5.0 -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DPCharts.build/Debug-watchos/DPCharts.build/Objects-normal/armv7k/DPCharts-dependencies-1.json -enable-objc-interop -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DPCharts.build/Debug-watchos/DPCharts.build/Objects-normal/armv7k/DPCharts_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DPCharts.build/Debug-watchos/DPCharts.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/DPCharts.build/Debug-watchos/DPCharts.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DPCharts.build/Debug-watchos/DPCharts.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DPCharts.build/Debug-watchos/DPCharts.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name DPCharts -frontend-parseable-output -disable-clang-spi -clang-target armv7k-apple-watchos26.4 -target-sdk-version 26.4 -target-sdk-name watchos26.4 -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DPCharts.build/Debug-watchos/DPCharts.build/Objects-normal/armv7k/DPCharts.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DPCharts.build/Debug-watchos/DPCharts.build/Objects-normal/armv7k/DPCharts.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DPCharts.build/Debug-watchos/DPCharts.build/Objects-normal/armv7k/DPCharts-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DPCharts.build/Debug-watchos/DPCharts.build/Objects-normal/armv7k/DPCharts-primary-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DPCharts.build/Debug-watchos/DPCharts.build/Objects-normal/armv7k/DPCharts-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DPCharts.build/Debug-watchos/DPCharts.build/Objects-normal/armv7k/DPCharts.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DPCharts.build/Debug-watchos/DPCharts.build/Objects-normal/armv7k/DPCharts.abi.json
EmitSwiftModule normal armv7k (in target 'DPCharts' from project 'DPCharts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarChartView.swift:47:39: error: 'CAMediaTimingFunctionName' is unavailable in watchOS
    open var animationTimingFunction: CAMediaTimingFunctionName = .linear {
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:15:20: note: 'CAMediaTimingFunctionName' has been explicitly marked unavailable here
typedef NSString * CAMediaTimingFunctionName NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(2.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarChartView.swift:47:68: error: 'linear' is unavailable in watchOS
    open var animationTimingFunction: CAMediaTimingFunctionName = .linear {
                                                                   ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:54:43: note: 'linear' has been explicitly marked unavailable here
CA_EXTERN CAMediaTimingFunctionName const kCAMediaTimingFunctionLinear
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarLayer.swift:22:34: error: 'CAMediaTimingFunctionName' is unavailable in watchOS
    var animationTimingFunction: CAMediaTimingFunctionName = .linear
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:15:20: note: 'CAMediaTimingFunctionName' has been explicitly marked unavailable here
typedef NSString * CAMediaTimingFunctionName NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(2.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarLayer.swift:22:63: error: 'linear' is unavailable in watchOS
    var animationTimingFunction: CAMediaTimingFunctionName = .linear
                                                              ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:54:43: note: 'linear' has been explicitly marked unavailable here
CA_EXTERN CAMediaTimingFunctionName const kCAMediaTimingFunctionLinear
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarLayer.swift:40:25: error: 'CAShapeLayer' is unavailable in watchOS
    lazy var areaLayer: CAShapeLayer = {
                        ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/DPCharts/Views/DPBarChartView/DPBarLayer.swift:41:21: error: 'CAShapeLayer' is unavailable in watchOS
        let layer = CAShapeLayer()
                    ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/DPCharts/Views/DPBarChartView/DPBarLayer.swift:42:26: error: 'butt' is unavailable in watchOS
        layer.lineCap = .butt
                         ^~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:126:37: note: 'butt' has been explicitly marked unavailable here
CA_EXTERN CAShapeLayerLineCap const kCALineCapButt
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarLayer.swift:43:27: error: 'round' is unavailable in watchOS
        layer.lineJoin = .round
                          ^~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:119:38: note: 'round' has been explicitly marked unavailable here
CA_EXTERN CAShapeLayerLineJoin const kCALineJoinRound
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarLayer.swift:47:30: error: 'CAShapeLayer' is unavailable in watchOS
    lazy var selectionLayer: CAShapeLayer = {
                             ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/DPCharts/Views/DPBarChartView/DPBarLayer.swift:48:21: error: 'CAShapeLayer' is unavailable in watchOS
        let layer = CAShapeLayer()
                    ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/DPCharts/Views/DPBarChartView/DPBarLayer.swift:49:26: error: 'butt' is unavailable in watchOS
        layer.lineCap = .butt
                         ^~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:126:37: note: 'butt' has been explicitly marked unavailable here
CA_EXTERN CAShapeLayerLineCap const kCALineCapButt
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarLayer.swift:50:27: error: 'round' is unavailable in watchOS
        layer.lineJoin = .round
                          ^~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:119:38: note: 'round' has been explicitly marked unavailable here
CA_EXTERN CAShapeLayerLineJoin const kCALineJoinRound
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPBarChartView/DPBarLayer.swift:16:24: error: 'CALayer' is unavailable in watchOS
open class DPBarLayer: CALayer {
                       ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:117:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPCanvasView/DPCanvasView.swift:17:26: error: 'UIView' is unavailable in watchOS
open class DPCanvasView: UIView {
                         ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapCellLayer.swift:22:34: error: 'CAMediaTimingFunctionName' is unavailable in watchOS
    var animationTimingFunction: CAMediaTimingFunctionName = .linear
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:15:20: note: 'CAMediaTimingFunctionName' has been explicitly marked unavailable here
typedef NSString * CAMediaTimingFunctionName NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(2.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapCellLayer.swift:22:63: error: 'linear' is unavailable in watchOS
    var animationTimingFunction: CAMediaTimingFunctionName = .linear
                                                              ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:54:43: note: 'linear' has been explicitly marked unavailable here
CA_EXTERN CAMediaTimingFunctionName const kCAMediaTimingFunctionLinear
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapCellLayer.swift:69:25: error: 'CATextLayer' is unavailable in watchOS
    lazy var textLayer: CATextLayer = CATextLayer()
                        ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATextLayer.h:20:12: note: 'CATextLayer' has been explicitly marked unavailable here
@interface CATextLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapCellLayer.swift:69:39: error: 'CATextLayer' is unavailable in watchOS
    lazy var textLayer: CATextLayer = CATextLayer()
                                      ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATextLayer.h:20:12: note: 'CATextLayer' has been explicitly marked unavailable here
@interface CATextLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapCellLayer.swift:70:26: error: 'CAShapeLayer' is unavailable in watchOS
    lazy var shapeLayer: CAShapeLayer = {
                         ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapCellLayer.swift:71:21: error: 'CAShapeLayer' is unavailable in watchOS
        let layer = CAShapeLayer()
                    ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapCellLayer.swift:72:26: error: 'butt' is unavailable in watchOS
        layer.lineCap = .butt
                         ^~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:126:37: note: 'butt' has been explicitly marked unavailable here
CA_EXTERN CAShapeLayerLineCap const kCALineCapButt
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapCellLayer.swift:73:27: error: 'bevel' is unavailable in watchOS
        layer.lineJoin = .bevel
                          ^~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:121:38: note: 'bevel' has been explicitly marked unavailable here
CA_EXTERN CAShapeLayerLineJoin const kCALineJoinBevel
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapCellLayer.swift:16:32: error: 'CALayer' is unavailable in watchOS
open class DPHeatMapCellLayer: CALayer {
                               ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:117:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapView.swift:46:39: error: 'CAMediaTimingFunctionName' is unavailable in watchOS
    open var animationTimingFunction: CAMediaTimingFunctionName = .linear {
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:15:20: note: 'CAMediaTimingFunctionName' has been explicitly marked unavailable here
typedef NSString * CAMediaTimingFunctionName NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(2.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapView.swift:46:68: error: 'linear' is unavailable in watchOS
    open var animationTimingFunction: CAMediaTimingFunctionName = .linear {
                                                                   ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:54:43: note: 'linear' has been explicitly marked unavailable here
CA_EXTERN CAMediaTimingFunctionName const kCAMediaTimingFunctionLinear
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPHeatMapView/DPHeatMapView.swift:25:27: error: 'UIView' is unavailable in watchOS
open class DPHeatMapView: UIView {
                          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLegendView/DPLegendItemLayer.swift:54:26: error: 'CATextLayer' is unavailable in watchOS
    lazy var titleLayer: CATextLayer = CATextLayer()
                         ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATextLayer.h:20:12: note: 'CATextLayer' has been explicitly marked unavailable here
@interface CATextLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLegendView/DPLegendItemLayer.swift:54:40: error: 'CATextLayer' is unavailable in watchOS
    lazy var titleLayer: CATextLayer = CATextLayer()
                                       ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATextLayer.h:20:12: note: 'CATextLayer' has been explicitly marked unavailable here
@interface CATextLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLegendView/DPLegendItemLayer.swift:16:31: error: 'CALayer' is unavailable in watchOS
open class DPLegendItemLayer: CALayer {
                              ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:117:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLegendView/DPLegendView.swift:17:26: error: 'UIView' is unavailable in watchOS
open class DPLegendView: UIView {
                         ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineChartView.swift:53:39: error: 'CAMediaTimingFunctionName' is unavailable in watchOS
    open var animationTimingFunction: CAMediaTimingFunctionName = .linear {
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:15:20: note: 'CAMediaTimingFunctionName' has been explicitly marked unavailable here
typedef NSString * CAMediaTimingFunctionName NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(2.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineChartView.swift:53:68: error: 'linear' is unavailable in watchOS
    open var animationTimingFunction: CAMediaTimingFunctionName = .linear {
                                                                   ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:54:43: note: 'linear' has been explicitly marked unavailable here
CA_EXTERN CAMediaTimingFunctionName const kCAMediaTimingFunctionLinear
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineChartView.swift:220:27: error: 'UIView' is unavailable in watchOS
    lazy var touchCursor: UIView = {
                          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineChartView.swift:221:27: error: 'UIView' is unavailable in watchOS
        let touchCursor = UIView()
                          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineChartView.swift:221:27: error: 'init()' is unavailable in watchOS
        let touchCursor = UIView()
                          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154: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/Sources/DPCharts/Views/DPLineChartView/DPLineLayer.swift:22:34: error: 'CAMediaTimingFunctionName' is unavailable in watchOS
    var animationTimingFunction: CAMediaTimingFunctionName = .linear
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:15:20: note: 'CAMediaTimingFunctionName' has been explicitly marked unavailable here
typedef NSString * CAMediaTimingFunctionName NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(2.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineLayer.swift:22:63: error: 'linear' is unavailable in watchOS
    var animationTimingFunction: CAMediaTimingFunctionName = .linear
                                                              ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:54:43: note: 'linear' has been explicitly marked unavailable here
CA_EXTERN CAMediaTimingFunctionName const kCAMediaTimingFunctionLinear
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineLayer.swift:37:25: error: 'CAShapeLayer' is unavailable in watchOS
    lazy var lineLayer: CAShapeLayer = {
                        ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/DPCharts/Views/DPLineChartView/DPLineLayer.swift:38:21: error: 'CAShapeLayer' is unavailable in watchOS
        let layer = CAShapeLayer()
                    ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/DPCharts/Views/DPLineChartView/DPLineLayer.swift:39:26: error: 'round' is unavailable in watchOS
        layer.lineCap = .round
                         ^~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:128:37: note: 'round' has been explicitly marked unavailable here
CA_EXTERN CAShapeLayerLineCap const kCALineCapRound
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineLayer.swift:40:27: error: 'round' is unavailable in watchOS
        layer.lineJoin = .round
                          ^~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:119:38: note: 'round' has been explicitly marked unavailable here
CA_EXTERN CAShapeLayerLineJoin const kCALineJoinRound
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineLayer.swift:44:25: error: 'CAShapeLayer' is unavailable in watchOS
    lazy var areaLayer: CAShapeLayer = {
                        ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/DPCharts/Views/DPLineChartView/DPLineLayer.swift:45:21: error: 'CAShapeLayer' is unavailable in watchOS
        let layer = CAShapeLayer()
                    ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/DPCharts/Views/DPLineChartView/DPLineLayer.swift:46:26: error: 'round' is unavailable in watchOS
        layer.lineCap = .round
                         ^~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:128:37: note: 'round' has been explicitly marked unavailable here
CA_EXTERN CAShapeLayerLineCap const kCALineCapRound
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineLayer.swift:47:27: error: 'round' is unavailable in watchOS
        layer.lineJoin = .round
                          ^~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:119:38: note: 'round' has been explicitly marked unavailable here
CA_EXTERN CAShapeLayerLineJoin const kCALineJoinRound
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineLayer.swift:51:33: error: 'CAGradientLayer' is unavailable in watchOS
    lazy var areaGradientLayer: CAGradientLayer = {
                                ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAGradientLayer.h:20:12: note: 'CAGradientLayer' has been explicitly marked unavailable here
@interface CAGradientLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineLayer.swift:52:21: error: 'CAGradientLayer' is unavailable in watchOS
        let layer = CAGradientLayer()
                    ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAGradientLayer.h:20:12: note: 'CAGradientLayer' has been explicitly marked unavailable here
@interface CAGradientLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPLineChartView/DPLineLayer.swift:16:25: error: 'CALayer' is unavailable in watchOS
open class DPLineLayer: CALayer {
                        ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:117:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:211:38: error: 'UILabel' is unavailable in watchOS
    lazy public var donutTitleLabel: UILabel = {
                                     ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:212:21: error: 'UILabel' is unavailable in watchOS
        let label = UILabel()
                    ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:212:21: error: 'init()' is unavailable in watchOS
        let label = UILabel()
                    ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154: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/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:219:41: error: 'UILabel' is unavailable in watchOS
    lazy public var donutSubtitleLabel: UILabel = {
                                        ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:220:21: error: 'UILabel' is unavailable in watchOS
        let label = UILabel()
                    ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:220:21: error: 'init()' is unavailable in watchOS
        let label = UILabel()
                    ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154: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/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:227:25: error: 'UIStackView' is unavailable in watchOS
    lazy var stackView: UIStackView = {
                        ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:228:25: error: 'UIStackView' is unavailable in watchOS
        let stackView = UIStackView()
                        ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:228:25: error: 'init()' is unavailable in watchOS
        let stackView = UIStackView()
                        ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154: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/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:236:34: error: 'UIView' is unavailable in watchOS
    lazy var stackViewContainer: UIView = {
                                 ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:237:34: error: 'UIView' is unavailable in watchOS
        let stackViewContainer = UIView()
                                 ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:237:34: error: 'init()' is unavailable in watchOS
        let stackViewContainer = UIView()
                                 ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154: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/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:252:23: error: 'CAShapeLayer' is unavailable in watchOS
    var shapeLayers: [CAShapeLayer] = []
                      ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:253:27: error: 'CALayer' is unavailable in watchOS
    var shapeMaskLayers: [CALayer] = []
                          ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:117:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:254:23: error: 'CATextLayer' is unavailable in watchOS
    var chartLabels: [CATextLayer] = []
                      ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATextLayer.h:20:12: note: 'CATextLayer' has been explicitly marked unavailable here
@interface CATextLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPPieChartView/DPPieChartView.swift:20:28: error: 'UIView' is unavailable in watchOS
open class DPPieChartView: UIView {
                           ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPScatterChartView/DPScatterChartView.swift:54:39: error: 'CAMediaTimingFunctionName' is unavailable in watchOS
    open var animationTimingFunction: CAMediaTimingFunctionName = .linear {
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:15:20: note: 'CAMediaTimingFunctionName' has been explicitly marked unavailable here
typedef NSString * CAMediaTimingFunctionName NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(2.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPScatterChartView/DPScatterChartView.swift:54:68: error: 'linear' is unavailable in watchOS
    open var animationTimingFunction: CAMediaTimingFunctionName = .linear {
                                                                   ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:54:43: note: 'linear' has been explicitly marked unavailable here
CA_EXTERN CAMediaTimingFunctionName const kCAMediaTimingFunctionLinear
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPScatterChartView/DPScatterDatasetLayer.swift:22:34: error: 'CAMediaTimingFunctionName' is unavailable in watchOS
    var animationTimingFunction: CAMediaTimingFunctionName = .linear
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:15:20: note: 'CAMediaTimingFunctionName' has been explicitly marked unavailable here
typedef NSString * CAMediaTimingFunctionName NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(2.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPScatterChartView/DPScatterDatasetLayer.swift:22:63: error: 'linear' is unavailable in watchOS
    var animationTimingFunction: CAMediaTimingFunctionName = .linear
                                                              ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:54:43: note: 'linear' has been explicitly marked unavailable here
CA_EXTERN CAMediaTimingFunctionName const kCAMediaTimingFunctionLinear
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPScatterChartView/DPScatterDatasetLayer.swift:16:35: error: 'CALayer' is unavailable in watchOS
open class DPScatterDatasetLayer: CALayer {
                                  ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:117:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPShapeLayer/DPShapeLayer.swift:37:26: error: 'CAShapeLayer' is unavailable in watchOS
    lazy var shapeLayer: CAShapeLayer = {
                         ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/DPCharts/Views/DPShapeLayer/DPShapeLayer.swift:38:21: error: 'CAShapeLayer' is unavailable in watchOS
        let layer = CAShapeLayer()
                    ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Sources/DPCharts/Views/DPShapeLayer/DPShapeLayer.swift:40:26: error: 'butt' is unavailable in watchOS
        layer.lineCap = .butt
                         ^~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:126:37: note: 'butt' has been explicitly marked unavailable here
CA_EXTERN CAShapeLayerLineCap const kCALineCapButt
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPShapeLayer/DPShapeLayer.swift:41:27: error: 'bevel' is unavailable in watchOS
        layer.lineJoin = .bevel
                          ^~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:121:38: note: 'bevel' has been explicitly marked unavailable here
CA_EXTERN CAShapeLayerLineJoin const kCALineJoinBevel
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPShapeLayer/DPShapeLayer.swift:16:26: error: 'CALayer' is unavailable in watchOS
open class DPShapeLayer: CALayer {
                         ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:117:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPTrackingView/DPTrackingView.swift:62:47: error: 'UITouch' is unavailable in watchOS
    override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
                                              ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPTrackingView/DPTrackingView.swift:62:69: error: 'UIEvent' is unavailable in watchOS
    override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                    ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPTrackingView/DPTrackingView.swift:77:47: error: 'UITouch' is unavailable in watchOS
    override func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent?) {
                                              ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPTrackingView/DPTrackingView.swift:77:69: error: 'UIEvent' is unavailable in watchOS
    override func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                    ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPTrackingView/DPTrackingView.swift:90:47: error: 'UITouch' is unavailable in watchOS
    override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
                                              ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPTrackingView/DPTrackingView.swift:90:69: error: 'UIEvent' is unavailable in watchOS
    override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                    ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPTrackingView/DPTrackingView.swift:106:51: error: 'UITouch' is unavailable in watchOS
    override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                  ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPTrackingView/DPTrackingView.swift:106:73: error: 'UIEvent' is unavailable in watchOS
    override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                        ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DPCharts/Views/DPTrackingView/DPTrackingView.swift:16:23: error: 'UIView' is unavailable in watchOS
class DPTrackingView: UIView {
                      ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ DPCharts (in target 'DPCharts' from project 'DPCharts')
2026-04-21 11:19:47.351 xcodebuild[811:4623] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-21 11:19:47.453 xcodebuild[811:4623] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ DPCharts (in target 'DPCharts' from project 'DPCharts')
	EmitSwiftModule normal arm64 (in target 'DPCharts' from project 'DPCharts')
	SwiftEmitModule normal armv7k Emitting\ module\ for\ DPCharts (in target 'DPCharts' from project 'DPCharts')
	EmitSwiftModule normal armv7k (in target 'DPCharts' from project 'DPCharts')
	Building workspace spi-builder-workspace with scheme DPCharts
(5 failures)
BUILD FAILURE 6.3 watchOS